| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup BrowserPlugin | fsamuel | 2015-02-25 | 1 | -1/+1 |
* | Decouple BrowserPlugin from RenderView | fsamuel | 2015-02-25 | 1 | -4/+1 |
* | All guestview sizing now utilizes the new sizing infrastructure from https://... | paulmeyer | 2015-02-24 | 4 | -38/+31 |
* | Implement <webview> droplink event | fsamuel | 2015-02-24 | 4 | -7/+24 |
* | Cleanup BrowserPluginEmbedder | fsamuel | 2015-02-22 | 2 | -38/+12 |
* | GuestViewManager mapped <owner WebContents, element instance ID> => guest ins... | fsamuel | 2015-02-13 | 3 | -10/+23 |
* | Fix OSX IME, Call RVH::SetInputMethodActive() after Attach. | lazyboy | 2015-02-07 | 1 | -8/+8 |
* | Allow MimeHandlerViewGuest to be notified of StopFinding events. | raymes | 2015-02-06 | 4 | -0/+25 |
* | Rename initial_pos to initial_rect in ShowWidget and ShowView IPCs. | bokan | 2015-02-03 | 2 | -3/+3 |
* | <webview> fix drag and drop issues. | lazyboy | 2015-02-03 | 3 | -7/+52 |
* | Fixed and reenabled the flaky test "WebViewAPITest.TestAutosizeAfterNavigation". | paulmeyer | 2015-01-26 | 1 | -1/+1 |
* | GuestViewBase: More C++ 11'ification | fsamuel | 2015-01-21 | 4 | -18/+13 |
* | GuestView: Cleanup | fsamuel | 2015-01-20 | 1 | -1/+1 |
* | Browser Plugin: Make aware of focus direction. | fsamuel | 2015-01-19 | 4 | -21/+32 |
* | Moved resizing of a guest view out of BrowserPluginGuest and into GuestViewBa... | paulmeyer | 2015-01-10 | 2 | -6/+14 |
* | Cleanup: Update the path to gfx rect headers. | tfarina | 2014-12-31 | 1 | -1/+1 |
* | Fix message routing for BrowserPlugin in iframe | fsamuel | 2014-12-18 | 2 | -3/+2 |
* | OOP PDF: Fix menu-initiated copies. | sammc | 2014-12-18 | 1 | -1/+6 |
* | Initialize BrowserPluginGuest to attach to the View hierarchy | fsamuel | 2014-12-05 | 2 | -25/+88 |
* | Plumb GuestView Detach API | fsamuel | 2014-12-03 | 2 | -2/+15 |
* | Revert of Remove repaint flag in BrowserPluginHostMsg_ResizeGuest IPC (patchs... | rfevang | 2014-12-03 | 1 | -3/+1 |
* | Remove repaint flag in BrowserPluginHostMsg_ResizeGuest IPC | fsamuel | 2014-12-01 | 1 | -1/+3 |
* | GuestView: Decouple owner_web_contents from attachment | fsamuel | 2014-11-28 | 2 | -27/+33 |
* | Pass whether a browser plugin guest is full page to its delegate on attach. | sammc | 2014-11-24 | 1 | -3/+3 |
* | Browser Plugin: Simplify attachment logic | fsamuel | 2014-11-19 | 1 | -4/+0 |
* | Support error handling for Surface read-backs. | siva.gunturi | 2014-11-14 | 1 | -0/+1 |
* | <webview>: Remove broken captureVisibleRegion code until feature is properly ... | fsamuel | 2014-11-04 | 2 | -45/+1 |
* | Exposes the text input flags to ChromeOS IME extensions. | shuchen | 2014-10-23 | 2 | -4/+9 |
* | Standardize usage of virtual/override/final in content/browser/ | dcheng | 2014-10-21 | 5 | -20/+18 |
* | Fix RenderWidgetHostViewGuest leak. | lazyboy | 2014-10-20 | 1 | -1/+1 |
* | Revert "Merge ViewHostMsg_TextInputTypeChanged and ViewHostMsg_TextInputState... | shuchen | 2014-10-15 | 2 | -17/+15 |
* | Implement find in page support for top level BrowserPlugins. | raymes | 2014-10-13 | 4 | -2/+54 |
* | Small optimization for <webview> tooltips. | paulmeyer | 2014-10-10 | 2 | -0/+7 |
* | Tooltips now show up properly within a <webview>. | paulmeyer | 2014-10-09 | 2 | -0/+8 |
* | Replace OVERRIDE and FINAL with override and final in content/browser/browser... | anand.ratn | 2014-10-06 | 5 | -12/+12 |
* | GuestView: Move lifetime management out of content | fsamuel | 2014-10-02 | 2 | -29/+28 |
* | Cleanup BrowserPluginGuest::SwapCompositorFrame | fsamuel | 2014-09-20 | 1 | -25/+0 |
* | Browser Plugin: Remove dependency on NPAPI | fsamuel | 2014-09-20 | 2 | -15/+8 |
* | Remove some dead BrowserPlugin and OOPIF compositing code. | fsamuel | 2014-09-19 | 2 | -23/+1 |
* | Move PageTransition from //content/public/common to //ui/base | Sylvain Defresne | 2014-09-19 | 2 | -2/+2 |
* | Move ContentWindow from BrowserPlugin To GuestView | fsamuel | 2014-09-18 | 1 | -11/+8 |
* | Browser Plugin: Don't crash browser when reloading crashed webview | fsamuel | 2014-09-12 | 1 | -4/+6 |
* | BrowserPlugin: Interstitial Pages work | fsamuel | 2014-09-11 | 2 | -26/+25 |
* | Browser Plugin: Report autosize view size in DIP instead of physical pixels | fsamuel | 2014-09-10 | 1 | -1/+5 |
* | Browser Plugin: Move input to RWHVGuest to support interstitial pages | fsamuel | 2014-09-10 | 2 | -49/+10 |
* | BrowserPlugin: Remove BrowserPluginGuest::ToGuestRect | fsamuel | 2014-09-09 | 2 | -25/+0 |
* | BrowserPlugin: Grab the correct viewsize to report to BrowserPluginGuestDelegate | fsamuel | 2014-09-06 | 1 | -2/+3 |
* | BrowserPlugin: Remove dependency upon ViewHostMsg_UpdateRect | fsamuel | 2014-09-04 | 2 | -34/+66 |
* | Remove two unnecessary params in ViewHostMsg_UpdateRect_Params | fsamuel | 2014-08-29 | 1 | -1/+0 |
* | BrowserPlugin: Simplify guest access | fsamuel | 2014-08-27 | 3 | -39/+19 |