summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_focus_uitest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-211-3/+3
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-211-3/+3
* Rename TabContents::view() to GetView() and put it in the WebContents interface.jam@chromium.org2011-12-211-1/+1
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-211-3/+3
* Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...jam@chromium.org2011-12-201-7/+7
* Clean up TCW, make it solely a hub for 1:1 observer/helper objects.avi@chromium.org2011-12-121-3/+6
* Removing MessageLoop::QuitTask() from chrome/dcheng@chromium.org2011-12-101-5/+5
* Aura: Set focusable on textfield but not on location baroshima@chromium.org2011-12-091-12/+10
* Use Textfield's view ID instead of Location bar's view id inoshima@chromium.org2011-12-071-20/+28
* Revert 113110 - backing out 113015 didn't fix the interactive test bot. Resto...sail@chromium.org2011-12-061-28/+10
* Revert 113015 - speculative revert to see if this fixes the interactive test ...sail@chromium.org2011-12-061-10/+28
* Remove OnMessageReceived that was using internal content IPCs in a chrome tes...jam@chromium.org2011-12-051-28/+10
* views: Move view.h to ui/views/.tfarina@chromium.org2011-11-301-1/+1
* ake string_util::WriteInto() DCHECK() that the supplied |length_with_null| > ...pkasting@chromium.org2011-11-291-3/+4
* views: Delete bubble, events, focus, layout directories and its stubbed files.tfarina@chromium.org2011-11-181-4/+4
* Makes ui_test_utils::ShowAndFocusNativeWindow return false if itsky@chromium.org2011-11-091-2/+2
* Convert View::HasFocus() to be const. Required adding const versions of some...pkasting@chromium.org2011-10-261-2/+3
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-4/+5
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-17/+17
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-3/+3
* Converts usage of GetBrowserViewForNativeWindow tosky@chromium.org2011-09-301-1/+1
* Revert "Fix activation problem when showing bubble view"oshima@google.com2011-09-221-7/+1
* Disable ClickingMovesFocus test on chromeososhima@google.com2011-09-221-1/+7
* Marking BrowserFocusTest.InterstitialFocus as Flaky.mad@chromium.org2011-09-151-1/+1
* Revert 96617gbillock@chromium.org2011-08-171-7/+32
* Revert 96593 - Fix up various browser tests not to use WaitForNavigation.gbillock@chromium.org2011-08-121-32/+7
* Fix up various browser tests not to use WaitForNavigation.gbillock@chromium.org2011-08-121-7/+32
* Nix GetFocusManagerForNativeView|Window.msw@chromium.org2011-08-021-7/+8
* Move in_process_browser_test and ui_test_utils to chrome/test/basephajdan.jr@chromium.org2011-07-291-2/+2