Closed
Bug 1223433
Opened 10 years ago
Closed 10 years ago
Enable axis locking in Fennec with C++ APZ
Categories
(Firefox for Android Graveyard :: Toolbar, defect)
Firefox for Android Graveyard
Toolbar
Tracking
(firefox45 fixed)
RESOLVED
FIXED
Firefox 45
| Tracking | Status | |
|---|---|---|
| firefox45 | --- | fixed |
People
(Reporter: kats, Assigned: rbarker)
References
Details
Attachments
(1 file)
|
1.06 KB,
patch
|
kats
:
review+
|
Details | Diff | Splinter Review |
With the C++ APZ on Fennec we should enable axis locking to maintain the same behaviour that we had with the Java PZC. Randall has a patch for this already.
| Reporter | ||
Comment 1•10 years ago
|
||
Comment on attachment 8685482 [details] [diff] [review]
Randall's patch
r+ from me if the pref is moved inside the ifdef a couple of lines up. The allow_zooming pref is outside the ifdef because it is used in layout code even with the JPZC codepaths, but the apz.axis_lock.mode will only be used in the C++ APZ code.
Attachment #8685482 -
Flags: review+
Comment 3•10 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 45
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•