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

Issue 379823002: cc: skipping a horizontal sort by checking the value of vertical_density (Closed)

Created:
6 years, 5 months ago by hyunki
Modified:
6 years, 5 months ago
CC:
chromium-reviews, cc-bugs_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

cc: skipping a horizontal sort by checking the value of vertical_density When vertical_density is 1, the value of horizontal_density from do_clustering() should be equal to 1. Thus, it skips the horizontal sort process in this case. When I checked logs in google.com and www.naver.com, this condition (vertical_density equals to 1) is met for more than 70% of cases. BUG=312861 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282317

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : remove TODO comment line #

Total comments: 4

Patch Set 4 : address nits #

Total comments: 2

Patch Set 5 : Add a commnet to explain why early return can be possible #

Patch Set 6 : Rebase #

Patch Set 7 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -4 lines) Patch
M cc/resources/picture_pile.cc View 1 2 3 4 5 6 1 chunk +9 lines, -4 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
hyunki
PTAL. Thanks. :-)
6 years, 5 months ago (2014-07-09 12:55:28 UTC) #1
vmpstr
https://codereview.chromium.org/379823002/diff/40001/cc/resources/picture_pile.cc File cc/resources/picture_pile.cc (right): https://codereview.chromium.org/379823002/diff/40001/cc/resources/picture_pile.cc#newcode119 cc/resources/picture_pile.cc:119: if (vertical_density == 1) { nit: 1.f https://codereview.chromium.org/379823002/diff/40001/cc/resources/picture_pile.cc#newcode125 cc/resources/picture_pile.cc:125: ...
6 years, 5 months ago (2014-07-09 23:29:12 UTC) #2
hyunki
Thanks. I updated two comments. PTAL. https://codereview.chromium.org/379823002/diff/40001/cc/resources/picture_pile.cc File cc/resources/picture_pile.cc (right): https://codereview.chromium.org/379823002/diff/40001/cc/resources/picture_pile.cc#newcode119 cc/resources/picture_pile.cc:119: if (vertical_density == ...
6 years, 5 months ago (2014-07-09 23:43:44 UTC) #3
vmpstr
lgtm with nit https://codereview.chromium.org/379823002/diff/60001/cc/resources/picture_pile.cc File cc/resources/picture_pile.cc (right): https://codereview.chromium.org/379823002/diff/60001/cc/resources/picture_pile.cc#newcode119 cc/resources/picture_pile.cc:119: if (vertical_density == 1.f) { nit: ...
6 years, 5 months ago (2014-07-09 23:47:14 UTC) #4
hyunki
On 2014/07/09 23:47:14, vmpstr wrote: > lgtm with nit > > https://codereview.chromium.org/379823002/diff/60001/cc/resources/picture_pile.cc > File cc/resources/picture_pile.cc ...
6 years, 5 months ago (2014-07-09 23:47:54 UTC) #5
hyunki
https://codereview.chromium.org/379823002/diff/60001/cc/resources/picture_pile.cc File cc/resources/picture_pile.cc (right): https://codereview.chromium.org/379823002/diff/60001/cc/resources/picture_pile.cc#newcode119 cc/resources/picture_pile.cc:119: if (vertical_density == 1.f) { On 2014/07/09 23:47:14, vmpstr ...
6 years, 5 months ago (2014-07-09 23:51:27 UTC) #6
hyunki
The CQ bit was checked by hyunki.baik@samsung.com
6 years, 5 months ago (2014-07-10 00:06:43 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hyunki.baik@samsung.com/379823002/80001
6 years, 5 months ago (2014-07-10 00:10:36 UTC) #8
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-10 03:54:42 UTC) #9
commit-bot: I haz the power
Failed to apply patch for cc/resources/picture_pile.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 5 months ago (2014-07-10 03:54:43 UTC) #10
hyunki
The CQ bit was checked by hyunki.baik@samsung.com
6 years, 5 months ago (2014-07-10 04:19:31 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hyunki.baik@samsung.com/379823002/100001
6 years, 5 months ago (2014-07-10 04:21:46 UTC) #12
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_aosp on tryserver.chromium ...
6 years, 5 months ago (2014-07-10 04:35:03 UTC) #13
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-10 04:36:16 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/26868)
6 years, 5 months ago (2014-07-10 04:36:17 UTC) #15
hyunki
The CQ bit was checked by hyunki.baik@samsung.com
6 years, 5 months ago (2014-07-10 04:48:56 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hyunki.baik@samsung.com/379823002/120001
6 years, 5 months ago (2014-07-10 04:50:46 UTC) #17
hyunki
The CQ bit was unchecked by hyunki.baik@samsung.com
6 years, 5 months ago (2014-07-10 07:23:20 UTC) #18
hyunki
The CQ bit was checked by hyunki.baik@samsung.com
6 years, 5 months ago (2014-07-10 07:23:46 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hyunki.baik@samsung.com/379823002/120001
6 years, 5 months ago (2014-07-10 07:24:31 UTC) #20
commit-bot: I haz the power
6 years, 5 months ago (2014-07-10 12:11:36 UTC) #21
Message was sent while issue was closed.
Change committed as 282317

Powered by Google App Engine
This is Rietveld 408576698