summaryrefslogtreecommitdiffstats
path: root/content/browser/tab_contents/tab_contents.h
Commit message (Expand)AuthorAgeFilesLines
...
* Make content::DialogDelegate::GetDialogRootWindow() const.thestig@chromium.org2011-11-291-1/+1
* Fix the RenderViewImpl to adapt to the Chromium API change for Web Intents.gbillock@chromium.org2011-11-281-1/+1
* Move PropertyBag to base. Originally this was in chrome\common because only c...jam@chromium.org2011-11-231-4/+4
* Get rid of view_messages.h include from chrome since TabContentsDelegate used...jam@chromium.org2011-11-221-1/+1
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-181-1/+1
* Add OVERRIDE to content/.avi@chromium.org2011-11-171-16/+18
* Have ExtensionHost use TabContents instead of RenderViewHost. Try #3.mpcomplete@chromium.org2011-11-171-87/+88
* Revert 110262 - Have ExtensionHost use TabContents instead of RenderViewHost....dpolukhin@chromium.org2011-11-161-88/+87
* Have ExtensionHost use TabContents instead of RenderViewHost. Try #2.mpcomplete@chromium.org2011-11-161-87/+88
* Add SwappedOut to TabContentsDelegate to allow us to correctly delete TabCont...dominich@chromium.org2011-11-151-0/+1
* Move Java Bridge files to new java/ subdirectorysteveblock@chromium.org2011-11-111-1/+1
* Make BalloonHost use TabContents instead of RenderViewHost.jam@chromium.org2011-11-101-0/+11
* Make sure that TabContents' observer list outlives the RenderViewHostManager....jam@chromium.org2011-11-081-3/+6
* Fix JavaBridgeDispatcherHostManager when no RenderViewHosts are presentsteveblock@chromium.org2011-11-081-0/+4
* Revert "Have ExtensionHost use TabContents instead of RenderViewHost. This is...mpcomplete@chromium.org2011-11-081-87/+81
* Have ExtensionHost use TabContents instead of RenderViewHost. This is partmpcomplete@chromium.org2011-11-081-81/+87
* Don't trigger the tab's throbber for webui pagesjochen@chromium.org2011-11-071-3/+2
* Revert 108186 - Ensure forced process swaps use the correct page_id and SiteI...creis@chromium.org2011-11-031-1/+1
* Ensure forced process swaps use the correct page_id and SiteInstance.creis@chromium.org2011-11-011-1/+1
* Support dispositon attribute.gbillock@chromium.org2011-10-311-7/+8
* Move RendererPreferences to content/public/common and also put in the content...jam@chromium.org2011-10-311-19/+8
* Adds browser-side component of Java Bridge for a TabContentssteveblock@chromium.org2011-10-251-0/+6
* Add async interface for RenderWidgetHost to ask for user's permission to lock...yzshen@chromium.org2011-10-171-0/+7
* Fix a bug in ShouldDisplayURL.creis@chromium.org2011-10-131-0/+3
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-1/+1
* Move view_types to content\public\common. Also update the enum values to matc...jam@chromium.org2011-10-121-1/+1
* Add error description to the DidFailProvisionalLoad callback.mkosiba@chromium.org2011-10-111-6/+4
* Changes for cross domain prerenders to not cancel when there is a window.open...shishir@chromium.org2011-10-071-2/+2
* Move TabContents::ShouldDisplayURL() to ToolbarModel. This doesn't really bel...aa@chromium.org2011-10-061-6/+0
* Hook into another code path that lets the renderer request a new tab to be cr...jochen@chromium.org2011-10-061-2/+4
* Split ViewType between chrome and contentjochen@chromium.org2011-10-061-1/+1
* Remove unused RenderViewHostManager::SwapInRenderViewHost() and TabContents::...steveblock@chromium.org2011-10-031-5/+0
* Only allow to lock the mouse when the tab is in fullscreen mode.yzshen@chromium.org2011-10-011-0/+1
* content: Move the final headers and residual traces of contrained windowserg@chromium.org2011-09-301-5/+0
* content: Move constrained window code from TabContents to TabContentsWrappererg@chromium.org2011-09-301-28/+0
* Here are more exports needed for content_unittests to link in the component b...dpranke@chromium.org2011-09-301-3/+3
* Rename WebIntentData for backend storage to WebIntentServiceData.gbillock@chromium.org2011-09-211-3/+4
* Annotate all of the functions in content that need to be exported, in prepara...dpranke@chromium.org2011-09-131-4/+5
* Move the ViewHostMsg_AppCacheAccessed message handling out of Chrome and repl...ananta@chromium.org2011-09-081-0/+1
* Make panel adjust bounds per preferred size change notification on Windows.jianli@chromium.org2011-09-071-0/+1
* Moved the following IPCs out of chrome into content where they are handled by ananta@chromium.org2011-09-061-0/+1
* Handle the ViewHostMsg_FindReply message which is sent by content(renderer) v...ananta@chromium.org2011-09-021-0/+3
* Dispatch the following IPC messages in TabContents and handle them via the Ta...ananta@chromium.org2011-08-251-0/+13
* Fullscreen JS API implementation.koz@chromium.org2011-08-251-0/+1
* Handle the ViewHostMsg_RunFileChooser IPC message which is sent by content(re...ananta@chromium.org2011-08-241-5/+3
* Get rid of the static ConstrainedWindow::CreateConstrainedDialog method that ...jam@chromium.org2011-08-241-10/+3
* Handle the ViewHostMsg_RunFileChooser and ViewHostMsg_EnumerateDirectory IPC ...ananta@chromium.org2011-08-241-0/+4
* Fix handling of tab contents disappearing out from underneath Javascript dial...avi@chromium.org2011-08-161-0/+4
* A number of issues weren't addressed with the earlier patch for prerender + b...cbentzel@chromium.org2011-08-141-3/+4
* Add a status message "Waiting for extension Foo..." when there's a requestmpcomplete@chromium.org2011-08-101-4/+4