index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
content
/
worker
/
worker_thread.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add pause_on_start flag to WorkerProcessMsg_CreateWorker_Params.
horo@chromium.org
2014-03-29
1
-0
/
+1
*
Move the worker script loading code to the worker process (phase:4/5)
horo@chromium.org
2014-02-05
1
-6
/
+1
*
Remove SetJavaScriptFlags() wrapper function from webkit.
tfarina@chromium.org
2014-01-29
1
-2
/
+3
*
Move the worker script loading code to the worker process (phase:2/5)
horo@chromium.org
2014-01-09
1
-1
/
+7
*
Add ChildMessageFilter, a base class for renderer/worker cross-thread Message...
kinuko@chromium.org
2013-11-19
1
-2
/
+1
*
Change WebDatabaseObserverImpl to implement public/platform's WebDatabaseObse...
kinuko@chromium.org
2013-11-12
1
-3
/
+5
*
Pass --js-flags to shared workers.
dslomov@chromium.org
2013-11-12
1
-2
/
+9
*
Cleanup: Remove unused includes of webkit/glue/webkit_glue.h
tfarina@chromium.org
2013-11-12
1
-1
/
+0
*
Rename WebKit namespace to blink (part 3)
abarth@chromium.org
2013-11-07
1
-4
/
+4
*
Kill worker process by way of a sync IPC message before it cleans up.
meacer@chromium.org
2013-11-05
1
-0
/
+17
*
Move appcache_frontend_impl.* to content/child/
tfarina@chromium.org
2013-08-12
1
-3
/
+3
*
Revert 214172 "Revert 214162 "Make Platform::queryStorageUsageAn..."
kinuko@chromium.org
2013-07-29
1
-1
/
+3
*
Revert 214162 "Make Platform::queryStorageUsageAndQuota work fro..."
kinuko@chromium.org
2013-07-29
1
-3
/
+1
*
Make Platform::queryStorageUsageAndQuota work from worker threads
kinuko@chromium.org
2013-07-29
1
-1
/
+3
*
Implement ChildThread::shutdown and clear members that have refs into blink
jochen@chromium.org
2013-07-23
1
-0
/
+2
*
Move DBMessageFilter to content/child since its only used in child ptypes
jamesr@chromium.org
2013-07-17
1
-2
/
+2
*
Fix IndexedDB after r208777.
jam@chromium.org
2013-06-27
1
-1
/
+1
*
Remove usage of ChildProcess::current() and ChildThread::current() other than...
jam@chromium.org
2013-06-25
1
-3
/
+4
*
Move appcache_dispatcher and appcache_backend_proxy to content/child.
michaeln@google.com
2013-06-17
1
-1
/
+1
*
Update Blink include paths
abarth@chromium.org
2013-06-17
1
-3
/
+3
*
Shared workers should support --enable-experimental-webkit-features.
simonjam@chromium.org
2013-06-12
1
-23
/
+2
*
Move webkit/appcache/* into webkit/{browser,common}/appcache
kinuko@chromium.org
2013-06-05
1
-1
/
+3
*
Remove old webkit support code for IndexedDB.
alecflett@chromium.org
2013-06-05
1
-2
/
+0
*
Rename content/common_child to content/child
scottmg@chromium.org
2013-06-04
1
-3
/
+3
*
Update refernces to Blink's Platform API (content)
abarth@chromium.org
2013-05-30
1
-1
/
+1
*
Move webkit/database to webkit/browser and webkit/common. Also move content::...
michaeln@google.com
2013-05-22
1
-1
/
+1
*
Move indexeddb "common child" code out of content/common.
alecflett@chromium.org
2013-05-22
1
-1
/
+1
*
Update Content to use new names for WebRuntimeFeatures APIs.
eseidel@chromium.org
2013-05-10
1
-1
/
+4
*
Change include paths to use the new IDB header locations in Platform
alecflett@chromium.org
2013-05-02
1
-1
/
+0
*
Add Shutdown() helper to ChildThread and move all destructor logic.
dcheng@chromium.org
2013-04-22
1
-0
/
+3
*
WebSocket: Remove runtime disable flag
toyoshim@chromium.org
2013-04-09
1
-3
/
+0
*
Use ThreadSafeSender in a couple of places.
michaeln@chromium.org
2013-03-06
1
-1
/
+2
*
Update some #includes in content/worker for headers in the new Platform direc...
pilgrim@chromium.org
2013-01-15
1
-1
/
+1
*
Call new WebKit::setIDBFactory method to initialize Indexed DB support
pilgrim@chromium.org
2013-01-08
1
-0
/
+3
*
Removing unnecessary content:: namespace qualifier.
darin@chromium.org
2013-01-02
1
-2
/
+2
*
Move a bunch of code in content\common (as well as a few left in renderer) to...
jam@chromium.org
2012-10-22
1
-2
/
+2
*
Move content's a plugin, ppapi_plugin, utility, and worker subdirectories to ...
jam@chromium.org
2012-10-21
1
-1
/
+4
*
Use SyncMessageFilter to Send() ipc messages from background threads.
michaeln@google.com
2012-03-06
1
-1
/
+2
*
Get IPC working for Indexed DB in shared workers.
dgrogan@chromium.org
2012-02-16
1
-1
/
+10
*
Update includes to new header locations
abarth@chromium.org
2011-12-03
1
-1
/
+1
*
Allow linker initialization of lazy instance
joth@chromium.org
2011-11-15
1
-2
/
+2
*
Removing dedicated worker-related IPC codei (first round).
dslomov@chromium.org
2011-10-27
1
-10
/
+5
*
Move content_switches to content\public\common.
jam@chromium.org
2011-10-13
1
-1
/
+1
*
Update Chrome to use WebKitPlatformSupport instead of WebKitClient.
abarth@chromium.org
2011-09-02
1
-3
/
+3
*
If --disable-webgl is passed, continue to return null from
kbr@chromium.org
2011-03-23
1
-4
/
+0
*
Move worker code from chrome\worker to content\worker.
jam@chromium.org
2011-03-14
1
-0
/
+127