| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert uses of int ms to TimeDelta in chrome/browser and net (second try). | tedvessenes@gmail.com | 2012-03-08 | 1 | -7/+8 |
* | Move Render(View|Widget)Host and associated classes to content namespace. | joi@chromium.org | 2012-03-07 | 1 | -0/+1 |
* | Move RenderWidgetHost and RenderViewHost interfaces to their own files. | joi@chromium.org | 2012-03-06 | 1 | -1/+1 |
* | Extract minimal RenderViewHost interface for embedders, leaving | joi@chromium.org | 2012-03-05 | 1 | -3/+3 |
* | Revert 124890 - Convert uses of int ms to TimeDelta in chrome/browser and net. | rsleevi@chromium.org | 2012-03-04 | 1 | -8/+7 |
* | Convert uses of int ms to TimeDelta in chrome/browser and net. | tedvessenes@gmail.com | 2012-03-04 | 1 | -7/+8 |
* | Move RenderWidgetHostView into content namespace. Fix include paths. | joi@chromium.org | 2012-02-20 | 1 | -1/+1 |
* | Revert 122753 - Move RenderWidgetHostView into content namespace. Fix include... | joi@chromium.org | 2012-02-20 | 1 | -1/+1 |
* | Move RenderWidgetHostView into content namespace. Fix include paths. | joi@chromium.org | 2012-02-20 | 1 | -1/+1 |
* | Flakiness cleanup: disable flaky tests under chrome/browser/ | evan@chromium.org | 2012-02-14 | 1 | -6/+6 |
* | Add an API around InterstitialPage that's used by chrome. | jam@chromium.org | 2012-02-08 | 1 | -2/+3 |
* | Use InterstitialPage through a delegate interface instead of deriving from it. | jam@chromium.org | 2012-02-07 | 1 | -11/+11 |
* | Rename TabContentsView to WebContentsView and move to content/public. | joi@chromium.org | 2012-01-18 | 1 | -1/+1 |
* | Fix MAYBE_FocusTraversal on Windows | rvargas@google.com | 2012-01-10 | 1 | -0/+1 |
* | Disable BrowserFocusTest.FocusTraversalOnInterstitial on Windows. | rvargas@google.com | 2012-01-10 | 1 | -0/+3 |
* | AURA/X11: Handle VKEY_MENU accelerator on content area | oshima@chromium.org | 2012-01-05 | 1 | -16/+31 |
* | Get rid of content::NavigationController in cc file and use "using" instead. | jam@chromium.org | 2012-01-04 | 1 | -3/+4 |
* | Replace Browser::GetTabContentsAt with GetWebContentsAt and update all callers. | jam@chromium.org | 2012-01-04 | 1 | -2/+2 |
* | Convert all the notifications which use NavigationController to content::Navi... | jam@chromium.org | 2012-01-03 | 1 | -6/+6 |
* | Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect... | jam@chromium.org | 2012-01-03 | 1 | -15/+15 |
* | Replace the TabContents* accessors with WebContents* in InterstitialPage, Bac... | jam@chromium.org | 2012-01-02 | 1 | -1/+3 |
* | Revert 115346. The change didn't break anything, the test was faulty. Will di... | jam@chromium.org | 2011-12-21 | 1 | -3/+3 |
* | Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests | thakis@chromium.org | 2011-12-21 | 1 | -3/+3 |
* | Rename TabContents::view() to GetView() and put it in the WebContents interface. | jam@chromium.org | 2011-12-21 | 1 | -1/+1 |
* | Rename TabContents::controller() to GetController and put it into the WebCont... | jam@chromium.org | 2011-12-21 | 1 | -3/+3 |
* | Rename TabContents::render_view_host() to GetRenderViewHost and put it into t... | jam@chromium.org | 2011-12-20 | 1 | -7/+7 |
* | Clean up TCW, make it solely a hub for 1:1 observer/helper objects. | avi@chromium.org | 2011-12-12 | 1 | -3/+6 |
* | Removing MessageLoop::QuitTask() from chrome/ | dcheng@chromium.org | 2011-12-10 | 1 | -5/+5 |
* | Aura: Set focusable on textfield but not on location bar | oshima@chromium.org | 2011-12-09 | 1 | -12/+10 |
* | Use Textfield's view ID instead of Location bar's view id in | oshima@chromium.org | 2011-12-07 | 1 | -20/+28 |
* | Revert 113110 - backing out 113015 didn't fix the interactive test bot. Resto... | sail@chromium.org | 2011-12-06 | 1 | -28/+10 |
* | Revert 113015 - speculative revert to see if this fixes the interactive test ... | sail@chromium.org | 2011-12-06 | 1 | -10/+28 |
* | Remove OnMessageReceived that was using internal content IPCs in a chrome tes... | jam@chromium.org | 2011-12-05 | 1 | -28/+10 |
* | views: Move view.h to ui/views/. | tfarina@chromium.org | 2011-11-30 | 1 | -1/+1 |
* | ake string_util::WriteInto() DCHECK() that the supplied |length_with_null| > ... | pkasting@chromium.org | 2011-11-29 | 1 | -3/+4 |
* | views: Delete bubble, events, focus, layout directories and its stubbed files. | tfarina@chromium.org | 2011-11-18 | 1 | -4/+4 |
* | Makes ui_test_utils::ShowAndFocusNativeWindow return false if it | sky@chromium.org | 2011-11-09 | 1 | -2/+2 |
* | Convert View::HasFocus() to be const. Required adding const versions of some... | pkasting@chromium.org | 2011-10-26 | 1 | -2/+3 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 1 | -4/+5 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -17/+17 |
* | Move PageTransition into content namespace. While I'm touching all these file... | jam@chromium.org | 2011-10-13 | 1 | -3/+3 |
* | Converts usage of GetBrowserViewForNativeWindow to | sky@chromium.org | 2011-09-30 | 1 | -1/+1 |
* | Revert "Fix activation problem when showing bubble view" | oshima@google.com | 2011-09-22 | 1 | -7/+1 |
* | Disable ClickingMovesFocus test on chromeos | oshima@google.com | 2011-09-22 | 1 | -1/+7 |
* | Marking BrowserFocusTest.InterstitialFocus as Flaky. | mad@chromium.org | 2011-09-15 | 1 | -1/+1 |
* | Revert 96617 | gbillock@chromium.org | 2011-08-17 | 1 | -7/+32 |
* | Revert 96593 - Fix up various browser tests not to use WaitForNavigation. | gbillock@chromium.org | 2011-08-12 | 1 | -32/+7 |
* | Fix up various browser tests not to use WaitForNavigation. | gbillock@chromium.org | 2011-08-12 | 1 | -7/+32 |
* | Nix GetFocusManagerForNativeView|Window. | msw@chromium.org | 2011-08-02 | 1 | -7/+8 |
* | Move in_process_browser_test and ui_test_utils to chrome/test/base | phajdan.jr@chromium.org | 2011-07-29 | 1 | -2/+2 |