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

Side by Side Diff: tools/dom/new_scripts/dart_utilities.py

Issue 1682783002: Dartium 45 roll (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: removed htmlcommon Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright (C) 2013 Google Inc. All rights reserved. 1 # Copyright (C) 2013 Google Inc. All rights reserved.
2 # 2 #
3 # Redistribution and use in source and binary forms, with or without 3 # Redistribution and use in source and binary forms, with or without
4 # modification, are permitted provided that the following conditions are 4 # modification, are permitted provided that the following conditions are
5 # met: 5 # met:
6 # 6 #
7 # * Redistributions of source code must retain the above copyright 7 # * Redistributions of source code must retain the above copyright
8 # notice, this list of conditions and the following disclaimer. 8 # notice, this list of conditions and the following disclaimer.
9 # * Redistributions in binary form must reproduce the above 9 # * Redistributions in binary form must reproduce the above
10 # copyright notice, this list of conditions and the following disclaimer 10 # copyright notice, this list of conditions and the following disclaimer
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 DartUtilities.call_with_arguments = _call_with_arguments 149 DartUtilities.call_with_arguments = _call_with_arguments
150 DartUtilities.capitalize = v8_utilities.capitalize 150 DartUtilities.capitalize = v8_utilities.capitalize
151 DartUtilities.conditional_string = v8_utilities.conditional_string 151 DartUtilities.conditional_string = v8_utilities.conditional_string
152 DartUtilities.cpp_name = v8_utilities.cpp_name 152 DartUtilities.cpp_name = v8_utilities.cpp_name
153 DartUtilities.deprecate_as = _deprecate_as 153 DartUtilities.deprecate_as = _deprecate_as
154 DartUtilities.extended_attribute_value_contains = v8_utilities.extended_attribut e_value_contains 154 DartUtilities.extended_attribute_value_contains = v8_utilities.extended_attribut e_value_contains
155 DartUtilities.gc_type = v8_utilities.gc_type 155 DartUtilities.gc_type = v8_utilities.gc_type
156 DartUtilities.has_extended_attribute = v8_utilities.has_extended_attribute 156 DartUtilities.has_extended_attribute = v8_utilities.has_extended_attribute
157 DartUtilities.has_extended_attribute_value = v8_utilities.has_extended_attribute _value 157 DartUtilities.has_extended_attribute_value = v8_utilities.has_extended_attribute _value
158 DartUtilities.measure_as = _measure_as 158 DartUtilities.measure_as = _measure_as
159 DartUtilities.per_context_enabled_function_name = v8_utilities.per_context_enabl ed_function_name
160 DartUtilities.runtime_enabled_function_name = v8_utilities.runtime_enabled_funct ion_name 159 DartUtilities.runtime_enabled_function_name = v8_utilities.runtime_enabled_funct ion_name
161 DartUtilities.scoped_name = _scoped_name 160 DartUtilities.scoped_name = _scoped_name
162 DartUtilities.strip_suffix = v8_utilities.strip_suffix 161 DartUtilities.strip_suffix = v8_utilities.strip_suffix
163 DartUtilities.uncapitalize = v8_utilities.uncapitalize 162 DartUtilities.uncapitalize = v8_utilities.uncapitalize
164 DartUtilities.v8_class_name = v8_utilities.v8_class_name 163 DartUtilities.v8_class_name = v8_utilities.v8_class_name
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698