gecko/layout/ipc
Kartikaya Gupta c9052e6e85 Bug 885023 - Convert mFrameMetrics.mZoom to a CSSToScreenScale. r=BenWa,k17e
The mFrameMetrics.mZoom was previously a "resolution-independent" zoom,
which meant it had to always be multiplied by the CalculateIntrinsicScale()
value to be useful. This patch converts it to a "resolution-dependent" zoom,
and includes the intrinsic scale multiplier already. This means it needs
to be updated if either the viewport or composition bounds (which determine
the intrinsic scale) change, but there are only a few places where this
happens and it makes the rest of the code cleaner.
2013-08-26 09:50:30 -04:00
..
jar.mn
Makefile.in Bug 883284 - Part e: Move LIBXUL_LIBRARY into moz.build (k-o); r=ted 2013-08-22 08:56:00 +02:00
moz.build Bug 883284 - Part e: Move LIBXUL_LIBRARY into moz.build (k-o); r=ted 2013-08-22 08:56:00 +02:00
PRenderFrame.ipdl Bug 845169 - Update touch region from remote frame. r=roc 2013-08-13 15:56:57 +08:00
RenderFrameChild.cpp Bug 885804: Renaming in js/layout/ipc r=roc 2013-07-08 11:48:39 -04:00
RenderFrameChild.h Bug 885804: Renaming in js/layout/ipc r=roc 2013-07-08 11:48:39 -04:00
RenderFrameParent.cpp Bug 885023 - Convert mFrameMetrics.mZoom to a CSSToScreenScale. r=BenWa,k17e 2013-08-26 09:50:30 -04:00
RenderFrameParent.h Bug 885023 - Convert mFrameMetrics.mZoom to a CSSToScreenScale. r=BenWa,k17e 2013-08-26 09:50:30 -04:00
RenderFrameUtils.h
test-ipcbrowser-chrome.js
test-ipcbrowser-content.js
test-ipcbrowser.xul