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

Issue 11417002: First draft of TileManager's tile prioritzation system (Closed)

Created:
8 years, 1 month ago by nduca
Modified:
8 years, 1 month ago
CC:
chromium-reviews, cc-bugs_chromium.org
Visibility:
Public.

Description

First draft of TileManager's tile prioritzation system BUG=155209 R=enne@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=168175

Patch Set 1 #

Patch Set 2 : Compiles #

Total comments: 1

Patch Set 3 : . #

Total comments: 1

Patch Set 4 : rebase #

Total comments: 4

Patch Set 5 : . #

Patch Set 6 : . #

Patch Set 7 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+302 lines, -162 lines) Patch
M cc/layer_tree_host_impl.h View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M cc/picture_layer_impl.cc View 1 2 3 4 5 6 2 chunks +4 lines, -6 lines 0 comments Download
M cc/tile.h View 1 2 3 2 chunks +28 lines, -51 lines 0 comments Download
M cc/tile.cc View 1 1 chunk +13 lines, -43 lines 0 comments Download
M cc/tile_manager.h View 1 2 3 chunks +41 lines, -5 lines 0 comments Download
M cc/tile_manager.cc View 1 2 3 4 4 chunks +162 lines, -16 lines 0 comments Download
M cc/tile_priority.h View 1 2 3 chunks +47 lines, -41 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
enne (OOO)
lgtm as a checkpoint commit https://codereview.chromium.org/11417002/diff/2001/cc/tile_priority.h File cc/tile_priority.h (right): https://codereview.chromium.org/11417002/diff/2001/cc/tile_priority.h#newcode18 cc/tile_priority.h:18: MIGHT_EVENTUALLY_BE_CRISP = 2 // ...
8 years, 1 month ago (2012-11-15 19:03:24 UTC) #1
nduca
I like it. I'll call it non_ideal_res.
8 years, 1 month ago (2012-11-16 02:00:26 UTC) #2
slavi
http://codereview.chromium.org/11417002/diff/2004/cc/tile_priority.h File cc/tile_priority.h (right): http://codereview.chromium.org/11417002/diff/2004/cc/tile_priority.h#newcode16 cc/tile_priority.h:16: LOW_RESOLUTION = 0 , Style nit: kFooBar for constants.
8 years, 1 month ago (2012-11-16 02:44:53 UTC) #3
nduca
http://dev.chromium.org/developers/coding-style Though the Google C++ Style Guide now says to use kConstantNaming for enums, Chromium ...
8 years, 1 month ago (2012-11-16 02:52:23 UTC) #4
reveman
https://codereview.chromium.org/11417002/diff/8/cc/tile_manager.cc File cc/tile_manager.cc (right): https://codereview.chromium.org/11417002/diff/8/cc/tile_manager.cc#newcode86 cc/tile_manager.cc:86: for(TileVector::iterator it = tiles_.begin(); it != tiles_.end(); ++it) { ...
8 years, 1 month ago (2012-11-16 03:05:06 UTC) #5
skaslev
Interesting. It seems that Chrome does indeed use both styles. My grep-fu is not sufficient ...
8 years, 1 month ago (2012-11-16 03:34:07 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nduca@chromium.org/11417002/8014
8 years, 1 month ago (2012-11-16 03:44:35 UTC) #7
jamesr1
https://groups.google.com/a/chromium.org/d/topic/chromium-dev/RxEyIrolvs0/discussion On Thu, Nov 15, 2012 at 7:34 PM, Slavomir Kaslev <skaslev@google.com> wrote: > Interesting. ...
8 years, 1 month ago (2012-11-16 04:06:38 UTC) #8
commit-bot: I haz the power
Retried try job too often for step(s) browser_tests
8 years, 1 month ago (2012-11-16 08:05:49 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nduca@chromium.org/11417002/8014
8 years, 1 month ago (2012-11-16 08:12:56 UTC) #10
commit-bot: I haz the power
8 years, 1 month ago (2012-11-16 10:00:49 UTC) #11
Change committed as 168175

Powered by Google App Engine
This is Rietveld 408576698