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

Issue 10382059: Quote CppBoundClass/CppVariant in namespace. (Closed)

Created:
8 years, 7 months ago by Xianzhu
Modified:
8 years, 7 months ago
CC:
chromium-reviews, darin-cc_chromium.org
Visibility:
Public.

Description

Quote CppBoundClass/CppVariant in namespace. To avoid name conflict when linking DumpRenderTree which has its own implementation of the classes with the same names. Eventually the related classes will be replaced with V8 API. BUG=127238 TEST=Build all without error TBR=ben@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=136112

Patch Set 1 #

Patch Set 2 : (C) 2012 #

Total comments: 2

Patch Set 3 : Fix callers #

Patch Set 4 : Fix a long line #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+190 lines, -91 lines) Patch
M chrome/renderer/external_host_bindings.h View 1 2 3 chunks +5 lines, -4 lines 0 comments Download
M chrome/renderer/external_host_bindings.cc View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M chrome/renderer/plugins/plugin_placeholder.h View 1 2 2 chunks +9 lines, -7 lines 0 comments Download
M chrome/renderer/plugins/plugin_placeholder.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M content/renderer/dom_automation_controller.h View 1 2 3 chunks +9 lines, -5 lines 0 comments Download
M content/renderer/dom_automation_controller.cc View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M content/renderer/web_intents_host.cc View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M content/renderer/web_ui_bindings.h View 1 2 4 chunks +5 lines, -4 lines 0 comments Download
M content/renderer/web_ui_bindings.cc View 1 2 2 chunks +4 lines, -1 line 0 comments Download
M webkit/glue/cpp_binding_example.h View 1 2 3 chunks +5 lines, -1 line 0 comments Download
M webkit/glue/cpp_binding_example.cc View 1 2 3 chunks +5 lines, -1 line 2 comments Download
M webkit/glue/cpp_bound_class.h View 1 2 3 chunks +5 lines, -1 line 0 comments Download
M webkit/glue/cpp_bound_class.cc View 1 2 3 chunks +5 lines, -1 line 1 comment Download
M webkit/glue/cpp_bound_class_unittest.cc View 1 2 2 chunks +4 lines, -1 line 0 comments Download
M webkit/glue/cpp_variant.h View 1 2 3 chunks +5 lines, -1 line 0 comments Download
M webkit/glue/cpp_variant.cc View 1 3 chunks +5 lines, -1 line 0 comments Download
M webkit/glue/cpp_variant_unittest.cc View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M webkit/tools/test_shell/accessibility_ui_element.h View 1 2 3 chunks +98 lines, -55 lines 0 comments Download
M webkit/tools/test_shell/accessibility_ui_element.cc View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M webkit/tools/test_shell/layout_test_controller.h View 1 2 3 3 chunks +8 lines, -5 lines 0 comments Download
M webkit/tools/test_shell/layout_test_controller.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Xianzhu
8 years, 7 months ago (2012-05-08 17:07:25 UTC) #1
tony
http://codereview.chromium.org/10382059/diff/3002/webkit/glue/cpp_bound_class.h File webkit/glue/cpp_bound_class.h (right): http://codereview.chromium.org/10382059/diff/3002/webkit/glue/cpp_bound_class.h#newcode150 webkit/glue/cpp_bound_class.h:150: using webkit_glue::CppBoundClass; Please just fix all the callers. There ...
8 years, 7 months ago (2012-05-08 17:27:39 UTC) #2
Xianzhu
8 years, 7 months ago (2012-05-08 19:36:11 UTC) #3
Xianzhu
http://codereview.chromium.org/10382059/diff/3002/webkit/glue/cpp_bound_class.h File webkit/glue/cpp_bound_class.h (right): http://codereview.chromium.org/10382059/diff/3002/webkit/glue/cpp_bound_class.h#newcode150 webkit/glue/cpp_bound_class.h:150: using webkit_glue::CppBoundClass; On 2012/05/08 17:27:39, tony wrote: > Please ...
8 years, 7 months ago (2012-05-08 19:38:02 UTC) #4
tony
LGTM, thanks! http://codereview.chromium.org/10382059/diff/12002/webkit/glue/cpp_binding_example.cc File webkit/glue/cpp_binding_example.cc (right): http://codereview.chromium.org/10382059/diff/12002/webkit/glue/cpp_binding_example.cc#newcode13 webkit/glue/cpp_binding_example.cc:13: namespace webkit_glue { Nit: Please move this ...
8 years, 7 months ago (2012-05-08 20:52:26 UTC) #5
Xianzhu
http://codereview.chromium.org/10382059/diff/12002/webkit/glue/cpp_binding_example.cc File webkit/glue/cpp_binding_example.cc (right): http://codereview.chromium.org/10382059/diff/12002/webkit/glue/cpp_binding_example.cc#newcode13 webkit/glue/cpp_binding_example.cc:13: namespace webkit_glue { On 2012/05/08 20:52:26, tony wrote: > ...
8 years, 7 months ago (2012-05-09 16:38:23 UTC) #6
tony
On 2012/05/09 16:38:23, Xianzhu wrote: > http://codereview.chromium.org/10382059/diff/12002/webkit/glue/cpp_binding_example.cc > File webkit/glue/cpp_binding_example.cc (right): > > http://codereview.chromium.org/10382059/diff/12002/webkit/glue/cpp_binding_example.cc#newcode13 > ...
8 years, 7 months ago (2012-05-09 17:22:44 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wangxianzhu@chromium.org/10382059/12002
8 years, 7 months ago (2012-05-09 17:26:40 UTC) #8
commit-bot: I haz the power
8 years, 7 months ago (2012-05-09 20:26:18 UTC) #9
Change committed as 136112

Powered by Google App Engine
This is Rietveld 408576698