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

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: Rebase 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..3435536c2cae067b345252d30fbd0ab9da00c799 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
@@ -27,6 +27,8 @@ NONPROPERTY_FIELDS = set([
'hasVariableReferenceFromNonInheritedProperty',
# Explicitly inherits a non-inherited property
'hasExplicitlyInheritedProperties',
+ # Is this element a link?
meade_UTC10 2017/03/14 06:59:09 I wonder if comments like this are actually helpfu
shend 2017/03/14 07:21:40 lol true
+ 'isLink',
])
« 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