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

Issue 270333003: cc: Do not limit number of raster tasks for upload limit. (Closed)

Created:
6 years, 7 months ago by alokp
Modified:
6 years, 7 months ago
Reviewers:
epenner, reveman, vmpstr
CC:
chromium-reviews, cc-bugs_chromium.org, Vangelis Kokkevis
Visibility:
Public.

Description

cc: Do not limit number of raster tasks for upload limit. BUG=368936 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=269617

Patch Set 1 #

Total comments: 6

Patch Set 2 : addressed comments #

Patch Set 3 : rebase #

Patch Set 4 : Fixed TileManagerPerfTest #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -69 lines) Patch
M cc/resources/tile_manager.h View 3 chunks +0 lines, -3 lines 0 comments Download
M cc/resources/tile_manager.cc View 1 2 3 8 chunks +4 lines, -17 lines 0 comments Download
M cc/resources/tile_manager_perftest.cc View 1 2 3 1 chunk +2 lines, -3 lines 0 comments Download
M cc/test/fake_tile_manager.h View 1 2 3 1 chunk +0 lines, -3 lines 0 comments Download
M cc/test/fake_tile_manager.cc View 4 chunks +0 lines, -15 lines 0 comments Download
M cc/test/test_web_graphics_context_3d.h View 2 chunks +0 lines, -5 lines 0 comments Download
M cc/test/test_web_graphics_context_3d.cc View 3 chunks +0 lines, -9 lines 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 2 chunks +0 lines, -9 lines 0 comments Download
M cc/trees/layer_tree_host_unittest.cc View 2 chunks +1 line, -5 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
alokp
6 years, 7 months ago (2014-05-08 00:00:25 UTC) #1
reveman
https://codereview.chromium.org/270333003/diff/1/cc/resources/tile_manager.cc File cc/resources/tile_manager.cc (left): https://codereview.chromium.org/270333003/diff/1/cc/resources/tile_manager.cc#oldcode839 cc/resources/tile_manager.cc:839: // between each call to this function). FYI, I'm ...
6 years, 7 months ago (2014-05-08 13:55:37 UTC) #2
vmpstr
lgtm % reveman https://codereview.chromium.org/270333003/diff/1/cc/resources/tile_manager.cc File cc/resources/tile_manager.cc (left): https://codereview.chromium.org/270333003/diff/1/cc/resources/tile_manager.cc#oldcode839 cc/resources/tile_manager.cc:839: // between each call to this ...
6 years, 7 months ago (2014-05-08 16:49:03 UTC) #3
reveman
https://codereview.chromium.org/270333003/diff/1/cc/resources/tile_manager.cc File cc/resources/tile_manager.cc (right): https://codereview.chromium.org/270333003/diff/1/cc/resources/tile_manager.cc#newcode878 cc/resources/tile_manager.cc:878: if (tiles_that_need_to_be_rasterized->size() < kScheduledRasterTasksLimit) { On 2014/05/08 16:49:04, vmpstr ...
6 years, 7 months ago (2014-05-08 17:07:51 UTC) #4
alokp
https://codereview.chromium.org/270333003/diff/1/cc/resources/tile_manager.cc File cc/resources/tile_manager.cc (right): https://codereview.chromium.org/270333003/diff/1/cc/resources/tile_manager.cc#newcode878 cc/resources/tile_manager.cc:878: if (tiles_that_need_to_be_rasterized->size() < kScheduledRasterTasksLimit) { On 2014/05/08 17:07:51, reveman ...
6 years, 7 months ago (2014-05-08 18:04:47 UTC) #5
alokp
epenner@: This essentially reverts your patch in r233731. Thoughts/Concerns?
6 years, 7 months ago (2014-05-08 18:07:29 UTC) #6
reveman
lgtm % epenner's review I think the situation is a bit different since this limit ...
6 years, 7 months ago (2014-05-08 18:37:07 UTC) #7
alokp
epenner is OOO until the end of this month. Committing...
6 years, 7 months ago (2014-05-08 18:42:36 UTC) #8
alokp
The CQ bit was checked by alokp@chromium.org
6 years, 7 months ago (2014-05-08 18:42:42 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alokp@chromium.org/270333003/40001
6 years, 7 months ago (2014-05-08 18:47:33 UTC) #10
epenner
The CQ bit was unchecked by epenner@chromium.org
6 years, 7 months ago (2014-05-08 22:07:54 UTC) #11
epenner
See my comment on the bug. Indeed I'll be gone though so use best judgement. ...
6 years, 7 months ago (2014-05-08 22:14:55 UTC) #12
alokp
The CQ bit was checked by alokp@chromium.org
6 years, 7 months ago (2014-05-09 17:39:32 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alokp@chromium.org/270333003/40001
6 years, 7 months ago (2014-05-09 17:41:49 UTC) #14
alokp
The CQ bit was checked by alokp@chromium.org
6 years, 7 months ago (2014-05-09 19:07:21 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alokp@chromium.org/270333003/60001
6 years, 7 months ago (2014-05-09 19:09:30 UTC) #16
commit-bot: I haz the power
6 years, 7 months ago (2014-05-10 19:19:33 UTC) #17
Message was sent while issue was closed.
Change committed as 269617

Powered by Google App Engine
This is Rietveld 408576698