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
*
First half of updating Worker.postMessage(), DOMWindow.postMessage(), and
jorlow@chromium.org
2009-08-26
4
-23
/
+32
*
Enable message ports for workers.
jam@chromium.org
2009-08-06
5
-9
/
+40
*
Enable worker layout tests after the WebKit patch to fix an assert is landed.
jianli@chromium.org
2009-08-06
1
-8
/
+8
*
Run the DOM Storage layout tests in the UI test framework since the test shel...
jorlow@chromium.org
2009-08-05
1
-275
/
+14
*
This CL is doing a bunch of Misc work to make LocalStorage data persist.
jorlow@chromium.org
2009-08-05
2
-0
/
+7
*
Temporarily disable all Worker tests.
dglazkov@chromium.org
2009-08-04
1
-8
/
+8
*
Cross-process Message Port implementation.
jam@chromium.org
2009-08-04
3
-0
/
+36
*
Rebaseline worker-constructor.html and enable it and other 2 tests in running...
jianli@chromium.org
2009-07-30
1
-2
/
+3
*
Disable worker-constructor.html until the WebKit side change is landed and we...
jianli@chromium.org
2009-07-30
1
-1
/
+1
*
Enable layout tests: worker-constructor.html and worker-script-error.html.
jianli@chromium.org
2009-07-28
1
-10
/
+29
*
Reenable running worker UI tests.
jianli@chromium.org
2009-07-24
1
-11
/
+0
*
The final CL for plumbing DOM Storage.
jorlow@chromium.org
2009-07-24
2
-0
/
+16
*
Disable worker tests for debug builds.
darin@chromium.org
2009-07-23
1
-0
/
+11
*
Unrevert 21355 because the revert might be causing the
nsylvain@chromium.org
2009-07-23
3
-30
/
+11
*
Revert 21355 because it might be causing all the new
nsylvain@chromium.org
2009-07-23
3
-11
/
+30
*
Switch the first thread in a child process to be the main thread, and make th...
jam@chromium.org
2009-07-23
3
-30
/
+11
*
Split the IPC code into ipc/
agl@chromium.org
2009-07-22
2
-2
/
+2
*
Revert r21117 as it caused reliability failures.
estade@chromium.org
2009-07-21
3
-11
/
+30
*
Switch the first thread in a child process to be the main thread, and make th...
jam@chromium.org
2009-07-20
3
-30
/
+11
*
Disable text-encoding.html from Worker http layout tests, it appears to be un...
dimich@google.com
2009-07-17
1
-1
/
+1
*
Remove 6- and 7-parameter IPC message macros. Replace with a struct that pack...
dimich@google.com
2009-07-17
1
-3
/
+9
*
Attempt to re-enable the http worker tests. I can't repro the 'flak' so I'm g...
dimich@google.com
2009-07-17
1
-1
/
+1
*
Disable running layout tests worker-constructor.html and worker-redirect.html...
jianli@chromium.org
2009-07-16
1
-3
/
+2
*
Disable WorkerHttpLayoutTests which is flaky (both debug and release winxp).
sverrir@chromium.org
2009-07-15
1
-1
/
+1
*
Make workers functional on OSX and Linux.
levin@chromium.org
2009-07-14
3
-5
/
+2
*
Roll WebKit DEPS from 45738 to 45840.
dimich@google.com
2009-07-14
2
-1
/
+4
*
Platform cleanup in worker_uitest.cc.
phajdan.jr@chromium.org
2009-07-13
1
-4
/
+4
*
Fix the problem that the temp worker directory is not deleted if the http ser...
jianli@chromium.org
2009-07-08
1
-2
/
+22
*
Sprinkle some defensiveness into the UI tests so that they don't explode if t...
stuartmorgan@chromium.org
2009-07-07
1
-0
/
+4
*
Add getFileSize support to chromium
victorw@chromium.org
2009-07-03
2
-0
/
+7
*
Add one more layout test LayoutTests\http\tests\xmlhttprequest\works\close.ht...
jianli@chromium.org
2009-06-30
1
-0
/
+1
*
Change to use encodeURIComponent to encode the UTF8 character in the returned
jianli@chromium.org
2009-06-29
1
-1
/
+1
*
Fix for ui_tests - accidental change went in.
dimich@google.com
2009-06-29
1
-1
/
+1
*
Remove --enable-web-workers command-line switch.
dimich@google.com
2009-06-29
2
-5
/
+1
*
Support running http layout tests for workers in UI test framework.
jianli@chromium.org
2009-06-29
1
-36
/
+107
*
Added stub native web worker support, including build support in preparation
sehr@google.com
2009-06-29
5
-2
/
+339
*
Add ability to start/stop http server to ui_tests. This will be used to run W...
dimich@google.com
2009-06-23
1
-0
/
+22
*
Support running worker's fast layout tests in UI test framework.
jianli@chromium.org
2009-06-19
1
-11
/
+212
*
Implement a max worker count of 16 per tab and 64 total. Any workers created...
jam@chromium.org
2009-06-18
2
-0
/
+40
*
Switch child threads so that current() only works on the correct thread and t...
jam@chromium.org
2009-06-15
2
-3
/
+13
*
Convert worker.vcproj to gyp generation.
sgk@google.com
2009-06-03
1
-171
/
+0
*
Make automation proxy objects to ref_counted. That allows to process async no...
stoyan@chromium.org
2009-05-28
1
-1
/
+1
*
Increase timeout for worker UI tests.
jianli@chromium.org
2009-05-26
1
-1
/
+1
*
We need to add UI tests to test workers after we switch to process-per-worker...
jianli@chromium.org
2009-05-26
1
-0
/
+39
*
Prevent a worker that loops forever from preventing shutdown of the worker pr...
jam@chromium.org
2009-05-21
2
-2
/
+42
*
Forgot file with r16454
jam@chromium.org
2009-05-20
1
-0
/
+1
*
Move createWorker from WebKitClient to WebWorkerClient per your suggestion, t...
jam@chromium.org
2009-05-20
3
-7
/
+6
*
Move WebKit API to src/webkit/api.
darin@chromium.org
2009-05-10
4
-7
/
+7
*
Move win_util.h from common to app.
ben@chromium.org
2009-05-08
1
-1
/
+0
*
Chrome side to handle changing CreateWebWorker to createWorker.
darin@chromium.org
2009-05-05
2
-2
/
+2
[next]