Lines Matching full:layer
2457 Fix requireLayer() function on RenderSVGRoot, as it can actually be a layer now.
10274 Test: fast/repaint/layer-visibility.html
10277 (WebCore::RenderLayer::setHasVisibleContent): Cache the layer's
11566 substitute data loads. It's better to remove the assertion in the WebKit layer.
11983 check for the layer's renderer and the document, neither of which can be null. Call
11997 1) The old code did hit testing only in the layer that was auto-scrolling,
11998 and the new code instead starts the hit testing at the root layer, which is
15407 REGRESSION(r23773): Visibile children on invisible layer are not painted (fast/layers/layer-visibility.html fails)
19697 Fix placement of selection ring when part of the ring is in a different layer.
19700 (WebCore::RenderFlow::addFocusRingRects): Get coordinates right when moving to a different layer.
20901 the network layer, since it provides it even for non-HTTP responses.
30190 and blended into the CG transparency layer.
32654 Process redirects received in networking layer through to application.
33510 code wasn't converting mouse coordinates to layer
33550 Fix crash. Null check layer. Bug 13984.
34525 Remove the layer violation from FrameGdk.cpp and ScrollView. FrameGdk is no longer responsible to
39385 Incomplete repaint when text-shadow is used in a render layer with explicit height
39387 Test: fast/repaint/layer-full-repaint.html
39393 is to cache the need for a full repaint in the layer.
39400 flag with a m_needsFullRepaint flag, which indicates that the layer needs
39408 (WebCore::RenderObject::setNeedsLayout): Mark the layer for full repaint.
39462 Test: fast/overflow/scroll-nested-positioned-layer-in-overflow.html
39497 * rendering/RenderLayer.cpp: (WebCore::RenderLayer::scrollRectToVisible): Check for a parent layer at the beginning, so we can try to scroll all of our parent layers
41211 Test: fast/repaint/layer-hide-when-needs-layout.html
41215 layout() or updateLayerPositions() to repaint. In the case of a layer
41590 Test: fast/dynamic/anonymous-block-layer-lost.html
42237 (WebCore::RenderObject::layer):
42408 - Change all callers who are getting at layer() as a boolean to use hasLayer().
42529 Change many uses of layer() to hasLayer(). For now it's just a boolean
42530 version of layer(), but Hyatt's patch makes it faster by using a bit.
43071 Save and restore the context state when beginning and ending a transparency layer.
43081 Further implementation and checks. The opacity layer code is not so beautiful
43475 during layer resize.
43479 as well. Changed it to call the layer to do the actual work.
47347 Crash after loading SVG fragment with XMLHttpRequest (Yosemite Map Geology Layer)
56766 No automated test case because dumping the render tree updates layer positions anyway.
56771 for the thumb's layer.
57645 layer(s) that use the image and invalidates only the rect in which the image
58097 Test: fast/layers/generated-layer-scrollbar-crash.html
62685 fires and dispatches the scroll event to the layer's element.
63411 Make sure layer autoscrolling puts the event coordinates into the layer's coordinate space before
65580 Fix for bug 11595. Autoscrolling of layers didn't really work at all unless the layer was coincidentally
65581 in the root layer's coordinate space. The event point was an absolute position within the document, but
65582 the layer's rect was only local coords. This patch makes sure to use absolute bounds for the layer
67305 belong in the platform layer.
67320 belong in the platform layer.
68547 the layer.
68770 Fix layer visibility in some cases with nested layers.