Lines Matching full:deep
2406 Fixes: http://bugs.webkit.org/show_bug.cgi?id=14631 (<use> doesn't deep-expand <symbol> elements.)
2412 concept, just like it's done for <use> on <use>, to deep-replace all <symbol> elements by <svg>, as demanded
8378 (WebCore::SharedBuffer::copy): Added a deep copy method for the purposes of handing icon data across the thread boundary into the icon database
21674 2. WebKit is now orders of magnitude faster when handling deep nesting
42893 Fix for bug 13337, deep tag nesting is slow. This patch fixes a number of O(n^2) issues as well as making
59593 Implement deep expansion of use trees both for the instance & shadow tree.
59602 Checked twice that the updating logic works for all weird "deep expansions" cases. Example:
59614 Added test: svg/custom/use-on-use.svg (deep use referencing)
59615 Added test: svg/custom/use-on-g-containing-use.svg (nested deep use referencing)
61600 Added: svg/custom/deep-dynamic-updates.svg
70351 gradient-deep-referencing.svg
70353 pattern-deep-referencing.svg
70366 -> Deep references (gradientA -> gradientB -> gradientC...) work now. Previously only one reference worked.