Confirmed users
681
edits
(up) |
|||
| Line 45: | Line 45: | ||
* '''What this will solve:''' In settings app there are cases in which we have to find specific role or type of apps like homescreens, themes, or addons. Currently the only way would be getting all apps and check their properties one by one, which leads to performance issues. Providing a filter solves the performance issue during start-up. | * '''What this will solve:''' In settings app there are cases in which we have to find specific role or type of apps like homescreens, themes, or addons. Currently the only way would be getting all apps and check their properties one by one, which leads to performance issues. Providing a filter solves the performance issue during start-up. | ||
== Date & time format API: {{bug|1118214 | == Date & time format API: {{bug|1118214}} == | ||
* '''Status:''' '''<font color=red>NOT STARTED</font>''' (The mozAPI work is not going since the origin project(tako) request is canceled) | * '''Status:''' '''<font color=red>NOT STARTED</font>''' (The mozAPI work is not going since the origin project(tako) request is canceled) | ||
* '''What is being blocked:''' Apps displaying date and time now rely on a shim from gaia. The shim introduces additional loading time, potential racing, and settings migration issues. | * '''What is being blocked:''' Apps displaying date and time now rely on a shim from gaia. The shim introduces additional loading time, potential racing, and settings migration issues. | ||
* '''What this bug solves:''' It should provide robust API for gaia apps to query the current date/time format. Moreover, it can also provide functions that generate localized date and time strings based on the current language setting. | * '''What this bug solves:''' It should provide robust API for gaia apps to query the current date/time format. Moreover, it can also provide functions that generate localized date and time strings based on the current language setting. | ||
Another approach is improving mozSettings performance {{bug|1122570}} therefore all mozSettings call are improved. | |||
== deprecate mozChromeEvents {{bug|928433}} == | == deprecate mozChromeEvents {{bug|928433}} == | ||