Closed
Bug 1064315
Opened 11 years ago
Closed 11 years ago
[camera] Update gaia-header and gaia-icons
Categories
(Firefox OS Graveyard :: Gaia::Camera, defect)
Tracking
(b2g-v2.1 fixed, b2g-v2.2 fixed)
RESOLVED
FIXED
2.1 S5 (26sep)
People
(Reporter: wilsonpage, Assigned: wilsonpage)
References
Details
Attachments
(1 file)
|
46 bytes,
text/x-github-pull-request
|
dmarcos
:
review+
fabrice
:
approval-gaia-v2.1+
|
Details | Review |
Camera app currently handles the the gaia-icons dependency locally. There is a risky that startup will regress with this approach as fast font loading requires that the font requested matches that in the system.
If we switch to pull gaia-icons from shared, we can guarantee that Camera will always get fast font loading.
| Assignee | ||
Updated•11 years ago
|
Depends on: 1064903
Summary: [camera] Use gaia-icons from shared to ensure fast font loading → [camera] Update gaia-header and gaia-icons
| Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8486570 -
Flags: review?(dmarcos)
| Assignee | ||
Comment 2•11 years ago
|
||
I've decided for the time being to simply update gaia-icons and gaia-header to keep Camera decoupled from gaia/shared. If we find it troublesome to stay in sync then we may have to rethink this.
The good news is that we are seeing a considerable startup performance improvement when Camera uses the same (pre-loaded) gaia-icons font in shared/elements/.
We just have to make sure the owners of gaia-icons (currently me) know that when they update gaia-icons in shared, they will also have to update the apps that have gaia-icons installed locally.
Updated•11 years ago
|
Attachment #8486570 -
Flags: review?(dmarcos) → review+
| Assignee | ||
Comment 3•11 years ago
|
||
Comment on attachment 8486570 [details] [review]
pull-request (master)
LANDED https://github.com/mozilla-b2g/gaia/commit/32bdf4a18cc8f2f8bc65206ab8393aeb0278f385
| Assignee | ||
Comment 4•11 years ago
|
||
[Blocking Requested - why for this release]: Brings style and performance improvements.
blocking-b2g: --- → 2.1?
| Assignee | ||
Comment 5•11 years ago
|
||
Comment on attachment 8486570 [details] [review]
pull-request (master)
[Approval Request Comment]
[Bug caused by] (feature/regressing bug #):
[User impact] if declined: Slower startup, some style inconsistency
[Testing completed]:
[Risk to taking this patch] (and alternatives if risky): none
[String changes made]:
Attachment #8486570 -
Flags: approval-gaia-v2.1?
| Assignee | ||
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Attachment #8486570 -
Flags: approval-gaia-v2.1? → approval-gaia-v2.1+
Updated•11 years ago
|
blocking-b2g: 2.1? → ---
Comment 6•11 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•