summaryrefslogtreecommitdiffstats
path: root/content/browser/browser_plugin/browser_plugin_guest.cc
Commit message (Expand)AuthorAgeFilesLines
* Prepare browser plugin code for swapped out removal.nasko2015-08-201-2/+13
* Merge ViewHostMsg_TextInputTypeChanged and ViewHostMsg_TextInputStateChanged ...shuchen2015-07-311-12/+14
* Move existing kSitePerProcess checks to a policy-oracle objectnick2015-07-271-12/+8
* Fix nested GuestView's container bounds calculation.lazyboy2015-07-211-5/+0
* Simplify InputMethodWin initialization.shuchen2015-07-191-18/+1
* Force new surface on BrowserPluginGuest reattach.wjmaclean2015-06-301-1/+6
* Make <webview> use out-of-process iframe architecture.lazyboy2015-06-291-12/+43
* Convert BrowserPlugin to render using cc::Surfaces.wjmaclean2015-06-151-9/+53
* Track frame openers in FrameTreeNodes instead of WebContents.alexmos2015-06-101-1/+1
* Added separate UMA stats for processes that were killed by SIGKILL, whichs is...oshima2015-06-041-0/+3
* Ignore input events sent to unattached guests.fsamuel2015-05-071-2/+2
* Add callback in UserScriptLoader to notify users when scripts are loaded.hanxi2015-05-051-1/+13
* GuestView: Simplify guest IPCSfsamuel2015-05-051-20/+2
* Fix an NPE in BrowserPluginGuest during guest teardown while showing intersti...lazyboy2015-04-151-0/+12
* Update guest's InputMethodActive each time we see a TextInputTypeChanged.lazyboy2015-04-071-7/+21
* <webview>: Make contentWindow available prior to attachment (on display:none).fsamuel2015-03-101-22/+37
* Prevent hang monitor restarts when hiddenjdduke2015-03-091-1/+1
* Cleanup BrowserPluginfsamuel2015-02-251-1/+1
* All guestview sizing now utilizes the new sizing infrastructure from https://...paulmeyer2015-02-241-31/+7
* Implement <webview> droplink eventfsamuel2015-02-241-4/+11
* Fix OSX IME, Call RVH::SetInputMethodActive() after Attach.lazyboy2015-02-071-8/+8
* Allow MimeHandlerViewGuest to be notified of StopFinding events.raymes2015-02-061-0/+4
* Rename initial_pos to initial_rect in ShowWidget and ShowView IPCs.bokan2015-02-031-2/+2
* <webview> fix drag and drop issues.lazyboy2015-02-031-5/+42
* Fixed and reenabled the flaky test "WebViewAPITest.TestAutosizeAfterNavigation".paulmeyer2015-01-261-1/+1
* GuestViewBase: More C++ 11'ificationfsamuel2015-01-211-4/+4
* GuestView: Cleanupfsamuel2015-01-201-1/+1
* Browser Plugin: Make aware of focus direction.fsamuel2015-01-191-4/+14
* Moved resizing of a guest view out of BrowserPluginGuest and into GuestViewBa...paulmeyer2015-01-101-5/+8
* Fix message routing for BrowserPlugin in iframefsamuel2014-12-181-1/+0
* OOP PDF: Fix menu-initiated copies.sammc2014-12-181-1/+6
* Initialize BrowserPluginGuest to attach to the View hierarchyfsamuel2014-12-051-21/+61
* Plumb GuestView Detach APIfsamuel2014-12-031-1/+14
* Revert of Remove repaint flag in BrowserPluginHostMsg_ResizeGuest IPC (patchs...rfevang2014-12-031-3/+1
* Remove repaint flag in BrowserPluginHostMsg_ResizeGuest IPCfsamuel2014-12-011-1/+3
* GuestView: Decouple owner_web_contents from attachmentfsamuel2014-11-281-21/+24
* Pass whether a browser plugin guest is full page to its delegate on attach.sammc2014-11-241-3/+3
* Browser Plugin: Simplify attachment logicfsamuel2014-11-191-4/+0
* <webview>: Remove broken captureVisibleRegion code until feature is properly ...fsamuel2014-11-041-29/+0
* 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