| Commit message (Expand) | Author | Age | Files | Lines |
* | Support plumbing LatencyInfo through the old software path. | jbauman@chromium.org | 2013-06-08 | 1 | -1/+2 |
* | Allow the IAccessible parent to be known late in the game. | grt@chromium.org | 2013-05-25 | 1 | -0/+6 |
* | Make renderer aware of browser plugin position. | lazyboy@chromium.org | 2013-05-15 | 1 | -2/+8 |
* | Revert 199551 "Reland "Clean up software compositing switches" p..." | kalman@chromium.org | 2013-05-12 | 1 | -11/+0 |
* | Reland "Clean up software compositing switches" patch. | skaslev@chromium.org | 2013-05-10 | 1 | -0/+11 |
* | content: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-04 | 1 | -1/+1 |
* | Make sure webview uses embedder display DPI. | alexst@chromium.org | 2013-05-01 | 1 | -1/+4 |
* | Fix RenderWidgetHostViewAura's accessible parent harder. | grt@chromium.org | 2013-04-29 | 1 | -4/+0 |
* | Consolidate UpdateFrameInfo and SwapCompositorFrame. | sievers@chromium.org | 2013-04-17 | 1 | -11/+0 |
* | Map accessible child ids from Views to RenderWidgetHostViewAura | dmazzoni@chromium.org | 2013-04-11 | 1 | -0/+6 |
* | Move webview size information into RWHVGuest. | alexst@chromium.org | 2013-04-05 | 1 | -4/+5 |
* | Enable ubercomp support for webview compositing. | alexst@chromium.org | 2013-04-02 | 1 | -0/+11 |
* | Pass the overdraw value to the browser w/ frame | dtrainor@chromium.org | 2013-03-26 | 1 | -1/+2 |
* | Browser Plugin: Added gesture recognizer per guest RenderView. | fsamuel@chromium.org | 2013-03-24 | 1 | -0/+115 |
* | Fix RenderWidgetHostViewAura's accessible parent. | dmazzoni@chromium.org | 2013-03-20 | 1 | -0/+6 |
* | Enable browser plugin compositing by default, but add a flag to disable it. | alexst@chromium.org | 2013-03-07 | 1 | -33/+11 |
* | BrowserPlugin: Moving constants to content/common | fsamuel@chromium.org | 2013-03-05 | 1 | -1/+1 |
* | Make all BrowserPluginMsg*s that go thru BrowserPluginGuest::SendMessageToEmb... | lazyboy@chromium.org | 2013-03-01 | 1 | -2/+0 |
* | Enable RenderWidgetHostViewGuest and WCVGuest by default for browser plugin. | lazyboy@chromium.org | 2013-02-28 | 1 | -2/+5 |
* | This is a no-op CL (with exceptions of int->float switch and the units used f... | aruslan@chromium.org | 2013-02-27 | 1 | -4/+4 |
* | Fix layering violation in content\browser\renderer_host. That directory shoul... | jam@chromium.org | 2013-02-26 | 1 | -7/+3 |
* | Remove platform-specific methods in RenderWidgetHostViewPort and RenderWidget... | jam@chromium.org | 2013-02-21 | 1 | -54/+4 |
* | Browser plugin: Fix windows crash during plugin tear down. | lazyboy@chromium.org | 2013-02-20 | 1 | -3/+10 |
* | Make texture transport surface creation explicit. | alexst@chromium.org | 2013-02-20 | 1 | -1/+1 |
* | Make the one method in RenderWidgetHostView that wasn't pure-virtual so. | jam@chromium.org | 2013-02-19 | 1 | -0/+5 |
* | Make all the methods in RenderWidgetHostViewPort pure virtual. There were a f... | jam@chromium.org | 2013-02-19 | 1 | -4/+19 |
* | Tab Capture: Backing store readbacks to YV12 VideoFrames. | nick@chromium.org | 2013-02-11 | 1 | -0/+12 |
* | Browser Plugin: fix aura crash on reloading browser plugin crash. | lazyboy@chromium.org | 2013-02-09 | 1 | -5/+12 |
* | Browser plugin: Use WCViewGuest and RWHVGuest wrapping the platform views (be... | lazyboy@chromium.org | 2013-02-05 | 1 | -52/+93 |
* | Add ViewHostMsg_SelectionBounds_Params | cjhopman@chromium.org | 2013-02-05 | 1 | -4/+1 |
* | Change PlatformBitmap memory ownership story. Fix CopyFromBackingStore thread... | nick@chromium.org | 2013-02-02 | 1 | -2/+2 |
* | Browser Plugin: Software path failover no longer crashes the embedder. | fsamuel@chromium.org | 2013-01-31 | 1 | -0/+3 |
* | Fix high-DPI on Windows to make use of DIP scaling in WebKit. | kevers@chromium.org | 2013-01-31 | 1 | -2/+0 |
* | Browser Plugin: Removed spammy NOTIMPLEMENTED() messages in RenderWidgetHostV... | fsamuel@chromium.org | 2013-01-25 | 1 | -50/+0 |
* | Add support for calculating the position of the top controls in the cc layer. | tedchoc@chromium.org | 2013-01-16 | 1 | -1/+3 |
* | Aura/Android: Send mailbox name with every Swap message. | sievers@chromium.org | 2012-12-21 | 1 | -13/+2 |
* | Message forwarding code for for webview compositing. | alexst@chromium.org | 2012-12-18 | 1 | -13/+33 |
* | Remove unused gpu message fields. | sievers@chromium.org | 2012-12-14 | 1 | -2/+0 |
* | Implement TextureImageTransportSurface using texture mailbox | sievers@chromium.org | 2012-12-10 | 1 | -3/+5 |
* | Revert 171569 as it broke some browser_tests on win_aura. | sky@chromium.org | 2012-12-07 | 1 | -5/+3 |
* | Implement TextureImageTransportSurface using texture mailbox | sievers@chromium.org | 2012-12-06 | 1 | -3/+5 |
* | Stub implementation of RWHV for webview plugin. This will be modified to enab... | alexst@chromium.org | 2012-11-28 | 1 | -0/+409 |