Lines Matching full:child
854 so it removes underlines on child elements.
3064 as a child before adding any of the generated content to the
3212 for efficiency of callers that know the index of the child. This
3221 child index found using indexOf.
9799 of inserting before a child that has been wrapped by an anonymous table,
9800 in which case if the new child is the type that needs to be in a table,
10821 Fix <rdar://6016755> Assertion failure when WebView is child of
16342 child" bit if still set.
16353 stop marking ancestor as having a changed child once we already reach
16805 to clone nonexistent child nodes.
16871 (WebCore::RenderContainer::removeChildNode): If the child has never had a layout,
18773 to match the ProfileView values. Then call refresh on the child.
20579 a child text node if the value being assigned is not empty.
24577 Make sure to remove the reflection's child layer from its parent.
25859 Note: convertToContainingWindow() takes child coordinates.
26816 (WebCore::RenderObject::caretMaxOffset): Changed to return the child
33546 child of the block instead of the last box on the line. Fixed these
45646 *always* parent-child).
50787 <rdar://problem/5736953> :last-child does not set the "uses sibling rules" flag
50789 Test: fast/css/last-child-style-sharing.html
51410 fast/css/negative-nth-child.html
51422 "backward" selectors like last-child or nth-last-child have to re-resolve when a close tag is encountered.
51429 like last-child will always return false when children are still being parsed. When an Element finishes
51676 Store the child frame in a RefPtr to prevent it from being deleted when the
52186 the child should not take over painting the float: when they do not have
53847 Fix for bug 5468, support CSS3 :only-child and :only-of-type selectors.
53851 Added fast/css/only-child-pseudo-class.html, fast/css/only-of-type-pseudo-class.html
53948 Fix for bug 4812. Support last-child and last-of-type CSS3 selectors. Brings Acid3 score up to 68/100.
53952 Added fast/css/last-child-pseudo-class.html, fast/css/last-of-type-pseudo-class.html
53964 Make :first-child and :first-of-type properly dynamic when the DOM changes. Brings the Acid3 score up
53969 Added fast/css/first-child-pseudo-class.html, fast/css/first-of-type-pseudo-class.html, fast/css/empty-body-test.html
54183 Add support for dynamically updating elements whose style is affected by :empty when the child count changes.
54521 this point we are only taking away floats from the child.
54524 child was not laid out again. Only in that case, it may have overhanging
54528 making the child paint the float: require that the float be a descendant
54529 of the child (the other case is when it intrudes into the child from
55003 (WebCore::RenderBlock::addOverhangingFloats): If a child's float turns
55004 out not to be overhanging at this time, ensure that the child paints it.
56116 Fixes: http://bugs.webkit.org/show_bug.cgi?id=16784 (In-document fonts work only as the first child to font-face-src)
56744 object a new cell is inserted before is a child of the row, and
56748 object a new row is inserted before is a child of the table section, and
61651 Acid3 expects HTMLTableElement.rows to include a <tr> element that is an immediate child of the <table>
62621 are supported. (<glyph> containing arbitary SVG content as child elements, not supported yet).
62805 (WebCore::RenderLayer::addChild): If the new child is overflow-only
62808 (WebCore::RenderLayer::removeChild): Similarly for the old child.
63661 Tests: http/tests/security/cross-frame-access-child-explicit-domain.html
63895 the engine is trying to tell all child nodes that it's about to removed. To avoid
65145 tries to split a container at a bogus child, and an early return to avoid a
68655 Support one child renderer for controls.
69552 previously been marked as having a normal child needing layout and then
69553 was reached via a positioned child.
71016 have child nodes (for controls).
71480 been withdrawn from a child, mark all descendants if necessary and not
71481 just the child.
71857 A fix is to avoid registering child node lists for notifications - they don't need them, as
74384 child nodes, other than via DOM manipulation, which is not specific to BRs.
78947 insert the new child.
82179 (WebCore::RenderTable::addChild): Changed to make sure that the child is
82180 not added into generated after content. Also made adding a child before
82181 a table caption work correctly instead of adding the child after the caption.