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
*
Cut down on test shell chattiness.
evanm@google.com
2008-12-04
1
-3
/
+0
*
Linux: use other fonts when the primary is missing glyphs
agl@chromium.org
2008-12-03
1
-0
/
+1
*
Linux: support css font-family fallback.
agl@chromium.org
2008-12-03
1
-0
/
+11
*
Revert my skia file moves because of layout test failures.
brettw@google.com
2008-12-03
1
-8
/
+0
*
Move convolver, image_operations, and skia_utils from base/gfx to skia/ext.
brettw@google.com
2008-12-02
1
-0
/
+8
*
Add Verdana to the list of loaded fonts.
agl@chromium.org
2008-12-02
1
-0
/
+4
*
Remove the URL and title from the state getting functions and IPC messages.
brettw@google.com
2008-12-02
1
-7
/
+1
*
Add setStopProvisionalFrameLoads to the test shell layout test controller.
tc@google.com
2008-12-02
3
-0
/
+25
*
Enable the X selection clipboard for copying html and text out of a linux tes...
tc@google.com
2008-12-01
5
-2
/
+68
*
Linux: When asked for Monaco font, default to Times New Roman.
agl@chromium.org
2008-12-01
1
-0
/
+9
*
Remove file_util::kPathSeparator from posix.
estade@chromium.org
2008-11-27
2
-28
/
+20
*
The javascript alert dialog was removed from test shell.
mbelshe@google.com
2008-11-27
1
-0
/
+1
*
Remove a layout-test-only font-fallback path.
ericroman@google.com
2008-11-26
1
-4
/
+0
*
add support for --enable-file-cookies and the resource loader.
pinkerton@google.com
2008-11-26
1
-12
/
+17
*
Turn on d&d emulation in the layout tests on mac/linux.
tc@google.com
2008-11-26
1
-6
/
+3
*
Print a warning when running layout tests with incorrect theme.
ericroman@google.com
2008-11-25
4
-0
/
+76
*
Append a trailing slash on file directory URLs. Thus a link to /directory wil...
estade@chromium.org
2008-11-25
1
-2
/
+3
*
Make sure threading is initialized when running test_shell_tests
ojan@google.com
2008-11-25
1
-0
/
+3
*
Clean up some net/ code. Change a number of wstrings to FilePaths.
estade@chromium.org
2008-11-24
1
-2
/
+2
*
Fix an uninitialized variable / conditional.
deanm@chromium.org
2008-11-24
1
-0
/
+1
*
Progress on form button metrics.
deanm@chromium.org
2008-11-24
2
-7
/
+7
*
Fix the mac build by updating the include path of the skia files.
brettw@google.com
2008-11-22
1
-1
/
+1
*
Remove base versions of the graphics headers, which previously just forwarded...
brettw@google.com
2008-11-22
7
-10
/
+10
*
Remove skia/public/{Vector,Platform}Canvas_unittest.cpp from SCons.
sgk@google.com
2008-11-22
1
-4
/
+0
*
Remove use of wide characters in stats table identifiers.
evanm@google.com
2008-11-22
3
-7
/
+7
*
Fix infinite paint loop on Linux.
evanm@google.com
2008-11-22
1
-2
/
+20
*
Move skia extensions from the port to skia/ext for Windows only. Fixed the
brettw@google.com
2008-11-21
1
-2
/
+2
*
Assign result of FilePath.Append(), otherwise the value isn't changed.
mmoss@google.com
2008-11-21
1
-1
/
+1
*
Rollback "Remove use of wide characters in stats table identifiers."
evanm@google.com
2008-11-21
3
-7
/
+7
*
Remove use of wide characters in stats table identifiers.
evanm@google.com
2008-11-21
3
-7
/
+7
*
Plumb WebCore's windowResizerRect() through glue and renderer. Enables Mac sc...
pinkerton@google.com
2008-11-21
4
-0
/
+40
*
only resize the window when running layout tests. Makes it easier to use for ...
pinkerton@google.com
2008-11-21
3
-4
/
+11
*
Fix use of LOAD= with WantSystemLib() (we could blow up if a variable
sgk@google.com
2008-11-21
1
-2
/
+2
*
Allow test_shell to open relative paths, like "test_shell ."
dsh@google.com
2008-11-21
1
-2
/
+3
*
Missed a usage of TestShellRequestContext. This one is allowed to behave as
darin@chromium.org
2008-11-21
1
-1
/
+1
*
Ensure that we always use a direct connection to the internet when running in
darin@chromium.org
2008-11-21
3
-9
/
+17
*
Shim in test_shell string resources needed for http:// tests.
deanm@chromium.org
2008-11-20
1
-2
/
+135
*
Force the default GTK theme for layout tests.
evanm@google.com
2008-11-20
1
-1
/
+9
*
Review URL: http://codereview.chromium.org/11606
jcampan@chromium.org
2008-11-20
1
-1
/
+0
*
Relanding the new autofill.
jcampan@chromium.org
2008-11-20
2
-4
/
+2
*
Fix layout tests that regressed by changing the resize corner. These tests n...
tc@google.com
2008-11-20
2
-18
/
+36
*
Make the editor deletion UI work in layout test mode and
tc@google.com
2008-11-20
2
-12
/
+37
*
Use the editor delegate in the GTK test shell.
erg@google.com
2008-11-20
1
-0
/
+4
*
Change window_handle() to view_handle(). When disambiguating HWNDs, this was ...
avi@google.com
2008-11-20
9
-20
/
+20
*
Fix mac build bustage.
darin@google.com
2008-11-20
1
-1
/
+1
*
Fixed broken build - missing parameter to TestShell::InitLogging in test shel...
sgjesse@chromium.org
2008-11-20
1
-1
/
+2
*
Add option --gp-fault-error-box to test shell and run_webkit_tests.py to enab...
sgjesse@chromium.org
2008-11-20
5
-4
/
+20
*
More font metrics work for Linux
agl@chromium.org
2008-11-20
2
-0
/
+21
*
Review URL: http://codereview.chromium.org/11306
jcampan@chromium.org
2008-11-20
2
-2
/
+4
*
A new implementation of the autofill using the editor client API.
jcampan@chromium.org
2008-11-20
2
-4
/
+2
[next]