Closed Bug 1171015 Opened 10 years ago Closed 10 years ago

Temporary disable pointer events on B2G and android platforms at Nightly

Categories

(Firefox :: Untriaged, defect)

ARM
Android
defect
Not set
normal

Tracking

()

RESOLVED INVALID
Tracking Status
firefox41 --- affected

People

(Reporter: alessarik, Assigned: alessarik)

References

Details

Attachments

(1 file)

Looks like pointer events were enabled on all platforms at Nightly. But B2G and Android still have no good pointer events support. So pointer events should be disabled on B2G and Android at Nightly.
Assignee: nobody → alessarik
Blocks: 960316
Status: NEW → ASSIGNED
Depends on: 1166347, 1168319
+ Added comparison for Android and B2G platforms for enable/disable PE at Nightly + Added comparison for desktop platforms into interface test Suggestions and comments and objections are very welcome.
Flags: needinfo?(bzbarsky)
Attachment #8614695 - Flags: review?(bugs)
Attachment #8614695 - Flags: feedback?(bzbarsky)
Comment on attachment 8614695 [details] [diff] [review] disable_pe_android_b2g_ver1.diff sad that we don't have nice predefined macros for this type of case.
Attachment #8614695 - Flags: review?(bugs) → review+
Attachment #8614695 - Flags: feedback?(mbrubeck)
Attachment #8614695 - Flags: feedback?(jmathies)
Comment on attachment 8614695 [details] [diff] [review] disable_pe_android_b2g_ver1.diff You already had r+ from smaug, why did you flag all these people? Please try and pick one reviewer.
Attachment #8614695 - Flags: feedback?(mbrubeck)
Attachment #8614695 - Flags: feedback?(jmathies)
Attachment #8614695 - Flags: feedback?(bzbarsky)
Comment on attachment 8614695 [details] [diff] [review] disable_pe_android_b2g_ver1.diff Review of attachment 8614695 [details] [diff] [review]: ----------------------------------------------------------------- ::: modules/libpref/init/all.js @@ +4423,5 @@ > pref("dom.w3c_touch_events.enabled", 2); > #endif > > #ifdef NIGHTLY_BUILD > +#if defined(ANDROID) || defined(MOZ_B2G) note that ANDROID is true on b2g as well, and MOZ_B2G is true on b2g-desktop. I don't know if we care about the b2g-desktop scenario here or what.
(In reply to Jim Mathies [:jimm] from comment #4) > You already had r+ from smaug, why did you flag all these people? Because we made decision for enabling pointer events together.
(In reply to Kartikaya Gupta (email:kats@mozilla.com) from comment #5) > MOZ_B2G is true on > b2g-desktop. I don't know if we care about the b2g-desktop scenario here or > what. Not enabling on b2g-desktop sounds good to me.
Comment on attachment 8614695 [details] [diff] [review] disable_pe_android_b2g_ver1.diff As I said in the other bug, I personally think it would be clearer to just put overrides to false in b2g.js and mobile.js.
Flags: needinfo?(bzbarsky)
Since bug 1166347 was backed out, all changes will be attached into bug 1166347. This bug can be closed.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: