| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove TabContents includes. | avi@chromium.org | 2012-12-14 | 1 | -1/+0 |
* | [Coverity] Fix dereference null return value. | kmadhusu@chromium.org | 2012-10-03 | 1 | -1/+2 |
* | Remove WebContentsDelegate::ExecuteContextMenuCommand since it's not called b... | jam@chromium.org | 2012-09-26 | 1 | -16/+2 |
* | Switch PrintViewManager, PrintPreviewMessageHandler to use WebContentsUserData. | avi@chromium.org | 2012-09-18 | 1 | -2/+3 |
* | Switch SessionTabHelper to use WebContentsUserData. | avi@chromium.org | 2012-09-12 | 1 | -6/+8 |
* | RestoreTabHelper > SessionTabHelper, move more session stuff into it. | avi@chromium.org | 2012-08-30 | 1 | -3/+3 |
* | Add base::RunLoop and update ui_test_utils to use it to reduce flakiness | jbates@chromium.org | 2012-06-28 | 1 | -3/+20 |
* | browser: Add ExternalTabContainer interface. | tfarina@chromium.org | 2012-06-21 | 1 | -11/+11 |
* | TabContentsWrapper -> TabContents, part 43. | avi@chromium.org | 2012-06-12 | 1 | -2/+1 |
* | TabContentsWrapper -> TabContents, part 6. | avi@chromium.org | 2012-06-08 | 1 | -6/+6 |
* | Renamed BrowserWindow::GetNativeHandle() to GetNativeWindow() | davemoore@chromium.org | 2012-06-07 | 1 | -2/+2 |
* | automation: Remove bookmark_bar_view.h include from automation_provider_win.cc | tfarina@chromium.org | 2012-05-04 | 1 | -1/+0 |
* | Move ExternalTabContainer into a directory with an OWNERS file. | robertshield@chromium.org | 2012-04-03 | 1 | -1/+1 |
* | Original CL (http://codereview.chromium.org/9390038/) somehow got screwed and... | oshima@chromium.org | 2012-03-16 | 1 | -1/+1 |
* | 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 | -1/+1 |
* | Prefer ScopedNestableTaskAllower over manual save/restore | dhollowa@chromium.org | 2012-02-14 | 1 | -4/+2 |
* | Get rid of content::NavigationController in cc file and use "using" instead. | jam@chromium.org | 2012-01-04 | 1 | -5/+6 |
* | Convert WebContents to return a content::NavigationController instead of the ... | jam@chromium.org | 2012-01-04 | 1 | -1/+1 |
* | Convert all the notifications which use NavigationController to content::Navi... | jam@chromium.org | 2012-01-03 | 1 | -5/+5 |
* | Convert chrome users of NavigationController::tab_contents() to use GetWebCon... | jam@chromium.org | 2012-01-02 | 1 | -8/+8 |
* | Convert a bunch of WebContentsObservers to use web_contents() instead of tab_... | jam@chromium.org | 2011-12-25 | 1 | -8/+11 |
* | Revert 115346. The change didn't break anything, the test was faulty. Will di... | jam@chromium.org | 2011-12-21 | 1 | -1/+1 |
* | Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests | thakis@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 | -1/+1 |
* | Rename TabContents::render_view_host() to GetRenderViewHost and put it into t... | jam@chromium.org | 2011-12-20 | 1 | -2/+2 |
* | Rename ui::EventFlags mouse flags to be more sensible | dhollowa@chromium.org | 2011-12-20 | 1 | -3/+3 |
* | Start creating the content::WebPage interface around TabContents. This is jus... | jam@chromium.org | 2011-12-20 | 1 | -12/+13 |
* | Change NavigationController::LoadURL to take a Referrer class instead of a GU... | jochen@chromium.org | 2011-12-05 | 1 | -1/+4 |
* | Remove unused BrowserBubble remnants. | msw@chromium.org | 2011-11-30 | 1 | -3/+1 |
* | base::Bind: Convert the following files. | jhawkins@chromium.org | 2011-11-29 | 1 | -79/+22 |
* | Revert 111850 - base::Bind: Convert the following files. | jhawkins@chromium.org | 2011-11-29 | 1 | -22/+79 |
* | base::Bind: Convert the following files. | jhawkins@chromium.org | 2011-11-29 | 1 | -79/+22 |
* | base::Bind: A few Task conversions. | jhawkins@chromium.org | 2011-11-28 | 1 | -16/+7 |
* | views: Move widget/ directory to ui/views. | tfarina@chromium.org | 2011-11-22 | 1 | -1/+1 |
* | Revert 110949 - views: Move widget/ directory to ui/views. | wez@chromium.org | 2011-11-21 | 1 | -1/+1 |
* | views: Move widget/ directory to ui/views. | tfarina@chromium.org | 2011-11-21 | 1 | -1/+1 |
* | views: Delete bubble, events, focus, layout directories and its stubbed files. | tfarina@chromium.org | 2011-11-18 | 1 | -1/+1 |
* | Remove some unnecessary includes of view_messages.h. | jam@chromium.org | 2011-11-17 | 1 | -1/+0 |
* | Move PageZoom enum into content/public/common and into the content namespace.... | jam@chromium.org | 2011-10-28 | 1 | -2/+2 |
* | rename Run in MessageLoopForUI to RunWithDispatcher | oshima@google.com | 2011-10-24 | 1 | -1/+1 |
* | base::Bind: Cleanup in automation. | jhawkins@chromium.org | 2011-10-17 | 1 | -1/+2 |
* | Move PageTransition into content namespace. While I'm touching all these file... | jam@chromium.org | 2011-10-13 | 1 | -1/+1 |
* | Removed the sending of the following content IPC messages out of chrome and r... | ananta@chromium.org | 2011-09-19 | 1 | -1/+1 |
* | Remove redundant LoadURLWithHeaders method. | rogerta@chromium.org | 2011-09-10 | 1 | -1/+1 |
* | TabContentsWrapper cleanup. | avi@chromium.org | 2011-08-31 | 1 | -0/+1 |
* | Prefix all IPC messages used by src\chrome with Chrome. For e.g ChromeViewMsg... | ananta@chromium.org | 2011-08-19 | 1 | -1/+1 |
* | Moves NavigationController::session_id into RestoreTabHelper. | sky@chromium.org | 2011-06-14 | 1 | -2/+5 |
* | Eliminate Window completely. | ben@chromium.org | 2011-06-13 | 1 | -1/+0 |