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)
Tracking
()
RESOLVED
INVALID
Tracking | Status | |
---|---|---|
firefox41 | --- | affected |
People
(Reporter: alessarik, Assigned: alessarik)
References
Details
Attachments
(1 file)
2.57 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
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 | ||
Updated•10 years ago
|
Assignee | ||
Comment 1•10 years ago
|
||
+ 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)
Assignee | ||
Comment 2•10 years ago
|
||
Only comparison at interface test: https://treeherder.mozilla.org/#/jobs?repo=try&revision=570b446aeab7
Both comparisons: https://treeherder.mozilla.org/#/jobs?repo=try&revision=7372976fa99e
Comment 3•10 years ago
|
||
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+
Assignee | ||
Updated•10 years ago
|
Attachment #8614695 -
Flags: feedback?(mbrubeck)
Attachment #8614695 -
Flags: feedback?(jmathies)
![]() |
||
Comment 4•10 years ago
|
||
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 5•10 years ago
|
||
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.
Assignee | ||
Comment 6•10 years ago
|
||
(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.
Comment 7•10 years ago
|
||
(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 8•10 years ago
|
||
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)
Updated•10 years ago
|
Assignee | ||
Comment 9•10 years ago
|
||
Since bug 1166347 was backed out, all changes will be attached into bug 1166347. This bug can be closed.
Updated•10 years ago
|
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.
Description
•