Closed
Bug 1223053
Opened 9 years ago
Closed 4 years ago
Try to replace GeckoApp$MainLayout with something less expensive
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: mcomella, Unassigned)
References
Details
Follow-up to bug 1107636 comment 2:
It looks like we now have:
<OuterLayout> (a RelativeLayout)
...
<view class="org.mozilla.gecko.GeckoApp$MainLayout"> (a RelativeLayout)
<RelativeLayout id="gecko_layout">
...
...
...
MainLayout is not as easy a fix, but it seems to be replaceable by a Frame/LinearLayout combination. It gets messy though as the gecko_layout is under the tab strip, but the tab strip is contained in a browser_chrome layout. This could also be a good place for a custom layout (which could make things even more performant).
...
Worth noting that we should profile our changes to ensure they improve performance.
Reporter | ||
Comment 1•9 years ago
|
||
Be warned web_app has a RelativeLayout with id main_layout, which is the same id as GeckoApp$MainLayout so they'll probably need to be changed together.
Comment 2•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
Assignee | ||
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
•