Home | History | Annotate | Download | only in WebCore

Lines Matching full:dirty

2229         Regression(r85869): Restore dirty line logic in RenderInline::destroy.
2232 Test: fast/inline/inline-destroy-dirty-lines-crash.html
3110 need to dirty the intermediate inlines, and in this case it's actively harmful, since the
5032 dirty the line when the float is removed, instead of relying on the float always intersecting
5895 code could call back into the RenderLayer to dirty z-order lists,
13118 Exclude scrollbars from the dirty rect passed to the document
13125 in an NSScrollView) by subtracting non-overlay scrollbars, and intersect the document dirty rect
14308 As tiles are clear their dirty rect after being unpainted, this caused
14392 [chromium] Clamp dirty regions on content layers to layer bounds
18591 range of lines as dirty.
18624 Set dirty bit when changing any visited link information.
27099 optimization and the simplified layout optimization that could lead to blocks remaining marked as dirty when
27107 Add asserts to catch cases in the future where a layout root is set that has a dirty containing block.
28309 dirtyLineBoxes now crawls into descendants to figure out which root lines to dirty when
29076 [V8] Keep dirty primitive CSS values alive.
29610 If the dirty flag is true, we shouldn't update the value when the
42991 Reuse updateBackBuffer's dirty rectangle calculations to only
49008 call this new method. Fix the dirty check at the start of RenderTable paint to not happen if
49861 Tests: fast/dynamic/dirty-float-in-clean-line.html
49874 floats, as they may yet become dirty because of the floats. This is tested by
49875 dirty-float-in-clean-line.html.
49877 break is at the float, advance it to after the float. Otherwise, if the line gets dirty and the
59447 When trying to find which lines to dirty for a changed child, make sure
59449 and if yes, dirty it. This can happen in cases when we have a word break
59453 Test: fast/text/word-break-next-linebox-not-dirty-crash-main.html
61460 We try to dirty everthing in block range if we have a negative
61462 top, or if our logical top is equal to INT_MAX. Plus, we also dirty
61473 underlying float dirty logic resilient.