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)

x86
macOS
defect
Not set
normal

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.
Ah, I suppose the problem in this case is that the pref is only read once. Can it be made more dynamic than that?
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.
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.