summaryrefslogtreecommitdiffstats
path: root/content/worker/worker_thread.cc
Commit message (Expand)AuthorAgeFilesLines
* Add pause_on_start flag to WorkerProcessMsg_CreateWorker_Params.horo@chromium.org2014-03-291-0/+1
* Move the worker script loading code to the worker process (phase:4/5)horo@chromium.org2014-02-051-6/+1
* Remove SetJavaScriptFlags() wrapper function from webkit.tfarina@chromium.org2014-01-291-2/+3
* Move the worker script loading code to the worker process (phase:2/5)horo@chromium.org2014-01-091-1/+7
* Add ChildMessageFilter, a base class for renderer/worker cross-thread Message...kinuko@chromium.org2013-11-191-2/+1
* Change WebDatabaseObserverImpl to implement public/platform's WebDatabaseObse...kinuko@chromium.org2013-11-121-3/+5
* 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
* Rename WebKit namespace to blink (part 3)abarth@chromium.org2013-11-071-4/+4
* Kill worker process by way of a sync IPC message before it cleans up.meacer@chromium.org2013-11-051-0/+17
* Move appcache_frontend_impl.* to content/child/tfarina@chromium.org2013-08-121-3/+3
* Revert 214172 "Revert 214162 "Make Platform::queryStorageUsageAn..."kinuko@chromium.org2013-07-291-1/+3
* Revert 214162 "Make Platform::queryStorageUsageAndQuota work fro..."kinuko@chromium.org2013-07-291-3/+1
* Make Platform::queryStorageUsageAndQuota work from worker threadskinuko@chromium.org2013-07-291-1/+3
* Implement ChildThread::shutdown and clear members that have refs into blinkjochen@chromium.org2013-07-231-0/+2
* Move DBMessageFilter to content/child since its only used in child ptypesjamesr@chromium.org2013-07-171-2/+2
* Fix IndexedDB after r208777.jam@chromium.org2013-06-271-1/+1
* Remove usage of ChildProcess::current() and ChildThread::current() other than...jam@chromium.org2013-06-251-3/+4
* Move appcache_dispatcher and appcache_backend_proxy to content/child.michaeln@google.com2013-06-171-1/+1
* Update Blink include pathsabarth@chromium.org2013-06-171-3/+3
* Shared workers should support --enable-experimental-webkit-features.simonjam@chromium.org2013-06-121-23/+2
* Move webkit/appcache/* into webkit/{browser,common}/appcachekinuko@chromium.org2013-06-051-1/+3
* Remove old webkit support code for IndexedDB.alecflett@chromium.org2013-06-051-2/+0
* Rename content/common_child to content/childscottmg@chromium.org2013-06-041-3/+3
* Update refernces to Blink's Platform API (content)abarth@chromium.org2013-05-301-1/+1
* Move webkit/database to webkit/browser and webkit/common. Also move content::...michaeln@google.com2013-05-221-1/+1
* Move indexeddb "common child" code out of content/common.alecflett@chromium.org2013-05-221-1/+1
* Update Content to use new names for WebRuntimeFeatures APIs.eseidel@chromium.org2013-05-101-1/+4
* Change include paths to use the new IDB header locations in Platformalecflett@chromium.org2013-05-021-1/+0
* Add Shutdown() helper to ChildThread and move all destructor logic.dcheng@chromium.org2013-04-221-0/+3
* WebSocket: Remove runtime disable flagtoyoshim@chromium.org2013-04-091-3/+0
* Use ThreadSafeSender in a couple of places.michaeln@chromium.org2013-03-061-1/+2
* Update some #includes in content/worker for headers in the new Platform direc...pilgrim@chromium.org2013-01-151-1/+1
* Call new WebKit::setIDBFactory method to initialize Indexed DB supportpilgrim@chromium.org2013-01-081-0/+3
* Removing unnecessary content:: namespace qualifier.darin@chromium.org2013-01-021-2/+2
* Move a bunch of code in content\common (as well as a few left in renderer) to...jam@chromium.org2012-10-221-2/+2
* Move content's a plugin, ppapi_plugin, utility, and worker subdirectories to ...jam@chromium.org2012-10-211-1/+4
* Use SyncMessageFilter to Send() ipc messages from background threads.michaeln@google.com2012-03-061-1/+2
* Get IPC working for Indexed DB in shared workers.dgrogan@chromium.org2012-02-161-1/+10
* Update includes to new header locationsabarth@chromium.org2011-12-031-1/+1
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-2/+2
* Removing dedicated worker-related IPC codei (first round). dslomov@chromium.org2011-10-271-10/+5
* Move content_switches to content\public\common.jam@chromium.org2011-10-131-1/+1
* Update Chrome to use WebKitPlatformSupport instead of WebKitClient.abarth@chromium.org2011-09-021-3/+3
* If --disable-webgl is passed, continue to return null fromkbr@chromium.org2011-03-231-4/+0
* Move worker code from chrome\worker to content\worker.jam@chromium.org2011-03-141-0/+127