summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/render_widget_host_view_browsertest.cc
Commit message (Expand)AuthorAgeFilesLines
* Clean up compositor initialization/destruction.danakj@chromium.org2013-08-121-46/+13
* Revert 216780 "Clean up compositor initialization/destruction."nhiroki@chromium.org2013-08-121-13/+46
* Clean up compositor initialization/destruction.danakj@chromium.org2013-08-091-46/+13
* Revert 216278 "Clean up compositor initialization/destruction."kalman@chromium.org2013-08-071-13/+46
* Clean up compositor initialization/destruction.danakj@chromium.org2013-08-071-46/+13
* Revert "Clean up compositor initialization/destruction."danakj@chromium.org2013-08-071-12/+27
* Clean up compositor initialization/destruction.danakj@chromium.org2013-08-071-27/+12
* Enable software compositing in renderer for win aura.jbauman@chromium.org2013-08-061-1/+19
* Cleanup: Use content::kAboutBlankURL instead of the raw string in content/.thestig@chromium.org2013-08-061-1/+2
* linux-aura: Enable high-dpi browser-tests.sadrul@chromium.org2013-08-011-18/+2
* aura: Fix taking high-dpi video-frame captures.sadrul@chromium.org2013-07-301-8/+34
* [cleanup] Refactor some tests code to be more readable.sadrul@chromium.org2013-07-301-517/+206
* aura: Fix taking screenshot of pages in high dpi.sadrul@chromium.org2013-07-281-1/+123
* aura: Use async compositor readback for reading to VideoFramedanakj@chromium.org2013-07-141-3/+250
* aura: Make RenderWidgetHostViewAura::CopyFromCompositingSurface readback layerdanakj@chromium.org2013-07-041-14/+416
* Move io_surface_support_mac to ui/gl.danakj@chromium.org2013-06-191-1/+2
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-021-3/+4
* Use base::MessageLoop in more files.xhwang@chromium.org2013-05-301-1/+1
* Fix flaky test: Enable RenderWidgetHostViewBrowserTest.CopyFromBackingStore.miu@chromium.org2013-05-151-182/+282
* content: Use base::MessageLoop.xhwang@chromium.org2013-05-041-1/+1
* Improve FrameSubscriber decision-making for smoother frame capture sampling.miu@chromium.org2013-04-241-0/+1
* Re-enable asynchronous frame capture in CompositingIOSurfaceMac.miu@chromium.org2013-04-241-5/+10
* Force synchronous GPU copy path for Mac until async copy path is fixed.miu@chromium.org2013-04-031-2/+5
* Disable RenderWidgetHostViewBrowserTest.CopyFromBackingStore on Mac since it'...jam@chromium.org2013-03-271-1/+7
* Allow more than one asynchronous copy in CompositingIOSurfaceMachclam@chromium.org2013-03-241-92/+85
* Implement frame subscription on Windowshclam@chromium.org2013-03-191-9/+90
* Disable flaky testhclam@chromium.org2013-03-141-1/+2
* Fix nullptr dereference during ~CompositingIOSurfaceMac().dalecurtis@chromium.org2013-03-141-1/+43
* Fix test flakiness: RenderWidgetHostViewBrowserTest.MacFrameSubscriberTesthclam@chromium.org2013-03-111-3/+5
* Disable flaky RenderWidgetHostViewBrowserTest.MacFrameSubscriberTestbartfab@chromium.org2013-03-051-1/+1
* Define frame subscription interface and implementation on Machclam@chromium.org2013-03-051-0/+58
* Linux/ChromeOS Chromium style checker cleanup, content/ edition.rsleevi@chromium.org2013-02-121-2/+2
* Use base namespace for FilePath in content/browserbrettw@chromium.org2013-02-071-1/+1
* Fix CopyFromBackingStore giving back empty SkBitmaps on mac.justinlin@chromium.org2013-02-061-21/+57
* Change PlatformBitmap memory ownership story. Fix CopyFromBackingStore thread...nick@chromium.org2013-02-021-4/+3
* Fix CopyFromBackingStore not calling it's callback when the RenderWidget gets...justinlin@chromium.org2013-01-281-0/+95