Home | History | Annotate | Download | only in WebCore

Lines Matching full:zoom

288         the old zoom factor, then there is no need to explicitly call layout()
1434 WebCore part of <rdar://problem/6116650> Text-only zoom setting should be stored in WebKit prefs
1896 Full page zoom needs to work properly with JS mouse events. Make sure to adjust the coordinates of the
1897 JS mouse event to account for zoom.
2973 Fix for bug 18673, crash when using full page zoom on generated content. Don't call
31050 Fix the zoom property so that it works properly with font-size.
31054 Added fast/css/zoom-font-size.html
31125 Make sure to ignore zoom:0. That is not supposed to actually do anything. It's a hack in IE
31130 Added fast/css/zoom-property-parsing.html
34908 Fix for bug 18194, resizable text fields get messed up when resizing in the presence of zoom.
38262 Cut and paste error in the zoom code. A width() should have been a height(). Regression tests caught this.
38327 Fix for bug 18052, window properties need to respect zoom factor.
38381 Fix for bug 18009. Make sure the IE offset/client/scroll*** extensions respect full page zoom.
39419 New implementation of full page zoom. Because of how much doesn't transform when zooming, and because
39421 lengths and intrinsic sizes are simply adjusted by the zoom factor. This approach works much better and
39422 avoids pixel cracks more than the old approach. In addition widgets "just work", namely plugins zoom
39425 This patch also implements the IE zoom CSS property. This property allows fine-grained control over
39427 addition, in the vein of text-size-adjust for text zooming, I have extended the zoom property with an
39429 when a zoom is applied.
39435 Support the new 'zoom' property for getComputedStyle.
39439 Code that parses the 'zoom' property.
39449 zoom factor.
39452 Add the new zoom property to the list of properties we understand.
39463 Pass in the zoom factor when computing all lengths in CSS.
39466 Add support for the 'reset' keyword of the zoom property.
39470 Set the 'zoom' CSS property on the RenderView. This is how we implement full page zoom.
39490 the zoom factor. The "intrinsic size" of the image then takes that into account.
39499 Make sure image documents respect the zoom.
39503 Make the 'zoom' CSS property work with CSS transitions.
39512 Remove the old zoom implementation that used transforms.
39516 Pass in the zoom factor.
39521 Pass in the zoom factor when testing for size.
39549 Pass in the zoom factor when testing for size.
39556 Added a new call when the zoom factor changes, intrinsicSizeChanged(). Replaced element subclasses
39566 (WebCore::RenderStyle::zoom):
39571 Support for 'zoom' in the RenderStyle. "zoomInEffect" represents the computed zoom taking into account
39582 Pass in the zoom factor.
41204 This patch makes full page zoom work pretty well. It fixes repainting so that it works when transforms
41212 Make sure to test for transform changes even when there is no zoom. This fixes repainting issues
41217 Adjust for the zoom factor (the render tree is in unzoomed coordinates, but the scrollbars of the view
41222 Fix the body-sizing-to-the-view-height quirk so that it takes the zoom factor into account when
41233 Make sure the calculated width/height take the zoom factor into account in order to get the "smart layout"
41246 the zoom factor.
41252 zoom factor.
41633 Fixed the initial value of zoom factor.
41642 Make full page zoom vaguely work. This patch uses the CSS transform system to turn on full page zoom at the
41666 Make the zoom factor a float and not a percent.
44990 Full page zoom plumbing. Add a notion of whether or not a zoom is text only or a full zoom to the
44991 Frame. setTextSizeMultiplier does a text only zoom.
57304 on the image will zoom it.
70890 Don't install event handlers or set the zoom cursor if auto-shrink has been disabled.