mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 21:28:55 +00:00
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:
parent
7cf24569af
commit
6fd5e36f77
@ -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
|
||||
|
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user