Closed
Bug 668135
Opened 14 years ago
Closed 7 years ago
testing profile should not enable w3c_touch_events.enabled=true
Categories
(Testing :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: Gavin, Unassigned)
Details
http://hg.mozilla.org/mozilla-central/rev/2bf4a6a4b551 added this pref to automation.py.in.
Enabling an off-by-default feature is not a valid use for the testing profile (it results in us not testing what we're shipping). Tests that depend on it should just set the prefs themselves.
Reporter | ||
Comment 1•14 years ago
|
||
Ah, I suppose the problem in this case is that the pref is only read once. Can it be made more dynamic than that?
Comment 2•14 years ago
|
||
It can't be made dynamic, because we iterate over nsIDOM interfaces only once,
and we don't want to expose nsIDOMTouch* interfaces to web content.
Comment 3•7 years ago
|
||
Mass closing bugs with no activity in 2+ years. If this bug is important to you, please re-open.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•