summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell
Commit message (Expand)AuthorAgeFilesLines
* Revert of r6609 added some junk lines (unintentional change, maybe?).evanm@google.com2008-12-091-11/+0
* Ensure availability of Ahem font during Mac test shell layout testsmark@chromium.org2008-12-092-0/+27
* revert commit 6607.estade@chromium.org2008-12-094-13/+55
* Linux: the WebKeyboardEvent key_code field is the windows key code, not the n...estade@chromium.org2008-12-093-44/+13
* Initialize the Linux specific text event code field in the event sending cont...deanm@chromium.org2008-12-081-2/+9
* Handle destruction of test shell properly.evanm@google.com2008-12-063-29/+33
* Remove LoadURL("about:blank") in the destructor, it crashes the test_shell on...fqian@google.com2008-12-051-1/+0
* Revert "Implement setSmartInsertDeleteEnabled andtc@google.com2008-12-055-67/+3
* Implement setSmartInsertDeleteEnabled and setSelectTrailingWhitespaceEnabledtc@google.com2008-12-055-3/+67
* Get rid of kPathSeparator on windows. Port some wstring function to take File...estade@chromium.org2008-12-041-3/+3
* Navigate to "about:blank" before calling GC so that the currentfqian@google.com2008-12-041-0/+1
* Fix two uninitialized memory accesses.deanm@chromium.org2008-12-041-3/+5
* Changed svn:eol-style of all .sln and .vcproj files to CRLFscherkus@chromium.org2008-12-042-736/+736
* Unify on "layout test mode" vs "interactive" and "non-interactive". We had a...deanm@chromium.org2008-12-0413-54/+50
* Make Linux match Windows and Mac in calling ResetWebPreferences. This was ca...deanm@chromium.org2008-12-041-1/+4
* Adding missing lib to fix windows webkit build.bradnelson@chromium.org2008-12-041-0/+1
* Turn off gtk double buffering of webwidget host's view_ widget, and manually ...estade@chromium.org2008-12-041-2/+21
* Cut down on test shell chattiness.evanm@google.com2008-12-041-3/+0
* Linux: use other fonts when the primary is missing glyphsagl@chromium.org2008-12-031-0/+1
* Linux: support css font-family fallback.agl@chromium.org2008-12-031-0/+11
* Revert my skia file moves because of layout test failures.brettw@google.com2008-12-031-8/+0
* Move convolver, image_operations, and skia_utils from base/gfx to skia/ext.brettw@google.com2008-12-021-0/+8
* Add Verdana to the list of loaded fonts.agl@chromium.org2008-12-021-0/+4
* Remove the URL and title from the state getting functions and IPC messages.brettw@google.com2008-12-021-7/+1
* Add setStopProvisionalFrameLoads to the test shell layout test controller.tc@google.com2008-12-023-0/+25
* Enable the X selection clipboard for copying html and text out of a linux tes...tc@google.com2008-12-015-2/+68
* Linux: When asked for Monaco font, default to Times New Roman.agl@chromium.org2008-12-011-0/+9
* Remove file_util::kPathSeparator from posix.estade@chromium.org2008-11-272-28/+20
* The javascript alert dialog was removed from test shell.mbelshe@google.com2008-11-271-0/+1
* Remove a layout-test-only font-fallback path.ericroman@google.com2008-11-261-4/+0
* add support for --enable-file-cookies and the resource loader.pinkerton@google.com2008-11-261-12/+17
* Turn on d&d emulation in the layout tests on mac/linux.tc@google.com2008-11-261-6/+3
* Print a warning when running layout tests with incorrect theme.ericroman@google.com2008-11-254-0/+76
* Append a trailing slash on file directory URLs. Thus a link to /directory wil...estade@chromium.org2008-11-251-2/+3
* Make sure threading is initialized when running test_shell_testsojan@google.com2008-11-251-0/+3
* Clean up some net/ code. Change a number of wstrings to FilePaths.estade@chromium.org2008-11-241-2/+2
* Fix an uninitialized variable / conditional.deanm@chromium.org2008-11-241-0/+1
* Progress on form button metrics.deanm@chromium.org2008-11-242-7/+7
* Fix the mac build by updating the include path of the skia files.brettw@google.com2008-11-221-1/+1
* Remove base versions of the graphics headers, which previously just forwarded...brettw@google.com2008-11-227-10/+10
* Remove skia/public/{Vector,Platform}Canvas_unittest.cpp from SCons.sgk@google.com2008-11-221-4/+0
* Remove use of wide characters in stats table identifiers.evanm@google.com2008-11-223-7/+7
* Fix infinite paint loop on Linux.evanm@google.com2008-11-221-2/+20
* Move skia extensions from the port to skia/ext for Windows only. Fixed thebrettw@google.com2008-11-211-2/+2
* Assign result of FilePath.Append(), otherwise the value isn't changed.mmoss@google.com2008-11-211-1/+1
* Rollback "Remove use of wide characters in stats table identifiers."evanm@google.com2008-11-213-7/+7
* Remove use of wide characters in stats table identifiers.evanm@google.com2008-11-213-7/+7
* Plumb WebCore's windowResizerRect() through glue and renderer. Enables Mac sc...pinkerton@google.com2008-11-214-0/+40
* only resize the window when running layout tests. Makes it easier to use for ...pinkerton@google.com2008-11-213-4/+11
* Fix use of LOAD= with WantSystemLib() (we could blow up if a variablesgk@google.com2008-11-211-2/+2