diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-04-05 21:07:05 +0530 |
---|---|---|
committer | bors-servo <lbergstrom+bors@mozilla.com> | 2016-04-05 21:07:05 +0530 |
commit | 0ff8adb09778402e88fe0d0ad92f4b399ca8ca01 (patch) | |
tree | fd3403bb54587c41f953e00740be30058c94543d /python/tidy.py | |
parent | a8ed5c3fc66ab9ea57b6b78311485040dae27328 (diff) | |
parent | 0d529274a425f44b17a93d6823929eacb4ba96f2 (diff) | |
download | servo-0ff8adb09778402e88fe0d0ad92f4b399ca8ca01.tar.gz servo-0ff8adb09778402e88fe0d0ad92f4b399ca8ca01.zip |
Auto merge of #9811 - paulrouget:forceTouch, r=mbrubeck
forcetouch events
https://developer.apple.com/library/mac/documentation/AppleApplications/Conceptual/SafariJSProgTopics/RespondingtoForceTouchEventsfromJavaScript.html
Not sure how we want to land that yet. Maybe reproduce the webkit events (as in this PR), or as touch/mousemouse events.
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9811)
<!-- Reviewable:end -->
Diffstat (limited to 'python/tidy.py')
-rw-r--r-- | python/tidy.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/tidy.py b/python/tidy.py index febd9cd6a95..7e160ba6391 100644 --- a/python/tidy.py +++ b/python/tidy.py @@ -39,6 +39,7 @@ ignored_files = [ os.path.join(".", "resources", "hsts_preload.json"), os.path.join(".", "tests", "wpt", "metadata", "MANIFEST.json"), os.path.join(".", "tests", "wpt", "metadata-css", "MANIFEST.json"), + os.path.join(".", "components", "script", "dom", "webidls", "ForceTouchEvent.webidl"), # Hidden files os.path.join(".", "."), ] |