summaryrefslogtreecommitdiffstats
path: root/content/browser/browser_plugin/browser_plugin_embedder.h
Commit message (Expand)AuthorAgeFilesLines
* All guestview sizing now utilizes the new sizing infrastructure from https://...paulmeyer2015-02-241-0/+6
* Implement <webview> droplink eventfsamuel2015-02-241-1/+7
* Cleanup BrowserPluginEmbedderfsamuel2015-02-221-17/+2
* GuestViewManager mapped <owner WebContents, element instance ID> => guest ins...fsamuel2015-02-131-1/+4
* Allow MimeHandlerViewGuest to be notified of StopFinding events.raymes2015-02-061-0/+3
* Browser Plugin: Make aware of focus direction.fsamuel2015-01-191-7/+7
* Standardize usage of virtual/override/final in content/browser/dcheng2014-10-211-2/+2
* Implement find in page support for top level BrowserPlugins.raymes2014-10-131-2/+11
* Replace OVERRIDE and FINAL with override and final in content/browser/browser...anand.ratn2014-10-061-1/+1
* BrowserPlugin: Simplify guest accessfsamuel2014-08-271-7/+0
* dragend fix for mac <webview>.lazyboy@chromium.org2014-08-221-0/+5
* Remove BrowserPlugin's -internal-attach methodfsamuel@chromium.org2014-08-221-3/+1
* Fix issue where pointer can't be unlocked when webview is out of focus.lfg@chromium.org2014-08-201-2/+4
* Move allocate instance id to chrome/.lazyboy@chromium.org2014-06-071-1/+0
* <webview> Rewrite IME related tests from content_browsertests to WebViewTest.lazyboy@chromium.org2014-06-051-12/+0
* Browser Plugin: Remove Zoomfsamuel@chromium.org2014-05-311-3/+0
* <webview>: Cleanup Pointer Lock & Simplify HandleKeyboardEventfsamuel@chromium.org2014-05-151-6/+0
* Rename BrowserPluginGuestManagerDelegate to BrowserPluginGuestManagerfsamuel@chromium.org2014-05-111-2/+2
* Remove BrowserPluginGuestManagerfsamuel@chromium.org2014-05-111-6/+6
* BrowserPlugin: Simplify content/public APIfsamuel@chromium.org2014-05-071-0/+7
* Towards moving guest management to chrome: Introduce GuestViewManagerfsamuel@chromium.org2014-05-061-3/+5
* drag-n-drop: Get rid of a now-noop drag callback DragSourceMovedTosadrul@chromium.org2014-04-041-3/+0
* DevTools: Fix Inspect Element action for OOP iframes.kaznacheev@chromium.org2014-03-071-20/+0
* <webview>: Minor cleanup, remove unused function BPE::StopDrag().lazyboy@chromium.org2014-02-111-2/+0
* <webview>: Fix incomplete drag operation to not make guest go stale.lazyboy@chromium.org2014-01-231-0/+2
* BrowserPlugin: Minimize BrowserPluginEmbedder static castsfsamuel@chromium.org2014-01-101-0/+3
* <webview>: Support zoom in WebUIfsamuel@chromium.org2014-01-101-0/+5
* BrowserPlugin: Implemented BrowserPluginGuestManager::ForEachGuestfsamuel@chromium.org2014-01-091-0/+5
* Rename WebKit namespace to blink (part 3)abarth@chromium.org2013-11-071-1/+1
* Rename RenderViewGone IPC/methods to better reflect reality.nasko@chromium.org2013-07-101-1/+1
* Browser Plugin: Plumb extra arguments on ContentRendererClient.fsamuel@chromium.org2013-06-251-1/+3
* <webview>: Escape key unlocks pointer by defaultfsamuel@chromium.org2013-06-181-0/+7
* Update Blink include pathsabarth@chromium.org2013-06-171-1/+1
* Browser Pluign: Remove unnecessary parameter in DidSendScreenRectsfsamuel@chromium.org2013-06-141-1/+1
* Make renderer aware of browser plugin position.lazyboy@chromium.org2013-05-151-0/+4
* Fixed drag and drop into and out of Browser Plugin.mthiesse@chromium.org2013-05-031-0/+32
* Browser Plugin: Unify Attach IPCfsamuel@chromium.org2013-05-011-4/+2
* Browser Plugin: Implement window.open in guestsfsamuel@chromium.org2013-03-181-0/+2
* Browser Plugin: Implement BrowserPluginGuestManagerfsamuel@chromium.org2013-03-061-66/+21
* Browser Plugin: BrowserPluginGuest manages its own lifetimefsamuel@chromium.org2013-02-201-6/+3
* Browser Plugin: Reduce BrowserPluginEmbedder's responsibilitiesfsamuel@chromium.org2013-02-151-20/+1
* Prepare for webview compositing on MACOSX.alexst@chromium.org2013-02-071-4/+5
* Browser Plugin: Allocate Instance IDs in BrowserPluginEmbedder instead of Bro...fsamuel@chromium.org2013-01-231-6/+9
* Browser Plugin: Minor refactor to move NavigateGuest handling to BrowserPlugi...fsamuel@chromium.org2013-01-151-1/+0
* Browser Plugin: Refactor BrowserPluginEmbedder to allow creating guests with ...fsamuel@chromium.org2013-01-081-4/+17
* Aura/Android: Send mailbox name with every Swap message.sievers@chromium.org2012-12-211-1/+1
* Browser Plugin: Simplify BrowserPluginHostMsg_* message routingfsamuel@chromium.org2012-12-201-77/+28
* Browser Plugin: Simplify BrowserPluginGuestHelperfsamuel@chromium.org2012-12-181-1/+0
* Browser Plugin: Use asynchronous input eventsfsamuel@chromium.org2012-12-071-3/+7
* Browser Plugin: Enable Speech Bubble and Position Correctlyfsamuel@chromium.org2012-11-271-1/+1