diff options
author | Fernando Jiménez Moreno <ferjmoreno@gmail.com> | 2017-08-14 18:41:32 +0200 |
---|---|---|
committer | Fernando Jiménez Moreno <ferjmoreno@gmail.com> | 2017-08-23 17:30:13 +0200 |
commit | 2d0037f1957f749b65a1205c54b4a1513f988f03 (patch) | |
tree | a77fba0c8c772efdd88399e67bfc033f2ed48f28 /python/tidy/servo_tidy | |
parent | 1c9c0334ba7b03e0757a101d2758c1284566f420 (diff) | |
download | servo-2d0037f1957f749b65a1205c54b4a1513f988f03.tar.gz servo-2d0037f1957f749b65a1205c54b4a1513f988f03.zip |
Add paint metrics to Performance Timeline API
Diffstat (limited to 'python/tidy/servo_tidy')
-rw-r--r-- | python/tidy/servo_tidy/tidy.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/tidy/servo_tidy/tidy.py b/python/tidy/servo_tidy/tidy.py index 3bf6176de44..89e6cef1296 100644 --- a/python/tidy/servo_tidy/tidy.py +++ b/python/tidy/servo_tidy/tidy.py @@ -79,6 +79,7 @@ WEBIDL_STANDARDS = [ "//heycam.github.io/webidl", "//webbluetoothcg.github.io/web-bluetooth/", "//svgwg.org/svg2-draft", + "//wicg.github.io", # Not a URL "// This interface is entirely internal to Servo, and should not be" + " accessible to\n// web pages." |