Home | History | Annotate | Download | only in WebCore

Lines Matching full:children

494         Include render widget children in the accessibility tree for not mac webkit ports.
509 when beforeChild is not in one of our children, then do the processing first
3285 one holding the list of available options as its children) for an
3287 because sometimes the selectable options are not directly children
3289 as its only child of it, holding the list of options as children).
3291 object holding the list of children as the available options.
3668 its children parentNode attribute null;
6624 (.resource-headers-view .outline-disclosure .children li):
6827 Include render widget children in the accessibility tree for not mac webkit ports.
7111 Test: fast/dom/StyleSheet/gc-rule-children-wrappers.html
7878 one holding the list of available options as its children) for an
7880 because sometimes the selectable options are not directly children
7882 as its only child of it, holding the list of options as children).
7884 object holding the list of children as the available options.
9208 Note that non-<head> document root children are typically <body>, but possibly
9535 conservatively, without checking whether the stylesheet or any of its children have custom
15296 emitting all the needed signals when children selection has
16282 descendant frames, not just children.
17960 <progress> and <meter> shouldn't have children of its RenderObject,
18382 Ignore static text children of text field controls in the accessibility tree.
19484 (.event-listener-breakpoints.properties-tree .children li):
24413 Test: fast/dom/allowed-children.html
24894 We need to check all the children under a non-text renderer, if
24896 of its children are, in order not to miss those portions of text
24900 (textForRenderer): New. Get the text for a RenderObject's children.
26490 adjustment helpers have been added that can be called before painting children or lines and that fix up
28781 (.children.small .resources-category-images .image-resource-icon-preview):
31733 Duplicate use element children in shadow tree.
31736 Test: svg/custom/use-nested-children.svg
35695 (.event-listener-breakpoints.properties-tree .children li):
37051 Test: editing/selection/root-inlinebox-selected-children-crash.html
38606 (ol.event-listener-breakpoints.properties-tree .children li):
38811 - the text content of any of the children in the <text> subtree change
38837 (WebCore::SVGTextPositioningElement::childrenChanged): If any children changes (addition, removal), do the same.
39402 Make float positioning work in block layout with block children.
41011 Phase #1 is started from RenderSVGText::layout(), before RenderBlockLineLayout is laying out the inline children, and thus before the InlineBox tree is created.
45882 (This causes them to not collapse their margins with their children and to avoid floats).
46598 be placing children along the inline direction of the containing block, and those children may have mismatched
49220 (WebCore::Attr::childrenChanged): If Attr's node children change, id changes.
49227 children should be updated to match attribute value.
49904 [Gtk] Incorrect exposure of list items whose children are elements
54725 The bug was caused by applyInlineStyleToNodeRange's skipping a node whenever it has children.
54929 Tests: fast/repaint/block-layout-inline-children-float-positioned.html
54930 fast/repaint/block-layout-inline-children-replaced.html
55050 The bug was caused by applyInlineStyleToNodeRange's skipping a node whenever it has children.
56065 shiny new takeAllChildrenFrom method that shoves the children into a
57846 1. ContainerNode::attach() assumes its "safe" to call attach on all children
63495 all of its children are parsed (this matches HTMLObjectElement).
63496 However, since HTMLEmbedElement can't have children, this is actually
64299 This is a huge speed benefit when interacting with an already layouted document, as there's no need anymore to traverse all children
64318 (WebCore::RenderSVGContainer::updateCachedBoundaries): Ask children for their boundaries, and cache them.
66163 This is a huge speed benefit when interacting with an already layouted document, as there's no need anymore to traverse all children
68299 Test by running platform/chromium/accessibility/children-changed-notification.html within chromium's DRT
69301 other item has the children in the same order (it doesn't seem to be
72494 Fix by resetting 'node' when traversing to children so that node = node->parentNode()
79659 Ensure that parser doesn't attach children that have been removed by JavaScript event handlers.
82728 and then moves all the children from the dummy document over into a DocumentFragment
85977 Destroy the old children in
95002 [cleanup] logic to extract adjacent lists and list children in listifyParagraph and unlistifyParagraph should be isolated
95857 [v8] Revert r60670 as it introduced a regression: in some cases named children couldn't be retrieved.
96421 still need to notify the parent that it's children have changed.
96626 children. This patch fixes the following LayoutTests when run with
104737 Test: platform/mac/accessibility/update-children-when-aria-role-changes.html
104818 (indicating that they are used for the background of elements with negative z-index children),
106714 Fixing a long-standing performance issue. We should only ever need to relayout container children when the parent bounds change.
106718 Only relayout container children if the container has selfNeedsLayout() true, or if the parent bounds change.
106738 (WebCore::SVGRenderSupport::layoutChildren): Remove FIXME, only relayout container children, if the parent bounds change and the child uses relative lengths.
107403 container children, when the bounds have not changed.
108114 Performance::disconnectFrame() needs to disconnect its children
109433 strokeBoundingBox() was reporting the repaintRectInLocalCoordinates() for children of a container,
109435 which has a resource applied and contains a children which also has a resource applied.
109525 Most noticeable is that RenderSVGRoot had to visit all children, before actually painting, just to calculate the repaint rect.
112243 its children. If we don't do this, we see the contents of every script
115991 - Only allow <svg> nodes, as direct children of a <foreignObject>, not any other "partial" SVG content.
115996 svg/foreignObject/disallowed-svg-nodes-as-direct-children.svg
116006 (WebCore::SVGForeignObjectElement::childShouldCreateRenderer): Disallow arbitary SVG content, only <svg> elements are allowed as direct children of a <foreignObject>
116656 AX: If an element that is a continuation is removed, its parent tree is not notified appropriately that their children have changed
118633 (WebCore::SVGInlineFlowBox::paint): Ask children to paint.
118634 (WebCore::SVGInlineFlowBox::calculateBoundaries): Calculate boundaries by uniting all direct children boundaries.
118669 * rendering/SVGRootInlineBox.cpp: Virtually rewritten, to be designed more like HTMLs RootInlineBox, diving into children for painting.
118670 (WebCore::SVGRootInlineBox::paint): Ask children to paint, nothing more. No more traversing through the SVGTextChunks, figuring out which part to render, this is done in layout phase now.
125258 children.
130872 Test: svg/filters/parent-children-with-same-filter.svg
133113 Add a moveChildrenTo function that can move a range of children, and patch places that were doing this
133442 Add a moveChildrenTo function that can move a range of children, and patch places that were doing this
134245 children of the multi-column block, so no elements actually have to split across a span yet.
134265 This method handles the insertion of new children into the block after it has had to wrap its
134266 children in anonymous column/column-span blocks.
134284 Patched to now call addChildToAnonymousColumnBlocks if the block has wrapped its current children
134309 Turn off multi-column layout on the outermost block if it has wrapped its children in anonymous