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

Unified Diff: third_party/WebKit/Source/build/scripts/make_computed_style_base.py

Issue 2657423004: Moved nonproperty isLink to be generated in ComputedStyleBase. (Closed)
Patch Set: Address comments Created 3 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/style/ComputedStyle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/build/scripts/make_computed_style_base.py
diff --git a/third_party/WebKit/Source/build/scripts/make_computed_style_base.py b/third_party/WebKit/Source/build/scripts/make_computed_style_base.py
index 8d6ee0e8207798b52a96b39a89ca1de2cc2a97b4..8043f4ee11f7b13ccce30706f72e3c90bee33c4e 100755
--- a/third_party/WebKit/Source/build/scripts/make_computed_style_base.py
+++ b/third_party/WebKit/Source/build/scripts/make_computed_style_base.py
@@ -16,6 +16,7 @@ from name_utilities import camel_case, lower_first, upper_first_letter, enum_for
# Temporary hard-coded list of fields that are not CSS properties.
# Ideally these would be specified in a .in or .json5 file.
NONPROPERTY_FIELDS = set([
+ 'isLink',
# Style can not be shared.
'unique',
# Whether this style is affected by these pseudo-classes.
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/style/ComputedStyle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698