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
/
test_shell.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
bsds: views/ and webkit/ support for FreeBSD/OpenBSD
evan@chromium.org
2009-12-31
1
-2
/
+2
*
DevTools: Add support for inspector layout tests. Step 3.
pfeldman@chromium.org
2009-12-15
1
-1
/
+38
*
Plumb through site-specific quirks setting with a command line switch.
dglazkov@chromium.org
2009-11-25
1
-0
/
+1
*
Fix bug 27217 - disable Java in test_shell by default, to match
dpranke@google.com
2009-11-19
1
-1
/
+1
*
Remove CRLFs I accidentally committed.
dglazkov@chromium.org
2009-11-19
1
-17
/
+17
*
Implement testRepaint and sweepHorizontally methods on layoutTestController.
dglazkov@chromium.org
2009-11-18
1
-1
/
+18
*
Upstreaming WebKit.gyp
yaar@chromium.org
2009-11-12
1
-11
/
+11
*
Commit issue 243032: First implementation of PlainTextController.
rolandsteiner@chromium.org
2009-11-09
1
-3
/
+5
*
Third patch in making destructors of refcounted objects private.
jam@chromium.org
2009-11-05
1
-2
/
+1
*
Switch over to the new way of enabling/disabling session/local storage.
jorlow@chromium.org
2009-11-05
1
-1
/
+0
*
Chrome changes to extract the code from V8Proxy that special-cases
darin@chromium.org
2009-11-03
1
-8
/
+0
*
Ignore output to stdout that comes before we've started loading a test.
ojan@chromium.org
2009-10-29
1
-2
/
+5
*
Introduce WebScriptController for script related methods.
mhm@chromium.org
2009-10-23
1
-1
/
+2
*
Allow <video> to read from a data URI. Data URI is now handled
hclam@chromium.org
2009-10-23
1
-1
/
+4
*
Revert 29747 - Switch over to the new way of enabling/disabling session/local...
nsylvain@chromium.org
2009-10-22
1
-0
/
+1
*
Switch over to the new way of enabling/disabling session/local storage.
jorlow@chromium.org
2009-10-22
1
-1
/
+0
*
[Mac] Call setIsActive() when changing focus in layout test mode.
rohitrao@chromium.org
2009-10-21
1
-1
/
+5
*
1. Make messageloop-based timeout work on Mac/Linux,
ojan@chromium.org
2009-10-20
1
-0
/
+5
*
Delete glue/webview{_delegate}.h
darin@chromium.org
2009-10-19
1
-1
/
+2
*
Move scripting / v8 related methods out of WebKit.h
mhm@chromium.org
2009-10-16
1
-0
/
+1
*
Revert "Move scripting / v8 related methods out of WebKit.h"
tony@chromium.org
2009-10-16
1
-1
/
+0
*
Move scripting / v8 related methods out of WebKit.h
mhm@chromium.org
2009-10-16
1
-0
/
+1
*
Initial accessibility controller implementation.
dglazkov@chromium.org
2009-10-14
1
-0
/
+6
*
Move more ICU-dependent stuff from base into base/i18n. Some test stuff also
brettw@chromium.org
2009-10-09
1
-1
/
+0
*
Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classes
brettw@chromium.org
2009-10-03
1
-4
/
+4
*
Hook up webkit/api/public/WebView.h
darin@chromium.org
2009-09-30
1
-8
/
+8
*
Set application_cache_enabled to true for test_shell.
michaeln@google.com
2009-09-23
1
-1
/
+1
*
Refactor the DB code to make it accessible from test_shell.
dumi@chromium.org
2009-09-22
1
-0
/
+1
*
Allow <audio> to work in extension
hclam@chromium.org
2009-09-21
1
-0
/
+6
*
Implement WebKitTabToLinksPreferenceKey for the test_shell.
arv@chromium.org
2009-09-17
1
-0
/
+3
*
Hook up WebViewClient, part 1.
darin@chromium.org
2009-09-16
1
-1
/
+1
*
Fix tests involving multiple windows that log frame load events.
darin@chromium.org
2009-09-14
1
-2
/
+2
*
Remove WebViewDelegate::SpellCheckerDocumentTag method and eliminate
darin@chromium.org
2009-09-11
1
-8
/
+0
*
Support running tests under LayoutTests/http/tests/local as local file, in or...
jianli@chromium.org
2009-09-11
1
-0
/
+5
*
Hook up WebFrameClient, replacing many WebViewDelegate methods.
darin@chromium.org
2009-09-10
1
-6
/
+15
*
Convert std::wstring encoding names to std::string in a bunch of files.
tony@chromium.org
2009-09-04
1
-1
/
+1
*
Implement layoutTestController.display() method.
dglazkov@chromium.org
2009-09-04
1
-13
/
+7
*
More refactoring for WebPlugin.
darin@chromium.org
2009-08-27
1
-2
/
+4
*
Uses FilePath instead of std::wstring in webkit_glue::GetApplicationDirectory.
avi@google.com
2009-08-27
1
-7
/
+3
*
Change WebCanvas to be a CGContext on Mac.
darin@chromium.org
2009-08-19
1
-2
/
+4
*
Appcache related WebKit API additions. With this patch the compile-time flag ...
michaeln@google.com
2009-08-12
1
-1
/
+1
*
Adds a command line switch to enable the appcache, and plumb the switch throu...
michaeln@google.com
2009-08-12
1
-0
/
+1
*
Take 2: Remove WebView::SetDelegate because I'd like to avoid having a method
darin@chromium.org
2009-08-11
1
-8
/
+9
*
Reverting 23068.
darin@chromium.org
2009-08-11
1
-9
/
+8
*
Remove WebView::SetDelegate because I'd like to avoid having a method like this
darin@chromium.org
2009-08-11
1
-8
/
+9
*
Switch to WebFrame from the WebKit API.
darin@chromium.org
2009-08-10
1
-7
/
+8
*
Revert the revert of my DOM Storage LayoutTest enabling CL. I had to revert ...
jorlow@chromium.org
2009-08-05
1
-0
/
+2
*
Reverting 22029.
jorlow@chromium.org
2009-07-30
1
-2
/
+0
*
List individual storage related layout tests rather than excluding them all. ...
jorlow@chromium.org
2009-07-30
1
-0
/
+2
*
Remove the dependency on V8Proxy.h from test_shell.cc.
dumi@chromium.org
2009-07-23
1
-6
/
+2
[next]