summaryrefslogtreecommitdiffstats
path: root/content/browser/tab_contents
Commit message (Expand)AuthorAgeFilesLines
* Revert 113110 - backing out 113015 didn't fix the interactive test bot. Resto...sail@chromium.org2011-12-062-9/+0
* Revert 113015 - speculative revert to see if this fixes the interactive test ...sail@chromium.org2011-12-062-0/+9
* Make TestTabContents::TestDidNavigate not take a ViewHostMsg_FrameNavigate_Pa...jam@chromium.org2011-12-053-5/+50
* Revert 113006 - Make TestTabContents::TestDidNavigate not take a ViewHostMsg_...avi@chromium.org2011-12-053-50/+5
* Make NavigationEntry and friends use content::Referrer instead of plain URLsjochen@chromium.org2011-12-058-42/+48
* Remove OnMessageReceived that was using internal content IPCs in a chrome tes...jam@chromium.org2011-12-052-9/+0
* Make TestTabContents::TestDidNavigate not take a ViewHostMsg_FrameNavigate_Pa...jam@chromium.org2011-12-053-5/+50
* Replace the GURL referrer field of OpenURLParams with a content::Referrerjochen@chromium.org2011-12-057-17/+21
* Change NavigationController::LoadURL to take a Referrer class instead of a GU...jochen@chromium.org2011-12-055-69/+82
* Pass along the referrer policy (renderer side)jochen@chromium.org2011-12-033-5/+6
* Fix a bug where redirect chain gets lost on process swap.mpcomplete@chromium.org2011-12-036-6/+88
* Remove deprecated TabContentsDelegate::OpenURLFromTab variantjochen@chromium.org2011-12-023-39/+4
* Upgrade all call sites of PageNavigator::OpenURL that pass a referrer to use ...jochen@chromium.org2011-12-021-0/+2
* Get additional crash data to narrow down renderer kills.creis@chromium.org2011-12-021-5/+12
* [Mac] Move ScopedSendingEvent from content/common/mac to base/mac.shess@chromium.org2011-12-011-2/+2
* Add a public content/ interface for intents. Use it.gbillock@chromium.org2011-12-013-8/+11
* Define DevTools content APIyurys@chromium.org2011-12-012-17/+18
* Revert 112249 - [Mac] Move ScopedSendingEvent from content/common/mac to base...hayato@chromium.org2011-12-011-2/+2
* Move view_types.h to view_type.h, since that's the standard name for enums.jam@chromium.org2011-12-011-1/+1
* Rename navigation_types.h to navigation_type.h to match the rest of the enum ...jam@chromium.org2011-12-014-4/+4
* [Mac] Move ScopedSendingEvent from content/common/mac to base/mac.shess@chromium.org2011-11-301-2/+2
* Remove custom Task implementations in content renderer_host and tab_contents.dcheng@chromium.org2011-11-292-81/+45
* Add url and is_main_frame to DidFinishLoad and DidFailLoad.mkosiba@chromium.org2011-11-294-5/+42
* Make content::DialogDelegate::GetDialogRootWindow() const.thestig@chromium.org2011-11-292-2/+2
* Fix the RenderViewImpl to adapt to the Chromium API change for Web Intents.gbillock@chromium.org2011-11-282-4/+4
* Move RenderViewHostManagerTest to contentjochen@chromium.org2011-11-281-26/+110
* Add OVERRIDE to content/.avi@chromium.org2011-11-281-2/+2
* Move NavigationControllerTest to contentjochen@chromium.org2011-11-282-11/+19
* Remove unused method RVHD::RendererManagement::OnCrossSiteNavigationCanceled().dcheng@chromium.org2011-11-252-8/+0
* Move PropertyBag to base. Originally this was in chrome\common because only c...jam@chromium.org2011-11-231-4/+4
* Fixed race-condition in RenderViewHost(Manager)battre@chromium.org2011-11-223-19/+172
* Page zoom improvements:csilv@chromium.org2011-11-221-3/+5
* Get rid of view_messages.h include from chrome since TabContentsDelegate used...jam@chromium.org2011-11-224-5/+5
* GTK: Create the start of a compatibility header wrapping deprecated methods.erg@chromium.org2011-11-221-1/+2
* A few less TOUCH_UIs.backer@chromium.org2011-11-211-6/+0
* Get rid of a bunch of view_messages.h includes from chrome by making the TabC...jam@chromium.org2011-11-212-5/+8
* Changed argument to GetAcceptLangs() to a BrowserContext.rdsmith@chromium.org2011-11-181-3/+6
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-185-15/+16
* Add OVERRIDE to content/.avi@chromium.org2011-11-175-25/+29
* Have ExtensionHost use TabContents instead of RenderViewHost. Try #3.mpcomplete@chromium.org2011-11-174-88/+98
* Revert 110262 - Have ExtensionHost use TabContents instead of RenderViewHost....dpolukhin@chromium.org2011-11-164-98/+88
* DevTools: reattach to previous RVH when pending navigation is being canceled.yurys@chromium.org2011-11-161-0/+7
* Have ExtensionHost use TabContents instead of RenderViewHost. Try #2.mpcomplete@chromium.org2011-11-164-88/+98
* Fixes GetContainerBounds in tab_contents_view_mac.mm to return the position o...pkotwicz@chromium.org2011-11-151-1/+1
* Add SwappedOut to TabContentsDelegate to allow us to correctly delete TabCont...dominich@chromium.org2011-11-154-0/+13
* Move Sad Tab implementation out of the TabContentsViews.avi@chromium.org2011-11-156-5/+31
* Completes the GetWindowRect/GetRootWindowRect/GetScreenInfo changes I thought...ben@chromium.org2011-11-141-1/+1
* Devirtualize CHROMEGTK_CALLBACK.dcheng@chromium.org2011-11-121-1/+1
* Linux: Move base/mime_util* to base/nix. It's not used on any other platform.thestig@chromium.org2011-11-111-2/+2
* share all the needed linux code with OpenBSD in chrome and contentrobert.nagy@gmail.com2011-11-111-1/+1