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