Lines Matching full:repaint
574 Fix Bug 15433: Filters do not repaint when base resources change/update
576 SVGFEImage now actually responds to image updates, and triggers a repaint.
583 Image change means we need to tell our clients to repaint
926 RenderSVGContainer (<g>) should not repaint when its bounds change (unless it has a filter)
7897 Test: fast/repaint/body-background-image.html
10274 Test: fast/repaint/layer-visibility.html
16931 Incomplete repaint of replaced element's box shadow
16933 Tests: fast/repaint/box-shadow-h.html
16934 fast/repaint/box-shadow-v.html
18552 Incomplete repaint of background and border of boxes with -webkit-border-fit:lines
18554 Test: fast/repaint/border-fit-lines.html
18557 (WebCore::RenderObject::repaintAfterLayoutIfNeeded): Do a full repaint if
19703 Don't reset state variables when not necessary. When repaint() was called at the end of setSyle() it would
19704 get repaint rects wrong in some cases.
20957 Test: fast/repaint/text-selection-rect-in-overflow-2.html
22314 Test: fast/repaint/table-row.html
22317 (WebCore::RenderTableRow::layout): Added a repaint to make up for the case where the
22318 table row also needs layout, so it doesn't get a repaint in setStyle().
26073 (WebCore::PlatformScrollbar::invalidateTrack): Inavlidate the repaint
29593 (WebCore::PopupMenu::updateFromElement): New method to repaint/rescroll
35631 Tests: fast/repaint/box-shadow-h.html
35632 fast/repaint/box-shadow-v.html
37365 Tests: fast/repaint/box-shadow-dynamic.html
37366 fast/repaint/box-shadow-h.html
37367 fast/repaint/box-shadow-v.html
38878 Incomplete repaint of focus ring around continuation
38880 Test: fast/repaint/continuation-after-outline.html
38961 Test: fast/repaint/text-selection-rect-in-overflow.html
39323 Fix for bug 13675, focus rings don't repaint properly on editable
39385 Incomplete repaint when text-shadow is used in a render layer with explicit height
39387 Test: fast/repaint/layer-full-repaint.html
39389 Removed custom repaint logic from RenderLayer. repaintAfterLayoutIfNeeded()
39391 rely on its "do a full repaint if the object needs layout" behavior, since
39393 is to cache the need for a full repaint in the layer.
39401 to do a full repaint in the next call to updateLayerPositions().
39402 (WebCore::RenderLayer::updateLayerPositions): Simplified the repaint logic.
39403 Either call repaintAfterLayoutIfNeeded() or do a full repaint, depending on
39408 (WebCore::RenderObject::setNeedsLayout): Mark the layer for full repaint.
39466 consistent by having them all consider the repaint rect when clipping to visible content.
39878 (WebCore::FrameViewPrivate::reset): Do not reset the slow repaint object
40726 Fix for <rdar://problem/4513966> Never-ending identical repaint @
40921 call repaint if the contents of the canvas changed.
41211 Test: fast/repaint/layer-hide-when-needs-layout.html
41215 layout() or updateLayerPositions() to repaint. In the case of a layer
41216 going invisible, however, we need to repaint here since neither of the
41329 Test for a bug fixed by this patch: fast/repaint/intermediate-layout-position-clip.html
41987 tests in fast/repaint test repainting of objects that move during layout.
41993 setNeedsLayout(false). Resetting the bit here prevents the full repaint
41994 that we rely on when we decide not to repaint children that move.
42001 an unconditional repaint(). We don't bother with repainting only the
42003 layout results in a full repaint with the new width anyway.
43257 the old code. Added code that will call clear on the FileChooser and repaint if the DOM
43377 REGRESSION (r18819): Incomplete repaint of button text
43379 Test: fast/repaint/control-clip.html
43381 Ignore controls' lightweight clip in repaint rect computation for now.
45829 REGRESSION (r18756-18765): Incomplete list marker repaint when resizing list item
45831 Test: fast/repaint/list-marker-2.html
45834 so made that function return only the vertical bounds of the repaint rect. As the
46794 Added test: svg/custom/scrolling-embedded-svg-file-image-repaint-problem.html
46832 our size actually changed before we decide to do a full repaint because of background/border
47017 List markers positioned incorrectly and don't repaint properly on Oxford homepage
48016 * manual-tests/left-overflow-repaint.html:
48402 and as the foreground that it will repaint properly (can be tested using
50768 Incomplete repaint of inset outlines
50770 Test: fast/repaint/outline-inset.html
51105 REGRESSION (r19696): Incomplete background repaint
51107 Tests: fast/repaint/content-into-overflow.html
51108 fast/repaint/overflow-into-content.html
51111 rect, the unclipped border box plus outline, and to repaint any areas that
51140 (WebCore::RenderObject::repaint):
52157 Test: fast/repaint/list-marker.html
54660 Test: fast/repaint/table-outer-border.html
55095 REGRESSION: Incomplete repaint of floats' overflows
55097 Tests: fast/repaint/float-overflow.html
55098 fast/repaint/float-overflow-right.html
55099 fast/repaint/table-cell-vertical-overflow.html
56282 REGRESSION: Incomplete repaint of floats' overflows
56284 Tests: fast/repaint/float-overflow.html
56285 fast/repaint/float-overflow-right.html
57587 REGRESSION: Incomplete repaint after table relayout that decreases height
57589 Test: fast/repaint/intermediate-layout-position.html
57636 Changing background of <col> doesn't repaint the column
57638 Test: fast/repaint/table-col-background.html
57648 repaint.
57659 table's repaint rect.
57660 (WebCore::RenderTableCol::imageChanged): Overridden to do a full repaint, which
57664 (WebCore::RenderTableRow::imageChanged): Overridden to do a full repaint
57669 repaint of the section, since the backgrounds are painted by the cells.
58280 Test: fast/repaint/selection-gap-overflow-scroll.html
59539 Respect stroke-width in absolute repaint rect calculations for SVG text.
59540 Added test: svg/custom/text-repaint-including-stroke.svg
62642 (WebCore::RenderListBox::selectionChanged): Moved from header. Calls repaint
62650 selectionChanged function knows not to scroll. Also removed the repaint()
62851 to repaint, since the RenderListBox now does that in selectionChanged.
62855 to focus. Removed an explicit call to repaint and added a call to the
62857 explicit call to repaint as above.
62867 which is really just a synonym for repaint for now. Moved valueChanged,
66270 (WebCore::RenderObject::repaint):
66521 Fixes: http://bugs.webkit.org/show_bug.cgi?id=10263 (SVG seems to repaint way too many times during load)
66524 Fixes: http://bugs.webkit.org/show_bug.cgi?id=10806 (failing manual-tests/svg-repaint-group.svg)
66529 Fixes: http://bugs.webkit.org/show_bug.cgi?id=11907 (RenderSVGContainer does not mark itself for repaint after setting viewBox, slice or align)
67058 repaint issue after setting viewBox attribute with ECMAScript
67900 REGRESSION: Changing the overflow style dynamically does not force repaint
67902 Test: fast/repaint/erase-overflow.html
67905 (WebCore::RenderBox::setStyle): Added a repaint before changing hasOverflowClip
68501 Nested tables don't repaint properly when a certain row is added
68503 Tests: fast/repaint/table-section-repaint.html
68504 fast/repaint/table-section-overflow.html
68515 we assume all sections below the first section that moved also moved, and repaint
70370 JS updates on gradients/patterns only cause one repaint of the client's now. Gradient drawing
70623 Incomplete repaint of table cell's collapsed border when changing only the cell
70625 Test: fast/repaint/table-cell-collapsed-border.html