summaryrefslogtreecommitdiffstats
path: root/content/browser/tab_contents
Commit message (Expand)AuthorAgeFilesLines
* Merge parts of 117417 from trunk.cevans@chromium.org2012-03-211-3/+4
* Merge http://src.chromium.org/viewvc/chrome?view=rev&revision=125923 bycevans@chromium.org2012-03-121-0/+5
* Merge 124729 - Ensure that CopyStateFromAndPrune doesn't exceed kMaxSessionHi...creis@chromium.org2012-03-063-6/+73
* Merge 121270 - Ensure that navigations are not ignored due to incomplete unlo...creis@chromium.org2012-02-132-2/+47
* Merge 121354 - Fix broken resize box appearance after download shelf open/close.thakis@chromium.org2012-02-101-0/+7
* Remove code that I missed in r119703.jam@chromium.org2012-01-301-4/+0
* Move js_modal_dialogs.h to content\public\browser.jam@chromium.org2012-01-301-1/+1
* Simplifying JS dialog interfaces.jam@chromium.org2012-01-302-33/+24
* Create Content API around HostZoomMap.jam@chromium.org2012-01-301-2/+3
* Send replies to sync IPCs from swapped out renderers.creis@chromium.org2012-01-283-9/+97
* Saving content will prefer to retrieve the data out of the HTTP cache for GETs.cbentzel@chromium.org2012-01-281-2/+11
* Rename WebUIFactory to WebUIControllerFactory since that's what it creates now.jam@chromium.org2012-01-274-41/+80
* Do not filter IPC messages until the new RVH commits, to avoid a race.creis@chromium.org2012-01-273-58/+51
* Disable ExtensionPopup link, media, and page context menus.msw@chromium.org2012-01-261-0/+6
* Define the public interface for content browser SiteInstance. This interface ...ananta@chromium.org2012-01-2515-109/+143
* Reduce chrome/ dependencies on platform-specific RenderWidgetHostView impleme...joi@chromium.org2012-01-253-7/+8
* Get rid of RenderViewHostDelegate::GetAsTabContents.jam@chromium.org2012-01-242-5/+0
* Change grow box computation back to a method on BrowserWindowthakis@chromium.org2012-01-234-0/+14
* Get rid of SavePackage usage in Chrome. I've moved IsSavableContents onto Web...jam@chromium.org2012-01-202-3/+18
* Rename WebUI to WebUIImpl.jam@chromium.org2012-01-194-15/+19
* gpu: reference target surfaces through a globally unique surface id.piman@chromium.org2012-01-181-3/+3
* Move RenderViewHostDelegate to content/public and content namespace.joi@chromium.org2012-01-189-20/+22
* Rename TabContentsView to WebContentsView and move to content/public.joi@chromium.org2012-01-1814-192/+46
* Hide BrowsingInstance from all but SiteInstance, as intended by design.joi@chromium.org2012-01-181-3/+3
* Switch chrome code to use content::WebUI interface instead of WebUI concrete ...jam@chromium.org2012-01-184-17/+17
* Ensure that view_messages.h and tab_contents.h don't get included by any more...jam@chromium.org2012-01-174-7/+11
* Make WebUI objects not derive from WebUI. WebUI objects own the controller. T...jam@chromium.org2012-01-175-20/+33
* Fix window zoom in a sane way, remove nasty casts.avi@chromium.org2012-01-142-0/+10
* Start splitting out WebUI into an implementation class and an interface that ...jam@chromium.org2012-01-133-4/+9
* Now that TabContentsViewHelper is in content, make TabContentsViewWin use it ...jam@chromium.org2012-01-123-68/+74
* content/GTK: Move TabContentsViewGtk to content/erg@chromium.org2012-01-123-0/+667
* Get rid of RenderViewHostManager usage in chrome.jam@chromium.org2012-01-114-20/+17
* Move RenderViewHostDelegateViewHelper to content.avi@chromium.org2012-01-112-0/+280
* GTK: More GSEALing.erg@chromium.org2012-01-111-7/+8
* Revert 117220 - Move RenderViewHostDelegateViewHelper to content.flackr@chromium.org2012-01-112-278/+0
* Move RenderViewHostDelegateViewHelper to content.avi@chromium.org2012-01-112-0/+278
* Prevent infinite prompts when a script does an in-page navigation.tsepez@chromium.org2012-01-111-4/+4
* Move creation and ownership of ResourceDispatcherHost and PluginService to co...jam@chromium.org2012-01-112-6/+3
* Revert 117078 - Move creation and ownership of ResourceDispatcherHost and Plu...jam@chromium.org2012-01-102-3/+10
* Copy all the max page IDs to Instant/Prerender's TabContentscreis@chromium.org2012-01-104-14/+82
* Move creation and ownership of ResourceDispatcherHost and PluginService to co...jam@chromium.org2012-01-102-10/+3
* GTK: Seal up GSEALs, focusing on GtkSelectionData.erg@chromium.org2012-01-102-12/+14
* Revert 116956 - GTK: Seal up GSEALs, focusing on GtkSelectionData.erg@google.com2012-01-102-14/+12
* GTK: Seal up GSEALs, focusing on GtkSelectionData.erg@chromium.org2012-01-092-12/+14
* Move WebUIFactory into content/public/browser and make it use WebContents ins...jam@chromium.org2012-01-074-8/+12
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+0
* Remove a few trivial tab_contents.h includes in chrome that I missed earlier.jam@chromium.org2012-01-062-514/+576
* Get rid of TabContentsWrapper::tab_contents. Also make it use WebContents exc...jam@chromium.org2012-01-067-26/+21
* Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...jam@chromium.org2012-01-041-2/+2
* Get rid of content::NavigationController in cc file and use "using" instead.jam@chromium.org2012-01-046-27/+33