| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement find in page support for top level BrowserPlugins. | raymes | 2014-10-13 | 1 | -0/+26 |
* | BrowserPlugin: Simplify guest access | fsamuel | 2014-08-27 | 1 | -18/+8 |
* | Make sure there are no modifiers when escape is pressed. | lfg@chromium.org | 2014-08-22 | 1 | -1/+3 |
* | dragend fix for mac <webview>. | lazyboy@chromium.org | 2014-08-22 | 1 | -3/+20 |
* | Remove BrowserPlugin's -internal-attach method | fsamuel@chromium.org | 2014-08-22 | 1 | -10/+8 |
* | Fix issue where pointer can't be unlocked when webview is out of focus. | lfg@chromium.org | 2014-08-20 | 1 | -0/+26 |
* | Remove GuestWebContentsCreated | fsamuel@chromium.org | 2014-06-23 | 1 | -13/+0 |
* | Remove ContentBrowserClient::GuestWebContentsAttached | fsamuel@chromium.org | 2014-06-20 | 1 | -11/+1 |
* | Move allocate instance id to chrome/. | lazyboy@chromium.org | 2014-06-07 | 1 | -27/+13 |
* | <webview> Rewrite IME related tests from content_browsertests to WebViewTest. | lazyboy@chromium.org | 2014-06-05 | 1 | -6/+0 |
* | Browser Plugin: Remove Zoom | fsamuel@chromium.org | 2014-05-31 | 1 | -17/+0 |
* | <webview>: Cleanup Pointer Lock & Simplify HandleKeyboardEvent | fsamuel@chromium.org | 2014-05-15 | 1 | -22/+0 |
* | Rename BrowserPluginGuestManagerDelegate to BrowserPluginGuestManager | fsamuel@chromium.org | 2014-05-11 | 1 | -3/+3 |
* | Remove BrowserPluginGuestManager | fsamuel@chromium.org | 2014-05-11 | 1 | -19/+25 |
* | BrowserPlugin: Move CreateGuest to chrome | fsamuel@chromium.org | 2014-05-10 | 1 | -4/+5 |
* | BrowserPlugin: Simplify content/public API | fsamuel@chromium.org | 2014-05-07 | 1 | -17/+25 |
* | Towards moving guest management to chrome: Introduce GuestViewManager | fsamuel@chromium.org | 2014-05-06 | 1 | -23/+21 |
* | drag-n-drop: Get rid of a now-noop drag callback DragSourceMovedTo | sadrul@chromium.org | 2014-04-04 | 1 | -10/+0 |
* | DevTools: Fix Inspect Element action for OOP iframes. | kaznacheev@chromium.org | 2014-03-07 | 1 | -51/+1 |
* | <webview> zoom API. | paulmeyer@chromium.org | 2014-02-12 | 1 | -1/+2 |
* | <webview>: Minor cleanup, remove unused function BPE::StopDrag(). | lazyboy@chromium.org | 2014-02-11 | 1 | -6/+0 |
* | <webview>: Fix incomplete drag operation to not make guest go stale. | lazyboy@chromium.org | 2014-01-23 | 1 | -2/+4 |
* | BrowserPlugin: Minimize BrowserPluginEmbedder static casts | fsamuel@chromium.org | 2014-01-10 | 1 | -25/+22 |
* | <webview>: Support zoom in WebUI | fsamuel@chromium.org | 2014-01-10 | 1 | -0/+16 |
* | BrowserPlugin: Implemented BrowserPluginGuestManager::ForEachGuest | fsamuel@chromium.org | 2014-01-09 | 1 | -4/+33 |
* | C++ readability review for lazyboy@ | lazyboy@chromium.org | 2013-11-14 | 1 | -1/+1 |
* | Rename WebKit namespace to blink (part 3) | abarth@chromium.org | 2013-11-07 | 1 | -1/+1 |
* | Refactor GuestView to take in extension_id on construction | fsamuel@chromium.org | 2013-10-31 | 1 | -7/+0 |
* | Support webview tag when the container ext/app is embedded in a webUI | guohui@chromium.org | 2013-09-24 | 1 | -1/+8 |
* | <webview>: Added support for Ctrl+Click new window | fsamuel@chromium.org | 2013-09-14 | 1 | -1/+2 |
* | <webview>: Allocate the view instance ID from the WebView shim | fsamuel@chromium.org | 2013-08-06 | 1 | -2/+0 |
* | Rename RenderViewGone IPC/methods to better reflect reality. | nasko@chromium.org | 2013-07-10 | 1 | -1/+1 |
* | Decouple GuestView creation from attachment. | fsamuel@chromium.org | 2013-06-29 | 1 | -3/+9 |
* | <webview>: Remove extension injection | fsamuel@chromium.org | 2013-06-25 | 1 | -8/+2 |
* | Browser Plugin: Plumb extra arguments on ContentRendererClient. | fsamuel@chromium.org | 2013-06-25 | 1 | -3/+7 |
* | <webview>: Escape key unlocks pointer by default | fsamuel@chromium.org | 2013-06-18 | 1 | -0/+7 |
* | Browser Pluign: Remove unnecessary parameter in DidSendScreenRects | fsamuel@chromium.org | 2013-06-14 | 1 | -2/+3 |
* | <webview> WebRequest API tied to webview instance ID instead of guest instanc... | fsamuel@chromium.org | 2013-06-05 | 1 | -1/+20 |
* | Update content/ to use WeakPtr<T>::get() instead of implicit "operator T*" | akalin@chromium.org | 2013-06-03 | 1 | -6/+7 |
* | Make renderer aware of browser plugin position. | lazyboy@chromium.org | 2013-05-15 | 1 | -0/+4 |
* | Do not call GetGuestByInstanceID() with kInstanceIDNone in PluginAtPositionRe... | lazyboy@chromium.org | 2013-05-03 | 1 | -3/+6 |
* | Fixed drag and drop into and out of Browser Plugin. | mthiesse@chromium.org | 2013-05-03 | 1 | -0/+56 |
* | Browser Plugin: Unify Attach IPC | fsamuel@chromium.org | 2013-05-01 | 1 | -8/+10 |
* | Browser Plugin: Cleanup opener parameters. | fsamuel@chromium.org | 2013-03-19 | 1 | -2/+1 |
* | Browser Plugin: Implement window.open in guests | fsamuel@chromium.org | 2013-03-18 | 1 | -2/+12 |
* | Browser Plugin: Implement BrowserPluginGuestManager | fsamuel@chromium.org | 2013-03-06 | 1 | -191/+34 |
* | BrowserPlugin: Moving constants to content/common | fsamuel@chromium.org | 2013-03-05 | 1 | -1/+1 |
* | Implemented PointerLock for BrowserPlugin by forwarding PointerLock requests ... | mthiesse@chromium.org | 2013-03-05 | 1 | -0/+2 |
* | <webview>: First stab at implementing media permission request for guests. | lazyboy@chromium.org | 2013-03-01 | 1 | -0/+1 |
* | Browser Plugin: BrowserPluginGuest manages its own lifetime | fsamuel@chromium.org | 2013-02-20 | 1 | -30/+8 |