| Commit message (Expand) | Author | Age | Files | Lines |
* | mac: Remove nav.pdf in favor of IDR_DEFAULT_FAVICON. | thakis@chromium.org | 2012-06-26 | 1 | -5/+5 |
* | grd file update for new 2x assets | thakis@chromium.org | 2012-06-22 | 1 | -2/+2 |
* | browser: Move render_view_context_menu implementations into their specific pl... | tfarina@chromium.org | 2012-06-22 | 3 | -1/+308 |
* | TabContentsWrapper -> TabContents, part 2. | avi@chromium.org | 2012-06-06 | 2 | -5/+4 |
* | TabContentsWrapper -> TabContents, part 1. | avi@chromium.org | 2012-06-05 | 1 | -1/+2 |
* | browser: Move chrome_web_contents_view_delegate_views.* into views/ directory. | tfarina@chromium.org | 2012-06-02 | 2 | -0/+116 |
* | TabContents -> WebContentsImpl, part 22. | avi@chromium.org | 2012-04-18 | 4 | -5/+5 |
* | Add abstractions that let embedders drive tests of WebContents, without expos... | joi@chromium.org | 2012-03-22 | 1 | -2/+1 |
* | Move Render(View|Widget)Host and associated classes to content namespace. | joi@chromium.org | 2012-03-07 | 1 | -1/+1 |
* | Move RenderWidgetHost and RenderViewHost interfaces to their own files. | joi@chromium.org | 2012-03-06 | 1 | -1/+1 |
* | Move overlay stuff out of content. It's only used by sad tab, which is a Chro... | jam@chromium.org | 2012-03-05 | 2 | -3/+13 |
* | Extract minimal RenderViewHost interface for embedders, leaving | joi@chromium.org | 2012-03-05 | 1 | -1/+1 |
* | 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 |
* | Change grow box computation back to a method on BrowserWindow | thakis@chromium.org | 2012-01-23 | 2 | -152/+18 |
* | Transition to base/mac/bundle_locations.h step 2 | jeremy@chromium.org | 2012-01-19 | 2 | -2/+4 |
* | Rename TabContentsView to WebContentsView and move to content/public. | joi@chromium.org | 2012-01-18 | 2 | -4/+4 |
* | Get rid of RenderViewHostManager usage in chrome. | jam@chromium.org | 2012-01-11 | 1 | -5/+7 |
* | Remove some more tab_contents.h includes from Chrome. | jam@chromium.org | 2012-01-05 | 3 | -6/+11 |
* | Get rid of content::NavigationController in cc file and use "using" instead. | jam@chromium.org | 2012-01-04 | 1 | -2/+2 |
* | Replace Browser::GetTabContentsAt with GetWebContentsAt and update all callers. | jam@chromium.org | 2012-01-04 | 2 | -17/+16 |
* | 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 | -1/+2 |
* | Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect... | jam@chromium.org | 2012-01-03 | 2 | -5/+11 |
* | Get rid of WebContentsObserver::tab_contents(). | jam@chromium.org | 2011-12-26 | 3 | -14/+18 |
* | 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 | -1/+1 |
* | Clean up TCW, make it solely a hub for 1:1 observer/helper objects. | avi@chromium.org | 2011-12-12 | 1 | -0/+1 |
* | Move Sad Tab implementation out of the TabContentsViews. | avi@chromium.org | 2011-11-15 | 4 | -22/+41 |
* | Move Mac's WebDragDest to content. | avi@chromium.org | 2011-11-01 | 3 | -474/+0 |
* | Split Mac WebDropTarget into two, content and chrome. | avi@chromium.org | 2011-11-01 | 2 | -37/+25 |
* | Push one function from the Mac drag/drop util code to ui/. | avi@chromium.org | 2011-10-31 | 2 | -13/+13 |
* | Move the Mac's WebDragSource to content. | avi@chromium.org | 2011-10-26 | 2 | -539/+0 |
* | Break Mac's WebDragSource's dependency on chrome. | avi@chromium.org | 2011-10-25 | 2 | -25/+32 |
* | Make all drag sources not depend on download_util. | avi@chromium.org | 2011-10-25 | 1 | -6/+12 |
* | Remove logging that's no longer needed. | avi@chromium.org | 2011-10-24 | 1 | -11/+0 |
* | Remove unneeded files; make the mac bookmark helper self-contained. | avi@chromium.org | 2011-10-20 | 3 | -193/+0 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -15/+16 |
* | content: Make tab_contents_drag_source not depend on download_util.h | erg@google.com | 2011-10-18 | 1 | -1/+1 |
* | Move content_notification_types.h from content\common to content\public\brows... | jam@chromium.org | 2011-10-18 | 1 | -1/+1 |
* | Move url_constansts.h to content/public/common. | jam@chromium.org | 2011-10-14 | 1 | -1/+1 |
* | Move PageTransition into content namespace. While I'm touching all these file... | jam@chromium.org | 2011-10-13 | 1 | -1/+1 |
* | Switch FileStream to use new CompletionCallback. | willchan@chromium.org | 2011-10-12 | 1 | -1/+1 |
* | Encoding issue dragging bookmarklets to Bookmarks Bar | dhollowa@chromium.org | 2011-09-29 | 1 | -3/+6 |
* | Avoid crash when dragging text from WebUI dialogs. | derat@chromium.org | 2011-09-29 | 2 | -9/+8 |
* | Add ChromeRenderViewHostTestHarness to get rid of the dependency from RVHTH t... | jochen@chromium.org | 2011-09-14 | 2 | -9/+9 |
* | Refactor Mac crash key reporting - move to base/mac/crash_logging.{h,mm} | jeremy@chromium.org | 2011-09-11 | 1 | -1/+2 |