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
*
Add explicit base to FilePath.
brettw@chromium.org
2013-02-07
1
-2
/
+2
*
Update some #includes in content/worker for headers that have moved to the ne...
pilgrim@chromium.org
2013-02-06
1
-1
/
+1
*
Update some #includes in content/worker for headers in the new Platform direc...
pilgrim@chromium.org
2013-01-15
6
-11
/
+11
*
Fix the last of the #includes and OVERRIDEs in preparation for removing WebKi...
pilgrim@chromium.org
2013-01-09
1
-1
/
+2
*
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
*
Fiddle with includes so we don't break the build once we land https://bugs.we...
pilgrim@chromium.org
2012-12-17
1
-1
/
+0
*
Sandbox the worker process on Mac
jeremy@chromium.org
2012-12-17
1
-0
/
+4
*
We're removing the sharedWorkerRepository() function from WebKit
pilgrim@chromium.org
2012-12-11
2
-6
/
+0
*
Initialize the Linux sandbox earlier in workers.
jln@chromium.org
2012-11-29
1
-5
/
+6
*
content: Update the includes to point to ipc_listener.h
tfarina@chromium.org
2012-11-10
1
-1
/
+1
*
Move a bunch more code into the content namespace.
jam@chromium.org
2012-10-23
1
-1
/
+1
*
Move a bunch of content\common code into the content namespace.
jam@chromium.org
2012-10-23
1
-1
/
+1
*
webkit: Move FilePath/WebString conversion functions from 'glue' to 'base'
hashimoto@chromium.org
2012-10-23
1
-5
/
+6
*
Move a bunch of code in content\common (as well as a few left in renderer) to...
jam@chromium.org
2012-10-22
3
-6
/
+5
*
Move content's a plugin, ppapi_plugin, utility, and worker subdirectories to ...
jam@chromium.org
2012-10-21
13
-7
/
+57
*
Remove flags for Workers that violate multiple profile and storage isolation ...
ajwong@chromium.org
2012-09-14
1
-9
/
+0
*
Move the Windows sandbox to sandbox/win
jln@chromium.org
2012-07-18
2
-2
/
+2
*
Emergency revert; rietveld broke; tree broke
erg@google.com
2012-07-13
2
-2
/
+2
*
sandbox/src -> sandbox/win/src
jln@chromium.org
2012-07-13
2
-2
/
+2
*
Remove #pragma once from content
ajwong@chromium.org
2012-07-11
6
-9
/
+3
*
Use IPC::Sender and IPC::Listener in content.
brettw@chromium.org
2012-06-25
1
-2
/
+2
*
Tighten up DEPS some more. NaCl/service process code are including internal c...
jam@chromium.org
2012-06-04
1
-1
/
+1
*
Block ptrace (and ptrace-like) syscalls from the renderer and worker processs.
cevans@chromium.org
2012-06-01
1
-1
/
+5
*
Deprecate FileUtilities::getFileSize and getFileModifiedTime
kinuko@chromium.org
2012-05-30
1
-29
/
+0
*
Add FileUtilities::GetFileInfo() to capture file metadata with single IPC
kinuko@chromium.org
2012-05-25
1
-0
/
+19
*
Initial implementation of Encrypted Media Extensions in Chrome.
ddorwin@chromium.org
2012-04-19
2
-0
/
+12
*
Rewrite HTML5 workers ui_tests to browser_tests. Compared to ui_tests, browse...
jam@chromium.org
2012-03-29
3
-632
/
+0
*
Add an OWNERS file for src\content by moving the owners that were there for t...
jam@chromium.org
2012-03-14
1
-2
/
+0
*
Use SyncMessageFilter to Send() ipc messages from background threads.
michaeln@google.com
2012-03-06
1
-1
/
+2
*
Automatically start the GPU process 5s after browser startup.
fischman@chromium.org
2012-03-03
1
-15
/
+15
*
IndexedDB: chrome-side changes for permission check from shared worker
dgrogan@chromium.org
2012-03-02
2
-0
/
+8
*
Rename content/{common,browser}/file_system to fileapi and move blob stuff in...
tzik@chromium.org
2012-03-01
3
-6
/
+6
*
Fix a typo from r123359.
thestig@chromium.org
2012-02-24
1
-2
/
+2
*
Re-Disabling WorkerTest.LimitTotal on Windows.
dpapad@chromium.org
2012-02-23
1
-1
/
+7
*
[flaky fixlet] Fixing WorkerTest.LimitTotal, WorkerTest.LimitPerPage
dpapad@chromium.org
2012-02-23
1
-16
/
+11
*
Remove usage of a deprecated TestServer constructor.
erikwright@chromium.org
2012-02-22
1
-2
/
+6
*
Remove FileSystem worker layout tests from worker_uitests.
adamk@chromium.org
2012-02-18
1
-151
/
+0
*
Get IPC working for Indexed DB in shared workers.
dgrogan@chromium.org
2012-02-16
4
-3
/
+24
*
Flakiness cleanup: disable flaky tests under content/
evan@chromium.org
2012-02-14
1
-21
/
+16
*
Mark WorkerFileSystemTest.AsyncOperations as flaky.
csilv@chromium.org
2012-02-09
1
-1
/
+2
*
Unflaking shared worker tests
dslomov@chromium.org
2012-02-03
1
-18
/
+15
*
Removing and unflaking tests in WorkerTest
dslomov@chromium.org
2012-02-03
1
-124
/
+7
*
Adding myself as an owner to content/workers/test
dslomov@chromium.org
2012-02-02
1
-0
/
+1
*
Enable ExtensionApiTest.WebSocket and WorkerTest.WorkerWebSocketLayoutTests
toyoshim@chromium.org
2012-01-26
1
-8
/
+1
*
Disable WebSocket related tests only in Win32
toyoshim@chromium.org
2012-01-25
1
-1
/
+6
*
Disable WorkerWebSocketLayoutTests in all platforms
toyoshim@chromium.org
2012-01-24
1
-4
/
+1
*
Disable WorkerWebSocketLayoutTests
toyoshim@chromium.org
2012-01-24
1
-0
/
+5
*
Pass Content-security-policy and header type from WebSharedWorkerProxy to Web...
tsepez@chromium.org
2012-01-23
2
-3
/
+10
*
Remove references to WebKit::WebWorker
dslomov@chromium.org
2012-01-14
2
-17
/
+1
[next]