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
/
chrome
/
worker
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disable MultipleWorkers on Linux as it is failing sporadically.
atwilson@chromium.org
2009-12-15
1
-0
/
+6
*
Comments out WorkerTest.FLAKY_LimitTotal on Linux.
hbono@chromium.org
2009-12-14
1
-0
/
+2
*
Disabling various worker tests for valgrind
atwilson@chromium.org
2009-12-12
1
-0
/
+3
*
Disable crashing test on linux
atwilson@chromium.org
2009-12-12
1
-1
/
+4
*
Enabled a number of worker tests on various platforms.
atwilson@chromium.org
2009-12-12
1
-21
/
+11
*
Marking failing IncognitoSharedWorkers uitest as flaky on Linux.
robertshield@chromium.org
2009-12-10
1
-0
/
+4
*
Fix a memory leak in the worker tests.
levin@chromium.org
2009-12-10
1
-0
/
+6
*
WebSocket in Worker: commandline passing for worker process.
ukai@chromium.org
2009-12-07
1
-0
/
+14
*
Mark a test as flaky that failed for 1/2 of yesterday on one bot. Doing fine...
thomasvl@chromium.org
2009-12-04
1
-0
/
+4
*
Make SystemMonitor not a Singleton and move it out of base
phajdan.jr@chromium.org
2009-11-26
1
-3
/
+4
*
Changed shared worker code so incognito windows do not have access to non-inc...
atwilson@chromium.org
2009-11-26
2
-1
/
+41
*
Flaky tests on linux/view/64bit builds.
oshima@chromium.org
2009-11-25
1
-0
/
+7
*
Disable these only on linux
tim@chromium.org
2009-11-23
1
-4
/
+15
*
Disable more tests causing crashes and failures on LinuxTest(dbg) and valgrin...
tim@chromium.org
2009-11-23
1
-3
/
+8
*
Test continues to be flaky, but it's getting run anyway so mark it DISABLED t...
tim@chromium.org
2009-11-23
1
-6
/
+3
*
Launch all child processes asynchronously so as not to block the IO thread.
jam@chromium.org
2009-11-21
1
-2
/
+1
*
Mark worker tests as flaky on mac.
tim@chromium.org
2009-11-21
1
-0
/
+4
*
Rename policy_url to first_party_for_cookies in cookie-related code.
wtc@chromium.org
2009-11-18
2
-5
/
+6
*
Enable worker-timeout.html layout test. It's fixed upstream.
dimich@chromium.org
2009-11-14
1
-3
/
+1
*
Turn on shared workers by default
atwilson@chromium.org
2009-11-14
1
-6
/
+0
*
Enabling shared worker tests for Linux/Mac. Windows is blocked on b27636.
atwilson@chromium.org
2009-11-13
1
-1
/
+7
*
Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...
erg@google.com
2009-11-13
6
-19
/
+19
*
Added lifecycle management and sharing support for SharedWorkers. SharedWorkers
atwilson@chromium.org
2009-11-13
4
-10
/
+18
*
Upstreaming WebKit.gyp
yaar@chromium.org
2009-11-12
9
-20
/
+20
*
Turned on shared worker tests and added test expectations.
atwilson@chromium.org
2009-11-10
1
-0
/
+59
*
Enable back some worker UI tests.
ager@chromium.org
2009-11-09
1
-4
/
+2
*
Changed SharedWorkerScriptLoader and WebSharedWorkerProxy to stay alive until...
atwilson@chromium.org
2009-11-09
1
-1
/
+1
*
Added support for --worker-startup-dialog command line flag.
atwilson@chromium.org
2009-11-06
1
-0
/
+5
*
Initial WebSharedWorkerImpl implementation
atwilson@chromium.org
2009-11-05
2
-0
/
+6
*
Added beginnings of browser-process support for shared workers.
atwilson@chromium.org
2009-11-05
10
-91
/
+311
*
Enable the URL portion of storage events. This is mostly just plumbing + a h...
jorlow@chromium.org
2009-11-05
2
-2
/
+2
*
Revert "Added beginnings of browser-process support for shared workers."
atwilson@chromium.org
2009-11-05
10
-311
/
+91
*
Added beginnings of browser-process support for shared workers.
atwilson@chromium.org
2009-11-05
10
-91
/
+311
*
First half of http://codereview.chromium.org/274014/show
jorlow@chromium.org
2009-11-04
2
-2
/
+27
*
Eliminate mime_util dependency in FrameLoaderClientImpl.
darin@chromium.org
2009-11-04
2
-18
/
+88
*
Initial pass of shared workers renderer-side code
atwilson@chromium.org
2009-10-30
2
-0
/
+6
*
Re-enabling worker fast tests (doing a more surgical disabling of just a sing...
atwilson@chromium.org
2009-10-22
1
-7
/
+9
*
Disable WorkerFastLayoutTests on all platforms instead
nsylvain@chromium.org
2009-10-21
1
-6
/
+1
*
Re-enable worker-script-error.html in ui_test now
levin@chromium.org
2009-10-16
1
-2
/
+1
*
Enables use-machine-stack.html worker test.
hclam@chromium.org
2009-10-13
1
-4
/
+0
*
Try to remove the flakiness from the WorkerLimit ui test by polling for proce...
jam@chromium.org
2009-10-13
1
-19
/
+24
*
TBR=dglazkov
hclam@chromium.org
2009-10-12
1
-10
/
+6
*
Mark some more WorkerTest as fail
hclam@chromium.org
2009-10-12
1
-2
/
+4
*
Disable some more tests in WorkerTest
hclam@chromium.org
2009-10-12
1
-3
/
+6
*
Disable WorkerTest.LimitTotal
hclam@chromium.org
2009-10-12
1
-1
/
+2
*
Header dependency cleanup in chrome/
phajdan.jr@chromium.org
2009-10-12
1
-0
/
+1
*
Fix another race condition on worker process shutdown that results in use-aft...
jam@chromium.org
2009-10-10
3
-0
/
+5
*
Fix use-after-free in the worker process. The object was shutting down the p...
jam@chromium.org
2009-10-09
3
-23
/
+14
*
Enable a lot of WorkerTest.WorkerFastLayoutTests and comment out
levin@chromium.org
2009-10-09
1
-4
/
+3
*
Mark a ui test as flaky on windows.
estade@chromium.org
2009-10-07
1
-1
/
+7
[next]