summaryrefslogtreecommitdiffstats
path: root/content/shell/shell_browser_main.cc
Commit message (Expand)AuthorAgeFilesLines
* [content shell] move browser process stuff into browser/ subdirjochen@chromium.org2013-08-201-220/+0
* Shut down the BrowserMainRunner for Android at the end of ShellBrowserMain().peter@chromium.org2013-08-161-0/+6
* Use a direct include of the message_loop header in content/, part 4.avi@chromium.org2013-07-181-1/+1
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-1/+1
* content_shell: Create the FIFOs needed for running Android layout testspeter@chromium.org2013-06-201-37/+10
* content_shell: Move BrowserTestSystemMessageHandler and use it in layout testspeter@chromium.org2013-06-191-2/+30
* content_shell: Unify code-paths for Android and other platforms for layout te...peter@chromium.org2013-06-131-12/+17
* content_shell: Translate layout test paths to URLs for Androidpeter@chromium.org2013-06-131-0/+22
* Use a direct include of utf_string_conversions.h in content/.avi@chromium.org2013-06-071-1/+1
* [content shell] move code common to several processes to a common dirjochen@chromium.org2013-05-071-2/+2
* content: Use base::MessageLoop.xhwang@chromium.org2013-05-041-2/+4
* [content shell] try to be smart about layout test namesjochen@chromium.org2013-04-291-0/+5
* Move path functions from file_util to FilePath object.brettw@chromium.org2013-04-121-2/+1
* Update sys_string_conversions includes in chrome_frame, content, net, and ui.brettw@chromium.org2013-03-281-1/+1
* Revert 189152eroman@chromium.org2013-03-201-0/+2
* Revert 189135 "[content shell] close the main window after check..."wjia@chromium.org2013-03-191-2/+0
* [content shell] close the main window after checking layout system depsjochen@chromium.org2013-03-191-0/+2
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* [content shell] implement pathToLocalResourcejochen@chromium.org2013-02-201-0/+7
* Add explicit base to FilePath.brettw@chromium.org2013-02-071-5/+5
* [content shell] don't change the working directory between layout tests.jochen@chromium.org2012-12-201-18/+4
* [content shell] reset the CWD after each layout testjochen@chromium.org2012-12-191-0/+13
* [content shell] when running in layout test mode, create the temp directory u...jochen@chromium.org2012-12-111-3/+13
* [content shell] remove WebKitTestRunnerHost.jochen@chromium.org2012-12-101-1/+1
* [content shell] support relative paths for test namesjochen@chromium.org2012-11-271-3/+7
* [content shell] make sure we ran the main runner at least once and shut it do...jochen@chromium.org2012-11-271-0/+10
* [content shell] avoid accessing the filesystem when io restrictions are enabledjochen@chromium.org2012-11-081-5/+11
* [content shell] add support for getting tests from the command line.jochen@chromium.org2012-10-191-8/+24
* Reland r161839 - [content shell] don't use webkit_support functions to manipu...jochen@chromium.org2012-10-151-3/+17
* Revert 161839 - [content shell] don't use webkit_support functions to manipul...jochen@chromium.org2012-10-151-9/+3
* Revert 161840 - Compile fix for windows after r161839jochen@chromium.org2012-10-151-9/+1
* Compile fix for windows after r161839jochen@chromium.org2012-10-151-1/+9
* [content shell] don't use webkit_support functions to manipulate URLsjochen@chromium.org2012-10-151-3/+9
* Rewrite layout_browsertests to use content_shell --dump-render-tree to execut...jochen@chromium.org2012-09-261-5/+4
* [content shell] add a test result printer class and use it to print test outputjochen@chromium.org2012-08-301-3/+0
* [content shell] improve support of the test shell protocoljochen@chromium.org2012-08-281-8/+24
* [content shell] create a central WebKitTestController object that manages the...jochen@chromium.org2012-08-211-16/+8
* [content shell] rename layout_test_controller{,_host,_bindings}.* to webkit_t...jochen@chromium.org2012-08-201-2/+2
* [content shell] Add support for layout tests using content_shell on Android (...jochen@chromium.org2012-08-181-7/+5
* Use printf and friends instead of cout and friends for printing layout test r...jochen@chromium.org2012-07-021-6/+4
* Add basic support to dump pixel resultsjochen@chromium.org2012-06-271-15/+16
* - Removed the message loop from shell_browser_main_parts.cc. We don't needmichaelbai@chromium.org2012-06-081-8/+0
* Add support to content_shell for printing and render tree dumpsjochen@chromium.org2012-06-061-0/+3
* Make content_shell talk to run_webkit_tests.pyjochen@chromium.org2012-05-221-2/+13
* Implement the skeleton of an android content shell.tedchoc@chromium.org2012-04-251-0/+17
* Add methods to close individual or all open windows to Shelljochen@chromium.org2012-03-301-2/+8
* Implement a ShellBrowserMain in content_shell, so we can emulate DRT's server...jochen@chromium.org2012-03-211-87/+64
* Make helper app, get closer to working content shell.avi@chromium.org2012-03-091-0/+5
* Support sharing of ContentMain and BrowserMain code with embedded use cases (...marshall@chromium.org2012-02-101-0/+4
* Revert 121236 - Support sharing of ContentMain and BrowserMain code with embe...marshall@chromium.org2012-02-091-4/+0