| Commit message (Expand) | Author | Age | Files | Lines |
* | Initialize the bitmap before drawing the VideoFrame into it, in case | danakj@chromium.org | 2014-06-06 | 1 | -1/+1 |
* | Remove IOSurfaceSupport | ccameron@chromium.org | 2014-06-04 | 1 | -8/+0 |
* | Support for YUV 4:4:4 subsampling. | sandersd@chromium.org | 2014-06-03 | 1 | -1/+1 |
* | GetScaleFactorForNativeView should return scale factor in float | oshima@chromium.org | 2014-05-20 | 1 | -11/+8 |
* | Remove browser-side tracking of accelerated compositing | piman@chromium.org | 2014-05-16 | 1 | -7/+1 |
* | Remove content/port directory and move the 3 remaining interfaces to content/... | jam@chromium.org | 2014-05-06 | 1 | -1/+1 |
* | Remove RenderWidgetHostViewPort. | jam@chromium.org | 2014-05-01 | 1 | -13/+11 |
* | Remove the --force-compositing-mode flag except for LayoutTests. | danakj@chromium.org | 2014-04-17 | 1 | -12/+0 |
* | Remove --disable-accelerated-compositing | piman@chromium.org | 2014-04-16 | 1 | -58/+0 |
* | Add net/base/filename_util.h. | sergeyu@chromium.org | 2014-04-09 | 1 | -1/+1 |
* | Revert 262487 "Add net/base/filename_util.h." | sergeyu@chromium.org | 2014-04-08 | 1 | -1/+1 |
* | Add net/base/filename_util.h. | sergeyu@chromium.org | 2014-04-08 | 1 | -1/+1 |
* | Ensure that extension resources are loaded with the correct scaling applied o... | ananta@chromium.org | 2014-03-28 | 1 | -1/+1 |
* | Move ContentBrowserTest class to content/public, since it's used by component... | jam@chromium.org | 2014-03-27 | 1 | -2/+2 |
* | Run ContentMain in a browser_test's browser process. This removes duplication... | jam@chromium.org | 2014-03-18 | 1 | -4/+3 |
* | Query the preferred readback config in CopyFromBackingStore | siva.gunturi@samsung.com | 2014-03-13 | 1 | -2/+5 |
* | Move supports-high-dpi flag into registry. | girard@chromium.org | 2014-03-13 | 1 | -1/+1 |
* | don't create SkDevice directly, use SkBitmap or (better) SkCanvas::NewRaster ... | reed@google.com | 2014-03-05 | 1 | -8/+5 |
* | Revert 254567 "don't create SkDevice directly, use SkBitmap or (..." | timurrrr@chromium.org | 2014-03-04 | 1 | -5/+8 |
* | don't create SkDevice directly, use SkBitmap or (better) SkCanvas::NewRaster ... | reed@google.com | 2014-03-03 | 1 | -8/+5 |
* | Support format using enum argument for Async readback. | siva.gunturi@samsung.com | 2014-01-24 | 1 | -1/+1 |
* | Rename the UseRealGLContexts() to EnablePixelOutput(). | danakj@chromium.org | 2014-01-22 | 1 | -6/+6 |
* | content_gl_tests were failing because, we are checking for rgb565 platform su... | siva.gunturi@samsung.com | 2014-01-20 | 1 | -1/+4 |
* | Revert 245772 "content_gl_tests were failing because, we are che..." | kbr@chromium.org | 2014-01-18 | 1 | -4/+1 |
* | content_gl_tests were failing because, we are checking for rgb565 platform su... | siva.gunturi@samsung.com | 2014-01-18 | 1 | -1/+4 |
* | Revert of Add RGB565 Texture readback support in gl_helper (https://coderevie... | ager@chromium.org | 2014-01-17 | 1 | -4/+1 |
* | Add RGB565 Texture readback support in gl_helper | siva.gunturi@samsung.com | 2014-01-17 | 1 | -1/+4 |
* | Remove some code inside USE_AURA and OS_WIN ifdefs in content. | jam@chromium.org | 2014-01-14 | 1 | -8/+2 |
* | Convert video capture pipline to base::TimeTicks | sheu@chromium.org | 2014-01-08 | 1 | -8/+8 |
* | Parameterize the composited RenderWidgetHostViewBrowserTests. | danakj@chromium.org | 2013-12-20 | 1 | -21/+61 |
* | Work before enabling software compositing on Mac | ccameron@chromium.org | 2013-12-13 | 1 | -0/+14 |
* | Reenable CompositingRenderWidgetHostViewBrowserTest tests on XP | piman@chromium.org | 2013-11-01 | 1 | -24/+0 |
* | replace setIsOpaque (deprecated) with explicit SkAlphaType | reed@google.com | 2013-10-24 | 1 | -2/+2 |
* | Allow small pixel differences in tab capture tests with software. | jbauman@chromium.org | 2013-10-22 | 1 | -12/+11 |
* | Disable 2 CompositingRenderWidgetHostViewBrowserTestTabCapture tests in softw... | gab@chromium.org | 2013-10-12 | 1 | -0/+13 |
* | Remove dependency on ui::ScaleFactor from ui/gfx | davemoore@chromium.org | 2013-09-24 | 1 | -1/+1 |
* | Revert 224473 "Remove dependency on ui::ScaleFactor from ui/gfx" | davemoore@chromium.org | 2013-09-20 | 1 | -1/+1 |
* | Remove dependency on ui::ScaleFactor from ui/gfx | davemoore@chromium.org | 2013-09-20 | 1 | -1/+1 |
* | Narrow scope of recently disabled *RenderWidgetHostViewBrowserTests. | miu@chromium.org | 2013-09-19 | 1 | -24/+27 |
* | Disabled the tests for windows since it keep failing the XP bot. | xians@chromium.org | 2013-09-18 | 1 | -3/+25 |
* | Move a bunch of windows stuff from ui/base/win to ui/gfx/win | ben@chromium.org | 2013-09-12 | 1 | -2/+2 |
* | Move ui/base/win/dpi.h to ui/gfx/dpi_win.h | ben@chromium.org | 2013-09-10 | 1 | -3/+4 |
* | Skia is going to Split the SkDevice class into SkBaseDevice and SkBitmapDevic... | robertphillips@google.com | 2013-08-26 | 1 | -2/+2 |
* | Fix CopyFromCompositingSurface_* flakiness | piman@chromium.org | 2013-08-22 | 1 | -61/+8 |
* | Disable CopyFromCompositingSurface_* also on ChromiumOs debug | vabr@chromium.org | 2013-08-21 | 1 | -7/+14 |
* | Fix typo in Disable CopyFromCompositingSurface_* | vabr@chromium.org | 2013-08-21 | 1 | -1/+1 |
* | Disable CopyFromCompositingSurface_* tests on win aura since they're flaky | jochen@chromium.org | 2013-08-21 | 1 | -7/+64 |
* | Correctly use IsThreadedCompositingEnabled in content_browsertests | piman@chromium.org | 2013-08-21 | 1 | -1/+1 |
* | [content shell] move browser process stuff into browser/ subdir | jochen@chromium.org | 2013-08-20 | 1 | -1/+1 |
* | Clean up compositor initialization/destruction. | danakj@chromium.org | 2013-08-12 | 1 | -46/+13 |