summaryrefslogtreecommitdiffstats
path: root/content/shell
Commit message (Expand)AuthorAgeFilesLines
* [content shell] disable appcache console logging for layout testsjochen@chromium.org2012-12-121-0/+2
* [content shell] correctly register the testRunner stubsjochen@chromium.org2012-12-121-5/+5
* [content shell] add further methods to the testRunner's proxy objectjochen@chromium.org2012-12-121-0/+11
* Add insertion handle testscjhopman@chromium.org2012-12-121-0/+46
* [content shell] implement testRunner.setGamepadDatajochen@chromium.org2012-12-111-2/+2
* [content shell] when running in layout test mode, create the temp directory u...jochen@chromium.org2012-12-113-10/+13
* [content shell] hook up support for inspector testsjochen@chromium.org2012-12-119-7/+111
* [content shell] don't pass around raw char pointers, but std::string refsjochen@chromium.org2012-12-112-2/+3
* Add PopupZoomer view to hierarchy only when necessary.aruslan@chromium.org2012-12-101-2/+2
* Reland 170451 - [content shell] add support for testRunner.canOpenWindows and...jochen@chromium.org2012-12-109-1/+74
* [content shell] remove WebKitTestRunnerHost.jochen@chromium.org2012-12-107-135/+56
* [content shell] route all layout test related IPCs through the main window (r...jochen@chromium.org2012-12-106-65/+85
* Introduces "CreateParams" for web contents, and add |parent| parameter in it.mukai@chromium.org2012-12-091-5/+4
* android: Improve ActivityStatus and add ChromiumActivity.digit@chromium.org2012-12-071-1/+2
* Promote views::InputMethodWin to ui/base/ime and get working. Cleanup surroun...sky@chromium.org2012-12-061-1/+2
* Cleanup of removing unnecessary web_contents.h include from webview.h. This i...jam@chromium.org2012-12-061-0/+1
* Create a ContentVideoViewDelegate.javaacleung@google.com2012-11-301-1/+3
* Revert 170451 - [content shell] add support for testRunner.canOpenWindows and...jochen@chromium.org2012-11-307-48/+0
* [content shell] add support for testRunner.canOpenWindows and disallow openin...jochen@chromium.org2012-11-307-0/+48
* [content shell] add support for a testRunner.setXSSAuditorEnabledjochen@chromium.org2012-11-3011-3/+124
* Handle the 'enter' key with the action 'ACTION_DOWN'yongsheng.zhu@intel.com2012-11-301-1/+1
* [content shell] enable new input types for layout testsjochen@chromium.org2012-11-291-2/+11
* [content shell] enable experimental css features for layout testsjochen@chromium.org2012-11-281-0/+3
* [content shell] add support for pointer-lockjochen@chromium.org2012-11-282-0/+9
* Free (and pause) audio resources when getting a phone callmiguelg@chromium.org2012-11-281-0/+1
* Rework FocusManager as FocusClient.ben@chromium.org2012-11-282-3/+4
* Initialize compositor early on so the rest of the code can assumed it isjcivelli@chromium.org2012-11-271-2/+4
* [content shell] support relative paths for test namesjochen@chromium.org2012-11-271-3/+7
* [content shell] block loading of non-local resources during layout tests, and...jochen@chromium.org2012-11-279-1/+133
* [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] add support for entering/exiting fullscreen mode for layout testjochen@chromium.org2012-11-273-7/+38
* Remove AppResource and unneeded resources.newt@chromium.org2012-11-276-47/+0
* Relax security review requirement for test-only content/shell messages.tsepez@chromium.org2012-11-261-9/+0
* Move CommandLineTest to ContentShell and remove FlakyTest annotation.yfriedman@chromium.org2012-11-262-1/+5
* [content shell] change how the main render view is picked for layout testsjochen@chromium.org2012-11-269-62/+34
* overscroll: Allow turning off overscroll in some places.sadrul@chromium.org2012-11-222-0/+9
* Start hooking up element.requestFullscreen() for content shelljinsukkim@google.com2012-11-223-0/+25
* Add support for testing interstitials from Android.tedchoc@chromium.org2012-11-211-3/+0
* [base] Move AutoReset to base namespace.dbeam@chromium.org2012-11-212-2/+2
* Make DownloadHistory observe manager, itemsbenjhayden@chromium.org2012-11-202-10/+1
* [content shell] reenable ignoring certificate errors when running layout testsjochen@chromium.org2012-11-191-1/+3
* [content shell] don't terminate because a renderer becomes unresponsive when ...jochen@chromium.org2012-11-191-1/+2
* [content shell] add stubs to testRunner that are also stubbed out in DRTjochen@chromium.org2012-11-192-12/+31
* [content shell] Disable renderer accessibility for now. Breaks more than it h...jochen@chromium.org2012-11-191-2/+0
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-161-2/+2
* Making it easier to hook a ContentViewCore to the SurfaceView.jcivelli@chromium.org2012-11-166-49/+12
* [content shell] don't show the context menu when running layout testsjochen@chromium.org2012-11-153-0/+15
* Unskip tests that don't crash anymorejochen@chromium.org2012-11-151-6/+0
* [content shell] Implement testRunner.display()jochen@chromium.org2012-11-156-22/+124
* Reland r167341 - Use the WebTestProxy for layout tests in content_shelljochen@chromium.org2012-11-144-2/+36