summaryrefslogtreecommitdiffstats
path: root/content/worker
Commit message (Expand)AuthorAgeFilesLines
* Clean up in browser side of allowFileSystem.hanxi@chromium.org2014-05-262-11/+0
* Avoid sync IPCs for FileSystem APIhanxi@chromium.org2014-05-242-1/+13
* Remove stray platform_file.h from contentrvargas@chromium.org2014-05-141-1/+0
* Introduce enablePreciseMemoryInfo switch and apply it to both renderer and sh...pan.deng@intel.com2014-05-031-4/+0
* Revert accidental dartium code pushjamescook@chromium.org2014-04-172-8/+0
* Changes for 1750 rollterry@google.com2014-04-171-1/+1
* merged 1908terry@google.com2014-04-172-0/+8
* Branching for 1847 @251904terry@google.com2014-04-171-2/+0
* Changes for 1750 rollterry@google.com2014-04-171-0/+2
* Make shared worker aware kEnableSharedWorkerMemoryInfo switchpan.deng@intel.com2014-04-111-1/+8
* Remove unnecessary Platform::createMessagePortChannel methoddarin@chromium.org2014-04-092-13/+4
* Chromium-side: Prepare for using Mojo to implement HTML MessagePortdarin@chromium.org2014-04-082-0/+12
* Add pause_on_start flag to WorkerProcessMsg_CreateWorker_Params.horo@chromium.org2014-03-293-0/+8
* Remove WebKitPlatformSupportImpl and WebKitPlatformSupportChildImpl classes. ...jam@chromium.org2014-03-241-2/+2
* Remove some content_child dependency from content_commonsheu@chromium.org2014-03-131-2/+2
* Encrypted Media: Add supportsEncryptedMediaMIMEType().xhwang@chromium.org2014-02-262-0/+11
* Remove WebFrame-based WebApplicationCacheHost API and move to platform includesadamk@chromium.org2014-02-202-6/+0
* Don't terminate SharedWorker while loading the script.horo@chromium.org2014-02-191-3/+3
* Implementations of SharedWorker in the renderer process.horo@chromium.org2014-02-144-140/+2
* Implement new willStartMainResourceRequest method of blink::WebApplicationCac...adamk@chromium.org2014-02-132-0/+6
* Add kinuko@ and horo@ to content/worker and content/browser/worker_host OWNERSkinuko@chromium.org2014-02-071-0/+2
* Quota: Remove ifdef macros used for callback cleanupnhiroki@chromium.org2014-02-062-10/+2
* Move the worker script loading code to the worker process (phase:4/5)horo@chromium.org2014-02-056-77/+32
* Quota: Remove self-destructive callbacks for cleanup (Chromium)nhiroki@chromium.org2014-02-042-2/+12
* Move the rest of webkit/glue into content/childtfarina@chromium.org2014-02-012-5/+4
* Remove SetJavaScriptFlags() wrapper function from webkit.tfarina@chromium.org2014-01-292-2/+4
* 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