summaryrefslogtreecommitdiffstats
path: root/content/shell/webkit_test_controller.cc
Commit message (Expand)AuthorAgeFilesLines
* [content shell] move browser process stuff into browser/ subdirjochen@chromium.org2013-08-201-632/+0
* Move simple png encoding for image_diff into tools/jamesr@chromium.org2013-08-061-6/+8
* Add a flag to allow renderer to use software compositor when GL compositor do...jbauman@chromium.org2013-08-011-0/+1
* [content shell] Implement Shell::SizeTo on macjochen@chromium.org2013-07-301-1/+2
* Update include paths in miscellaneous content/ directories for base/process c...rsesek@chromium.org2013-07-251-1/+0
* Hook up the WorkerCrashed callback to content_shelljochen@chromium.org2013-07-231-0/+6
* Use a direct include of the message_loop header in content/, part 4.avi@chromium.org2013-07-181-1/+1
* Rename RenderViewGone IPC/methods to better reflect reality.nasko@chromium.org2013-07-101-1/+1
* Don't skip base64 encoding in release mode!dalecurtis@chromium.org2013-06-251-2/+3
* content_shell: Don't change the pixel format for Android layout test images a...peter@chromium.org2013-06-201-13/+1
* content_shell: allow binary layout test data to be encoded with base64.peter@chromium.org2013-06-171-0/+28
* Use a direct include of strings headers in content/renderer and content/shell.avi@chromium.org2013-06-111-2/+2
* [content shell] don't synchronously destroy the main window if a plugin crashedjochen@chromium.org2013-06-101-1/+4
* LayoutTests: remove timeout support from content_shellloislo@chromium.org2013-06-051-25/+1
* Introduce content::PageState (again).darin@chromium.org2013-05-281-7/+6
* [content shell] don't open new windows after printing the test resultsjochen@chromium.org2013-05-281-5/+10
* [content shell] add support for running headless on macjochen@chromium.org2013-05-281-4/+2
* Revert 202188 "Introduce content::PageState."grt@chromium.org2013-05-261-6/+7
* Introduce content::PageState.darin@chromium.org2013-05-241-7/+6
* [content shell] during layout tests, only open downloads from the main windowjochen@chromium.org2013-05-141-0/+4
* Revert 199551 "Reland "Clean up software compositing switches" p..."kalman@chromium.org2013-05-121-1/+0
* Reland "Clean up software compositing switches" patch.skaslev@chromium.org2013-05-101-0/+1
* [content shell] forcibly resize webview before each testjochen@chromium.org2013-05-081-5/+6
* [content shell] move code common to several processes to a common dirjochen@chromium.org2013-05-071-3/+3
* content: Use base::MessageLoop.xhwang@chromium.org2013-05-041-5/+7
* Revert 197751 "Clean up software compositing switches. "kinuko@chromium.org2013-05-021-1/+0
* Clean up software compositing switches. skaslev@chromium.org2013-05-021-0/+1
* Move WebPreferences to root namespace gman@chromium.org2013-05-011-7/+4
* Revert 197493 "Clean up software compositing switches. "tzik@chromium.org2013-05-011-1/+0
* Clean up software compositing switches. skaslev@chromium.org2013-04-301-0/+1
* Switch content_shell from using PruneAllButActive to a more explicit approachjochen@chromium.org2013-04-301-10/+9
* [content shell] don't bail out because a renderer got unresponsive.jochen@chromium.org2013-04-221-4/+1
* Revert "Android: Disable IndexdbLayoutTests."nileshagrawal@chromium.org2013-04-151-10/+0
* [content shell] gracefully deal with process switchesjochen@chromium.org2013-04-151-0/+10
* [content shell] add support for invoking testRunner.notifyDone in a different...jochen@chromium.org2013-04-081-0/+7
* Hide ContentClient getters from embedders so that they they don't reuse conte...jam@chromium.org2013-04-051-3/+2
* [content shell] don't enable accelerated 2d canvas when using software compos...jochen@chromium.org2013-04-021-1/+1
* [content shell] when --no-timeout is specify, pass an incredibly large timeou...jochen@chromium.org2013-03-251-1/+6
* [content shell] automatically open downloads in a new window for layout testsjochen@chromium.org2013-03-251-0/+8
* Removing command line switch to disable deferred 2d canvas.junov@chromium.org2013-03-241-1/+0
* [content shell] work around asynchronous history navigations killing layout t...jochen@chromium.org2013-03-231-1/+5
* Close the main window in WebKitTestController::DiscardMainWindow(). jochen@chromium.org2013-03-201-2/+4
* Revert 189136 "Close the main window in WebKitTestController::Di..."wjia@chromium.org2013-03-191-4/+2
* Close the main window in WebKitTestController::DiscardMainWindow().simonjam@chromium.org2013-03-191-2/+4
* content shell drt: Make sure to always print #CRASHED lines.thakis@chromium.org2013-03-191-2/+2
* [content shell] prune the history as soon as a pending navigation entry for t...jochen@chromium.org2013-03-181-13/+17
* Add a callback to GpuDataManagerObserver for when a GPU host crashes.jochen@chromium.org2013-03-141-0/+10
* [content shell] consolidate test configuration into a structjochen@chromium.org2013-03-071-1/+1
* Revert 186654jochen@chromium.org2013-03-071-1/+2
* [content shell] eliminate the pause between reset and starting a new testjochen@chromium.org2013-03-071-2/+1