Confirmed users
887
edits
(→WHO: tweak) |
(→Problem statement: Tweaks) |
||
Line 11: | Line 11: | ||
The Firefox for Android team is doing great work, but are focusing on continuing to evolve the product. However, they are always in need of support, not just in building out features but on improving the code base in general to make it more performant. | The Firefox for Android team is doing great work, but are focusing on continuing to evolve the product. However, they are always in need of support, not just in building out features but on improving the code base in general to make it more performant. | ||
One of the goals of this project is to make Fennec (Firefox for Android) slimmer, leaner and faster. And that we plan to achieve by the following action points: | |||
* Make sure all the resources that are used in the android package are device optimized | * Make sure all the resources that are used in the android package are device optimized | ||
* By default load only the always used features and locales (language packs) | * By default load only the always used features and locales (language packs) | ||
* Make some of the features of the browser on demand which will download to the users device only when they will need it. The download will be seamless, without any user intervention | * Make some of the features of the browser on demand which will download to the users device only when they will need it. The download will be seamless, without any user intervention | ||
* General code optimization and performance fixes | |||
== Desired Outcome == | == Desired Outcome == |