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
/
webkit
/
tools
/
test_shell
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix tests that depend on setCustomPolicyDelegate and waitForPolicyDelegate.
darin@chromium.org
2009-04-02
6
-27
/
+80
*
Replace webkit/glue/screen_info.h with WebKit/chromium/public/WebScreenInfo.h
darin@chromium.org
2009-04-01
7
-7
/
+43
*
The layoutTestController had its queueScript method broken into two:
darin@chromium.org
2009-04-01
2
-17
/
+50
*
Remove the checked-in scons configuration files.
sgk@google.com
2009-04-01
1
-328
/
+0
*
Fresh build problem: make sure test_shell is built and installed
sgk@google.com
2009-04-01
1
-0
/
+2
*
Use the better gyp pattern to make sure test_shell.pak is installed next
sgk@google.com
2009-04-01
1
-4
/
+6
*
Use WebScriptSource and WebFindInPageRequest from the WebKit API.
darin@chromium.org
2009-03-31
1
-3
/
+7
*
Reland changes to enable worker layout tests. Compared to last review (http:/...
jianli@chromium.org
2009-03-30
8
-2
/
+176
*
Enable running webkit tests in parallel and make it use
ojan@google.com
2009-03-30
10
-4
/
+158
*
Always fall through to NetResourceProvider, rather than NOTREACHED()ing here.
evan@chromium.org
2009-03-30
1
-7
/
+0
*
Chrome-side of using setKeyIdentifierFromWindowsKeyCode instead of
darin@chromium.org
2009-03-30
2
-16
/
+2
*
Revert 12763.
jianli@chromium.org
2009-03-30
8
-174
/
+0
*
Enable worker layout tests. In order for test_shell to run worker, we link al...
jianli@chromium.org
2009-03-30
8
-0
/
+174
*
Disable a test that's been failing since around r12725.
evan@chromium.org
2009-03-29
1
-1
/
+1
*
Add the ability to specify a default MIME type when loading a resource. We'l...
abarth@chromium.org
2009-03-28
1
-0
/
+1
*
Use Webkit::WebInputEvent and remove webkit/glue/webinputevent.
darin@chromium.org
2009-03-27
11
-105
/
+153
*
Add a test to test_shell_tests to verify that navigator.plugins.refresh() works.
jam@chromium.org
2009-03-27
1
-87
/
+54
*
Support the IDR_SEARCH_xxx images in test_shell. Untested outside of Windows...
pkasting@chromium.org
2009-03-27
3
-3
/
+18
*
Revert "Support the IDR_SEARCH_xxx images in test_shell. Untested outside of...
evan@chromium.org
2009-03-27
3
-18
/
+3
*
Support the IDR_SEARCH_xxx images in test_shell. Untested outside of Windows...
pkasting@chromium.org
2009-03-27
3
-3
/
+18
*
Report the plugin position to windowed plugins as (0,0)
jam@chromium.org
2009-03-26
1
-14
/
+1
*
Chrome changes to support cached form submissions.
darin@chromium.org
2009-03-25
1
-0
/
+7
*
Don't override user's default cursor with GDK_ARROW.
estade@chromium.org
2009-03-25
1
-2
/
+6
*
Dump Keystone integration from Mac TestShell
mark@chromium.org
2009-03-25
4
-164
/
+0
*
Clean up a trivial commandline memory leak that shows up in the valgrind run ...
dkegel@google.com
2009-03-25
1
-0
/
+2
*
First stage of implementing HTML select popup menus for
paulg@google.com
2009-03-24
5
-2
/
+167
*
Fixed the following layout test:
hclam@chromium.org
2009-03-24
1
-0
/
+8
*
We need to extend the timeouts on Mac and Linux, too,
dkegel@google.com
2009-03-24
1
-5
/
+3
*
Update the gyp Linux build:
sgk@google.com
2009-03-20
1
-0
/
+11
*
Chromium side of http://codereview.chromium.org/42394
thomasvl@chromium.org
2009-03-19
1
-1
/
+2
*
Fix Linux build (and clean TestShell build).
darin@chromium.org
2009-03-19
1
-4
/
+0
*
Eliminate using_webkit.{scons,vsprops} in favor of having WebCommon.h set the
darin@chromium.org
2009-03-19
2
-4
/
+4
*
Chrome-side of moving webkit/glue/cache_manager.{h,cc} to the WebKit API layer.
darin@chromium.org
2009-03-19
3
-14
/
+9
*
Remove unneeded uses of base/ref_counted.h.
thestig@chromium.org
2009-03-18
1
-1
/
+0
*
Switching net over to use gyp on windows.
bradnelson@google.com
2009-03-18
2
-2
/
+2
*
SSLPolicy Fix: Step 3.
abarth@chromium.org
2009-03-17
1
-1
/
+2
*
Get rid of stashing a frame pointer with ResourceRequest and just store the r...
jam@chromium.org
2009-03-16
2
-5
/
+9
*
Add 'Generating' messages for rules.
sgk@google.com
2009-03-16
1
-0
/
+1
*
Linux: GYP fixes
agl@chromium.org
2009-03-13
1
-1
/
+1
*
Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ...
thestig@chromium.org
2009-03-13
2
-2
/
+0
*
- Provide Rpc classes with unique ids so that their message id spaces do not ...
pfeldman@chromium.org
2009-03-13
3
-1
/
+6
*
Remove logging.h from cc files that don't use it.
thestig@chromium.org
2009-03-12
2
-2
/
+0
*
Some minor cleanup in WebDataSource and WebResponse.
darin@chromium.org
2009-03-12
1
-3
/
+4
*
Implement WebSandboxSupport.
darin@chromium.org
2009-03-12
1
-0
/
+4
*
WebKit resource requests now have a flag reportUploadProgress that tells us w...
jcampan@chromium.org
2009-03-12
1
-1
/
+58
*
Chrome-side changes to use registerURLSchemeNoAccess.
darin@chromium.org
2009-03-12
1
-0
/
+2
*
Initial WebDevToolsAgent implementation contains two agent objects: Dom agent
pfeldman@chromium.org
2009-03-12
3
-0
/
+11
*
NO CODE CHANGE
deanm@chromium.org
2009-03-11
24
-24
/
+0
*
net_resources unfork
thomasvl@chromium.org
2009-03-11
1
-6
/
+6
*
Install more signal handlers so test shell cleanup after itself.
thestig@chromium.org
2009-03-11
1
-0
/
+9
[next]