servo: Merge #9811 - forcetouch events (from paulrouget:forceTouch); r=mbrubeck

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.

Source-Repo: https://github.com/servo/servo
Source-Revision: 0ff8adb09778402e88fe0d0ad92f4b399ca8ca01
This commit is contained in:
Paul Rouget
2016-04-05 20:37:05 +05:00
parent a4dbbd1293
commit 7a4d0e7568
13 changed files with 245 additions and 8 deletions

View File

@@ -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(".", "."),
]