summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents
Commit message (Expand)AuthorAgeFilesLines
* Replace the TabContents* accessors with WebContents* in InterstitialPage, Bac...jam@chromium.org2012-01-024-7/+6
* Convert chrome users of NavigationController::tab_contents() to use GetWebCon...jam@chromium.org2012-01-025-17/+22
* Replace WebUI::tab_contents() with web_contents() and switch all users to use...jam@chromium.org2011-12-303-1/+7
* Remove CreateViewForWidget from ContentBrowserClient now that all the RenderW...jam@chromium.org2011-12-301-4/+2
* Add more per-tab preferences.mnaganov@chromium.org2011-12-291-16/+17
* Create a Content API interface around NavigationController, and move all the ...jam@chromium.org2011-12-291-0/+1
* Convert all of the WebContentsDelegate to use WebContents instead of TabConte...jam@chromium.org2011-12-283-10/+11
* Rename NavigationController to NavigationControllerImpl and put it into the c...jam@chromium.org2011-12-281-2/+3
* Convert a few methods in NavigationController to return a content::Navigation...jam@chromium.org2011-12-283-5/+5
* Move the PageNavigator interface and GlobalRequestID struct to content\public...jam@chromium.org2011-12-284-25/+37
* Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...jam@chromium.org2011-12-274-8/+17
* Convert SpeechInputBubble and BalloonHost to use WebContents instead of TabCo...jam@chromium.org2011-12-274-5/+20
* Move most of the remaining users of WebContentsObserver::tab_contents() to us...jam@chromium.org2011-12-262-10/+12
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-253-3/+5
* Create a Content API around NavigationEntry that's in content/public/browser....jam@chromium.org2011-12-253-5/+5
* Add --dart-flags and --disable-dart command line switches.podivilov@chromium.org2011-12-231-0/+1
* Change most of the methods of WebContentsObserver to take a content::WebConte...jam@chromium.org2011-12-233-7/+9
* Move TabContentsObserver to content/public, rename it to WebContentsObserver,...jam@chromium.org2011-12-224-9/+8
* Move the remaining TabContents methods to the WebContents interface, switchin...jam@chromium.org2011-12-223-12/+12
* Move navigation_details.h to content/public/browser.jam@chromium.org2011-12-224-4/+4
* Rename TabContents::browser_context() to GetBrowserContext and put it into th...jam@chromium.org2011-12-215-7/+7
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-216-14/+14
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-216-14/+14
* 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-216-14/+14
* Move TabContentsDelegate to content/public/browser and put it in the content ...tfarina@chromium.org2011-12-205-10/+10
* Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...jam@chromium.org2011-12-208-30/+30
* Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public...jam@chromium.org2011-12-201-1/+2
* Make CanvasSkia take a gfx::Size as the first parameter.tfarina@chromium.org2011-12-201-6/+6
* Start creating the content::WebPage interface around TabContents. This is jus...jam@chromium.org2011-12-205-25/+25
* Allow all URLPatterns to have ports.aa@chromium.org2011-12-191-1/+1
* --enable-partial-swap plumbed up to WebKit.backer@chromium.org2011-12-171-0/+2
* Include the information whether the tab is already in a tab strip with the re...jochen@chromium.org2011-12-163-10/+46
* Add a command-line switch --enable-per-tile-painting and make it consistent b...reveman@google.com2011-12-151-4/+5
* Print preview: Prevent a crash when zooming with the scroll wheel.thestig@chromium.org2011-12-151-9/+13
* Removed obsolete TOUCH_UI from render_view_host_delegate_helper.ccsaintlou@chromium.org2011-12-151-1/+1
* Split UserMetrics into API vs. implementation. Move API to content/public.joi@chromium.org2011-12-141-10/+11
* Only show platfom app context menus in its own windows.benwells@chromium.org2011-12-141-1/+2
* Hide default context menu for platform apps.benwells@chromium.org2011-12-131-2/+19
* Move/replace/rename URL-based extension getters from ExtensionService to/in E...yoz@chromium.org2011-12-132-4/+6
* Add a policy pref for the --enable-memory-info flag.mmoss@chromium.org2011-12-121-1/+1
* Clean up TCW, make it solely a hub for 1:1 observer/helper objects.avi@chromium.org2011-12-123-2/+5
* Remove Hunspell on OS X - step 2jeremy@chromium.org2011-12-122-5/+7
* Handle AddNewContents in BackgroundContents so we can open windows.atwilson@chromium.org2011-12-102-1/+16
* Print preview: Disable the right context menu items in print preview.thestig@chromium.org2011-12-102-0/+13
* Remove "open in new tab" items from context menu if the process doesn'ttsepez@chromium.org2011-12-092-13/+98
* Added a switch to enable a unified text checker and asynchronousshinyak@google.com2011-12-091-0/+3
* Move URLPattern::ParseOption into a field.aa@chromium.org2011-12-091-3/+2
* Revert 113591 - Revert 113579 - Content settings: allow scripts on interstiti...dgozman@chromium.org2011-12-081-0/+4
* Revert 113579 - Content settings: allow scripts on interstitial pages even if...dgozman@chromium.org2011-12-081-4/+0