gecko/mobile/android/chrome
Chris Lord edde16aee5 Bug 726817 - Use nsIFrameLoaderOwner.clampScrollPosition to fix clip on zoom.
Zooming in caused the right and bottom edges of the page to be clipped. This
was because we would try to scroll to coordinates that, untransformed, would be
invalid. The document has no knowledge of the zoom, and so the scroll position
needs to be forced somehow.

Java compositor accomplished this using a CSS translation transformation, this
accomplishes it by turning off scroll position clamping (a technique that the
Java compositor should also employ, if the patch this relies on passes review).
2012-02-17 23:44:47 +00:00
..
content Bug 726817 - Use nsIFrameLoaderOwner.clampScrollPosition to fix clip on zoom. 2012-02-17 23:44:47 +00:00
tests Bug 591718. Fix mobile browser test to handle getBoundingClientRect including a transform. r=mfinkle 2011-12-30 11:14:04 +13:00
jar.mn Bug 709921 - (1/2) Clean up unused localization files [r=mfinkle] 2011-12-20 08:33:22 -08:00
Makefile.in Bug 702388 - Convert Makefiles to use |TEST_DIRS += foo| r=khuey 2012-02-04 17:32:24 +00:00