aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy/servo_tidy
diff options
context:
space:
mode:
authorFernando Jiménez Moreno <ferjmoreno@gmail.com>2017-08-14 18:41:32 +0200
committerFernando Jiménez Moreno <ferjmoreno@gmail.com>2017-08-23 17:30:13 +0200
commit2d0037f1957f749b65a1205c54b4a1513f988f03 (patch)
treea77fba0c8c772efdd88399e67bfc033f2ed48f28 /python/tidy/servo_tidy
parent1c9c0334ba7b03e0757a101d2758c1284566f420 (diff)
downloadservo-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.py1
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."