Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Issue 2803483002: Adjust visual overflow rect for rounded/shifted ascent/descent (Closed)

Created:
3 years, 8 months ago by Xianzhu
Modified:
3 years, 8 months ago
Reviewers:
drott, chrishtr, eae
CC:
blink-reviews, blink-reviews-layout_chromium.org, chromium-reviews, eae+blinkwatch, jchaffraix+rendering, leviw+renderwatch, pdr+renderingwatchlist_chromium.org, szager+layoutwatch_chromium.org, zoltan1
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Adjust visual overflow rect for rounded/shifted ascent/descent For now we round and/or shift ascent and descent to integers in some cases, and we may layout using ascent/descent smaller than the original, causing that painted text at the laid-out position may overflow the visual overflow calculated based on layout geometries. Now record the loss in FontMetrics and adjust visual overflow rect to cover the overflows. BUG=706298 Review-Url: https://codereview.chromium.org/2803483002 Cr-Commit-Position: refs/heads/master@{#464689} Committed: https://chromium.googlesource.com/chromium/src/+/bee058616b53303711940b8984f7168d776df959

Patch Set 1 #

Patch Set 2 : - #

Total comments: 2

Patch Set 3 : Rebaseline-cl #

Total comments: 4

Patch Set 4 : - #

Total comments: 8

Patch Set 5 : - #

Patch Set 6 : - #

Patch Set 7 : - #

Patch Set 8 : pack #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2080 lines, -2723 lines) Patch
A + third_party/WebKit/LayoutTests/paint/invalidation/selection/invalidation-rect-includes-newline-for-vertical-lr-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/http/tests/security/img-crossorigin-no-credentials-prompt-expected.txt View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/change-text-content-and-background-color-expected.txt View 1 2 1 chunk +0 lines, -40 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/float-overflow-expected.txt View 1 2 1 chunk +0 lines, -973 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/float-overflow-right-expected.txt View 1 2 1 chunk +0 lines, -973 lines 0 comments Download
A + third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/forms/button-reset-focus-by-mouse-then-keydown-expected.txt View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/forms/submit-focus-by-mouse-then-keydown-expected.txt View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/multicol-repaint-expected.txt View 1 2 1 chunk +0 lines, -74 lines 0 comments Download
A + third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/selection/invalidation-rect-includes-newline-expected.txt View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/selection/invalidation-rect-includes-newline-for-rtl-expected.txt View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/selection/invalidation-rect-includes-newline-for-vertical-lr-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/selection/invalidation-rect-includes-newline-for-vertical-rl-expected.txt View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/textarea-caret-expected.txt View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/transform-inline-layered-child-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/float-overflow-expected.txt View 1 2 1 chunk +28 lines, -28 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/float-overflow-right-expected.txt View 1 2 1 chunk +28 lines, -28 lines 0 comments Download
A + third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/forms/button-reset-focus-by-mouse-then-keydown-expected.txt View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/forms/submit-focus-by-mouse-then-keydown-expected.txt View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/selection/invalidation-rect-includes-newline-expected.txt View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/selection/invalidation-rect-includes-newline-for-rtl-expected.txt View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/selection/invalidation-rect-includes-newline-for-vertical-lr-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/selection/invalidation-rect-includes-newline-for-vertical-rl-expected.txt View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/textarea-caret-expected.txt View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/transform-inline-layered-child-expected.txt View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/LayoutTests/platform/mac-mac10.10/paint/invalidation/control-clip-expected.txt View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.10/paint/invalidation/forms/button-reset-focus-by-mouse-then-keydown-expected.txt View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.10/paint/invalidation/forms/submit-focus-by-mouse-then-keydown-expected.txt View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.10/virtual/disable-spinvalidation/paint/invalidation/control-clip-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.10/virtual/disable-spinvalidation/paint/invalidation/forms/button-reset-focus-by-mouse-then-keydown-expected.txt View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.10/virtual/disable-spinvalidation/paint/invalidation/forms/submit-focus-by-mouse-then-keydown-expected.txt View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
A + third_party/WebKit/LayoutTests/platform/mac-mac10.9/paint/invalidation/control-clip-expected.txt View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.9/paint/invalidation/forms/submit-focus-by-mouse-then-keydown-expected.txt View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.9/virtual/disable-spinvalidation/paint/invalidation/control-clip-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.9/virtual/disable-spinvalidation/paint/invalidation/forms/submit-focus-by-mouse-then-keydown-expected.txt View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/control-clip-expected.txt View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/flexbox/scrollbars-changed-expected.txt View 1 2 1 chunk +54 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/float-overflow-expected.txt View 1 2 1 chunk +140 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/float-overflow-right-expected.txt View 1 2 1 chunk +140 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/forms/button-reset-focus-by-mouse-then-keydown-expected.txt View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/forms/submit-focus-by-mouse-then-keydown-expected.txt View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/inline-overflow-expected.txt View 1 2 1 chunk +28 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/inline-reflow-expected.txt View 1 2 1 chunk +113 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/inline-vertical-lr-overflow-expected.txt View 1 2 1 chunk +28 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/inline-vertical-rl-overflow-expected.txt View 1 2 1 chunk +28 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/invalidate-caret-before-text-node-update-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
A third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/multicol-as-paint-container-expected.txt View 1 2 1 chunk +108 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/multicol-repaint-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/multicol-with-abspos-expected.txt View 1 2 2 chunks +12 lines, -11 lines 0 comments Download
A + third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/multicol-with-abspos-in-relpos-expected.txt View 1 2 2 chunks +12 lines, -11 lines 0 comments Download
A + third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/multicol-with-block-expected.txt View 1 2 2 chunks +12 lines, -11 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/multicol-with-inline-expected.txt View 1 2 1 chunk +32 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/multicol-with-text-expected.txt View 1 2 3 chunks +9 lines, -26 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/push-block-with-first-line-expected.txt View 1 2 1 chunk +60 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/ruby-flipped-blocks-expected.txt View 1 2 2 chunks +28 lines, -28 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/selection/invalidation-rect-includes-newline-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/selection/invalidation-rect-includes-newline-for-rtl-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/selection/invalidation-rect-includes-newline-for-vertical-lr-expected.txt View 1 2 1 chunk +0 lines, -44 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/selection/invalidation-rect-includes-newline-for-vertical-rl-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/svg/scrolling-embedded-svg-file-image-repaint-problem-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/text-in-relative-positioned-inline-expected.txt View 1 2 1 chunk +42 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/transform-inline-layered-child-expected.txt View 1 2 2 chunks +7 lines, -7 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/vertical-rl-as-paint-container-expected.txt View 1 2 1 chunk +47 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/control-clip-expected.txt View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/flexbox/scrollbars-changed-expected.txt View 1 2 1 chunk +59 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/float-overflow-expected.txt View 1 2 1 chunk +84 lines, -84 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/float-overflow-right-expected.txt View 1 2 1 chunk +84 lines, -84 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/forms/button-reset-focus-by-mouse-then-keydown-expected.txt View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/forms/submit-focus-by-mouse-then-keydown-expected.txt View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/inline-outline-repaint-2-expected.txt View 1 2 1 chunk +41 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/inline-overflow-expected.txt View 1 2 1 chunk +28 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/inline-reflow-expected.txt View 1 2 1 chunk +113 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/inline-vertical-lr-overflow-expected.txt View 1 2 1 chunk +28 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/inline-vertical-rl-overflow-expected.txt View 1 2 1 chunk +28 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/invalidate-caret-before-text-node-update-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
A third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/multicol-as-paint-container-expected.txt View 1 2 1 chunk +108 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/multicol-repaint-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/multicol-with-abspos-expected.txt View 1 2 2 chunks +12 lines, -11 lines 0 comments Download
A + third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/multicol-with-abspos-in-relpos-expected.txt View 1 2 2 chunks +12 lines, -11 lines 0 comments Download
A + third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/multicol-with-block-expected.txt View 1 2 2 chunks +12 lines, -11 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/multicol-with-inline-expected.txt View 1 2 1 chunk +32 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/multicol-with-text-expected.txt View 1 2 3 chunks +9 lines, -26 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/push-block-with-first-line-expected.txt View 1 2 1 chunk +60 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/ruby-flipped-blocks-expected.txt View 1 2 2 chunks +33 lines, -28 lines 0 comments Download
A + third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/selection/invalidation-rect-includes-newline-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/selection/invalidation-rect-includes-newline-for-rtl-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/selection/invalidation-rect-includes-newline-for-vertical-rl-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/svg/scrolling-embedded-svg-file-image-repaint-problem-expected.txt View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/text-in-relative-positioned-inline-expected.txt View 1 2 1 chunk +42 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/transform-inline-layered-child-expected.txt View 1 2 2 chunks +7 lines, -7 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/vertical-rl-as-paint-container-expected.txt View 1 2 1 chunk +47 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/win/http/tests/security/img-crossorigin-no-credentials-prompt-expected.txt View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/paint/invalidation/control-clip-expected.txt View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/paint/invalidation/forms/button-reset-focus-by-mouse-then-keydown-expected.txt View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/paint/invalidation/forms/submit-focus-by-mouse-then-keydown-expected.txt View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/paint/invalidation/invalidation-after-opacity-change-subtree-expected.txt View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/paint/invalidation/selection/invalidation-rect-includes-newline-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/paint/invalidation/selection/invalidation-rect-includes-newline-for-rtl-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/paint/invalidation/selection/invalidation-rect-includes-newline-for-vertical-lr-expected.txt View 1 2 1 chunk +0 lines, -44 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/paint/invalidation/selection/invalidation-rect-includes-newline-for-vertical-rl-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/paint/invalidation/textarea-caret-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/paint/invalidation/transform-inline-layered-child-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/paint/invalidation/window-resize-vertical-writing-mode-expected.txt View 1 2 5 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/box-inline-resize-expected.txt View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/change-text-content-and-background-color-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/control-clip-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/float-overflow-expected.txt View 1 2 1 chunk +28 lines, -28 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/float-overflow-right-expected.txt View 1 2 1 chunk +28 lines, -28 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/forms/button-reset-focus-by-mouse-then-keydown-expected.txt View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/forms/submit-focus-by-mouse-then-keydown-expected.txt View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/invalidation-after-opacity-change-subtree-expected.txt View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/multicol-repaint-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/selection/invalidation-rect-includes-newline-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/selection/invalidation-rect-includes-newline-for-rtl-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/selection/invalidation-rect-includes-newline-for-vertical-rl-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/textarea-caret-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/transform-inline-layered-child-expected.txt View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/window-resize-vertical-writing-mode-expected.txt View 1 2 6 chunks +8 lines, -8 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/win7/http/tests/security/img-crossorigin-no-credentials-prompt-expected.txt View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/selection/invalidation-rect-includes-newline-for-vertical-lr-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutText.cpp View 1 2 3 4 5 6 7 1 chunk +18 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/SimpleFontData.h View 1 2 3 4 5 6 7 3 chunks +16 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/SimpleFontData.cpp View 1 2 3 4 5 6 7 3 chunks +34 lines, -23 lines 0 comments Download

Messages

Total messages: 53 (26 generated)
Xianzhu
I wonder if this CL is a good solution, but I need to fix the ...
3 years, 8 months ago (2017-04-04 22:41:00 UTC) #4
drott
On 2017/04/04 at 22:41:00, wangxianzhu wrote: > I wonder if this CL is a good ...
3 years, 8 months ago (2017-04-05 08:57:46 UTC) #7
Xianzhu
On 2017/04/05 08:57:46, drott wrote: > On 2017/04/04 at 22:41:00, wangxianzhu wrote: > > I ...
3 years, 8 months ago (2017-04-05 15:43:58 UTC) #8
Xianzhu
On 2017/04/05 15:43:58, Xianzhu wrote: > On 2017/04/05 08:57:46, drott wrote: > > On 2017/04/04 ...
3 years, 8 months ago (2017-04-05 18:03:45 UTC) #9
Xianzhu
crbug.com/708784 seems the reason of the under-invalidation. However, I'm afraid it's risky to switch subpixel ...
3 years, 8 months ago (2017-04-06 04:07:29 UTC) #10
Xianzhu
I think the lastest patch is a better solution which adjusts visual overflow rect for ...
3 years, 8 months ago (2017-04-06 17:30:16 UTC) #14
chrishtr
The general approach seeks ok from a non-expert POV. https://codereview.chromium.org/2803483002/diff/20001/third_party/WebKit/Source/platform/fonts/SimpleFontData.cpp File third_party/WebKit/Source/platform/fonts/SimpleFontData.cpp (right): https://codereview.chromium.org/2803483002/diff/20001/third_party/WebKit/Source/platform/fonts/SimpleFontData.cpp#newcode154 third_party/WebKit/Source/platform/fonts/SimpleFontData.cpp:154: ...
3 years, 8 months ago (2017-04-06 21:07:00 UTC) #18
Xianzhu
https://codereview.chromium.org/2803483002/diff/20001/third_party/WebKit/Source/platform/fonts/SimpleFontData.cpp File third_party/WebKit/Source/platform/fonts/SimpleFontData.cpp (right): https://codereview.chromium.org/2803483002/diff/20001/third_party/WebKit/Source/platform/fonts/SimpleFontData.cpp#newcode154 third_party/WebKit/Source/platform/fonts/SimpleFontData.cpp:154: #if OS(LINUX) || OS(ANDROID) On 2017/04/06 21:07:00, chrishtr wrote: ...
3 years, 8 months ago (2017-04-06 21:20:47 UTC) #19
Xianzhu
eae@ and drott@ could you review the patch? Thanks!
3 years, 8 months ago (2017-04-07 15:57:19 UTC) #24
Xianzhu
On 2017/04/07 15:57:19, Xianzhu wrote: > eae@ and drott@ could you review the patch? Thanks! ...
3 years, 8 months ago (2017-04-07 16:04:37 UTC) #25
eae
https://codereview.chromium.org/2803483002/diff/40001/third_party/WebKit/Source/core/layout/LayoutText.cpp File third_party/WebKit/Source/core/layout/LayoutText.cpp (right): https://codereview.chromium.org/2803483002/diff/40001/third_party/WebKit/Source/core/layout/LayoutText.cpp#newcode1974 third_party/WebKit/Source/core/layout/LayoutText.cpp:1974: const auto& firstStyle = styleRef(firstTextBox()->isFirstLineStyle()); If I understand the ...
3 years, 8 months ago (2017-04-07 16:34:56 UTC) #26
Xianzhu
https://codereview.chromium.org/2803483002/diff/40001/third_party/WebKit/Source/core/layout/LayoutText.cpp File third_party/WebKit/Source/core/layout/LayoutText.cpp (right): https://codereview.chromium.org/2803483002/diff/40001/third_party/WebKit/Source/core/layout/LayoutText.cpp#newcode1974 third_party/WebKit/Source/core/layout/LayoutText.cpp:1974: const auto& firstStyle = styleRef(firstTextBox()->isFirstLineStyle()); On 2017/04/07 16:34:56, eae ...
3 years, 8 months ago (2017-04-07 17:27:12 UTC) #29
eae
https://codereview.chromium.org/2803483002/diff/60001/third_party/WebKit/Source/core/layout/LayoutText.cpp File third_party/WebKit/Source/core/layout/LayoutText.cpp (right): https://codereview.chromium.org/2803483002/diff/60001/third_party/WebKit/Source/core/layout/LayoutText.cpp#newcode1960 third_party/WebKit/Source/core/layout/LayoutText.cpp:1960: // Inflate visual overflow if we have adjusted ascent/descent ...
3 years, 8 months ago (2017-04-07 17:41:57 UTC) #30
Xianzhu
https://codereview.chromium.org/2803483002/diff/60001/third_party/WebKit/Source/core/layout/LayoutText.cpp File third_party/WebKit/Source/core/layout/LayoutText.cpp (right): https://codereview.chromium.org/2803483002/diff/60001/third_party/WebKit/Source/core/layout/LayoutText.cpp#newcode1960 third_party/WebKit/Source/core/layout/LayoutText.cpp:1960: // Inflate visual overflow if we have adjusted ascent/descent ...
3 years, 8 months ago (2017-04-07 18:02:53 UTC) #31
Xianzhu
P.S. I think your idea is great, but I would like to make follow-up CL ...
3 years, 8 months ago (2017-04-07 18:11:09 UTC) #32
Xianzhu
This is the following CL (always use original ascent/descent for FontMetrics::floatAscent|floatDescent): https://codereview.chromium.org/2797423005.
3 years, 8 months ago (2017-04-07 18:36:42 UTC) #33
eae
On 2017/04/07 18:11:09, Xianzhu OOO 4.8 - 4.16 wrote: > P.S. I think your idea ...
3 years, 8 months ago (2017-04-08 06:45:00 UTC) #35
eae
All the computation takes place in SimpleFontData::platformInit, it would be great if we could contain ...
3 years, 8 months ago (2017-04-08 07:44:54 UTC) #36
Xianzhu
On 2017/04/08 06:45:00, eae wrote: > On 2017/04/07 18:11:09, Xianzhu OOO 4.8 - 4.16 wrote: ...
3 years, 8 months ago (2017-04-11 01:05:38 UTC) #37
eae
At this point, given the desire to DI this into beta, I';d argue we should ...
3 years, 8 months ago (2017-04-11 05:12:37 UTC) #42
Xianzhu
On 2017/04/11 05:12:37, eae wrote: > At this point, given the desire to DI this ...
3 years, 8 months ago (2017-04-12 02:13:35 UTC) #43
eae
I still don't think it is correct but at least it is well contained, we ...
3 years, 8 months ago (2017-04-12 07:31:10 UTC) #44
eae
Giving LGTM to unblock but please try to make it a bit more compact as ...
3 years, 8 months ago (2017-04-12 09:08:20 UTC) #45
Xianzhu
On 2017/04/12 07:31:10, eae wrote: > I still don't think it is correct but at ...
3 years, 8 months ago (2017-04-14 02:25:50 UTC) #46
Xianzhu
On 2017/04/12 07:31:10, eae wrote: > Please try to pack the values better though, using ...
3 years, 8 months ago (2017-04-14 02:52:41 UTC) #47
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2803483002/140001
3 years, 8 months ago (2017-04-14 02:53:02 UTC) #50
commit-bot: I haz the power
3 years, 8 months ago (2017-04-14 06:17:53 UTC) #53
Message was sent while issue was closed.
Committed patchset #8 (id:140001) as
https://chromium.googlesource.com/chromium/src/+/bee058616b53303711940b8984f7...

Powered by Google App Engine
This is Rietveld 408576698