summaryrefslogtreecommitdiffstats
path: root/content/worker
Commit message (Expand)AuthorAgeFilesLines
* Convert Media Galleries to use base::Filervargas@chromium.org2014-01-271-4/+4
* Move the worker script loading code to the worker process (phase:2/5)horo@chromium.org2014-01-095-25/+77
* Remove unused WebSharedWorkerClientProxy methodskinuko@chromium.org2014-01-072-24/+0
* Update uses of UTF conversions in content/ to use the base:: namespace.avi@chromium.org2013-12-251-3/+3
* Split blink::WebSharedWorker interface into two in Chrome side (phase:2/3)horo@chromium.org2013-12-161-1/+1
* Revert 240527 "Revert of https://codereview.chromium.org/99133015/"jln@chromium.org2013-12-131-1/+1
* Revert of https://codereview.chromium.org/99133015/scottmg@chromium.org2013-12-131-1/+1
* Linux Sandbox: split the GPU policies to their own files.jln@chromium.org2013-12-131-1/+1
* IndexedDB: Simplify blink public/platform implementation namesjsbell@chromium.org2013-12-121-4/+3
* Ensure chrome://tracing shows IndexedDB as optionjsbell@chromium.org2013-12-071-0/+1
* Convert string16 to base::string16 in content.brettw@chromium.org2013-12-032-7/+9
* Add ChildMessageFilter, a base class for renderer/worker cross-thread Message...kinuko@chromium.org2013-11-191-2/+1
* Followup cleanup for WebDatabaseObserverkinuko@chromium.org2013-11-182-2/+2
* Implement ScopedChildProcessReference classkinuko@chromium.org2013-11-122-2/+3
* Change WebDatabaseObserverImpl to implement public/platform's WebDatabaseObse...kinuko@chromium.org2013-11-124-7/+20
* Pass --js-flags to shared workers.dslomov@chromium.org2013-11-121-2/+9
* Cleanup: Remove unused includes of webkit/glue/webkit_glue.htfarina@chromium.org2013-11-121-1/+0
* Make RendererWebKitPlatformSupportImpl::idbFactory() thread safejsbell@chromium.org2013-11-082-2/+3
* Rename WebKit namespace to blink (part 3)abarth@chromium.org2013-11-0713-129/+129
* Kill worker process by way of a sync IPC message before it cleans up.meacer@chromium.org2013-11-052-0/+19
* Explicitly reject storage access if requesting security origin is uniquekinuko@chromium.org2013-11-053-3/+11
* Send Allow{Database,FileSystem,IndexedDB} sync IPCs directly from worker threadkinuko@chromium.org2013-11-014-20/+118
* Removed unhanled/unused Blink API implementation for SharedWorkerkinuko@chromium.org2013-10-242-72/+0
* Take the laziness out of WebBlobRegistryImpl construction since the WebKit::P...michaeln@google.com2013-10-231-2/+2
* Remove supportsMediaMIMEType() override, part 2 of 3jrummell@chromium.org2013-10-072-10/+0
* Remove dead IPC WorkerMsg_PostMessage.marja@chromium.org2013-10-071-13/+2
* Complete switching to use thread-specific WebFileSystem instancekinuko@chromium.org2013-08-221-10/+0
* Remove storage-related unused methods/fileskinuko@chromium.org2013-08-222-35/+0
* Remove implementations of WebMimeRegistry::preferredExtensionForMIMEType.jbroman@chromium.org2013-08-142-11/+0
* Use thread-local version of WebFileSystemImplkinuko@chromium.org2013-08-131-0/+9
* Move appcache_frontend_impl.* to content/child/tfarina@chromium.org2013-08-124-8/+6
* Created multi-process-friendly PowerMonitor interface.bajones@chromium.org2013-08-021-4/+2
* remove implementation of obsolete WebKitPlatformSupport::prefetchHostName.kouhei@chromium.org2013-08-012-5/+0
* Revert 214599 "Revert 214160 "Implement Worker-MainThread bridge..."kinuko@chromium.org2013-07-311-1/+1
* Revert 214160 "Implement Worker-MainThread bridge for FileSystem..."kinuko@chromium.org2013-07-311-1/+1
* Revert 214172 "Revert 214162 "Make Platform::queryStorageUsageAn..."kinuko@chromium.org2013-07-293-8/+20
* Revert 214162 "Make Platform::queryStorageUsageAndQuota work fro..."kinuko@chromium.org2013-07-293-20/+8
* Make Platform::queryStorageUsageAndQuota work from worker threadskinuko@chromium.org2013-07-293-8/+20
* Implement Worker-MainThread bridge for FileSystem API in Chromekinuko@chromium.org2013-07-291-1/+1
* Implement ChildThread::shutdown and clear members that have refs into blinkjochen@chromium.org2013-07-231-0/+2
* Implement WebKit::Platform::queryStorageUsageAndQuotakinuko@chromium.org2013-07-232-0/+16
* Use a direct include of the message_loop header in content/, part 4.avi@chromium.org2013-07-182-4/+4
* Move DBMessageFilter to content/child since its only used in child ptypesjamesr@chromium.org2013-07-171-2/+2
* content: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-091-1/+1
* Update OS X to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-07-021-1/+2
* Remove unused arguments from storage-related Chromium impls of Blink APIadamk@chromium.org2013-06-272-4/+2
* Move timing files into base/time and base/timer, install forwarding headers.avi@chromium.org2013-06-271-2/+2
* Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-272-11/+13
* Fix IndexedDB after r208777.jam@chromium.org2013-06-272-2/+2
* Remove usage of ChildProcess::current() and ChildThread::current() other than...jam@chromium.org2013-06-254-14/+36