Formats of C++ template files are mixed up with cpp.tmpl and cc.tmpl. It would be better if they are unified as cc.tmpl
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/07c46624768cb8f779f4c872aa5951d3cb7d7920 commit 07c46624768cb8f779f4c872aa5951d3cb7d7920 Author: Amos Lim <eui-sang.lim@samsung.com> Date: Fri Oct 12 07:35:05 2018 Change cpp.tmpl files to cc.tmpl Formats of C++ template files are mixed up with cpp.tmpl and cc.tmpl. Unify C++ template files to cc.tmpl Bug: 894684 Change-Id: I4f7413f29809bcd3262a20c7f40a23e63ba45d3a Reviewed-on: https://chromium-review.googlesource.com/c/1278567 Reviewed-by: Kent Tamura <tkent@chromium.org> Commit-Queue: Amos Lim <eui-sang.lim@samsung.com> Cr-Commit-Position: refs/heads/master@{#599129} [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/scripts/code_generator_v8.py [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/scripts/generate_v8_context_snapshot_external_references.py [rename] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/templates/attributes.cc.tmpl [rename] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/templates/callback_function.cc.tmpl [rename] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/templates/callback_interface.cc.tmpl [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/templates/callback_invoke.cc.tmpl [rename] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/templates/constants.cc.tmpl [rename] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/templates/dictionary_impl.cc.tmpl [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/templates/dictionary_impl.h.tmpl [rename] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/templates/dictionary_impl_common.cc.tmpl [rename] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/templates/dictionary_v8.cc.tmpl [rename] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/templates/external_reference_table.cc.tmpl [rename] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/templates/interface.cc.tmpl [rename] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/templates/interface_base.cc.tmpl [rename] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/templates/methods.cc.tmpl [rename] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/templates/partial_interface.cc.tmpl [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/templates/templates.gni [rename] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/templates/union_container.cc.tmpl [rename] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/templates/utilities.cc.tmpl [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/array_buffer_or_array_buffer_view_or_dictionary.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/boolean_or_element_sequence.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/boolean_or_string_or_unrestricted_double.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/boolean_or_test_callback_interface.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/byte_string_or_node_list.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/byte_string_sequence_sequence_or_byte_string_byte_string_record.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/double_or_double_or_null_sequence.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/double_or_double_sequence.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/double_or_long_or_boolean_sequence.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/double_or_string.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/double_or_string_or_double_or_string_sequence.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/element_sequence_or_byte_string_double_or_string_record.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/float_or_boolean.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/long_or_boolean.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/long_or_test_dictionary.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/long_sequence_or_event.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/nested_union_type.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/node_or_node_list.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/string_or_array_buffer_or_array_buffer_view.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/string_or_double.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/string_or_string_sequence.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/test_dictionary.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/test_dictionary_derived.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/test_enum_or_double.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/test_enum_or_test_enum_or_null_sequence.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/test_enum_or_test_enum_sequence.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/test_interface_2_or_uint8_array.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/test_interface_event_init.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/test_interface_or_long.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/test_interface_or_test_interface_empty.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/test_permissive_dictionary.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/unrestricted_double_or_string.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/unsigned_long_long_or_boolean_or_test_callback_interface.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_any_callback_function_optional_any_arg.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_any_callback_function_variadic_any_args.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_array_buffer.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_array_buffer_view.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_data_view.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_long_callback_function.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_string_sequence_callback_function_long_sequence_arg.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_svg_test_interface.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_test_attributes.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_test_callback_functions.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_test_callback_interface.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_test_constants.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_test_dictionary.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_test_dictionary_derived.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_test_integer_indexed.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_test_integer_indexed_global.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_test_integer_indexed_primary_global.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_2.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_3.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_check_security.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_conditional_secure_context.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_constructor.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_constructor_2.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_constructor_3.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_constructor_4.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_custom_constructor.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_document.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_empty.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_event_init.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_event_init_constructor.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_event_target.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_named_constructor.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_named_constructor_2.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_node.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_origin_trial_enabled.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_secure_context.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_test_legacy_callback_interface.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_test_node.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_test_object.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_test_permissive_dictionary.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_test_special_operations.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_test_special_operations_not_enumerable.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_test_typedefs.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_test_variadic_constructor_arguments.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_treat_non_object_as_null_boolean_function.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_treat_non_object_as_null_void_function.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_uint8_clamped_array.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_void_callback_function.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_void_callback_function_dictionary_arg.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_void_callback_function_enum_arg.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_void_callback_function_interface_arg.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_void_callback_function_test_interface_sequence_arg.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/v8_void_callback_function_typedef.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/core/xml_http_request_or_string.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/modules/boolean_or_string.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/modules/v8_test_inherited_legacy_unenumerable_named_properties.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/modules/v8_test_interface_2_partial.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/modules/v8_test_interface_5.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/modules/v8_test_interface_partial.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/modules/v8_test_not_enumerable_named_getter.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/modules/v8_test_sub_object.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/bindings/tests/results/modules/v8_void_callback_function_modules.cc [modify] https://crrev.com/07c46624768cb8f779f4c872aa5951d3cb7d7920/third_party/blink/renderer/core/css/css_primitive_value.h
Comment 1 by eui-sang.lim@samsung.com
, Oct 12