summaryrefslogtreecommitdiffstats
path: root/content/browser/browser_plugin
Commit message (Expand)AuthorAgeFilesLines
* Cleanup BrowserPluginfsamuel2015-02-251-1/+1
* Decouple BrowserPlugin from RenderViewfsamuel2015-02-251-4/+1
* All guestview sizing now utilizes the new sizing infrastructure from https://...paulmeyer2015-02-244-38/+31
* Implement <webview> droplink eventfsamuel2015-02-244-7/+24
* Cleanup BrowserPluginEmbedderfsamuel2015-02-222-38/+12
* GuestViewManager mapped <owner WebContents, element instance ID> => guest ins...fsamuel2015-02-133-10/+23
* Fix OSX IME, Call RVH::SetInputMethodActive() after Attach.lazyboy2015-02-071-8/+8
* Allow MimeHandlerViewGuest to be notified of StopFinding events.raymes2015-02-064-0/+25
* Rename initial_pos to initial_rect in ShowWidget and ShowView IPCs.bokan2015-02-032-3/+3
* <webview> fix drag and drop issues.lazyboy2015-02-033-7/+52
* Fixed and reenabled the flaky test "WebViewAPITest.TestAutosizeAfterNavigation".paulmeyer2015-01-261-1/+1
* GuestViewBase: More C++ 11'ificationfsamuel2015-01-214-18/+13
* GuestView: Cleanupfsamuel2015-01-201-1/+1
* Browser Plugin: Make aware of focus direction.fsamuel2015-01-194-21/+32
* Moved resizing of a guest view out of BrowserPluginGuest and into GuestViewBa...paulmeyer2015-01-102-6/+14
* Cleanup: Update the path to gfx rect headers.tfarina2014-12-311-1/+1
* Fix message routing for BrowserPlugin in iframefsamuel2014-12-182-3/+2
* OOP PDF: Fix menu-initiated copies.sammc2014-12-181-1/+6
* Initialize BrowserPluginGuest to attach to the View hierarchyfsamuel2014-12-052-25/+88
* Plumb GuestView Detach APIfsamuel2014-12-032-2/+15
* 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-282-27/+33
* 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
* Support error handling for Surface read-backs.siva.gunturi2014-11-141-0/+1
* <webview>: Remove broken captureVisibleRegion code until feature is properly ...fsamuel2014-11-042-45/+1
* Exposes the text input flags to ChromeOS IME extensions.shuchen2014-10-232-4/+9
* Standardize usage of virtual/override/final in content/browser/dcheng2014-10-215-20/+18
* Fix RenderWidgetHostViewGuest leak.lazyboy2014-10-201-1/+1
* Revert "Merge ViewHostMsg_TextInputTypeChanged and ViewHostMsg_TextInputState...shuchen2014-10-152-17/+15
* Implement find in page support for top level BrowserPlugins.raymes2014-10-134-2/+54
* Small optimization for <webview> tooltips.paulmeyer2014-10-102-0/+7
* Tooltips now show up properly within a <webview>.paulmeyer2014-10-092-0/+8
* Replace OVERRIDE and FINAL with override and final in content/browser/browser...anand.ratn2014-10-065-12/+12
* GuestView: Move lifetime management out of contentfsamuel2014-10-022-29/+28
* Cleanup BrowserPluginGuest::SwapCompositorFramefsamuel2014-09-201-25/+0
* Browser Plugin: Remove dependency on NPAPIfsamuel2014-09-202-15/+8
* Remove some dead BrowserPlugin and OOPIF compositing code.fsamuel2014-09-192-23/+1
* Move PageTransition from //content/public/common to //ui/baseSylvain Defresne2014-09-192-2/+2
* 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-112-26/+25
* 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-102-49/+10
* BrowserPlugin: Remove BrowserPluginGuest::ToGuestRectfsamuel2014-09-092-25/+0
* BrowserPlugin: Grab the correct viewsize to report to BrowserPluginGuestDelegatefsamuel2014-09-061-2/+3
* BrowserPlugin: Remove dependency upon ViewHostMsg_UpdateRectfsamuel2014-09-042-34/+66
* Remove two unnecessary params in ViewHostMsg_UpdateRect_Paramsfsamuel2014-08-291-1/+0
* BrowserPlugin: Simplify guest accessfsamuel2014-08-273-39/+19