summaryrefslogtreecommitdiffstats
path: root/android_webview/tools
diff options
context:
space:
mode:
authorscheib <scheib@chromium.org>2016-01-13 17:53:27 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-14 01:55:05 +0000
commitc3fe452564b833f119af60957e966ab56318be2e (patch)
tree57fb0776d7b6985cd1ed931e1ebc36db6f0af429 /android_webview/tools
parent7365ea65445d500ce00ec0e621b1f7e0a5438b8a (diff)
downloadchromium_src-c3fe452564b833f119af60957e966ab56318be2e.zip
chromium_src-c3fe452564b833f119af60957e966ab56318be2e.tar.gz
chromium_src-c3fe452564b833f119af60957e966ab56318be2e.tar.bz2
Complete removal of MouseEvent prefixed webkitMovementX/Y.
Specification is for .movementX/Y and the prefixed versions have been deprecated for half a year now. Usage has dropped notably. Remaining usage seems to be due to code that copies all properties: e.g. https://github.com/taye/interact.js/blob/0b94aace680199b6261989363dfc102532c49a5d/interact.js#L547 function extend (dest, source) { for (var prop in source) { dest[prop] = source[prop]; } return dest; } e.g. https://github.com/highcharts/highcharts/issues/4568 BUG=398457 Review URL: https://codereview.chromium.org/1569333002 Cr-Commit-Position: refs/heads/master@{#369282}
Diffstat (limited to 'android_webview/tools')
-rw-r--r--android_webview/tools/WebViewShell/test/webexposed/global-interface-listing-expected.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/android_webview/tools/WebViewShell/test/webexposed/global-interface-listing-expected.txt b/android_webview/tools/WebViewShell/test/webexposed/global-interface-listing-expected.txt
index ccffac3..9167dbc 100644
--- a/android_webview/tools/WebViewShell/test/webexposed/global-interface-listing-expected.txt
+++ b/android_webview/tools/WebViewShell/test/webexposed/global-interface-listing-expected.txt
@@ -2967,8 +2967,6 @@ interface MouseEvent : UIEvent
getter screenY
getter shiftKey
getter toElement
- getter webkitMovementX
- getter webkitMovementY
getter which
getter x
getter y