summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/cocoa/tab_contents
Commit message (Expand)AuthorAgeFilesLines
* mac: Remove nav.pdf in favor of IDR_DEFAULT_FAVICON.thakis@chromium.org2012-06-261-5/+5
* grd file update for new 2x assetsthakis@chromium.org2012-06-221-2/+2
* browser: Move render_view_context_menu implementations into their specific pl...tfarina@chromium.org2012-06-223-1/+308
* TabContentsWrapper -> TabContents, part 2.avi@chromium.org2012-06-062-5/+4
* TabContentsWrapper -> TabContents, part 1.avi@chromium.org2012-06-051-1/+2
* browser: Move chrome_web_contents_view_delegate_views.* into views/ directory.tfarina@chromium.org2012-06-022-0/+116
* TabContents -> WebContentsImpl, part 22.avi@chromium.org2012-04-184-5/+5
* Add abstractions that let embedders drive tests of WebContents, without expos...joi@chromium.org2012-03-221-2/+1
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-071-1/+1
* Move RenderWidgetHost and RenderViewHost interfaces to their own files.joi@chromium.org2012-03-061-1/+1
* Move overlay stuff out of content. It's only used by sad tab, which is a Chro...jam@chromium.org2012-03-052-3/+13
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-051-1/+1
* 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
* Change grow box computation back to a method on BrowserWindowthakis@chromium.org2012-01-232-152/+18
* Transition to base/mac/bundle_locations.h step 2jeremy@chromium.org2012-01-192-2/+4
* Rename TabContentsView to WebContentsView and move to content/public.joi@chromium.org2012-01-182-4/+4
* Get rid of RenderViewHostManager usage in chrome.jam@chromium.org2012-01-111-5/+7
* Remove some more tab_contents.h includes from Chrome.jam@chromium.org2012-01-053-6/+11
* Get rid of content::NavigationController in cc file and use "using" instead.jam@chromium.org2012-01-041-2/+2
* Replace Browser::GetTabContentsAt with GetWebContentsAt and update all callers.jam@chromium.org2012-01-042-17/+16
* Convert WebContents to return a content::NavigationController instead of the ...jam@chromium.org2012-01-041-1/+1
* Convert all the notifications which use NavigationController to content::Navi...jam@chromium.org2012-01-031-1/+2
* Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...jam@chromium.org2012-01-032-5/+11
* Get rid of WebContentsObserver::tab_contents().jam@chromium.org2011-12-263-14/+18
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-211-1/+1
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-211-1/+1
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-211-1/+1
* Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...jam@chromium.org2011-12-201-1/+1
* Clean up TCW, make it solely a hub for 1:1 observer/helper objects.avi@chromium.org2011-12-121-0/+1
* Move Sad Tab implementation out of the TabContentsViews.avi@chromium.org2011-11-154-22/+41
* Move Mac's WebDragDest to content.avi@chromium.org2011-11-013-474/+0
* Split Mac WebDropTarget into two, content and chrome.avi@chromium.org2011-11-012-37/+25
* Push one function from the Mac drag/drop util code to ui/.avi@chromium.org2011-10-312-13/+13
* Move the Mac's WebDragSource to content.avi@chromium.org2011-10-262-539/+0
* Break Mac's WebDragSource's dependency on chrome.avi@chromium.org2011-10-252-25/+32
* Make all drag sources not depend on download_util.avi@chromium.org2011-10-251-6/+12
* Remove logging that's no longer needed.avi@chromium.org2011-10-241-11/+0
* Remove unneeded files; make the mac bookmark helper self-contained.avi@chromium.org2011-10-203-193/+0
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-15/+16
* content: Make tab_contents_drag_source not depend on download_util.herg@google.com2011-10-181-1/+1
* Move content_notification_types.h from content\common to content\public\brows...jam@chromium.org2011-10-181-1/+1
* Move url_constansts.h to content/public/common.jam@chromium.org2011-10-141-1/+1
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-1/+1
* Switch FileStream to use new CompletionCallback.willchan@chromium.org2011-10-121-1/+1
* Encoding issue dragging bookmarklets to Bookmarks Bardhollowa@chromium.org2011-09-291-3/+6
* Avoid crash when dragging text from WebUI dialogs.derat@chromium.org2011-09-292-9/+8
* Add ChromeRenderViewHostTestHarness to get rid of the dependency from RVHTH t...jochen@chromium.org2011-09-142-9/+9
* Refactor Mac crash key reporting - move to base/mac/crash_logging.{h,mm}jeremy@chromium.org2011-09-111-1/+2