Closed
Bug 1009250
Opened 11 years ago
Closed 4 years ago
Investigate drawing efficiency in editing mode on non-animating phone devices
Categories
(Firefox for Android Graveyard :: Awesomescreen, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: mcomella, Unassigned, Mentored)
Details
(Whiteboard: [lang=java])
We currently translate the views off-screen [1], but this may still require drawing passes and be inefficient. Check out the Android source and see if this is the case.
Note that I tried `*.setVisibility(View.INVISIBLE)` while attempting to implement this in bug 1001243, but the TabsCounter background drawable was still visible, so I decided to file this to be more in-depth.
[1]: https://mxr.mozilla.org/mozilla-central/source/mobile/android/base/toolbar/BrowserToolbar.java?rev=c44b4207aa5f#999
Reporter | ||
Updated•11 years ago
|
Whiteboard: [mentor=mcomella][lang=java]
Reporter | ||
Updated•11 years ago
|
Summary: Investigate drawing efficiency in editing mode on non-animating devices → Investigate drawing efficiency in editing mode on non-animating phone devices
Assignee | ||
Updated•10 years ago
|
Mentor: michael.l.comella
Whiteboard: [mentor=mcomella][lang=java] → [lang=java]
Reporter | ||
Updated•10 years ago
|
Mentor: liuche
Comment 1•4 years ago
|
||
We have completed our launch of our new Firefox on Android. The development of the new versions use GitHub for issue tracking. If the bug report still reproduces in a current version of [Firefox on Android nightly](https://play.google.com/store/apps/details?id=org.mozilla.fenix) an issue can be reported at the [Fenix GitHub project](https://github.com/mozilla-mobile/fenix/). If you want to discuss your report please use [Mozilla's chat](https://wiki.mozilla.org/Matrix#Connect_to_Matrix) server https://chat.mozilla.org and join the [#fenix](https://chat.mozilla.org/#/room/#fenix:mozilla.org) channel.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INCOMPLETE
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
•