Closed
Bug 855916
Opened 12 years ago
Closed 12 years ago
Needs a debug pref for testing moz gesture events
Categories
(Firefox :: General, enhancement)
Firefox
General
Tracking
()
RESOLVED
FIXED
Firefox 22
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
Attachments
(1 file)
1.67 KB,
patch
|
jimm
:
review+
|
Details | Diff | Splinter Review |
Currently, Moz*Gesture events are always stopped its propagation by browser.js.
https://mxr.mozilla.org/mozilla-central/source/browser/base/content/browser.js#771
This makes us hard to test Moz*Getsture event implementation.
We should add a debug pref for it.
Attachment #730994 -
Flags: review?(robert.bugzilla)
![]() |
||
Comment 1•12 years ago
|
||
Comment on attachment 730994 [details] [diff] [review]
Patch
I suspect that the metro browser.js should have a corresponding check so I'm passing the review over to someone that should be able to answer whether it should
Attachment #730994 -
Flags: review?(robert.bugzilla) → review?(netzen)
Comment 2•12 years ago
|
||
Comment on attachment 730994 [details] [diff] [review]
Patch
Review of attachment 730994 [details] [diff] [review]:
-----------------------------------------------------------------
Sorry re-forwarding this to jimm as he's been the one reiewing the simmilar work done in metro.
Attachment #730994 -
Flags: review?(netzen) → review?(jmathies)
![]() |
||
Comment 3•12 years ago
|
||
Good idea for testing purposes. cc'ing a few people who might be interested in knowing this pref exists.
> I suspect that the metro browser.js should have a corresponding check so I'm
> passing the review over to someone that should be able to answer whether it
> should
We only use one Moz* simple gesture (MozEdgeGesture) so no need at this point.
![]() |
||
Updated•12 years ago
|
Attachment #730994 -
Flags: review?(jmathies) → review+
Comment 4•12 years ago
|
||
Could you please use Services.prefs instead of gPrefService?
Assignee | ||
Comment 5•12 years ago
|
||
Comment 6•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 22
You need to log in
before you can comment on or make changes to this bug.
Description
•