Lines Matching full:repaint
254 causes. Somehow this code change is triggering an endless repaint loop.
4656 repaint differently when drawing to a layer.
6006 Insufficient repaint issues with html embedded in foreignObject
6434 Insufficient repaint issues with html embedded in foreignObject
6437 Partial fix for selection repaint in foreignObject, basically we
6686 broke selection repaint for transformed text in html
6697 Insufficient repaint issues with html embedded in foreignObject
6700 Partial fix for selection repaint in foreignObject, basically we
8101 background or a fixed position then we perform a slow repaint
8923 REGRESSION (r53420): incomplete repaint of bottom of bugs.webkit.org comment field
8926 Test: fast/repaint/trailing-floats-root-line-box-overflow.html
9417 all of our children requesting their repaint bounds using
9420 repaint rect. This patch simply adds the missing localToParent
11515 Repaint bug dragging a star shape with a dash stroke
11518 Calculation of repaint rects for RenderPath objects was wrong. We must take the
11523 Test: svg/custom/js-repaint-rect-on-path-with-stroke.svg
12192 (WebCore::MediaPlayerPrivate::repaint
12900 Web Inspector: Do not repaint line numbers while editing within line.
13203 Fix for https://bugs.webkit.org/show_bug.cgi?id=32757 Repaint bug
14527 - Calculate marker bounds on layout time, instead of paint time, to deliver correct repaint rects
14806 Test: LayoutTests/fast/repaint/block-no-inline-children.html (only shows up in pixel tests)
15658 Repaint issues in text input under a scale transform
15665 Test: fast/repaint/subtree-layoutstate-transform.html
15846 - Calculate marker bounds on layout time, instead of paint time, to deliver correct repaint rects
16147 <rdar://problem/7503279> REGRESSION (r47440): Incomplete repaint at macworldexpo.com
16150 Test: fast/repaint/table-cell-overflow.html
16574 We calculate the smallest repaint rect considering the new bounding boxes
16831 - Calculate marker bounds on layout time, instead of paint time, to deliver correct repaint rects
16928 and no repaint container.
16930 Not possible to make a repaint test that exercises the problem, so no test.
24024 Test: fast/repaint/block-selection-gap-in-table-cell.html
24646 Tests: fast/repaint/block-selection-gap-stale-cache-2.html
24647 fast/repaint/block-selection-gap-stale-cache.html
25394 Test: fast/repaint/block-selection-gap-in-composited-layer.html
25398 gap rects in the coordinate space of the repaint container.
25404 the repaint container?s coordinate space to the view?s coordinate space
25720 repaint events from outside the viewport aren't received
37083 reason besides being overlapped that the frame would need to fully repaint on scroll.
40467 Incomplete repaint of text field in relative positioned inline at imdb.com
40470 Test: fast/repaint/inline-relative-positioned.html
50510 Test: fast/repaint/line-in-scrolled-clipped-block.html
50514 (including layout overflow) for the repaint rect calculation.
51248 Set m_substituteImage to the passed image, and repaint.
52843 containing blocks between the repaint container, and the container of the element
52846 Test: compositing/repaint/opacity-between-absolute2.html
54446 in the hierarchy than the repaintContainer that is being used to repaint an
54453 Test: compositing/repaint/opacity-between-absolute.html
65601 Added fast/repaint/rel-positioned-inline-with-overflow.html
65647 Test: fast/repaint/inline-overflow.html
66214 REGRESSION (r47630): fast/repaint/background-generated.html is failing
67879 Added fast/repaint/inline-block-overflow.html and updated another test.
69358 have one reason for continued existence, and that is that they happen to be used in repaint()
69360 visual overflow anyway, so this change tightens that repaint up.
69374 numerous repaint bugs in transparent objects with reflections when the transparent objects had self-painting
78858 If the table row is a repaint container, default to the RenderBox implementation
78859 of clippedOverflowRectForRepaint(), because we cannot hand off the repaint rect
78860 computation to something that is above the repaint container.
78862 Test: fast/table/table-row-compositing-repaint-crash.html
85151 Test: fast/repaint/background-misaligned.html
89800 Repaint issue after layer drops out of composited mode.
89803 RenderLayers cache repaint rects in the form of m_repaintRect and m_outlineBox,
89805 are relative to the repaint container, so if a layer stops being composited,
89808 Test: compositing/repaint/layer-repaint-rects.html
89853 Tests: fast/repaint/float-in-new-block-with-layout-delta.html
89854 fast/repaint/float-new-in-block.html
90432 Test: fast/flexbox/repaint-scrollbar.html
90725 Use repaint() to fix a rendering problem with a SVG image embedded in xhtml.
91784 repaint e.g. because of Flash (pandora.com, Starcraft 2)
91896 renderer so that it can be created without calling repaint
96117 Test: fast/repaint/background-generated.html
97218 compositing mode we repaint the old location. However, we did that before
97220 some cases. Fix by doing the repaint once we really know whether it's going
97223 Test: compositing/repaint/become-overlay-composited-layer.html