gecko/gfx
Botond Ballo eedb31a2aa Bug 1076163 - Basic APZ support for css-driven resolution. r=kats,tn
This makes APZ behave nicely with most uses of a css transform:scale.

Summary of changes:
  - FrameMetrics::mCumulativeResolution now includes the css-driven resolution
    in addition to the pres-shell resolution.
  - Displayports are now stored in Screen pixels rather than Layer pixels.
    This is what we want anyways (as we'd like the displayport size to remain
    constant as a fraction of the screen size), but it was necessary to make
    this change as part of this patch because continuing to store them in
    Layer pixels in the presence of a css-driven resolution would have
    required a bunch of infrastructure to implement correctly.

Remaining work:
  - Layout painting a scrollable layer at a resolution different from the
    scale induced by the css transform causes problems. These will go away
    with bug 1076192.
  - Different resolutions on the x and y axes are not supported. This is
    tracked by bug 1039967.
2014-10-24 15:49:38 -04:00
..
2d Bug 1097437. Work around Quartz bug where corners of stroked rects don't get a solid color when they should. r=jrmuizel 2014-11-12 20:52:57 +13:00
angle Bug 1096634 - Treat ANGLE default FB as RGB(A). - r=kamidphish 2014-11-05 15:04:55 -08:00
cairo Bug 1092130 - Fixed build errors found by mingw after bug 1076698 landed (-Werror=missing-braces errors). r=cpearce 2014-11-03 10:28:52 +01:00
doc Bug 1094803 - Update the APZ docs a bit to describe input event flow. r=botond 2014-11-10 16:48:52 -05:00
gl Bug 1092191 - Do not warn about failure to load _Z35eglQueryStringImplementationANDROIDPvi. r=dglastonbury 2014-11-11 11:18:44 -05:00
graphite2 Bug 1084024. Remove graphite Makefile.in. r=jfkthame 2014-10-17 11:07:28 -04:00
harfbuzz bug 1052535 - fix errors in Unicode Joining_Type data for Mandaic. r=jdaggett 2014-08-13 11:00:31 +01:00
ipc Bug 1076163 - Basic APZ support for css-driven resolution. r=kats,tn 2014-10-24 15:49:38 -04:00
layers Bug 1076163 - Basic APZ support for css-driven resolution. r=kats,tn 2014-10-24 15:49:38 -04:00
ots Bug 1092151 - Don't use dllimport/dllexport for OTS in non-shared gkmedias builds. r=glandium 2014-11-05 11:27:13 +01:00
qcms
skia Bug 1053652 - Cannot open include file: 'dwrite_1.h'. r=gw280 2014-10-03 01:54:23 -04:00
src backout bug 1096132 for Mac build failure 2014-11-12 16:02:34 +13:00
tests Bug 1091283 - Allow using the existing gtest input helpers on APZCTreeManager as well. r=botond 2014-10-31 15:31:35 -04:00
thebes Bug 1097437. Work around Quartz bug where corners of stroked rects don't get a solid color when they should. r=jrmuizel 2014-11-12 20:52:57 +13:00
ycbcr
moz.build