summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/test_shell.cc
Commit message (Expand)AuthorAgeFilesLines
* Minor cleanup in webkit/glue:darin@chromium.org2009-03-021-0/+1
* Chrome side to pick up new WebKit API changes.darin@chromium.org2009-02-281-2/+0
* Pull WebKit deps to get transparency fixes, and rebaseline affected layout te...brettw@chromium.org2009-02-271-4/+10
* Chrome side to implement WebMimeRegistry.darin@chromium.org2009-02-261-15/+0
* Update include paths for grit files. Go ahead and resorttc@google.com2009-02-221-1/+1
* Change mime type utils to operate on platform-specific string types for filen...estade@chromium.org2009-02-141-3/+4
* Media player availability now determined by SetMediaPlayerAvailable.scherkus@chromium.org2009-02-111-1/+7
* Reference and create a RenderView when needed.jrg@chromium.org2009-02-061-11/+16
* POSIX: gfx::NativeViewId and CrossProcessEventagl@chromium.org2009-01-271-2/+2
* Dump text/image on notifyDone.kuchhal@chromium.org2009-01-231-0/+71
* Remove some uses of Append(FILE_PATH_LITERAL()) with AppendASCII().deanm@chromium.org2009-01-221-1/+1
* Add test shell resources into the linux .pak file.tc@google.com2009-01-211-81/+0
* Make CommandLine into a normal object, with some statics for getting at the c...evan@chromium.org2009-01-211-1/+1
* looking at test shell tests on mac:thomasvl@chromium.org2009-01-161-0/+12
* Revert "* Dump text/image on notifyDone."kuchhal@chromium.org2009-01-161-66/+0
* Follow-up fixmark@chromium.org2009-01-161-1/+0
* Fix TestShell fonts again (see r8206, r8198, r8196, r8113)mark@chromium.org2009-01-161-9/+10
* put back the changes that got rolled back.kuchhal@chromium.org2009-01-161-1/+8
* * Dump text/image on notifyDone.kuchhal@chromium.org2009-01-161-10/+69
* Use Times, sans New Roman, for layout tests on Macmark@chromium.org2009-01-161-4/+6
* Changes the backing font from Times to 'times new roman'. This matchessky@google.com2009-01-151-3/+8
* Remove grit hack and inline a 30x30 red square for atc@google.com2009-01-131-14/+0
* Move webkit_resources.rc to webkit_resources.grd. Addtc@google.com2009-01-131-1/+3
* Replace stub bogus_webkit_strings.h with real generated header via gritpinkerton@google.com2009-01-081-5/+0
* Add debug menu to Linux test_shell:phajdan.jr@chromium.org2009-01-081-2/+22
* Make Mac bitmaps use BGRA to match the MD5 hash Apple uses in its WebKit expe...pinkerton@google.com2009-01-061-4/+11
* Implement extension:// protocol.aa@chromium.org2008-12-241-4/+4
* Kill PlatformScreenMac.mmdarin@google.com2008-12-231-0/+4
* plumb missing image code through the chrome bridge. Use the .gif version inst...pinkerton@google.com2008-12-191-4/+25
* Bridge out media player from MediaPlayerPrivate.hclam@chromium.org2008-12-181-0/+5
* Move the "platform" wrappers in skia/ext to the skia namespace.brettw@google.com2008-12-171-1/+1
* Implement visited link coloring.brettw@google.com2008-12-131-0/+8
* mac uses RGBA for its rendering, not BGRA. This fix got lost when we merged t...pinkerton@google.com2008-12-121-1/+7
* Rename ViewHandle to NativeView et al.agl@chromium.org2008-12-111-1/+1
* Handle destruction of test shell properly.evanm@google.com2008-12-061-20/+24
* Remove LoadURL("about:blank") in the destructor, it crashes the test_shell on...fqian@google.com2008-12-051-1/+0
* Navigate to "about:blank" before calling GC so that the currentfqian@google.com2008-12-041-0/+1
* Unify on "layout test mode" vs "interactive" and "non-interactive". We had a...deanm@chromium.org2008-12-041-10/+9
* Clean up some net/ code. Change a number of wstrings to FilePaths.estade@chromium.org2008-11-241-2/+2
* Remove base versions of the graphics headers, which previously just forwarded...brettw@google.com2008-11-221-1/+1
* Remove use of wide characters in stats table identifiers.evanm@google.com2008-11-221-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-211-2/+2
* Remove use of wide characters in stats table identifiers.evanm@google.com2008-11-211-2/+2
* Fix layout tests that regressed by changing the resize corner. These tests n...tc@google.com2008-11-201-18/+36
* Make the editor deletion UI work in layout test mode andtc@google.com2008-11-201-12/+37
* Add option --gp-fault-error-box to test shell and run_webkit_tests.py to enab...sgjesse@chromium.org2008-11-201-2/+5
* Turn on logging of notImplemented()s inside WebCore for test_shell.evanm@google.com2008-11-191-0/+6
* Add pixel layout test support for Linuxagl@chromium.org2008-11-191-0/+33
* Make the gtk window resize itself to the proper size at layout tests startup.erg@google.com2008-11-181-0/+9