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
*
Remove references to WebKit::WebWorker
dslomov@chromium.org
2012-01-14
2
-17
/
+1
*
Convert use of int ms to TimeDelta in files owned by atwilson.
tedvessenes@gmail.com
2012-01-12
2
-5
/
+5
*
Revert 116954 - Pass Content-security-policy and header type from WebSharedWo...
tsepez@chromium.org
2012-01-12
2
-8
/
+4
*
Pass Content-security-policy and header type from WebSharedWorkerProxy to Web...
tsepez@chromium.org
2012-01-09
2
-4
/
+8
*
Update includes for WebMimeRegistry to new upstream locations
jamesr@chromium.org
2012-01-05
1
-2
/
+2
*
Create an API around WorkerService that chrome consumes. Rename the existing ...
jam@chromium.org
2011-12-29
1
-7
/
+9
*
Remove the uses of WebWorkerClient, replace with WebSharedWorkerClient.
dslomov@chromium.org
2011-12-29
3
-40
/
+44
*
Disabling WorkerTest.SharedWorkerHttpAuth failing on webkit canaries.
vsevik@chromium.org
2011-12-05
1
-1
/
+1
*
Update includes to new header locations
abarth@chromium.org
2011-12-03
7
-12
/
+12
*
Define DevTools content API
yurys@chromium.org
2011-12-01
1
-3
/
+2
*
Re-enable WorkerTest.WorkerWebSocketLayoutTests.
toyoshim@chromium.org
2011-11-25
1
-3
/
+1
*
Move some webkit_glue embedder functions into WebKitPlatformSupport virtual m...
piman@chromium.org
2011-11-22
1
-2
/
+2
*
Update callers of WebSecurityOrigin::isEmpty to call WebSecurityOrigin::isUnique
abarth@chromium.org
2011-11-21
1
-1
/
+1
*
Add OVERRIDE to content/.
avi@chromium.org
2011-11-17
2
-4
/
+4
*
Mark WorkerTest.WorkerMessagePortGC as flaky on mac.
kmadhusu@chromium.org
2011-11-15
1
-4
/
+1
*
Convert NewRunnableFunction/NewRunnableMethod calls to use base::Bind().
dcheng@chromium.org
2011-11-15
2
-6
/
+8
*
Allow linker initialization of lazy instance
joth@chromium.org
2011-11-15
1
-2
/
+2
*
Mark test flaky that just failed on Windows.
joi@chromium.org
2011-11-14
1
-0
/
+3
*
Mark more worker tests flaky, and across more platforms.
joi@chromium.org
2011-11-14
1
-82
/
+25
*
More worker ui test supressions
nduca@chromium.org
2011-11-11
1
-4
/
+4
*
Mark yet-more worker ui tests as flaky.
nduca@chromium.org
2011-11-11
1
-6
/
+6
*
Mark even more worker_ui_tests as flaky.
nduca@chromium.org
2011-11-11
1
-5
/
+5
*
Cleanup: Remove more unneeded forward declares in content.
thestig@chromium.org
2011-11-11
1
-2
/
+1
*
Mark WorkerTimeout as flake on mac
nduca@chromium.org
2011-11-10
1
-1
/
+1
*
Mark more WorkerTest flakiness.
nduca@chromium.org
2011-11-10
1
-2
/
+2
*
Mark more WorkerTest flakiness. Clean up #define approach used.
joi@chromium.org
2011-11-09
1
-101
/
+107
*
Revert 109223 - Mark more WorkerTest flakiness.
joi@chromium.org
2011-11-09
1
-32
/
+4
*
Mark more WorkerTest flakiness.
joi@chromium.org
2011-11-09
1
-4
/
+32
*
Mark several WorkerTest tests flaky on Windows.
joi@chromium.org
2011-11-08
1
-14
/
+87
*
Move content_restriction.h and main_function_params.h to content/public/commo...
jam@chromium.org
2011-10-31
1
-2
/
+2
*
Expose the sandbox related code through the content API. I did a bit of clean...
jam@chromium.org
2011-10-29
1
-3
/
+3
*
Mark Worker ui layout tests flaky.
dmichael@chromium.org
2011-10-27
1
-7
/
+31
*
Re-enable worker ui tests I broke.
dmichael@chromium.org
2011-10-27
1
-4
/
+2
*
Removing dedicated worker-related IPC codei (first round).
dslomov@chromium.org
2011-10-27
12
-246
/
+75
*
Disable WorkerTest.WorkerMessagePort* before the next WebKit roll
yurys@chromium.org
2011-10-26
1
-2
/
+4
*
Move content_client.h into content/public.
joi@chromium.org
2011-10-18
1
-1
/
+1
*
Move url_constansts.h to content/public/common.
jam@chromium.org
2011-10-14
1
-1
/
+1
*
Move content_switches to content\public\common.
jam@chromium.org
2011-10-13
2
-2
/
+2
*
DevTools: support shared worker initialization debugger
yurys@chromium.org
2011-10-12
2
-0
/
+14
*
DevTools: persist worker devtools agent state in DevToolsManager
yurys@chromium.org
2011-10-10
4
-0
/
+14
*
DevTools: remove support for out-of-process dedicated workers
yurys@chromium.org
2011-10-07
10
-175
/
+120
*
Now that WebKit r96590 is rolled, reapply http://codereview.chromium.org/8135...
yurys@chromium.org
2011-10-05
1
-1
/
+6
*
Revert "DevTools: introduce Reattach message, get rid of DevToolsRuntimePrope...
yurys@chromium.org
2011-10-04
1
-6
/
+1
*
DevTools: introduce Reattach message, get rid of DevToolsRuntimeProperties map
yurys@chromium.org
2011-10-04
1
-1
/
+6
*
WorkerTest.MultipleSharedWorkers is flakey on XP
dhollowa@chromium.org
2011-09-13
1
-1
/
+7
*
DevTools: introduce WorkderDevToolsAgentHost
yurys@chromium.org
2011-09-08
1
-3
/
+3
*
Enable WorkerTest.WorkerScriptError
yurys@chromium.org
2011-09-08
1
-1
/
+1
*
Clean up style errors introduced in r99349.
abarth@chromium.org
2011-09-05
1
-3
/
+3
*
Update Chrome to use WebKitPlatformSupport instead of WebKitClient.
abarth@chromium.org
2011-09-02
4
-58
/
+69
*
Suppress WorkerTest.WorkerScriptError failure caused by http://trac.webkit.or...
apavlov@chromium.org
2011-08-30
1
-1
/
+1
[next]