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
*
My last fix caused a recursive destructor call. Prevent that by disconnecting...
estade@chromium.org
2009-07-23
1
-105
/
+106
*
redo CL 21368 - fix test shell on windows to accept vista sys deps
dpranke@google.com
2009-07-23
1
-39
/
+75
*
Add support to URLRequest for deferring redirects.
darin@chromium.org
2009-07-23
1
-1
/
+2
*
back out CL 21368 in case for some reason it's causing a crash on video-toggle
dpranke@google.com
2009-07-23
1
-75
/
+39
*
back out CLs 21367, 21366 - no idea why these keep breaking
dpranke@google.com
2009-07-23
1
-4
/
+1
*
modify test_shell's check-sys-deps to work on vista as well as xp
dpranke@google.com
2009-07-23
1
-39
/
+75
*
re-do CL 21252 - move image_diff to tools, add deps to test_shell
dpranke@google.com
2009-07-23
1
-1
/
+4
*
Remove the dependency on V8Proxy.h from test_shell.cc.
dumi@chromium.org
2009-07-23
1
-6
/
+2
*
Fix a leak that only happens in layout test mode.
tc@google.com
2009-07-23
1
-0
/
+1
*
make sure to destroy main window when test shell is shutting down so we don't...
estade@chromium.org
2009-07-23
1
-1
/
+5
*
Changes to provide asynchronous read in data source:
hclam@chromium.org
2009-07-22
2
-1
/
+9
*
Fix broken build because of r21317
hclam@google.com
2009-07-22
1
-13
/
+16
*
Additional test to exploit memory leaks in <video>
hclam@google.com
2009-07-22
1
-10
/
+20
*
Make scrollbars and other controls tint/untint upon main window gaining
thakis@chromium.org
2009-07-22
1
-0
/
+1
*
revert change 21252, which broke the mac build for some reason
dpranke@google.com
2009-07-22
1
-4
/
+1
*
Changing the include from "base/gfx/platform_canvas.h" to "skia/ext/platform_...
ajwong@chromium.org
2009-07-22
2
-2
/
+2
*
make 'test_shell' target depend on everything needed to pass layout_tests
dpranke@google.com
2009-07-22
1
-1
/
+4
*
Including config.h temporarily to make the Mac/Linux builds happy.
dumi@chromium.org
2009-07-20
1
-0
/
+4
*
Reverting 20516 by re-landing this previous patch.
brettw@chromium.org
2009-07-17
1
-4
/
+3
*
Add the dep for the mac dir within test_shell where its needed.
thomasvl@chromium.org
2009-07-17
1
-0
/
+3
*
Introduce WebLocalizedString and queryLocalizedString methods
darin@chromium.org
2009-07-17
1
-5
/
+5
*
Begin implementation of the context menu for Video and Audio tags.
ajwong@chromium.org
2009-07-17
2
-13
/
+17
*
Enable isolated worlds for content scripts.
abarth@chromium.org
2009-07-16
1
-1
/
+1
*
Reverting 20855.
darin@chromium.org
2009-07-16
20
-265
/
+258
*
Reverting 20854.
darin@chromium.org
2009-07-16
20
-258
/
+265
*
Use WebWidget from the WebKit API. This change also makes
darin@chromium.org
2009-07-16
20
-265
/
+258
*
test_shell had hard-coded paths to the old LayoutTests location
dpranke@google.com
2009-07-15
1
-3
/
+2
*
Refactorings surrounding HostResolver:
ericroman@google.com
2009-07-15
1
-1
/
+1
*
MediaLeakTest.VideoBear on linux
hclam@chromium.org
2009-07-15
1
-2
/
+1
*
Replace ShowAsPopupWithItems to CreatePopupWidgetWithInfo. Also,
darin@chromium.org
2009-07-14
4
-41
/
+47
*
Roll WebKit DEPS from 45738 to 45840.
dimich@google.com
2009-07-14
2
-2
/
+4
*
Revert previous clipping rect change for Cairo to see if it fixes the build.
brettw@chromium.org
2009-07-13
1
-3
/
+4
*
Keep the cairo clipping region in sync with the Skia one.
brettw@chromium.org
2009-07-13
1
-4
/
+3
*
Added a media playback test to test_shell_tests
hclam@chromium.org
2009-07-10
2
-0
/
+32
*
Remove reference counting from WebWidgetDelegate.
darin@chromium.org
2009-07-09
1
-6
/
+0
*
Remove WebWidgetDelegate::GetContainingView since it is not needed.
darin@chromium.org
2009-07-09
3
-11
/
+1
*
Start using WebCursorInfo from the WebKit API. WebCursorInfo is a
darin@google.com
2009-07-08
4
-7
/
+13
*
Remove svn:executable property from files that don't need it.
thestig@chromium.org
2009-07-08
1
-0
/
+0
*
Add test harness for isolated worlds. Actual tests will appear upstream.
abarth@chromium.org
2009-07-08
2
-0
/
+21
*
linux: OOP windowed plugins
evan@chromium.org
2009-07-07
3
-109
/
+16
*
Revert "linux: OOP windowed plugins"
evan@chromium.org
2009-07-06
3
-16
/
+109
*
linux: OOP windowed plugins
evan@chromium.org
2009-07-06
3
-109
/
+16
*
shared build: make the shared build work for test_shell
evan@chromium.org
2009-07-03
1
-0
/
+8
*
Add getFileSize support to chromium
victorw@chromium.org
2009-07-03
2
-0
/
+11
*
Make FFmpeg delay load settings propagate to all shared libraries and executa...
scherkus@chromium.org
2009-07-01
1
-1
/
+0
*
Add Reload and LoadData methods to WebFrame. LoadData replaces
darin@chromium.org
2009-07-01
3
-21
/
+13
*
Enable some skia unittests on linux and mac.
tc@google.com
2009-07-01
1
-2
/
+0
*
Implement setXSSAuditorEnabled for test_shell
dglazkov@google.com
2009-06-30
3
-0
/
+15
*
linux: retry on plugin fix.
evan@chromium.org
2009-06-30
1
-0
/
+9
*
plugins: eliminate use of product_dir
evan@chromium.org
2009-06-30
1
-2
/
+0
[next]