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
*
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
*
Including config.h temporarily to make the Mac/Linux builds happy.
dumi@chromium.org
2009-07-20
1
-0
/
+4
*
Reverting 20855.
darin@chromium.org
2009-07-16
1
-9
/
+10
*
Reverting 20854.
darin@chromium.org
2009-07-16
1
-10
/
+9
*
Use WebWidget from the WebKit API. This change also makes
darin@chromium.org
2009-07-16
1
-9
/
+10
*
shared build: make the shared build work for test_shell
evan@chromium.org
2009-07-03
1
-0
/
+8
*
Add Reload and LoadData methods to WebFrame. LoadData replaces
darin@chromium.org
2009-07-01
1
-13
/
+5
*
Implement setXSSAuditorEnabled for test_shell
dglazkov@google.com
2009-06-30
1
-0
/
+1
*
Delete V8Proxy and V8Utilities and use upstreamed versions.
japhet@chromium.org
2009-06-29
1
-2
/
+2
*
Reverting 19489,19488.
japhet@chromium.org
2009-06-29
1
-2
/
+2
*
Use upstream V8Proxy and V8Utilities
japhet@chromium.org
2009-06-29
1
-2
/
+2
*
Remove WebFrame::CaptureImage in favor of having consumers call Layout
darin@chromium.org
2009-06-26
1
-13
/
+23
*
Hook up WebHistoryItem and push HistoryItem serialization out of WebFrame.
darin@chromium.org
2009-06-25
1
-1
/
+3
*
Delete files from webkit/glue that have been made obsolete by corresponding
darin@chromium.org
2009-06-18
1
-12
/
+15
*
Remove the HistoryState property of WebRequest.
darin@chromium.org
2009-05-22
1
-31
/
+33
*
Move ExtraData from WebRequest to WebDataSource.
darin@chromium.org
2009-05-21
1
-2
/
+11
*
Fix Skia includes to use the whole path name.
brettw@chromium.org
2009-05-19
1
-2
/
+1
*
Move WebMediaPlayerClientImpl files to WebKit API src location.
darin@chromium.org
2009-05-18
1
-11
/
+1
*
Rebaseline some tests on linux. These are actually exactly the same
tc@google.com
2009-05-18
1
-1
/
+5
*
Also scan .m and .mm files in checkdeps.py
phajdan.jr@chromium.org
2009-05-18
1
-1
/
+1
*
Set 'remote_fonts_enabled' to true in test_shell. Chrome has it off by defaul...
jshin@chromium.org
2009-05-17
1
-0
/
+3
*
Re-do r15244 again.
darin@chromium.org
2009-05-13
1
-21
/
+38
*
Remove executable bit from a bunch of files that shouldn't have it.
evan@chromium.org
2009-05-11
1
-0
/
+0
*
Fix inspector in test_shell. AppendASCII doesn't like the leading '/'
tc@google.com
2009-05-05
1
-1
/
+1
*
Revert r15278. More unexpected test failures :(
darin@chromium.org
2009-05-05
1
-7
/
+0
*
Re-do r15244: Fix crash in ~TestWebViewDelegate caused by
darin@chromium.org
2009-05-05
1
-0
/
+7
*
Revert r15244. Failed tests :(
darin@chromium.org
2009-05-04
1
-1
/
+0
*
Eliminate webkit/glue/webhistoryitem* in favor of adding a
darin@chromium.org
2009-05-04
1
-0
/
+1
[next]