Home | History | Annotate | Download | only in WebCore

Lines Matching full:shadow

629         Update shadow tree when elements are added/removed from a tree
2017 Also detach the shadow tree when detaching the <use>.
13278 Generalize shadow state into a function.
14237 (WebCore::RenderThemeMac::paintMenuList): Only inflate the rect for the shadow if the rect is big enough to fit the whole control.
16443 Fix for Radar 5338081, text-shadow should be reset on form controls so that
16931 Incomplete repaint of replaced element's box shadow
16933 Tests: fast/repaint/box-shadow-h.html
16934 fast/repaint/box-shadow-v.html
19181 - Made it possible (again) to shadow window properties with local variable names.
19882 Clarify/fix {Shadow,BorderImage}ParseContext's memory management
19885 {Shadow,BorderImage}ParseContext::failed(). It turned out that these
19900 CSSPrimitiveValue members of {Shadow,BorderImage}ParseContext, which
34736 Covered by fast/forms/box-shadow-override.html
35613 Box shadow should not apply to Aqua-themed controls
35615 Covered by fast/forms/box-shadow-override.html
35629 Box-Shadow disappears if shadow doesn't fit in the window size
35631 Tests: fast/repaint/box-shadow-h.html
35632 fast/repaint/box-shadow-v.html
35707 Box shadow should not apply to Aqua-themed controls
35709 Test: fast/forms/box-shadow-override.html
37363 box-shadow disappears when scrolling a div that it falls on/under
37365 Tests: fast/repaint/box-shadow-dynamic.html
37366 fast/repaint/box-shadow-h.html
37367 fast/repaint/box-shadow-v.html
37370 (WebCore::InlineFlowBox::placeBoxesHorizontally): Factor in box shadow.
37372 (WebCore::InlineFlowBox::paint): Account for box shadow when checking if
37376 for the "exterior" overflow, add box shadow overflow.
37381 (WebCore::RenderBlock::layoutBlock): Factor box shadow into visual overflow.
37386 the "exterior" extreme position, add box shadow.
37390 (WebCore::RenderLayer::calculateRects): Avoid clipping out box shadow.
37393 the box shadow when an edge with a shadow moves.
37395 that expands a given rectangle to encompass outline and box shadow.
37396 (WebCore::RenderObject::absoluteOutlineBox): Changed to include box shadow.
37443 fast/box-shadow/border-radius-big.html
37821 inside shadow content (like that inside text fields) that
39385 Incomplete repaint when text-shadow is used in a render layer with explicit height
39763 and text-shadow.
40154 handle positions inside shadow trees.
45090 Since the actual target node of the event can't be a shadow node, set the target node to the capturing node before adjusting it.
48245 when calling it on the shadow tree root element.
48536 use the highest node in the shadow tree if we're in one as
49716 selection if it's inside a shadow tree.
51263 have to use special code, as calling attach() on the shadow tree root element will crash,
51264 because it has no (direct) parent node, only a shadow parent node element.
51419 available - which happens for <use> nodes, as it's a shadow node. This fixes recalcStyle behaviour.
51420 Override recalcStyle() in SVGUseElement, and properly forward the call to the shadow tree root element.
51421 The shadow tree now receives proper style updates (without having to recreate the whole tree!).
51427 Some cosmetic fixes: don't add transform="translate(0 0)" attributes if both x/y values are null in the shadow tree.
51429 Factor out logic for replacing symbol/svg tags in the shadow tree, and also invoke it during expandUseElementsInShadowTree -
55468 Test: fast/events/shadow-boundary-crossing.html
55480 to and can be captured across the shadow DOM boundary, returns the shadow parent
55481 for shadow nodes.
56614 Test: fast/text/text-shadow-extreme-value.html
56617 (WebCore::GraphicsContext::setShadow): Clamp shadow value to 1000px, anything more seems to
58663 This is only needed for the HTML forms concept and breaks event dispatching for SVG shadow tree elements.
58666 (Now event.target returns the actual SVGElementInstance object for a shadow tree element)
59589 Finally make the SVG <use> implementation use the proper "shadow tree" concept,
59593 Implement deep expansion of use trees both for the instance & shadow tree.
59596 The shadow tree is free of any symbol/use tags, but is properly expanded to the
59598 exposes the "expanded" shadow tree, as required by the specification. Previously
59599 we cloned referenced <use> elements, so our faked use shadow tree itself contained
59606 -> all instances get updated correctly. For such simple cases it doesn't even involve recloning the shadow tree!
60864 REGRESSION (r12290): Drop shadow of flickr photo note is positioned incorrectly the second time it's shown
63049 Rewrite <use> support with a real-shadow tree (as the spec demands), and implement SVGElementInstance.
64050 add a drop shadow to the hand cursor used for links
64052 * Resources/linkCursor.png: Added a drop shadow.
65491 Delete shadow data.
67531 Adds -webkit-box-shadow to list of computable styles.
67715 Add support for the CSS3 box-shadow property.
67719 fast/box-shadow/ contains the tests for this feature.
69707 a shadow tree (i.e. in a form control)
69805 Implement box-shadow parsing... getting it all into the RenderStyle.