Home | History | Annotate | Download | only in WebCore

Lines Matching full:repaint

56         "Causes fast/repaint/search-field-cancel to fail." (Requested
4072 doesn't repaint until page reloads when page using hardware
4077 * manual-tests/crash-and-no-repaint-after-wake-from-sleep.html:
4130 2) Once we get into this bad state, the WebView doesn't repaint
4987 use hardware acceleration don't repaint after waking computer from
4992 * manual-tests/no-repaint-after-wake-from-sleep.html: Added. This is
9082 actually the RenderView is passed in this case. So use this to repaint if
9103 repaint if the repaint container was the RenderView. Instead, we need
12053 <rdar://problem/7932072> Iframes in composited layers don?t repaint correctly (affects Yahoo! Mail with Flash Player 10.1)
13677 FrameView::scrollPositionChanged to generate repaint invalidation for
13683 This is tested by the fast/repaint/fixed-* tests when run in pixel
13686 Test: fast/repaint/fixed-move-after-keyboard-scroll.html
14051 It would only repaint the smaller part, not the original larger bounds.
14053 Remove all lazy calculation of the repaint rects, instead calculate object/strokeBoundingBox and repaintRectInLocalCoordinates
14061 Tests: svg/custom/repaint-stroke-width-changes.svg
16061 * manual-tests/compositing/accel-comp-iframe-tab-repaint.html: Added.
16063 * manual-tests/compositing/resources/tab-repaint-part-2.html: Added.
19035 because the repaint rect was cached during the layout and not updated when
19042 the repaint rect of all fixed tree after scroll.
19044 Tests: fast/repaint/fixed-child-move-after-scroll.html
19045 fast/repaint/fixed-child-of-fixed-move-after-scroll.html
19046 fast/repaint/fixed-child-of-transformed-move-after-scroll.html
19047 fast/repaint/fixed-move-after-scroll.html
22109 Repaint of fixed, transformed element is broken
22119 Test: fast/repaint/fixed-tranformed.html
23104 RenderPath caches repaint rectangles (fill/stroke bbox etc.) though this caching
25360 Test: fast/repaint/stacked-diacritics.html
26026 position elements, causing repaint bugs on scroll.
26692 Regressed fast/repaint/line-flow-with-floats-9 pixel tests in
27353 The outline repaint rectangle for a layer might change between two calls
28132 repaint rectangles on each.
28133 These rectangles have to be calculated in the repaint container's coordinates using RenderObject::mapLocalToContainer to walk
28134 up to the repaint container. This patch keeps track of the offset to the root and uses that offset instead of walking back up to
28249 to get the renderer to use for computing the repaint rect. However, the renderer returned
28254 containing block, and in that case just repaint the entire repaintContainer.
28256 Test: compositing/repaint/inline-repaint-container.html
29205 avoid FileChooserClient::repaint() call.
30173 (WebCore::MediaPlayerPrivateGStreamer::repaint):
33689 Repaint loop when painting using scaled CTMs with different translations
33694 changes. This can lead to infinite repaint
34221 Test: compositing/repaint/layer-repaint.html
34637 it for each repaint.
34671 Missing support for showing compositing layers borders and repaint count on Windows.
36686 a little to avoid computing the repaint rect twice.
38522 Refactor the HostWindow methods for repaint, scroll, invalidate and blit
38524 exist as params of the repaint method.
38680 Fixes an issue where we repaint the caret rectangle even if the associated
38683 Hence, we should only repaint the caret rectangle when the associated selection
38688 Test: fast/repaint/no-caret-repaint-in-non-content-editable-element.html
41634 (WebCore::MediaPlayerPrivate::repaint):
43120 repaint rect for further calculations.
43127 (WebCore::RenderSVGInline::repaintRectInLocalCoordinates): same for repaint rect
45203 (WebCore::MediaPlayerPrivate::repaint):
45586 and the outline bounds for repaint, and then calls repaintAfterLayoutIfNeeded()
46218 Test: fast/repaint/selection-gap-overflow-scroll-2.html
46831 * platform/FileChooser.h: Add two methods to FileChooserClient; repaint() and iconForFiles().
46842 (WebCore::RenderFileUploadControl::repaint):
48631 Repaint bug on Text selection in foreignObject
51205 to actually calculate repaint rects etc - instead of the legacy CSS-unaware
51213 As we're now dumping clipped overflow rects any problems with repaint rects will become
51215 element properly (repaint rects and bounding boxes need to take special SVG overflow rules into account).
51230 (WebCore::RenderSVGText::strokeBoundingBox): Fix default stroke width to 1. This was the only wrong place -> fixes repaint rects for stroked text.