summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/render_view_host.cc
Commit message (Expand)AuthorAgeFilesLines
* views: Add an Options enum to MessageBoxView control.tfarina@chromium.org2011-12-071-2/+2
* Revert 113110 - backing out 113015 didn't fix the interactive test bot. Resto...sail@chromium.org2011-12-061-0/+8
* Revert 113015 - speculative revert to see if this fixes the interactive test ...sail@chromium.org2011-12-061-8/+0
* Remove OnMessageReceived that was using internal content IPCs in a chrome tes...jam@chromium.org2011-12-051-0/+8
* Pass along the referrer policy (renderer side)jochen@chromium.org2011-12-031-2/+2
* Add autoresize capability to chromium.levin@chromium.org2011-12-021-0/+10
* Switch to IWYU for files that previously were getting a bunch ofjoi@chromium.org2011-12-011-0/+1
* Move RenderViewHostObserver to content/public/browser/ and put it into the co...tfarina@chromium.org2011-11-251-8/+9
* Get rid of view_message_enums.h dependency in Chrome by moving the enum for f...jam@chromium.org2011-11-231-2/+2
* Make RenderViewHostObserver interface not use a struct from view_messages.hjam@chromium.org2011-11-221-2/+1
* 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-34/+37
* Remove the flags to RenderViewHost::EnablePreferredSizeMode since it's not us...jam@chromium.org2011-11-171-2/+2
* Add SwappedOut to TabContentsDelegate to allow us to correctly delete TabCont...dominich@chromium.org2011-11-151-0/+1
* Move the struct used when showing a desktop notification to content/public/co...jam@chromium.org2011-11-121-1/+1
* Make BalloonHost use TabContents instead of RenderViewHost.jam@chromium.org2011-11-101-6/+7
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+1
* Move PageZoom enum into content/public/common and into the content namespace....jam@chromium.org2011-10-281-4/+4
* Move resource_codes to content/public/common.jam@chromium.org2011-10-251-1/+1
* Applescript: return value from execute javascript commandkeishi@chromium.org2011-10-251-0/+36
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-12/+12
* Prevent power saving while playing media.avi@chromium.org2011-10-191-0/+34
* Move content_browser_client.h to public, and while at it, movejoi@chromium.org2011-10-191-1/+1
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-8/+8
* Move content_notification_types.h from content\common to content\public\brows...jam@chromium.org2011-10-181-1/+1
* Show mouse lock request and status in fullscreen bubble infobar.yzshen@chromium.org2011-10-181-2/+1
* Add async interface for RenderWidgetHost to ask for user's permission to lock...yzshen@chromium.org2011-10-171-3/+8
* Refactor SelectionChanged and ImeUpdateTextInputType IPCs for surrounding tex...penghuang@chromium.org2011-10-161-5/+13
* Move NativeWebKeyboardEvent files into their intended final destinations prio...ben@chromium.org2011-10-141-1/+1
* Add an is_fullscreen to ViewMsg_Resize, and make it available as a property ofdarin@chromium.org2011-10-141-0/+4
* Move url_constansts.h to content/public/common.jam@chromium.org2011-10-141-1/+1
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-2/+2
* Implement 'SAVEAS' mode for PPB_FileChooser_Impl. Also, fix the Save File dia...bbudge@chromium.org2011-10-131-3/+4
* Move BindingsPolicy enum to content\public\common and put it in the content n...jam@chromium.org2011-10-111-4/+4
* Hook into another code path that lets the renderer request a new tab to be cr...jochen@chromium.org2011-10-061-2/+4
* Move check whether desktop notifications can be shown to browserjochen@chromium.org2011-10-061-6/+4
* Only allow to lock the mouse when the tab is in fullscreen mode.yzshen@chromium.org2011-10-011-0/+7
* Rewrites renderer accessibility to not use WebAccessibilityCache.dmazzoni@chromium.org2011-09-291-2/+1
* Removed sending of the following IPC messages from chrome and added API's on ...ananta@chromium.org2011-09-231-0/+31
* Removed sending of the content IPC messages from chrome and replaced them wit...ananta@chromium.org2011-09-211-43/+46
* Summary of changesyosin@chromium.org2011-09-131-2/+2
* Move handling of the ViewHostMsg_WebUISend out of Chrome. This message is han...ananta@chromium.org2011-09-121-0/+8
* Make panel adjust bounds per preferred size change notification on Windows.jianli@chromium.org2011-09-071-4/+1
* Adds a global keyboard shortcut to trigger speech input in the currentlydmazzoni@chromium.org2011-09-021-1/+5
* Add a big grab bag of missing web accessibilitydmazzoni@chromium.org2011-09-011-5/+3
* Fullscreen JS API implementation.koz@chromium.org2011-08-251-0/+7
* Handle the ViewHostMsg_RunFileChooser IPC message which is sent by content(re...ananta@chromium.org2011-08-241-2/+7
* Ensure normal pages don't get grouped with extension processes at startup.creis@chromium.org2011-08-221-5/+0
* mac: Only let two-finger-scrolling trigger history if web doesn't swallow ges...thakis@chromium.org2011-08-161-3/+4
* Pipe "is pinned to left/right", "has horizontal/vertical scrollbar",thakis@chromium.org2011-08-131-0/+20