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
*
[Mac] Call setIsActive() when changing focus in layout test mode.
rohitrao@chromium.org
2009-10-21
1
-1
/
+5
*
TBR: darin
mhm@chromium.org
2009-10-21
2
-10
/
+7
*
Introduce WebSecurityPolicy for security related methods.
mhm@chromium.org
2009-10-21
2
-7
/
+10
*
Enable WebSocket in test_shell
ukai@chromium.org
2009-10-21
5
-0
/
+249
*
1. Make messageloop-based timeout work on Mac/Linux,
ojan@chromium.org
2009-10-20
4
-27
/
+48
*
Add WebFrameClient::cancelledError to avoid a dependency on
darin@chromium.org
2009-10-20
2
-6
/
+19
*
Remove +x bit from files that shouldn't have it.
evan@chromium.org
2009-10-20
4
-0
/
+0
*
Delete glue/webview{_delegate}.h
darin@chromium.org
2009-10-19
24
-35
/
+53
*
Remove duplicated code in decidePolicyForNavigation().
tkent@chromium.org
2009-10-19
1
-6
/
+3
*
Make LayoutTests/http/tests/misc/redirect-to-external-url.html PASS.
tkent@chromium.org
2009-10-19
2
-0
/
+31
*
Move WebDevToolsAgent{Delegate} into the WebKit API.
darin@chromium.org
2009-10-17
5
-0
/
+7
*
Move scripting / v8 related methods out of WebKit.h
mhm@chromium.org
2009-10-16
3
-0
/
+3
*
Move autofill related WebView{Delegate} methods into the WebKit API.
darin@chromium.org
2009-10-16
1
-1
/
+6
*
Reduce the testshell watchdog timeout to just be the timeout
ojan@chromium.org
2009-10-16
4
-6
/
+8
*
Revert "Move scripting / v8 related methods out of WebKit.h"
tony@chromium.org
2009-10-16
3
-3
/
+0
*
Move scripting / v8 related methods out of WebKit.h
mhm@chromium.org
2009-10-16
3
-0
/
+3
*
Convert the HTTP cache to use FilePath rather than wstring for the
tony@chromium.org
2009-10-15
4
-8
/
+10
*
Re-try r29078: Remove some deprecated file_util wstring functions.
estade@chromium.org
2009-10-15
2
-51
/
+60
*
Revert wstring patch (r29078 and follow up commits). It is causing failures o...
estade@chromium.org
2009-10-15
2
-60
/
+51
*
Remove some deprecated file_util wstring functions.
estade@chromium.org
2009-10-15
2
-51
/
+60
*
Fix EventSendingController so that we do event saving and replay like what We...
jianli@chromium.org
2009-10-14
3
-46
/
+104
*
Initial accessibility controller implementation.
dglazkov@chromium.org
2009-10-14
9
-1
/
+850
*
Remove the base_gfx project since it no longer has an external dependencies.
brettw@chromium.org
2009-10-14
1
-1
/
+1
*
Use predefined color names where possible for clarity. Also use "SkColorSetA...
pkasting@chromium.org
2009-10-13
1
-3
/
+3
*
Fix build: I committed the wrong patch. :(
evan@chromium.org
2009-10-13
1
-1
/
+1
*
Remove the unnecessary conversion to wstring when calling file_util::WriteFile.
evan@chromium.org
2009-10-13
1
-2
/
+2
*
Implement WebAccessibility object, a wrapper for WebCore::AccessibilityObject.
dglazkov@chromium.org
2009-10-13
1
-0
/
+2
*
Turn NULL used as int to 0.
phajdan.jr@chromium.org
2009-10-13
1
-1
/
+1
*
Use ASCII strings for switch names.
evan@chromium.org
2009-10-13
3
-50
/
+50
*
Drop redundant CommandLine::Terminate.
evan@chromium.org
2009-10-12
1
-1
/
+1
*
Move native_widget_types and gtk_native_view_id_manager from base/gfx to
brettw@chromium.org
2009-10-11
6
-7
/
+7
*
Fix another race condition on worker process shutdown that results in use-aft...
jam@chromium.org
2009-10-10
1
-0
/
+2
*
Move more ICU-dependent stuff from base into base/i18n. Some test stuff also
brettw@chromium.org
2009-10-09
4
-4
/
+2
*
Moving ShowContextMenu out of WebView_delegate and into WebViewClient
yaar@chromium.org
2009-10-09
2
-38
/
+16
*
Linux x64 - Enable media tests since we have 64-bit ffmpeg now.
mmoss@chromium.org
2009-10-09
1
-2
/
+1
*
Print the element path in TestWebViewDelegate::decidePolicyForNavigation()
tkent@chromium.org
2009-10-09
2
-5
/
+13
*
AppCache StorageAPIs
michaeln@google.com
2009-10-09
1
-1
/
+2
*
Make all content scripts from an extension run in the same
aa@chromium.org
2009-10-08
1
-3
/
+6
*
Move classes depending on Skia out of base/gfx and into app/gfx. Rename
brettw@chromium.org
2009-10-07
3
-5
/
+6
*
Stop glue from exporting webcore headers.
thestig@chromium.org
2009-10-07
1
-0
/
+2
*
Implement setPOSIXLocale in test shell.
evan@chromium.org
2009-10-07
2
-0
/
+16
*
Invent WebFrameImpl::ClientHandle as a weak reference to WebFrameClient.
darin@chromium.org
2009-10-07
1
-0
/
+3
*
Move runFileChooser from webview_delegate to WebViewClient.
yaar@chromium.org
2009-10-06
1
-0
/
+4
*
Implementation of application cache update algorithm.
jennb@chromium.org
2009-10-06
1
-0
/
+1
*
Roll gyp DEPS and remove redundant product_dir setting for plugin modules.
mmoss@chromium.org
2009-10-06
1
-2
/
+0
*
Add comments setting emacs and vim tab width and expansion variables.
sgk@google.com
2009-10-06
1
-0
/
+6
*
Fix test shell for events. Also remove tests that no longer fail.
jorlow@chromium.org
2009-10-03
1
-0
/
+17
*
Add quota support.
jorlow@chromium.org
2009-10-03
1
-2
/
+3
*
More WebView / WebViewDelegate cleanup.
darin@chromium.org
2009-10-03
1
-0
/
+6
*
Move the clipboard stuff out of base and into app/clipboard. I renamed
brettw@chromium.org
2009-10-03
2
-3
/
+3
[next]