| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix RenderWidgetHostViewGuest leak. | lazyboy | 2014-10-20 | 1 | -3/+3 |
* | <webview>: Do not attempt to navigate unattached guest. | lazyboy | 2014-10-03 | 1 | -4/+9 |
* | GuestView: Move lifetime management out of content | fsamuel | 2014-10-02 | 1 | -7/+11 |
* | Fix <webview> context menu positioning on mac. | lazyboy@chromium.org | 2014-08-22 | 1 | -9/+2 |
* | Remove SetAllowOverlappingView from RWHVMac | ccameron@chromium.org | 2014-08-17 | 1 | -8/+0 |
* | [Mac] Replace SetOverlayView with AllowOtherViews. | dgozman@chromium.org | 2014-07-16 | 1 | -5/+4 |
* | <webview>: Fix popup rendering (date widgets). | lazyboy@chromium.org | 2014-06-13 | 1 | -1/+1 |
* | Hide WebContentsView from Chrome. This also removes WebContentsViewPort. | jam@chromium.org | 2014-05-03 | 1 | -6/+2 |
* | Part 1/3 of http://crrev.com/225043005: Fire "contextmenu" event on | lazyboy@chromium.org | 2014-05-03 | 1 | -20/+25 |
* | Remove RenderWidgetHostViewPort. | jam@chromium.org | 2014-05-01 | 1 | -7/+8 |
* | Remove some dead code in WebContentsViewGuest::OnGuestInitialized. | lazyboy@chromium.org | 2014-04-05 | 1 | -12/+7 |
* | Enable ExternalPopupMenu-related code only on Mac and Android. | tkent@chromium.org | 2014-03-25 | 1 | -16/+0 |
* | Mac: ExternalPopupMenu::close should hide a showing popup menu. | tkent@chromium.org | 2014-03-24 | 1 | -0/+5 |
* | <webview>: Add UMA when guest starts a drag operation. | lazyboy@chromium.org | 2014-02-11 | 1 | -2/+5 |
* | Start moving context menu code to RenderFrame. | jam@chromium.org | 2014-01-31 | 1 | -3/+5 |
* | Adding RenderWidgetHostViewChildFrame for OOPIF view. | kenrb@chromium.org | 2014-01-03 | 1 | -1/+1 |
* | [Mac] Support overlapping WebContents. | dgozman@chromium.org | 2013-12-04 | 1 | -0/+9 |
* | Convert string16 to base::string16 in content. | brettw@chromium.org | 2013-12-03 | 1 | -1/+1 |
* | Rename WebKit namespace to blink (part 3) | abarth@chromium.org | 2013-11-07 | 1 | -2/+2 |
* | Move navigation and frame tree classes to a new frame_host/ directory. | nasko@chromium.org | 2013-10-30 | 1 | -1/+1 |
* | Position guest context menu correctly in aura and windows. | lazyboy@chromium.org | 2013-07-24 | 1 | -0/+39 |
* | Revert 212489 "Position guest context menu correctly in aura and..." | akalin@chromium.org | 2013-07-19 | 1 | -39/+0 |
* | Position guest context menu correctly in aura and windows. | lazyboy@chromium.org | 2013-07-19 | 1 | -0/+39 |
* | Move WebMenuItem to content::MenuItem. | darin@chromium.org | 2013-07-17 | 1 | -1/+1 |
* | Fixes leak of WebContentsViewPort by | sky@chromium.org | 2013-07-09 | 1 | -2/+2 |
* | Move WebDropData to content::DropData and split off conversion function. | darin@chromium.org | 2013-07-01 | 1 | -3/+3 |
* | Show page's context menu for guest (instead of falling back to embedder's ctx... | lazyboy@chromium.org | 2013-06-19 | 1 | -6/+12 |
* | Context menu on a webpage should be positioned differently when invoked from | varunjain@chromium.org | 2013-06-18 | 1 | -2/+1 |
* | Set AllowOverlappingViews for history overlay | sail@chromium.org | 2013-06-12 | 1 | -0/+4 |
* | WebDropData split to content and webkit/common | scottmg@chromium.org | 2013-05-31 | 1 | -1/+1 |
* | Fixed drag and drop into and out of Browser Plugin. | mthiesse@chromium.org | 2013-05-03 | 1 | -2/+22 |
* | Move webview size information into RWHVGuest. | alexst@chromium.org | 2013-04-05 | 1 | -3/+7 |
* | permissionrequest API for guest Download. | lazyboy@chromium.org | 2013-04-03 | 1 | -1/+1 |
* | overscroll: Disable overscroll gesture navigation when bookmark bar is detached. | sadrul@chromium.org | 2013-03-20 | 1 | -0/+4 |
* | Enable RenderWidgetHostViewGuest and WCVGuest by default for browser plugin. | lazyboy@chromium.org | 2013-02-28 | 1 | -3/+0 |
* | Move WebContentsView methods that are only called inside content over to WebC... | jam@chromium.org | 2013-02-25 | 1 | -44/+46 |
* | content: Introduce WebContentsViewPort. | sadrul@chromium.org | 2013-02-23 | 1 | -1/+5 |
* | Browser plugin: Use WCViewGuest and RWHVGuest wrapping the platform views (be... | lazyboy@chromium.org | 2013-02-05 | 1 | -17/+24 |
* | Browser Plugin: Removed spammy NOTIMPLEMENTED() messages in RenderWidgetHostV... | fsamuel@chromium.org | 2013-01-25 | 1 | -8/+0 |
* | Allow embedders to provide a custom view for popup (select box) widgets, | rosca@adobe.com | 2013-01-10 | 1 | -0/+5 |
* | Introduces "CreateParams" for web contents, and add |parent| parameter in it. | mukai@chromium.org | 2012-12-09 | 1 | -1/+2 |
* | Stop caching pointers to RenderWidgetHostView in WebContentsView implementati... | jam@chromium.org | 2012-12-07 | 1 | -3/+0 |
* | Revert 171831 | jam@chromium.org | 2012-12-07 | 1 | -0/+3 |
* | Stop caching pointers to RenderWidgetHostView in WebContentsView implementati... | jam@chromium.org | 2012-12-07 | 1 | -3/+0 |
* | Order the GL overlays above windows if possible. | avi@chromium.org | 2012-11-30 | 1 | -0/+6 |
* | Stub implementation of RWHV for webview plugin. This will be modified to enab... | alexst@chromium.org | 2012-11-28 | 1 | -0/+178 |