Bug 1204841 followup - Remove the rest of the temporary code from bug 1150284. r=roc (backing out patch that was r=smaug, which I need to say for the commit hook)

--HG--
extra : commitid : 9MGSuXWFHnS
This commit is contained in:
L. David Baron 2015-09-27 02:19:13 -07:00
parent 7cf24569af
commit 6fd5e36f77
3 changed files with 0 additions and 6 deletions

View File

@ -189,7 +189,6 @@ skip-if = buildapp == 'b2g' || e10s
support-files =
bug1096146_embedded.html
[test_offsetxy.html]
skip-if = toolkit == 'android' || buildapp == 'b2g' || buildapp == 'mulet'
[test_eventhandler_scoping.html]
[test_bug1013412.html]
skip-if = buildapp == 'b2g' # no wheel events on b2g

View File

@ -16,9 +16,7 @@ interface MouseEvent : UIEvent {
readonly attribute long screenY;
readonly attribute long clientX;
readonly attribute long clientY;
[Pref="dom.mouseEvent.offsetXY.enabled"]
readonly attribute long offsetX;
[Pref="dom.mouseEvent.offsetXY.enabled"]
readonly attribute long offsetY;
readonly attribute boolean ctrlKey;
readonly attribute boolean shiftKey;

View File

@ -2379,9 +2379,6 @@ pref("layout.css.scroll-snap.enabled", true);
// Is support for document.fonts enabled?
pref("layout.css.font-loading-api.enabled", true);
// Are the MouseEvent.offsetX/Y properties enabled?
pref("dom.mouseEvent.offsetXY.enabled", true);
// pref for which side vertical scrollbars should be on
// 0 = end-side in UI direction
// 1 = end-side in document/content direction