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

Issue 11410022: cc: Remove forbidden using namespace directives. (Closed)

Created:
8 years, 1 month ago by tfarina
Modified:
8 years, 1 month ago
Reviewers:
danakj, jamesr, enne (OOO)
CC:
chromium-reviews, cc-bugs_chromium.org
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+139 lines, -109 lines) Patch
M cc/active_animation_unittest.cc View 2 chunks +3 lines, -2 lines 3 comments Download
M cc/content_layer_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M cc/contents_scaling_layer_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M cc/damage_tracker_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M cc/delay_based_time_source_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M cc/delegated_renderer_layer_impl_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M cc/draw_quad_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M cc/float_quad_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M cc/frame_rate_controller_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M cc/gl_renderer_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M cc/heads_up_display_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M cc/keyframed_animation_curve_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M cc/layer_animation_controller_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M cc/layer_impl_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M cc/layer_iterator_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M cc/layer_quad_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M cc/layer_sorter_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M cc/layer_tree_host_common_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M cc/layer_tree_host_impl_unittest.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M cc/layer_tree_host_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M cc/layer_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M cc/math_util_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M cc/nine_patch_layer_impl_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M cc/nine_patch_layer_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M cc/occlusion_tracker_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M cc/prioritized_resource_unittest.cc View 3 chunks +2 lines, -5 lines 0 comments Download
M cc/quad_culler_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M cc/region_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/render_pass_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M cc/render_surface_filters_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M cc/render_surface_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M cc/resource_provider_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M cc/resource_update_controller_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M cc/scheduler_state_machine_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M cc/scheduler_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M cc/scoped_resource_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M cc/scrollbar_animation_controller_linear_fade_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M cc/scrollbar_layer_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M cc/software_renderer_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M cc/solid_color_layer_impl_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M cc/texture_copier_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M cc/texture_layer_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M cc/texture_uploader_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M cc/tiled_layer_impl_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M cc/tiled_layer_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M cc/timing_function_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M cc/tree_synchronizer_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
tfarina
8 years, 1 month ago (2012-11-10 01:05:13 UTC) #1
jamesr
lgtm is anonymous-inside-actual namespace standard for tests in chromium?
8 years, 1 month ago (2012-11-10 01:14:27 UTC) #2
danakj
http://codereview.chromium.org/11410022/diff/1/cc/active_animation_unittest.cc File cc/active_animation_unittest.cc (right): http://codereview.chromium.org/11410022/diff/1/cc/active_animation_unittest.cc#newcode16 cc/active_animation_unittest.cc:16: namespace { That looks like a script mistake? That's ...
8 years, 1 month ago (2012-11-10 01:15:43 UTC) #3
tfarina
http://codereview.chromium.org/11410022/diff/1/cc/active_animation_unittest.cc File cc/active_animation_unittest.cc (right): http://codereview.chromium.org/11410022/diff/1/cc/active_animation_unittest.cc#newcode16 cc/active_animation_unittest.cc:16: namespace { On 2012/11/10 01:15:43, danakj wrote: > That ...
8 years, 1 month ago (2012-11-10 01:18:45 UTC) #4
jamesr
http://codereview.chromium.org/11410022/diff/1/cc/active_animation_unittest.cc File cc/active_animation_unittest.cc (right): http://codereview.chromium.org/11410022/diff/1/cc/active_animation_unittest.cc#newcode16 cc/active_animation_unittest.cc:16: namespace { On 2012/11/10 01:15:43, danakj wrote: > That ...
8 years, 1 month ago (2012-11-10 01:20:12 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tfarina@chromium.org/11410022/1
8 years, 1 month ago (2012-11-10 01:20:48 UTC) #6
commit-bot: I haz the power
8 years, 1 month ago (2012-11-10 09:29:50 UTC) #7
Change committed as 167073

Powered by Google App Engine
This is Rietveld 408576698