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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up in browser side of allowFileSystem.
hanxi@chromium.org
2014-05-26
2
-11
/
+0
*
Avoid sync IPCs for FileSystem API
hanxi@chromium.org
2014-05-24
2
-1
/
+13
*
Remove stray platform_file.h from content
rvargas@chromium.org
2014-05-14
1
-1
/
+0
*
Introduce enablePreciseMemoryInfo switch and apply it to both renderer and sh...
pan.deng@intel.com
2014-05-03
1
-4
/
+0
*
Revert accidental dartium code push
jamescook@chromium.org
2014-04-17
2
-8
/
+0
*
Changes for 1750 roll
terry@google.com
2014-04-17
1
-1
/
+1
*
merged 1908
terry@google.com
2014-04-17
2
-0
/
+8
*
Branching for 1847 @251904
terry@google.com
2014-04-17
1
-2
/
+0
*
Changes for 1750 roll
terry@google.com
2014-04-17
1
-0
/
+2
*
Make shared worker aware kEnableSharedWorkerMemoryInfo switch
pan.deng@intel.com
2014-04-11
1
-1
/
+8
*
Remove unnecessary Platform::createMessagePortChannel method
darin@chromium.org
2014-04-09
2
-13
/
+4
*
Chromium-side: Prepare for using Mojo to implement HTML MessagePort
darin@chromium.org
2014-04-08
2
-0
/
+12
*
Add pause_on_start flag to WorkerProcessMsg_CreateWorker_Params.
horo@chromium.org
2014-03-29
3
-0
/
+8
*
Remove WebKitPlatformSupportImpl and WebKitPlatformSupportChildImpl classes. ...
jam@chromium.org
2014-03-24
1
-2
/
+2
*
Remove some content_child dependency from content_common
sheu@chromium.org
2014-03-13
1
-2
/
+2
*
Encrypted Media: Add supportsEncryptedMediaMIMEType().
xhwang@chromium.org
2014-02-26
2
-0
/
+11
*
Remove WebFrame-based WebApplicationCacheHost API and move to platform includes
adamk@chromium.org
2014-02-20
2
-6
/
+0
*
Don't terminate SharedWorker while loading the script.
horo@chromium.org
2014-02-19
1
-3
/
+3
*
Implementations of SharedWorker in the renderer process.
horo@chromium.org
2014-02-14
4
-140
/
+2
*
Implement new willStartMainResourceRequest method of blink::WebApplicationCac...
adamk@chromium.org
2014-02-13
2
-0
/
+6
*
Add kinuko@ and horo@ to content/worker and content/browser/worker_host OWNERS
kinuko@chromium.org
2014-02-07
1
-0
/
+2
*
Quota: Remove ifdef macros used for callback cleanup
nhiroki@chromium.org
2014-02-06
2
-10
/
+2
*
Move the worker script loading code to the worker process (phase:4/5)
horo@chromium.org
2014-02-05
6
-77
/
+32
*
Quota: Remove self-destructive callbacks for cleanup (Chromium)
nhiroki@chromium.org
2014-02-04
2
-2
/
+12
*
Move the rest of webkit/glue into content/child
tfarina@chromium.org
2014-02-01
2
-5
/
+4
*
Remove SetJavaScriptFlags() wrapper function from webkit.
tfarina@chromium.org
2014-01-29
2
-2
/
+4
*
Convert Media Galleries to use base::File
rvargas@chromium.org
2014-01-27
1
-4
/
+4
*
Move the worker script loading code to the worker process (phase:2/5)
horo@chromium.org
2014-01-09
5
-25
/
+77
*
Remove unused WebSharedWorkerClientProxy methods
kinuko@chromium.org
2014-01-07
2
-24
/
+0
*
Update uses of UTF conversions in content/ to use the base:: namespace.
avi@chromium.org
2013-12-25
1
-3
/
+3
*
Split blink::WebSharedWorker interface into two in Chrome side (phase:2/3)
horo@chromium.org
2013-12-16
1
-1
/
+1
*
Revert 240527 "Revert of https://codereview.chromium.org/99133015/"
jln@chromium.org
2013-12-13
1
-1
/
+1
*
Revert of https://codereview.chromium.org/99133015/
scottmg@chromium.org
2013-12-13
1
-1
/
+1
*
Linux Sandbox: split the GPU policies to their own files.
jln@chromium.org
2013-12-13
1
-1
/
+1
*
IndexedDB: Simplify blink public/platform implementation names
jsbell@chromium.org
2013-12-12
1
-4
/
+3
*
Ensure chrome://tracing shows IndexedDB as option
jsbell@chromium.org
2013-12-07
1
-0
/
+1
*
Convert string16 to base::string16 in content.
brettw@chromium.org
2013-12-03
2
-7
/
+9
*
Add ChildMessageFilter, a base class for renderer/worker cross-thread Message...
kinuko@chromium.org
2013-11-19
1
-2
/
+1
*
Followup cleanup for WebDatabaseObserver
kinuko@chromium.org
2013-11-18
2
-2
/
+2
*
Implement ScopedChildProcessReference class
kinuko@chromium.org
2013-11-12
2
-2
/
+3
*
Change WebDatabaseObserverImpl to implement public/platform's WebDatabaseObse...
kinuko@chromium.org
2013-11-12
4
-7
/
+20
*
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
*
Make RendererWebKitPlatformSupportImpl::idbFactory() thread safe
jsbell@chromium.org
2013-11-08
2
-2
/
+3
*
Rename WebKit namespace to blink (part 3)
abarth@chromium.org
2013-11-07
13
-129
/
+129
*
Kill worker process by way of a sync IPC message before it cleans up.
meacer@chromium.org
2013-11-05
2
-0
/
+19
*
Explicitly reject storage access if requesting security origin is unique
kinuko@chromium.org
2013-11-05
3
-3
/
+11
*
Send Allow{Database,FileSystem,IndexedDB} sync IPCs directly from worker thread
kinuko@chromium.org
2013-11-01
4
-20
/
+118
*
Removed unhanled/unused Blink API implementation for SharedWorker
kinuko@chromium.org
2013-10-24
2
-72
/
+0
*
Take the laziness out of WebBlobRegistryImpl construction since the WebKit::P...
michaeln@google.com
2013-10-23
1
-2
/
+2
[next]