summaryrefslogtreecommitdiffstats
path: root/content/browser/tab_contents
Commit message (Expand)AuthorAgeFilesLines
...
* Rename NavigationController to NavigationControllerImpl. I'll get rid of cont...jam@chromium.org2012-01-0410-128/+136
* Convert WebContents to return a content::NavigationController instead of the ...jam@chromium.org2012-01-048-49/+55
* Convert the remaining Browser::GetSelectedTabContents() calls to GetSelectedW...jam@chromium.org2012-01-036-36/+36
* Convert all the notifications which use NavigationController to content::Navi...jam@chromium.org2012-01-036-19/+24
* Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...jam@chromium.org2012-01-031-2/+2
* Replace the TabContents* accessors with WebContents* in InterstitialPage, Bac...jam@chromium.org2012-01-022-9/+23
* Convert chrome users of NavigationController::tab_contents() to use GetWebCon...jam@chromium.org2012-01-025-10/+15
* Fix windows component buildjam@chromium.org2011-12-291-2/+2
* Create a Content API interface around NavigationController, and move all the ...jam@chromium.org2011-12-295-299/+133
* Convert unix_hacker functions on NavigationController that are used by Chrome...jam@chromium.org2011-12-297-235/+250
* Convert all of the WebContentsDelegate to use WebContents instead of TabConte...jam@chromium.org2011-12-284-4/+5
* Fix components build. NavigationControllerImpl needs to be exported for testsjam@chromium.org2011-12-281-1/+2
* Rename NavigationController to NavigationControllerImpl and put it into the c...jam@chromium.org2011-12-2814-347/+355
* Remove the remaining usages of NavigationEntry in chrome by converting a few ...jam@chromium.org2011-12-2811-124/+173
* Fix components buildjam@chromium.org2011-12-281-1/+0
* Convert a few methods in NavigationController to return a content::Navigation...jam@chromium.org2011-12-2815-115/+152
* Move the PageNavigator interface and GlobalRequestID struct to content\public...jam@chromium.org2011-12-288-147/+27
* Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...jam@chromium.org2011-12-277-221/+50
* Convert SpeechInputBubble and BalloonHost to use WebContents instead of TabCo...jam@chromium.org2011-12-273-42/+16
* Move most of the remaining users of WebContentsObserver::tab_contents() to us...jam@chromium.org2011-12-262-0/+5
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-253-10/+14
* Fix windows component buildjam@chromium.org2011-12-251-5/+7
* Fix windows component buildjam@chromium.org2011-12-251-1/+3
* Create a Content API around NavigationEntry that's in content/public/browser....jam@chromium.org2011-12-2511-346/+309
* Move TabContentsObserver to content/public, rename it to WebContentsObserver,...jam@chromium.org2011-12-224-360/+37
* Move the remaining TabContents methods to the WebContents interface, switchin...jam@chromium.org2011-12-228-434/+336
* Move navigation_details.h to content/public/browser.jam@chromium.org2011-12-227-116/+5
* Move a bunch of methods from TabContents into the WebContents interface. This...jam@chromium.org2011-12-226-214/+194
* Rename TabContents::browser_context() to GetBrowserContext and put it into th...jam@chromium.org2011-12-215-16/+21
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-217-66/+65
* Allow keyboard shortcuts on interstitial pages.mattm@chromium.org2011-12-213-1/+22
* Rename IntentsHost -> WebIntentsDispatcher and IntentsDispatcher -> WebIntent...gbillock@chromium.org2011-12-211-3/+4
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-217-65/+66
* Rename TabContents::view() to GetView() and put it in the WebContents interface.jam@chromium.org2011-12-215-23/+23
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-217-66/+65
* [Coverity] Removing dead code after return;dbeam@chromium.org2011-12-211-5/+0
* Move TabContentsDelegate to content/public/browser and put it in the content ...tfarina@chromium.org2011-12-208-769/+27
* Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...jam@chromium.org2011-12-2013-100/+108
* Don't delete the current NavigationEntry when leaving an interstitial page.creis@chromium.org2011-12-203-83/+42
* Rename content::WebPage to content::WebContentsjam@chromium.org2011-12-201-3/+3
* Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public...jam@chromium.org2011-12-204-6/+14
* Start creating the content::WebPage interface around TabContents. This is jus...jam@chromium.org2011-12-207-103/+111
* Support custom MIME type data in web drag/drop for Mac and GTK.dcheng@chromium.org2011-12-184-1/+45
* Make page IDs be specific to a RenderView rather than global to its process.creis@chromium.org2011-12-166-67/+90
* Include the information whether the tab is already in a tab strip with the re...jochen@chromium.org2011-12-161-15/+0
* Make hosted apps launched via chrome.tabs.create with an URL redirect have th...mihaip@chromium.org2011-12-162-7/+10
* Trivial move of content::BrowserContext to content/public.joi@chromium.org2011-12-152-2/+2
* Group forms-related files in webkit/glue in a forms/ subdirectory.isherman@chromium.org2011-12-153-4/+3
* Split UserMetrics into API vs. implementation. Move API to content/public.joi@chromium.org2011-12-142-9/+12
* Adds some debugging code in hopes of identifying a crasher.sky@chromium.org2011-12-131-0/+6