summaryrefslogtreecommitdiffstats
path: root/content/public/test/browser_test_utils.h
Commit message (Expand)AuthorAgeFilesLines
* Enable content_browsertests to check page load success.alexmos2014-11-131-2/+19
* Standardize usage of virtual/override/final in content/dcheng2014-10-211-14/+14
* Modifed the content api RenderProcessHostObserver::RenderProcessExited to rem...sramajay2014-10-141-1/+0
* Replace OVERRIDE and FINAL with override and final in content/public/[a-s]*anand.ratn2014-10-071-6/+6
* Move InterstitialObserver and WaitForInterstitial to browser_test_utilsmeacer2014-10-071-0/+13
* Add /cross-site/ redirector for EmbeddedTestServernasko2014-10-031-0/+14
* Rework UMAHistogramHelper and StatisticsDeltaReader into [Chrome]HistogramTes...mlerman@chromium.org2014-08-211-0/+4
* Fixing flaky overscroll and touch exploration mode browser testsmfomitchev@chromium.org2014-06-271-0/+8
* Tests for "WebView: speed up user gesture notification for GestureTap"vabr@chromium.org2014-05-221-0/+3
* We have a problem in the process on destroying WebContentsImpl becausezverre@yandex-team.ru2014-05-091-1/+1
* Minor cleanup in DomMessageQueue.isherman@chromium.org2014-03-241-2/+1
* Remove ExecuteScriptInFrame.avi@chromium.org2014-03-241-51/+0
* Revert of Move some extensions tests to RenderFrameHost. (https://codereview....eseidel@chromium.org2014-03-211-0/+5
* Move some extensions tests to RenderFrameHost.avi@chromium.org2014-03-201-0/+1
* Move some extensions tests to RenderFrameHost.avi@chromium.org2014-03-201-5/+0
* Move referrer tests to RenderFrameHost.avi@chromium.org2014-03-201-0/+1
* Introduce frame-finding tools to browser_test_utils.avi@chromium.org2014-03-181-0/+10
* Move CommandLine to base namespace.brettw@chromium.org2014-03-171-2/+0
* Move browser_test_utils's ExecuteScript* to use RenderFrameHost.avi@chromium.org2014-03-151-10/+39
* Introduce RenderProcessHostObserver::RenderProcessExited, use it in a new Ren...avi@chromium.org2014-01-021-0/+34
* Convert string16 to base::string16 in content.brettw@chromium.org2013-12-031-5/+5
* Rename WebKit namespace to blink (part 3)abarth@chromium.org2013-11-071-3/+3
* Create content::WebContentsDestroyedWatcher, use it in many tests.avi@chromium.org2013-10-171-0/+18
* Remove more uses of NOTIFICATION_WEB_CONTENTS_TITLE_UPDATED.avi@chromium.org2013-10-071-1/+1
* Remove notifications from TitleWatcher.avi@chromium.org2013-10-011-12/+10
* Moves most files from ui/base/keycodes to ui/events/keycodessky@chromium.org2013-09-171-1/+1
* Add a CodeToNativeKeycode helper that converts UIEvent code to native code.weitaosu@chromium.org2013-09-111-1/+26
* Revert 222168 "Add a CodeToNativeKeycode helper that converts UI..."thakis@chromium.org2013-09-101-26/+1
* Add a CodeToNativeKeycode helper that converts UIEvent code to native code.weitaosu@chromium.org2013-09-101-1/+26
* Move webui_resources_test.js to ui/webui/resources/js/.scherkus@chromium.org2013-08-221-0/+7
* Update include paths in content/public for base/process changes.rsesek@chromium.org2013-07-251-1/+1
* content: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-091-1/+1
* Update Blink include pathsabarth@chromium.org2013-06-171-1/+1
* Use a direct include of strings headers in content/p*/.avi@chromium.org2013-06-121-1/+1
* Implemented PointerLock for BrowserPlugin by forwarding PointerLock requests ...mthiesse@chromium.org2013-03-051-0/+7
* Replace all FilePath with base::FilePath in content.brettw@chromium.org2013-02-161-1/+2
* Simplify ExecuteJavaScript* functions.darin@chromium.org2013-01-041-15/+48
* Change ExecuteJavaScript* helper functions in browser_test_utils.{h,cc}darin@chromium.org2013-01-021-8/+8
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-161-1/+1
* Remove unused content::TestWebSocketServertoyoshim@chromium.org2012-10-251-64/+0
* Test suite that monitors the disposition of JS-created windows based on whatericu@chromium.org2012-10-241-2/+5
* Enable webgl conformance tests under content/test/gpu in content_browsertestsyongsheng.zhu@intel.com2012-09-261-0/+32
* Converted policy.PolicyTest.ClearSiteDataOnExit pyauto test to a browser_test.joaodasilva@chromium.org2012-08-271-1/+7
* Rewrite the cookies pyauto test as browser tests.jam@chromium.org2012-08-271-0/+4
* Move ui_test_utils::CrashTab to browser_test_utils so that it can be reused b...jam@chromium.org2012-07-261-0/+3
* Move WaitForLoadStop from ui_test_utils to browser_test_utils so that it can ...jam@chromium.org2012-07-261-0/+4
* Move all the layout tests that ran under browser_tests to run under content_b...jam@chromium.org2012-07-251-0/+3
* Move TestWebSocketServer from ui_test_utils.h to browser_test_utils.h since i...jam@chromium.org2012-07-241-0/+72
* Move ExecuteJavaScript functions from ui_test_utils.h to browser_test_utils.h...jam@chromium.org2012-07-241-0/+29
* Move input event simulation functions from ui_test_utils.h to browser_test_ut...jam@chromium.org2012-07-201-0/+22