summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_focus_uitest.cc
Commit message (Expand)AuthorAgeFilesLines
* chrome: Move browser_focus_uitest.cc into ui directory.tfarina@chromium.org2012-10-061-934/+0
* Let ui_test_utils::FindInPage optionally return the selection rect. This will...jam@chromium.org2012-08-171-1/+1
* Move RunAllPendingInMessageLoop from ui_test_utils.h to test_utils.h, so that...jam@chromium.org2012-07-301-5/+5
* Move ui_test_utils::RunMessageLoop to test_utils so that it can be reused by ...jam@chromium.org2012-07-261-4/+4
* Move ui_test_utils::CrashTab to browser_test_utils so that it can be reused b...jam@chromium.org2012-07-261-1/+1
* Move WaitForLoadStop from ui_test_utils to browser_test_utils so that it can ...jam@chromium.org2012-07-261-4/+4
* Consolidate Browser Creation.ben@chromium.org2012-07-251-2/+2
* Move ExecuteJavaScript functions from ui_test_utils.h to browser_test_utils.h...jam@chromium.org2012-07-241-6/+7
* Create content\public\test\test_utils.h to hold common test classes that are ...jam@chromium.org2012-07-201-4/+4
* Always enable dom automation for browser_tests. This avoids developers having...jam@chromium.org2012-07-181-3/+1
* browser: Remove location_bar_view.h from browser_focus_uitest.cctfarina@chromium.org2012-07-181-1/+0
* Move TabStripModelDelegate off Browser into its own class.ben@chromium.org2012-07-101-2/+2
* Move tab functions off Browser into browser_tabstrip and browser_tabrestore.ben@chromium.org2012-06-291-31/+34
* Move browser commands into a separate file.ben@chromium.org2012-06-251-15/+16
* Move singleton tabs off Browser.ben@chromium.org2012-06-211-4/+5
* TabContentsWrapper -> TabContents, part 33.avi@chromium.org2012-06-111-22/+19
* Renamed BrowserWindow::GetNativeHandle() to GetNativeWindow()davemoore@chromium.org2012-06-071-2/+2
* Fix typo when disabling BrowserFocusTest.ClickingMovesFocussteveblock@chromium.org2012-05-181-2/+2
* Disable BrowserFocusTest.ClickingMovesFocus and BrowserFocusTest.FindFocusTes...steveblock@chromium.org2012-05-181-2/+8
* browser: Rename Browser::tabstrip_model to Browser::tab_strip_model.tfarina@chromium.org2012-05-121-2/+2
* browser: Move the tabs directory into ui.tfarina@chromium.org2012-05-111-1/+1
* Revert 135175 - Revert 135164 - Cleanup of browser_test harness.jam@chromium.org2012-05-031-1/+0
* Revert 135164 - Cleanup of browser_test harness.mmenke@chromium.org2012-05-031-0/+1
* Cleanup of browser_test harness.jam@chromium.org2012-05-031-1/+0
* Remove the last users of TabContentsContainer and remove the files.ben@chromium.org2012-04-171-1/+0
* Add more functionality to WebView.ben@chromium.org2012-04-171-17/+17
* Revert 132281 - Add more functionality to WebView.ben@chromium.org2012-04-141-17/+17
* Add more functionality to WebView.ben@chromium.org2012-04-131-17/+17
* Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTKoshima@chromium.org2012-04-051-1/+1
* Convert uses of int ms to TimeDelta in chrome/browser and net (second try).tedvessenes@gmail.com2012-03-081-7/+8
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-071-0/+1
* Move RenderWidgetHost and RenderViewHost interfaces to their own files.joi@chromium.org2012-03-061-1/+1
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-051-3/+3
* Revert 124890 - Convert uses of int ms to TimeDelta in chrome/browser and net.rsleevi@chromium.org2012-03-041-8/+7
* Convert uses of int ms to TimeDelta in chrome/browser and net.tedvessenes@gmail.com2012-03-041-7/+8
* Move RenderWidgetHostView into content namespace. Fix include paths.joi@chromium.org2012-02-201-1/+1
* Revert 122753 - Move RenderWidgetHostView into content namespace. Fix include...joi@chromium.org2012-02-201-1/+1
* Move RenderWidgetHostView into content namespace. Fix include paths.joi@chromium.org2012-02-201-1/+1
* Flakiness cleanup: disable flaky tests under chrome/browser/evan@chromium.org2012-02-141-6/+6
* Add an API around InterstitialPage that's used by chrome.jam@chromium.org2012-02-081-2/+3
* Use InterstitialPage through a delegate interface instead of deriving from it.jam@chromium.org2012-02-071-11/+11
* Rename TabContentsView to WebContentsView and move to content/public.joi@chromium.org2012-01-181-1/+1
* Fix MAYBE_FocusTraversal on Windowsrvargas@google.com2012-01-101-0/+1
* Disable BrowserFocusTest.FocusTraversalOnInterstitial on Windows.rvargas@google.com2012-01-101-0/+3
* AURA/X11: Handle VKEY_MENU accelerator on content areaoshima@chromium.org2012-01-051-16/+31
* Get rid of content::NavigationController in cc file and use "using" instead.jam@chromium.org2012-01-041-3/+4
* Replace Browser::GetTabContentsAt with GetWebContentsAt and update all callers.jam@chromium.org2012-01-041-2/+2
* Convert all the notifications which use NavigationController to content::Navi...jam@chromium.org2012-01-031-6/+6
* Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...jam@chromium.org2012-01-031-15/+15
* Replace the TabContents* accessors with WebContents* in InterstitialPage, Bac...jam@chromium.org2012-01-021-1/+3