Closed
Bug 1377280
Opened 8 years ago
Closed 8 years ago
Enable keyboard APZ on nightly
Categories
(Core :: Panning and Zooming, enhancement, P3)
Core
Panning and Zooming
Tracking
()
RESOLVED
FIXED
mozilla56
Tracking | Status | |
---|---|---|
firefox56 | --- | fixed |
People
(Reporter: rhunt, Assigned: rhunt)
References
Details
(Whiteboard: [gfx-noted])
Attachments
(1 file, 1 obsolete file)
1.39 KB,
patch
|
kats
:
review+
|
Details | Diff | Splinter Review |
This bug is for enabling keyboard APZ in nightly before letting it ride the trains.
Assignee | ||
Comment 1•8 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=0696a27e6a5a8c315fa6ff227cfcb0fc17944cea
https://treeherder.mozilla.org/#/jobs?repo=try&revision=5d71331cfa14c07d1fded2b85465d02e29d30705
Two try runs with the pref enabled and bug 1382521 (which is on inbound), covering all tests for linux,windows, and macosx. It looks like it's green (except for win10 x64 debug which isn't run on inbound).
Assignee | ||
Comment 2•8 years ago
|
||
It seems like now is a good time to land this.
Attachment #8888788 -
Flags: review?(milan)
Comment 3•8 years ago
|
||
Comment on attachment 8888788 [details] [diff] [review]
enable-key-apz.patch
Review of attachment 8888788 [details] [diff] [review]:
-----------------------------------------------------------------
::: modules/libpref/init/all.js
@@ +702,5 @@
> pref("apz.fling_stop_on_tap_threshold", "0.05");
> pref("apz.fling_stopped_threshold", "0.01");
> pref("apz.frame_delay.enabled", false);
> pref("apz.highlight_checkerboarded_areas", false);
> +#ifdef NIGHTLY_BUILD
We should probably exclude android from this, some people use external keyboards on android devices and I don't think the XBL bindings stuff we have will work on that platform.
Assignee | ||
Comment 4•8 years ago
|
||
(In reply to Kartikaya Gupta (email:kats@mozilla.com) from comment #3)
> Comment on attachment 8888788 [details] [diff] [review]
> enable-key-apz.patch
>
> Review of attachment 8888788 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> ::: modules/libpref/init/all.js
> @@ +702,5 @@
> > pref("apz.fling_stop_on_tap_threshold", "0.05");
> > pref("apz.fling_stopped_threshold", "0.01");
> > pref("apz.frame_delay.enabled", false);
> > pref("apz.highlight_checkerboarded_areas", false);
> > +#ifdef NIGHTLY_BUILD
>
> We should probably exclude android from this, some people use external
> keyboards on android devices and I don't think the XBL bindings stuff we
> have will work on that platform.
Yeah that sounds like a good idea. I'll update the patch.
Assignee | ||
Comment 5•8 years ago
|
||
Updated to exclude Android.
Attachment #8888788 -
Attachment is obsolete: true
Attachment #8888788 -
Flags: review?(milan)
Attachment #8888844 -
Flags: review?(bugmail)
Comment 6•8 years ago
|
||
Comment on attachment 8888844 [details] [diff] [review]
enable-key-apz.patch
Review of attachment 8888844 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks!
Attachment #8888844 -
Flags: review?(bugmail) → review+
Comment 7•8 years ago
|
||
Also when this lands please send an email to dev-platform informing people that it has been enabled.
Pushed by rhunt@eqrion.net:
https://hg.mozilla.org/integration/mozilla-inbound/rev/0bbe2f5be046
Enable keyboard APZ on nightly for all platforms except Android. r=kats
Assignee | ||
Comment 9•8 years ago
|
||
(In reply to Kartikaya Gupta (email:kats@mozilla.com) from comment #7)
> Also when this lands please send an email to dev-platform informing people
> that it has been enabled.
Will do. I'll wait a bit to make sure it'll stick.
Assignee | ||
Comment 10•8 years ago
|
||
(In reply to Ryan Hunt [:rhunt] from comment #9)
> (In reply to Kartikaya Gupta (email:kats@mozilla.com) from comment #7)
> > Also when this lands please send an email to dev-platform informing people
> > that it has been enabled.
>
> Will do. I'll wait a bit to make sure it'll stick.
Er, I mean stick on inbound. I'll email before it lands in central.
![]() |
||
Comment 11•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla56
You need to log in
before you can comment on or make changes to this bug.
Description
•