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

Issue 180743004: Disable FTA when max multiplier is 1. (Closed)

Created:
6 years, 9 months ago by skobes
Modified:
6 years, 9 months ago
Reviewers:
pdr.
CC:
blink-reviews, mstensho+blink_opera.com, bemjb+rendering_chromium.org, dsinclair, zoltan1, eae+blinkwatch, leviw+renderwatch, jchaffraix+rendering
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Disable FTA when the maximum multiplier is 1 (e.g., pages with meta viewport width=device-width). Also handle zero frame width correctly (happens occasionally per crbug.com/340987), and simplify the LayoutScope interface. BUG=347384 NOTRY=true Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=168397

Patch Set 1 : #

Total comments: 6

Patch Set 2 : #

Total comments: 7

Patch Set 3 : Address review comments. #

Patch Set 4 : Rebaseline. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+62 lines, -40 lines) Patch
M Source/core/rendering/FastTextAutosizer.h View 1 2 5 chunks +14 lines, -24 lines 0 comments Download
M Source/core/rendering/FastTextAutosizer.cpp View 1 2 3 11 chunks +45 lines, -13 lines 0 comments Download
M Source/core/rendering/RenderBlock.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderBlockFlow.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderTable.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 17 (0 generated)
skobes
6 years, 9 months ago (2014-02-28 20:10:26 UTC) #1
pdr.
I think the idea here is good but I have some nits about the implementation. ...
6 years, 9 months ago (2014-02-28 22:13:32 UTC) #2
skobes
https://codereview.chromium.org/180743004/diff/60001/Source/core/rendering/FastTextAutosizer.cpp File Source/core/rendering/FastTextAutosizer.cpp (right): https://codereview.chromium.org/180743004/diff/60001/Source/core/rendering/FastTextAutosizer.cpp#newcode80 Source/core/rendering/FastTextAutosizer.cpp:80: if (!enabled()) On 2014/02/28 22:13:33, pdr wrote: > enabled() ...
6 years, 9 months ago (2014-03-01 01:45:38 UTC) #3
pdr.
https://codereview.chromium.org/180743004/diff/80001/Source/core/rendering/FastTextAutosizer.cpp File Source/core/rendering/FastTextAutosizer.cpp (right): https://codereview.chromium.org/180743004/diff/80001/Source/core/rendering/FastTextAutosizer.cpp#newcode210 Source/core/rendering/FastTextAutosizer.cpp:210: m_firstBlock = 0; Should we reset m_pageNeedsAutosizing here? https://codereview.chromium.org/180743004/diff/80001/Source/core/rendering/FastTextAutosizer.cpp#newcode254 ...
6 years, 9 months ago (2014-03-01 05:16:43 UTC) #4
skobes
PTAL. Made PageAutosizingStatus orthogonal to enabled(). As discussed on chat, we record() even if the ...
6 years, 9 months ago (2014-03-04 00:00:24 UTC) #5
pdr.
On 2014/03/04 00:00:24, skobes wrote: > PTAL. Made PageAutosizingStatus orthogonal to enabled(). > > As ...
6 years, 9 months ago (2014-03-04 00:13:14 UTC) #6
pdr.
The CQ bit was checked by pdr@chromium.org
6 years, 9 months ago (2014-03-04 00:13:26 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/skobes@chromium.org/180743004/160001
6 years, 9 months ago (2014-03-04 00:13:41 UTC) #8
pdr.
The CQ bit was unchecked by pdr@chromium.org
6 years, 9 months ago (2014-03-04 03:06:23 UTC) #9
pdr.
The win bot is... not winning. Adding notry=true and putting this guy back in the ...
6 years, 9 months ago (2014-03-04 03:07:50 UTC) #10
skobes
The CQ bit was checked by skobes@chromium.org
6 years, 9 months ago (2014-03-04 06:58:12 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/skobes@chromium.org/180743004/160001
6 years, 9 months ago (2014-03-04 06:58:29 UTC) #12
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-04 06:58:33 UTC) #13
commit-bot: I haz the power
Failed to apply patch for Source/core/rendering/FastTextAutosizer.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 9 months ago (2014-03-04 06:58:33 UTC) #14
skobes
The CQ bit was checked by skobes@chromium.org
6 years, 9 months ago (2014-03-04 18:11:36 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/skobes@chromium.org/180743004/180001
6 years, 9 months ago (2014-03-04 18:11:45 UTC) #16
commit-bot: I haz the power
6 years, 9 months ago (2014-03-04 18:12:04 UTC) #17
Message was sent while issue was closed.
Change committed as 168397

Powered by Google App Engine
This is Rietveld 408576698