summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/test_render_view_host.h
Commit message (Expand)AuthorAgeFilesLines
* Remove dependency on ui::ScaleFactor from ui/gfxdavemoore@chromium.org2013-09-241-0/+4
* Revert 224473 "Remove dependency on ui::ScaleFactor from ui/gfx"davemoore@chromium.org2013-09-201-4/+0
* Remove dependency on ui::ScaleFactor from ui/gfxdavemoore@chromium.org2013-09-201-0/+4
* Move Range code to gfx.ben@chromium.org2013-09-061-1/+1
* Implement web content hit testing in win aura.dmazzoni@chromium.org2013-09-061-4/+0
* Use Blink accessibility enums in Chromiumdmazzoni@chromium.org2013-09-041-3/+2
* reorder RenderWidgetHostViewPort::TextInputTypeChanged argumentyoichio@chromium.org2013-09-041-2/+2
* When reloading a crashed popup, correctly setup the opener relationsjochen@chromium.org2013-07-301-0/+6
* Move NPAPI implementation out of webkit/plugins/npapi and into content.jam@chromium.org2013-07-191-1/+1
* Associate an id with the output surface to handle lost contextspiman@chromium.org2013-07-181-0/+1
* Add new parameter ui::TextInputMode to ViewHostMsg_TextInputTypeChanged IPC m...yoichio@chromium.org2013-07-111-1/+2
* Rename RenderViewGone IPC/methods to better reflect reality.nasko@chromium.org2013-07-101-2/+2
* ifdef CompositionBounds related calls on to OSes that use it.aurimas@chromium.org2013-07-091-0/+2
* Move WebDropData to content::DropData and split off conversion function.darin@chromium.org2013-07-011-1/+1
* Add 3 more messages to CanHandleWhileSwappedOut listsail@chromium.org2013-06-241-0/+4
* Revert 208239 "Add 3 more messages to CanHandleWhileSwappedOut list"sail@chromium.org2013-06-241-4/+0
* Add 3 more messages to CanHandleWhileSwappedOut listsail@chromium.org2013-06-241-0/+4
* Split TextInputStateChanged IPC into two IPCsaurimas@chromium.org2013-06-181-2/+2
* Support plumbing LatencyInfo through the old software path.jbauman@chromium.org2013-06-081-1/+2
* Make TestRenderWidgetHostView delete itself like the other RenderWidgetHostVi...jyasskin@chromium.org2013-06-061-1/+1
* Create RenderFrame/RenderFrameHost for the main frame of a page.nasko@chromium.org2013-05-311-0/+1
* Allow the IAccessible parent to be known late in the game.grt@chromium.org2013-05-251-0/+4
* Check that the files the renderer wants to preserve as part of a session rest...tsepez@chromium.org2013-05-081-6/+12
* Switch content_shell from using PruneAllButActive to a more explicit approachjochen@chromium.org2013-04-301-0/+8
* Fix RenderWidgetHostViewAura's accessible parent harder.grt@chromium.org2013-04-291-2/+0
* Consolidate UpdateFrameInfo and SwapCompositorFrame.sievers@chromium.org2013-04-171-8/+0
* Map accessible child ids from Views to RenderWidgetHostViewAuradmazzoni@chromium.org2013-04-111-0/+2
* Do not offer a translate infobar on an offline reload.miguelg@chromium.org2013-03-281-6/+16
* Pass the overdraw value to the browser w/ framedtrainor@chromium.org2013-03-261-1/+2
* Fix RenderWidgetHostViewAura's accessible parent.dmazzoni@chromium.org2013-03-201-0/+4
* This is a no-op CL (with exceptions of int->float switch and the units used f...aruslan@chromium.org2013-02-271-4/+4
* Remove platform-specific methods in RenderWidgetHostViewPort and RenderWidget...jam@chromium.org2013-02-211-26/+0
* Make the one method in RenderWidgetHostView that wasn't pure-virtual so.jam@chromium.org2013-02-191-1/+3
* Make all the methods in RenderWidgetHostViewPort pure virtual. There were a f...jam@chromium.org2013-02-191-0/+10
* Tab Capture: Backing store readbacks to YV12 VideoFrames.nick@chromium.org2013-02-111-0/+5
* Change PlatformBitmap memory ownership story. Fix CopyFromBackingStore thread...nick@chromium.org2013-02-021-2/+1
* Fix high-DPI on Windows to make use of DIP scaling in WebKit.kevers@chromium.org2013-01-311-2/+0
* Add support for calculating the position of the top controls in the cc layer.tedchoc@chromium.org2013-01-161-1/+4
* Rename IPC handlers that are in the form of OnMsgFoo to OnFoo. This is how al...jam@chromium.org2013-01-021-3/+3
* Implement TextureImageTransportSurface using texture mailboxsievers@chromium.org2012-12-101-6/+0
* Revert 171569 as it broke some browser_tests on win_aura.sky@chromium.org2012-12-071-0/+6
* Implement TextureImageTransportSurface using texture mailboxsievers@chromium.org2012-12-061-6/+0
* Add page scale min/max to UpdateFrameInfo.aelias@chromium.org2012-11-221-0/+2
* content: Use Vector2d for the UpdateRect and ScrollRect APIsdanakj@chromium.org2012-11-131-1/+2
* Push the screen rect of the page and browser to the renderer to avoid sync IP...jam@chromium.org2012-11-071-1/+1
* Implement Disambiguation Popup for Androidtrchen@chromium.org2012-11-061-0/+3
* Add Vector2d classes that represent offsets, instead of using Point.danakj@chromium.org2012-10-311-2/+2
* Move remaining files in content\browser\renderer_host to content namespace.jam@chromium.org2012-10-291-4/+3
* Browser Plugin: Deleted old implementation (browser side)fsamuel@chromium.org2012-10-251-3/+1
* Upstream hooks for javascript touch handlers on Android.yfriedman@chromium.org2012-10-181-1/+1