Closed
Bug 1226041
Opened 9 years ago
Closed 9 years ago
mIsFirstPaint needs to start off as false for 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)
(deleted),
patch
|
kats
:
review+
|
Details | Diff | Splinter Review |
On Fennec we have special behaviour with respect to mIsFirstPaint, because we set that flag from browser.js when we want the java pan/zoom code to pick up new metrics from gecko. However when we switch Fennec over to the C++ APZ, we can revert to the normal meaning of mIsFirstPaint. There's an ifdef that needs updating to make this happen, see Randall's attached patch.
Reporter | ||
Comment 1•9 years ago
|
||
Comment on attachment 8689249 [details] [diff] [review]
Randall's patch
r=me with the commit message fixed up
Attachment #8689249 -
Flags: review+
Reporter | ||
Updated•9 years ago
|
Assignee: nobody → rbarker
Comment 3•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox45:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 45
Updated•4 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
•