Home | History | Annotate | Download | only in WebCore

Lines Matching full:shadow

372         the parent node chain, crossing shadow tree boundaries.
1329 The shadow node inside empty textareas gets collapsed in disabled
1331 the shadow node to it's parent. The fix is to return true in
1332 RenderBlock::hasLineIfEmpty for textarea shadow nodes as we
1333 currently do for input shadow nodes.
1894 Fix ASSERT seen in shadow tree testing
2251 shadow tree.
3547 how to additionally handled positions in shadow trees). So I've just changed
5597 the constraints. Use that for painting borders, box-shadow, clipping replaced
17177 Fix Chromium/Skia bug where -webkit-box-shadow with 0,0 offset
21316 We refetch the target node in the shadow node case, and when we do so the window coordinate for the mouse event may
22461 When there is a shadow set but it specifies "no shadow", clear the
22462 shadow shader. This will prevent Chromium from thinking there's a
22463 shadow and using the Skia codepath rather than Windows.
23023 issues with <use> element shadow tree cloning where the clones can end up not obtaining the
24207 fast/dom/Window/Location/window-shadow-location-using-js-object-with-toString.html
24208 fast/dom/Window/Location/window-shadow-location-using-string.html
24209 fast/dom/Window/Location/window-shadow-window-using-js-object-with-location-field.html
25395 Special-case drawing text-shadow on win32, to let GDI draw in cases
25396 when both fill & shadow color are opaque and the shadow has no blur.
27862 shadow nodes never saw style changes on the RenderMedia, so did not respond
27863 to zooming at all. Now, we update the style on the shadow renderers
38987 The layout tests LayoutTests/fast/css/shadow-multiple.html and
38988 LayoutTests/fast/box-shadow/basic-shadows.html cover this.
69184 * manual-tests/wml/onevent-shadow.wml: Added.
77843 did though. This patch removes the renderer argument and the Element subclass shadow implementation
80063 Rebuild SVG use element shadow tree lazily. Mark SVGElementInstance with the "needsUpdate" flag.
80068 When dispatching events to a shadow tree element of a use element, the associated SVGElementInstance
80069 is used as event target. The SVGElementInstance, the shadow tree element and the corresponding element
80073 to the shadow tree element - through the cloneNode calls - if the use element's shadow tree gets rebuild.
80281 Make the toolbar label text-shadow not disappear when clicking on the
90266 Test: transitions/shadow.html
91481 Add text shadow support to the complex path.
93195 Reorganize this code so our complicated way of adding shadow nodes is abstracted out into the TextControlInnerElement class.
93209 This does all the separate steps of attaching a shadow node that used to be repeated in RenderTextControl::createSubtreeIfNeeded for each element.
95298 for all of the possible problems associated with shadow trees. That