summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/render_view_host.h
Commit message (Expand)AuthorAgeFilesLines
* Define the public interface for content browser SiteInstance. This interface ...ananta@chromium.org2012-01-251-4/+4
* Change grow box computation back to a method on BrowserWindowthakis@chromium.org2012-01-231-0/+1
* Move RenderViewHostDelegate to content/public and content namespace.joi@chromium.org2012-01-181-5/+5
* Allow plugins to add rotate commands to Chrome context menus.bbudge@chromium.org2012-01-111-2/+8
* Make page IDs be specific to a RenderView rather than global to its process.creis@chromium.org2011-12-161-2/+3
* views: Add an Options enum to MessageBoxView control.tfarina@chromium.org2011-12-071-1/+2
* Revert 113110 - backing out 113015 didn't fix the interactive test bot. Resto...sail@chromium.org2011-12-061-0/+1
* Revert 113015 - speculative revert to see if this fixes the interactive test ...sail@chromium.org2011-12-061-1/+0
* Remove OnMessageReceived that was using internal content IPCs in a chrome tes...jam@chromium.org2011-12-051-0/+1
* Pass along the referrer policy (renderer side)jochen@chromium.org2011-12-031-2/+3
* Add autoresize capability to chromium.levin@chromium.org2011-12-021-0/+5
* Move RenderViewHostObserver to content/public/browser/ and put it into the co...tfarina@chromium.org2011-11-251-5/+5
* Get rid of view_message_enums.h dependency in Chrome by moving the enum for f...jam@chromium.org2011-11-231-1/+2
* Get rid of view_messages.h include from chrome since TabContentsDelegate used...jam@chromium.org2011-11-221-2/+2
* Add OVERRIDE to content/.avi@chromium.org2011-11-171-1/+1
* Remove the flags to RenderViewHost::EnablePreferredSizeMode since it's not us...jam@chromium.org2011-11-171-1/+1
* Move the struct used when showing a desktop notification to content/public/co...jam@chromium.org2011-11-121-5/+8
* Cleanup: Remove unneeded forward declarations in content/browser.thestig@chromium.org2011-11-101-5/+1
* Prerendered tabs use the same SessionStorage namespace as the tab that trigge...cbentzel@chromium.org2011-11-021-0/+4
* Move PageZoom enum into content/public/common and into the content namespace....jam@chromium.org2011-10-281-1/+1
* Applescript: return value from execute javascript commandkeishi@chromium.org2011-10-251-0/+27
* Prevent power saving while playing media.avi@chromium.org2011-10-191-6/+18
* Move content_browser_client.h to public, and while at it, movejoi@chromium.org2011-10-191-1/+1
* Add async interface for RenderWidgetHost to ask for user's permission to lock...yzshen@chromium.org2011-10-171-1/+2
* Refactor SelectionChanged and ImeUpdateTextInputType IPCs for surrounding tex...penghuang@chromium.org2011-10-161-2/+5
* Add an is_fullscreen to ViewMsg_Resize, and make it available as a property ofdarin@chromium.org2011-10-141-0/+1
* Implement 'SAVEAS' mode for PPB_FileChooser_Impl. Also, fix the Save File dia...bbudge@chromium.org2011-10-131-2/+5
* Hook into another code path that lets the renderer request a new tab to be cr...jochen@chromium.org2011-10-061-2/+4
* Only allow to lock the mouse when the tab is in fullscreen mode.yzshen@chromium.org2011-10-011-15/+20
* content: Move the final headers and residual traces of contrained windowserg@chromium.org2011-09-301-2/+1
* Here are more exports needed for content_unittests to link in the component b...dpranke@chromium.org2011-09-301-6/+4
* Removed sending of the following IPC messages from chrome and added API's on ...ananta@chromium.org2011-09-231-4/+33
* Removed sending of the content IPC messages from chrome and replaced them wit...ananta@chromium.org2011-09-211-10/+37
* Annotate all of the functions in content that need to be exported, in prepara...dpranke@chromium.org2011-09-131-1/+2
* Move handling of the ViewHostMsg_WebUISend out of Chrome. This message is han...ananta@chromium.org2011-09-121-2/+4
* Adds a global keyboard shortcut to trigger speech input in the currentlydmazzoni@chromium.org2011-09-021-0/+2
* 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-0/+3
* Pipe "is pinned to left/right", "has horizontal/vertical scrollbar",thakis@chromium.org2011-08-131-0/+5
* Add a status message "Waiting for extension Foo..." when there's a requestmpcomplete@chromium.org2011-08-101-2/+4
* This is the exact same CL as in http://codereview.chromium.org/7570001 .varunjain@chromium.org2011-08-091-1/+2
* content: use string16 in ViewHostMsg_AddMessageToConsoleevan@chromium.org2011-08-081-2/+2
* Revert 95698 - Implement touch selection for RWHVV.yzshen@chromium.org2011-08-061-2/+1
* Implement touch selection for RWHVV.varunjain@chromium.org2011-08-061-1/+2
* rtl titles: minor issues spotted by Jeremy in r95007.evan@chromium.org2011-08-031-1/+2
* Plumb the title direction up to the renderer hostevan@chromium.org2011-08-011-1/+2
* Change the UpdateTitle message to use a string16 for the page title.evan@chromium.org2011-07-261-1/+1
* Move base/values.h into the base namespace. This includes a cros DEPS rolldmazzoni@chromium.org2011-07-121-2/+5
* File upload API in chromedriverhnoda@google.com2011-06-281-0/+1
* Get rid of Chrome notifications dependency, and instead go through ContentBro...jam@chromium.org2011-06-071-1/+14