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

Issue 13051003: cpplint.py pass on cc/(base|debug|quads|resources)/ (Closed)

Created:
7 years, 9 months ago by jamesr
Modified:
7 years, 9 months ago
Reviewers:
danakj
CC:
chromium-reviews, cc-bugs_chromium.org
Visibility:
Public.

Description

This fixes all lint issues (except for false positives) in: cc/base/ cc/debug/ cc/resources/ cc/quads/ BUG=144577 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=190715

Patch Set 1 #

Patch Set 2 : Fix lint errors in base/, debug/, quads/ and resources/ #

Patch Set 3 : attempt win build fix #

Patch Set 4 : rebased #

Patch Set 5 : #

Total comments: 29

Patch Set 6 : fix prioritized_resource_unittest #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1127 lines, -948 lines) Patch
M cc/base/completion_event.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/base/hash_pair.h View 1 2 3 4 chunks +36 lines, -33 lines 0 comments Download
M cc/base/hash_pair_unittest.cc View 1 chunk +10 lines, -27 lines 0 comments Download
M cc/base/math_util.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M cc/base/region_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/base/scoped_ptr_deque.h View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/base/scoped_ptr_hash_map.h View 1 2 3 2 chunks +5 lines, -1 line 0 comments Download
M cc/base/scoped_ptr_vector.h View 2 chunks +4 lines, -1 line 0 comments Download
M cc/base/tiling_data.h View 2 chunks +6 lines, -1 line 0 comments Download
M cc/base/tiling_data.cc View 1 2 3 1 chunk +4 lines, -2 lines 0 comments Download
M cc/base/tiling_data_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/base/worker_pool.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/base/worker_pool.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M cc/debug/debug_colors.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M cc/debug/debug_colors.cc View 1 2 chunks +174 lines, -57 lines 0 comments Download
M cc/debug/devtools_instrumentation.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M cc/debug/fake_web_graphics_context_3d.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M cc/debug/frame_rate_counter.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M cc/debug/overdraw_metrics.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M cc/debug/rendering_stats_instrumentation.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M cc/debug/ring_buffer.h View 1 4 chunks +13 lines, -13 lines 0 comments Download
M cc/layers/layer_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/picture_layer_impl.h View 1 2 2 chunks +4 lines, -2 lines 0 comments Download
M cc/quads/checkerboard_draw_quad.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M cc/quads/debug_border_draw_quad.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M cc/quads/draw_quad.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/quads/draw_quad.cc View 1 1 chunk +1 line, -3 lines 0 comments Download
M cc/quads/draw_quad_unittest.cc View 1 2 3 2 chunks +9 lines, -7 lines 0 comments Download
M cc/quads/io_surface_draw_quad.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M cc/quads/io_surface_draw_quad.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/quads/render_pass.h View 1 2 3 4 chunks +5 lines, -4 lines 0 comments Download
M cc/quads/render_pass_draw_quad.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/quads/render_pass_draw_quad.cc View 1 3 chunks +5 lines, -5 lines 0 comments Download
M cc/quads/render_pass_unittest.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M cc/quads/shared_quad_state.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/quads/solid_color_draw_quad.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M cc/quads/stream_video_draw_quad.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M cc/quads/texture_draw_quad.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M cc/quads/tile_draw_quad.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M cc/quads/yuv_video_draw_quad.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M cc/resources/caching_bitmap_content_layer_updater.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M cc/resources/image_layer_updater.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/layer_quad.h View 1 2 chunks +14 lines, -5 lines 0 comments Download
M cc/resources/layer_tiling_data.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/resources/layer_tiling_data.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/resources/managed_memory_policy.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/managed_memory_policy.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M cc/resources/managed_tile_state.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/resources/memory_history.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/resources/picture.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/picture.cc View 1 2 3 2 chunks +2 lines, -3 lines 0 comments Download
M cc/resources/picture_layer_tiling.h View 1 3 chunks +7 lines, -1 line 0 comments Download
M cc/resources/picture_layer_tiling.cc View 1 4 chunks +3 lines, -4 lines 0 comments Download
M cc/resources/picture_layer_tiling_set.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/picture_layer_tiling_set_unittest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/resources/picture_layer_tiling_unittest.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M cc/resources/picture_pile.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
M cc/resources/picture_pile_base.h View 1 2 chunks +2 lines, -1 line 0 comments Download
M cc/resources/picture_pile_base.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M cc/resources/picture_pile_impl.h View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M cc/resources/picture_pile_impl.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M cc/resources/prioritized_resource_manager.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M cc/resources/prioritized_resource_manager.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M cc/resources/prioritized_resource_unittest.cc View 1 2 3 4 5 1 chunk +689 lines, -686 lines 0 comments Download
M cc/resources/priority_calculator.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/priority_calculator.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/resources/resource_pool.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M cc/resources/resource_provider.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/resource_provider.cc View 1 3 chunks +3 lines, -2 lines 0 comments Download
M cc/resources/resource_provider_unittest.cc View 1 2 3 3 chunks +10 lines, -4 lines 0 comments Download
M cc/resources/resource_update.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/resource_update_controller_unittest.cc View 1 3 chunks +9 lines, -4 lines 0 comments Download
M cc/resources/resource_update_queue.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/scoped_resource.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M cc/resources/scoped_resource_unittest.cc View 1 1 chunk +0 lines, -2 lines 0 comments Download
M cc/resources/tile.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M cc/resources/tile_manager.h View 1 2 3 2 chunks +4 lines, -5 lines 0 comments Download
M cc/resources/tile_manager.cc View 1 3 chunks +4 lines, -3 lines 0 comments Download
M cc/resources/tile_priority.h View 1 2 chunks +4 lines, -3 lines 0 comments Download
M cc/resources/tile_priority.cc View 1 2 chunks +10 lines, -10 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
jamesr
7 years, 9 months ago (2013-03-25 04:50:37 UTC) #1
danakj
LGTM with some nits for the newly-chromified file. https://codereview.chromium.org/13051003/diff/15001/cc/debug/ring_buffer.h File cc/debug/ring_buffer.h (right): https://codereview.chromium.org/13051003/diff/15001/cc/debug/ring_buffer.h#newcode12 cc/debug/ring_buffer.h:12: template<typename ...
7 years, 9 months ago (2013-03-25 17:23:31 UTC) #2
jamesr
On 2013/03/25 17:23:31, danakj wrote: > LGTM with some nits for the newly-chromified file. > ...
7 years, 9 months ago (2013-03-25 18:14:57 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jamesr@chromium.org/13051003/21001
7 years, 9 months ago (2013-03-25 19:44:33 UTC) #4
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=111146
7 years, 9 months ago (2013-03-25 22:01:01 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jamesr@chromium.org/13051003/21001
7 years, 9 months ago (2013-03-25 22:07:56 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jamesr@chromium.org/13051003/21001
7 years, 9 months ago (2013-03-26 07:12:00 UTC) #7
commit-bot: I haz the power
Failed to apply patch for cc/resources/picture_layer_tiling.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 9 months ago (2013-03-26 12:58:17 UTC) #8
jamesr
7 years, 9 months ago (2013-03-26 18:06:17 UTC) #9
Message was sent while issue was closed.
Committed patchset #6 manually as r190715 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698