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

Issue 12676029: cc: Fix capitalization style in chromified files. (Closed)

Created:
7 years, 9 months ago by danakj
Modified:
7 years, 9 months ago
Reviewers:
enne (OOO)
CC:
chromium-reviews, feature-media-reviews_chromium.org, cc-bugs_chromium.org, piman, backer
Visibility:
Public.

Description

cc: Fix capitalization style in chromified files. Style-only change. Many already-chromified files missed a variable or function name here and there. This grabs (hopefully) all of them. For the record, I found these with: git gs '[^a-zA-Z0-9_>\."][a-jl-z]\+[A-Z][A-Za-z0-9_]*\($\|[ !=;,\.^&*)"]\)' R=enne BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=190326

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+828 lines, -819 lines) Patch
M cc/animation/animation.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/animation/animation.cc View 3 chunks +10 lines, -10 lines 0 comments Download
M cc/animation/layer_animation_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/animation/layer_animation_controller_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M cc/base/hash_pair.h View 4 chunks +19 lines, -19 lines 0 comments Download
M cc/base/math_util.h View 2 chunks +7 lines, -7 lines 0 comments Download
M cc/base/region_unittest.cc View 2 chunks +24 lines, -24 lines 0 comments Download
M cc/base/scoped_ptr_hash_map.h View 1 chunk +4 lines, -4 lines 0 comments Download
M cc/base/tiling_data.cc View 2 chunks +8 lines, -4 lines 0 comments Download
M cc/debug/fake_web_graphics_context_3d.h View 5 chunks +13 lines, -9 lines 0 comments Download
M cc/debug/fake_web_graphics_context_3d.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/debug/frame_rate_counter.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/debug/overdraw_metrics.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/debug/rendering_stats.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/input/input_handler.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/input/top_controls_manager_unittest.cc View 7 chunks +7 lines, -7 lines 0 comments Download
M cc/layers/delegated_renderer_layer_impl.cc View 1 2 3 4 3 chunks +10 lines, -10 lines 0 comments Download
M cc/layers/delegated_renderer_layer_impl_unittest.cc View 1 2 3 4 10 chunks +16 lines, -16 lines 0 comments Download
M cc/layers/draw_properties.h View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M cc/layers/heads_up_display_layer.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/layers/heads_up_display_layer_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/io_surface_layer_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/layer.h View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/layers/layer.cc View 5 chunks +6 lines, -6 lines 0 comments Download
M cc/layers/layer_impl.h View 5 chunks +8 lines, -8 lines 0 comments Download
M cc/layers/layer_impl.cc View 5 chunks +9 lines, -9 lines 0 comments Download
M cc/layers/layer_impl_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/layer_iterator.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/layer_unittest.cc View 6 chunks +11 lines, -11 lines 0 comments Download
M cc/layers/nine_patch_layer.cc View 1 2 3 4 1 chunk +4 lines, -4 lines 0 comments Download
M cc/layers/nine_patch_layer_impl.cc View 9 chunks +23 lines, -23 lines 0 comments Download
M cc/layers/picture_image_layer_impl.h View 1 chunk +4 lines, -4 lines 0 comments Download
M cc/layers/picture_image_layer_impl.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M cc/layers/picture_layer_impl.cc View 1 2 3 4 6 chunks +23 lines, -22 lines 0 comments Download
M cc/layers/picture_layer_impl_unittest.cc View 1 2 3 4 7 chunks +10 lines, -10 lines 0 comments Download
M cc/layers/render_surface_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/render_surface_unittest.cc View 1 2 3 4 1 chunk +4 lines, -4 lines 0 comments Download
M cc/layers/scrollbar_geometry_fixed_thumb.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M cc/layers/scrollbar_layer.h View 2 chunks +9 lines, -9 lines 0 comments Download
M cc/layers/scrollbar_layer.cc View 1 2 3 4 4 chunks +10 lines, -10 lines 0 comments Download
M cc/layers/scrollbar_layer_impl.cc View 4 chunks +9 lines, -9 lines 0 comments Download
M cc/layers/scrollbar_layer_unittest.cc View 1 2 3 4 3 chunks +3 lines, -3 lines 0 comments Download
M cc/layers/solid_color_layer_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/layers/solid_color_layer_impl_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M cc/layers/texture_layer_unittest.cc View 6 chunks +11 lines, -11 lines 0 comments Download
M cc/layers/tiled_layer_impl_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/layers/tiled_layer_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/video_layer_impl.cc View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
M cc/output/delegating_renderer.cc View 2 chunks +20 lines, -20 lines 0 comments Download
M cc/output/delegating_renderer_unittest.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M cc/output/direct_renderer.cc View 6 chunks +23 lines, -23 lines 0 comments Download
M cc/output/gl_renderer.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/output/gl_renderer.cc View 1 2 3 4 8 chunks +10 lines, -10 lines 0 comments Download
M cc/output/gl_renderer_pixeltest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/output/gl_renderer_unittest.cc View 1 2 3 4 10 chunks +24 lines, -24 lines 0 comments Download
M cc/output/output_surface.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M cc/output/render_surface_filters.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M cc/output/software_output_device.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/output/software_renderer.cc View 1 2 3 4 2 chunks +5 lines, -3 lines 0 comments Download
M cc/output/software_renderer_unittest.cc View 1 2 3 4 5 2 chunks +4 lines, -4 lines 0 comments Download
M cc/quads/draw_quad.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/quads/draw_quad_unittest.cc View 1 2 3 4 3 chunks +8 lines, -8 lines 0 comments Download
M cc/quads/render_pass.h View 2 chunks +7 lines, -7 lines 0 comments Download
M cc/quads/texture_draw_quad.cc View 4 chunks +18 lines, -18 lines 0 comments Download
M cc/resources/bitmap_skpicture_content_layer_updater.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/resources/content_layer_updater.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/content_layer_updater.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/picture.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/picture.cc View 1 2 3 4 3 chunks +5 lines, -5 lines 0 comments Download
M cc/resources/picture_pile_impl.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/picture_pile_impl.cc View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
M cc/resources/prioritized_resource_manager.h View 3 chunks +4 lines, -4 lines 0 comments Download
M cc/resources/prioritized_resource_manager.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M cc/resources/prioritized_resource_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/resource_provider_unittest.cc View 1 2 3 4 11 chunks +18 lines, -18 lines 0 comments Download
M cc/resources/resource_update_controller.cc View 1 2 3 4 2 chunks +6 lines, -6 lines 0 comments Download
M cc/resources/skpicture_content_layer_updater.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M cc/resources/tile_manager.h View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/scheduler/delay_based_time_source.cc View 5 chunks +18 lines, -18 lines 0 comments Download
M cc/scheduler/frame_rate_controller_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/scheduler/scheduler.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M cc/scheduler/scheduler_state_machine.h View 2 chunks +5 lines, -5 lines 0 comments Download
M cc/scheduler/scheduler_state_machine_unittest.cc View 7 chunks +11 lines, -11 lines 0 comments Download
M cc/scheduler/texture_uploader.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/scheduler/texture_uploader.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M cc/test/animation_test_common.cc View 1 2 3 4 2 chunks +15 lines, -15 lines 0 comments Download
M cc/test/fake_proxy.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/test/fake_web_scrollbar.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_web_scrollbar.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M cc/test/layer_tree_json_parser.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/test/layer_tree_test.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/layer_tree_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/render_pass_test_common.cc View 3 chunks +25 lines, -24 lines 0 comments Download
M cc/test/render_pass_test_utils.h View 1 2 3 4 1 chunk +10 lines, -10 lines 0 comments Download
M cc/test/render_pass_test_utils.cc View 1 2 3 4 1 chunk +38 lines, -37 lines 0 comments Download
M cc/test/tiled_layer_test_common.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/damage_tracker.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M cc/trees/damage_tracker_unittest.cc View 1 2 3 4 10 chunks +16 lines, -15 lines 0 comments Download
M cc/trees/layer_sorter.cc View 4 chunks +9 lines, -9 lines 0 comments Download
M cc/trees/layer_tree_host.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/layer_tree_host_common.h View 2 chunks +8 lines, -8 lines 0 comments Download
M cc/trees/layer_tree_host_common.cc View 25 chunks +46 lines, -46 lines 0 comments Download
M cc/trees/layer_tree_host_impl.h View 1 2 3 4 3 chunks +7 lines, -7 lines 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 1 2 3 4 5 chunks +12 lines, -12 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_occlusion.cc View 1 6 chunks +13 lines, -13 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_scroll.cc View 1 2 2 chunks +1 line, -2 lines 0 comments Download
M cc/trees/layer_tree_impl.h View 1 2 3 4 3 chunks +4 lines, -4 lines 0 comments Download
M cc/trees/layer_tree_impl.cc View 1 2 3 4 3 chunks +5 lines, -5 lines 0 comments Download
M cc/trees/occlusion_tracker.cc View 3 chunks +10 lines, -10 lines 0 comments Download
M cc/trees/occlusion_tracker_unittest.cc View 1 2 3 4 4 chunks +4 lines, -4 lines 0 comments Download
M cc/trees/proxy.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/single_thread_proxy.cc View 8 chunks +15 lines, -15 lines 0 comments Download
M cc/trees/thread_proxy.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/trees/thread_proxy.cc View 13 chunks +24 lines, -24 lines 0 comments Download
M cc/trees/tree_synchronizer.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
danakj
7 years, 9 months ago (2013-03-23 01:02:40 UTC) #1
enne (OOO)
lgtm I worry a little bit about this conflicting with a bunch of stuff in ...
7 years, 9 months ago (2013-03-23 01:30:23 UTC) #2
danakj
On Fri, Mar 22, 2013 at 9:30 PM, <enne@chromium.org> wrote: > lgtm > > I ...
7 years, 9 months ago (2013-03-23 01:35:22 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/danakj@chromium.org/12676029/7004
7 years, 9 months ago (2013-03-24 20:05:31 UTC) #4
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 9 months ago (2013-03-24 20:08:52 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/danakj@chromium.org/12676029/7004
7 years, 9 months ago (2013-03-24 23:23:40 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/danakj@chromium.org/12676029/27001
7 years, 9 months ago (2013-03-25 00:36:32 UTC) #7
commit-bot: I haz the power
7 years, 9 months ago (2013-03-25 03:29:35 UTC) #8
Message was sent while issue was closed.
Change committed as 190326

Powered by Google App Engine
This is Rietveld 408576698