summaryrefslogtreecommitdiffstats
path: root/content/browser/browser_plugin/browser_plugin_guest.cc
Commit message (Expand)AuthorAgeFilesLines
* Exposes the text input flags to ChromeOS IME extensions.shuchen2014-10-231-3/+6
* Standardize usage of virtual/override/final in content/browser/dcheng2014-10-211-4/+3
* Fix RenderWidgetHostViewGuest leak.lazyboy2014-10-201-1/+1
* Revert "Merge ViewHostMsg_TextInputTypeChanged and ViewHostMsg_TextInputState...shuchen2014-10-151-13/+12
* Implement find in page support for top level BrowserPlugins.raymes2014-10-131-0/+9
* Small optimization for <webview> tooltips.paulmeyer2014-10-101-0/+4
* Tooltips now show up properly within a <webview>.paulmeyer2014-10-091-0/+5
* Replace OVERRIDE and FINAL with override and final in content/browser/browser...anand.ratn2014-10-061-2/+2
* GuestView: Move lifetime management out of contentfsamuel2014-10-021-24/+24
* Cleanup BrowserPluginGuest::SwapCompositorFramefsamuel2014-09-201-25/+0
* Browser Plugin: Remove dependency on NPAPIfsamuel2014-09-201-13/+6
* Move PageTransition from //content/public/common to //ui/baseSylvain Defresne2014-09-191-1/+1
* Move ContentWindow from BrowserPlugin To GuestViewfsamuel2014-09-181-11/+8
* Browser Plugin: Don't crash browser when reloading crashed webviewfsamuel2014-09-121-4/+6
* BrowserPlugin: Interstitial Pages workfsamuel2014-09-111-21/+21
* Browser Plugin: Report autosize view size in DIP instead of physical pixelsfsamuel2014-09-101-1/+5
* Browser Plugin: Move input to RWHVGuest to support interstitial pagesfsamuel2014-09-101-46/+10
* BrowserPlugin: Remove BrowserPluginGuest::ToGuestRectfsamuel2014-09-091-23/+0
* BrowserPlugin: Grab the correct viewsize to report to BrowserPluginGuestDelegatefsamuel2014-09-061-2/+3
* BrowserPlugin: Remove dependency upon ViewHostMsg_UpdateRectfsamuel2014-09-041-30/+54
* Remove two unnecessary params in ViewHostMsg_UpdateRect_Paramsfsamuel2014-08-291-1/+0
* Move external popup menus from WebViewClient to WebFrameClient, part 3/3.avi2014-08-251-9/+30
* Remove BrowserPlugin's -internal-attach methodfsamuel@chromium.org2014-08-221-51/+61
* Cache the current WebPreferences on RenderViewHostImpl (try #2).chrishtr@chromium.org2014-08-081-1/+4
* <webview>: Move autosize from content to chrome.fsamuel@chromium.org2014-08-061-65/+10
* Revert 287732 "<webview>: Move autosize from content to chrome."tommi@chromium.org2014-08-061-10/+65
* <webview>: Move autosize from content to chrome.fsamuel@chromium.org2014-08-061-65/+10
* Revert of Cache the current WebPreferences on RenderViewHostImpl. (https://co...erikchen@chromium.org2014-07-311-4/+1
* Cache the current WebPreferences on RenderViewHostImpl.chrishtr@chromium.org2014-07-221-1/+4
* Implement <appview>fsamuel@chromium.org2014-07-111-0/+13
* Update several WebContentsObserver loading callbacks to use RFH.dcheng@chromium.org2014-07-031-1/+0
* Remove WebContentsObservers dependencies on WebFrame::uniqueName().dcheng@chromium.org2014-07-011-4/+2
* Changed IME messages from View to Input.bcwhite@chromium.org2014-06-231-13/+13
* Remove GuestWebContentsCreatedfsamuel@chromium.org2014-06-231-37/+21
* Remove ContentBrowserClient::GuestWebContentsAttachedfsamuel@chromium.org2014-06-201-5/+6
* Make resize_guest IPC only take size instead of rect since that's enough.lazyboy@chromium.org2014-06-171-11/+13
* Merge ViewHostMsg_TextInputTypeChanged and ViewHostMsg_TextInputStateChanged ...shuchen@chromium.org2014-06-121-12/+13
* Move allocate instance id to chrome/.lazyboy@chromium.org2014-06-071-43/+14
* <webview> Rewrite IME related tests from content_browsertests to WebViewTest.lazyboy@chromium.org2014-06-051-12/+2
* GuestView: Move Disable Drag and Drop Out to Chromefsamuel@chromium.org2014-05-311-14/+0
* Browser Plugin: Remove Zoomfsamuel@chromium.org2014-05-311-5/+0
* Move guest lifetime management to chromefsamuel@chromium.org2014-05-301-24/+6
* Rename RenderProcessHost::IsGuest to RenderProcessHost::IsIsolatedGuestfsamuel@chromium.org2014-05-301-2/+0
* Remove BrowserPluginGuestDelegate::GuestProcessGonefsamuel@chromium.org2014-05-281-2/+0
* BrowserPluginGuest is no longer a WebContentsDelegatefsamuel@chromium.org2014-05-271-181/+0
* Remove some RenderProcessHost::IsGuest call sitesfsamuel@chromium.org2014-05-261-0/+12
* <webview>: Make HandleContextMenu easier to refactorfsamuel@chromium.org2014-05-231-10/+3
* <webview>: Move PreHandleGestureEvent in chromefsamuel@chromium.org2014-05-221-3/+4
* <webview>: Move name attribute to chromefsamuel@chromium.org2014-05-221-36/+0
* <webview>: Move NewWindow API to chromefsamuel@chromium.org2014-05-201-366/+49