summaryrefslogtreecommitdiffstats
path: root/content/browser/browser_plugin/browser_plugin_embedder.cc
Commit message (Expand)AuthorAgeFilesLines
* Implement find in page support for top level BrowserPlugins.raymes2014-10-131-0/+26
* BrowserPlugin: Simplify guest accessfsamuel2014-08-271-18/+8
* Make sure there are no modifiers when escape is pressed.lfg@chromium.org2014-08-221-1/+3
* dragend fix for mac <webview>.lazyboy@chromium.org2014-08-221-3/+20
* Remove BrowserPlugin's -internal-attach methodfsamuel@chromium.org2014-08-221-10/+8
* Fix issue where pointer can't be unlocked when webview is out of focus.lfg@chromium.org2014-08-201-0/+26
* Remove GuestWebContentsCreatedfsamuel@chromium.org2014-06-231-13/+0
* Remove ContentBrowserClient::GuestWebContentsAttachedfsamuel@chromium.org2014-06-201-11/+1
* Move allocate instance id to chrome/.lazyboy@chromium.org2014-06-071-27/+13
* <webview> Rewrite IME related tests from content_browsertests to WebViewTest.lazyboy@chromium.org2014-06-051-6/+0
* Browser Plugin: Remove Zoomfsamuel@chromium.org2014-05-311-17/+0
* <webview>: Cleanup Pointer Lock & Simplify HandleKeyboardEventfsamuel@chromium.org2014-05-151-22/+0
* Rename BrowserPluginGuestManagerDelegate to BrowserPluginGuestManagerfsamuel@chromium.org2014-05-111-3/+3
* Remove BrowserPluginGuestManagerfsamuel@chromium.org2014-05-111-19/+25
* BrowserPlugin: Move CreateGuest to chromefsamuel@chromium.org2014-05-101-4/+5
* BrowserPlugin: Simplify content/public APIfsamuel@chromium.org2014-05-071-17/+25
* Towards moving guest management to chrome: Introduce GuestViewManagerfsamuel@chromium.org2014-05-061-23/+21
* drag-n-drop: Get rid of a now-noop drag callback DragSourceMovedTosadrul@chromium.org2014-04-041-10/+0
* DevTools: Fix Inspect Element action for OOP iframes.kaznacheev@chromium.org2014-03-071-51/+1
* <webview> zoom API.paulmeyer@chromium.org2014-02-121-1/+2
* <webview>: Minor cleanup, remove unused function BPE::StopDrag().lazyboy@chromium.org2014-02-111-6/+0
* <webview>: Fix incomplete drag operation to not make guest go stale.lazyboy@chromium.org2014-01-231-2/+4
* BrowserPlugin: Minimize BrowserPluginEmbedder static castsfsamuel@chromium.org2014-01-101-25/+22
* <webview>: Support zoom in WebUIfsamuel@chromium.org2014-01-101-0/+16
* BrowserPlugin: Implemented BrowserPluginGuestManager::ForEachGuestfsamuel@chromium.org2014-01-091-4/+33
* C++ readability review for lazyboy@lazyboy@chromium.org2013-11-141-1/+1
* Rename WebKit namespace to blink (part 3)abarth@chromium.org2013-11-071-1/+1
* Refactor GuestView to take in extension_id on constructionfsamuel@chromium.org2013-10-311-7/+0
* Support webview tag when the container ext/app is embedded in a webUIguohui@chromium.org2013-09-241-1/+8
* <webview>: Added support for Ctrl+Click new windowfsamuel@chromium.org2013-09-141-1/+2
* <webview>: Allocate the view instance ID from the WebView shimfsamuel@chromium.org2013-08-061-2/+0
* Rename RenderViewGone IPC/methods to better reflect reality.nasko@chromium.org2013-07-101-1/+1
* Decouple GuestView creation from attachment.fsamuel@chromium.org2013-06-291-3/+9
* <webview>: Remove extension injectionfsamuel@chromium.org2013-06-251-8/+2
* Browser Plugin: Plumb extra arguments on ContentRendererClient.fsamuel@chromium.org2013-06-251-3/+7
* <webview>: Escape key unlocks pointer by defaultfsamuel@chromium.org2013-06-181-0/+7
* Browser Pluign: Remove unnecessary parameter in DidSendScreenRectsfsamuel@chromium.org2013-06-141-2/+3
* <webview> WebRequest API tied to webview instance ID instead of guest instanc...fsamuel@chromium.org2013-06-051-1/+20
* Update content/ to use WeakPtr<T>::get() instead of implicit "operator T*"akalin@chromium.org2013-06-031-6/+7
* Make renderer aware of browser plugin position.lazyboy@chromium.org2013-05-151-0/+4
* Do not call GetGuestByInstanceID() with kInstanceIDNone in PluginAtPositionRe...lazyboy@chromium.org2013-05-031-3/+6
* Fixed drag and drop into and out of Browser Plugin.mthiesse@chromium.org2013-05-031-0/+56
* Browser Plugin: Unify Attach IPCfsamuel@chromium.org2013-05-011-8/+10
* Browser Plugin: Cleanup opener parameters.fsamuel@chromium.org2013-03-191-2/+1
* Browser Plugin: Implement window.open in guestsfsamuel@chromium.org2013-03-181-2/+12
* Browser Plugin: Implement BrowserPluginGuestManagerfsamuel@chromium.org2013-03-061-191/+34
* BrowserPlugin: Moving constants to content/commonfsamuel@chromium.org2013-03-051-1/+1
* Implemented PointerLock for BrowserPlugin by forwarding PointerLock requests ...mthiesse@chromium.org2013-03-051-0/+2
* <webview>: First stab at implementing media permission request for guests.lazyboy@chromium.org2013-03-011-0/+1
* Browser Plugin: BrowserPluginGuest manages its own lifetimefsamuel@chromium.org2013-02-201-30/+8