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

Issue 101543009: Make cluster creation independent of fingerprinting. Keep track of current (Closed)

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

Description

Make cluster creation independent of fingerprinting. Keep track of current cluster during layout without walking up the tree. BUG=302005 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=164800

Patch Set 1 : #

Total comments: 10

Patch Set 2 : Address review comments. #

Total comments: 4

Patch Set 3 : Address review comments. #

Patch Set 4 : Update TestExpectations #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+245 lines, -161 lines) Patch
M LayoutTests/TestExpectations View 1 2 3 4 5 6 7 1 chunk +25 lines, -0 lines 0 comments Download
M Source/core/frame/FrameView.cpp View 1 2 3 4 5 6 7 1 chunk +0 lines, -3 lines 0 comments Download
M Source/core/rendering/FastTextAutosizer.h View 1 2 1 chunk +46 lines, -29 lines 0 comments Download
M Source/core/rendering/FastTextAutosizer.cpp View 1 2 2 chunks +164 lines, -128 lines 0 comments Download
M Source/core/rendering/RenderBlockFlow.cpp View 1 2 3 4 5 6 7 3 chunks +8 lines, -0 lines 0 comments Download
M Source/core/rendering/TextAutosizer.cpp View 1 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 22 (0 generated)
skobes
FYI - this is super rough and doesn't even compile yet but I wanted to ...
7 years ago (2013-12-18 02:55:38 UTC) #1
skobes
This is ready for an initial review. I had trouble coming up with a more ...
7 years ago (2013-12-20 23:25:30 UTC) #2
pdr.
I like where this is heading. I'd be in favor of landing a cleaned-up version ...
7 years ago (2013-12-21 01:46:57 UTC) #3
skobes
https://codereview.chromium.org/101543009/diff/110001/Source/core/frame/FrameView.cpp File Source/core/frame/FrameView.cpp (left): https://codereview.chromium.org/101543009/diff/110001/Source/core/frame/FrameView.cpp#oldcode870 Source/core/frame/FrameView.cpp:870: textAutosizer->prepareForLayout(); On 2013/12/21 01:46:57, pdr wrote: > I think ...
6 years, 11 months ago (2014-01-07 03:12:37 UTC) #4
skobes
On 2013/12/21 01:46:57, pdr wrote: > Updating the two maps for fingerprints sprinkles quite a ...
6 years, 11 months ago (2014-01-07 03:15:31 UTC) #5
pdr.
A few minor nits. Otherwise, LGTM! https://codereview.chromium.org/101543009/diff/160001/Source/core/rendering/FastTextAutosizer.cpp File Source/core/rendering/FastTextAutosizer.cpp (right): https://codereview.chromium.org/101543009/diff/160001/Source/core/rendering/FastTextAutosizer.cpp#newcode172 Source/core/rendering/FastTextAutosizer.cpp:172: FastTextAutosizer::Cluster* FastTextAutosizer::addSupercluster(WTF::HashSet<RenderBlock*>& roots, ...
6 years, 11 months ago (2014-01-07 19:50:26 UTC) #6
skobes
https://codereview.chromium.org/101543009/diff/160001/Source/core/rendering/FastTextAutosizer.cpp File Source/core/rendering/FastTextAutosizer.cpp (right): https://codereview.chromium.org/101543009/diff/160001/Source/core/rendering/FastTextAutosizer.cpp#newcode172 Source/core/rendering/FastTextAutosizer.cpp:172: FastTextAutosizer::Cluster* FastTextAutosizer::addSupercluster(WTF::HashSet<RenderBlock*>& roots, RenderBlock* returnFor) On 2014/01/07 19:50:27, pdr ...
6 years, 11 months ago (2014-01-07 20:10:52 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/101543009/250001
6 years, 11 months ago (2014-01-07 20:35:09 UTC) #8
commit-bot: I haz the power
Retried try job too often on linux_blink_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_blink_rel&number=16637
6 years, 11 months ago (2014-01-07 22:56:05 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/skobes@chromium.org/101543009/460001
6 years, 11 months ago (2014-01-08 01:46:56 UTC) #10
commit-bot: I haz the power
Retried try job too often on linux_blink_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_blink_rel&number=16683
6 years, 11 months ago (2014-01-08 04:08:59 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/101543009/630001
6 years, 11 months ago (2014-01-08 18:51:26 UTC) #12
commit-bot: I haz the power
Retried try job too often on linux_blink_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_blink_rel&number=16872
6 years, 11 months ago (2014-01-08 19:52:07 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/skobes@chromium.org/101543009/630001
6 years, 11 months ago (2014-01-08 20:00:28 UTC) #14
commit-bot: I haz the power
Failed to apply patch for LayoutTests/TestExpectations: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 11 months ago (2014-01-08 20:00:33 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/101543009/800001
6 years, 11 months ago (2014-01-09 00:05:06 UTC) #16
commit-bot: I haz the power
Failed to apply patch for LayoutTests/TestExpectations: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 11 months ago (2014-01-09 00:05:10 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/skobes@chromium.org/101543009/840001
6 years, 11 months ago (2014-01-09 00:09:04 UTC) #18
commit-bot: I haz the power
Retried try job too often on win_blink_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_blink_rel&number=22084
6 years, 11 months ago (2014-01-09 03:05:04 UTC) #19
pdr.
On 2014/01/09 03:05:04, I haz the power (commit-bot) wrote: > Retried try job too often ...
6 years, 11 months ago (2014-01-09 04:03:46 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/skobes@chromium.org/101543009/1060001
6 years, 11 months ago (2014-01-09 18:32:12 UTC) #21
commit-bot: I haz the power
6 years, 11 months ago (2014-01-09 20:34:25 UTC) #22
Message was sent while issue was closed.
Change committed as 164800

Powered by Google App Engine
This is Rietveld 408576698