Closed
Bug 1217856
Opened 10 years ago
Closed 10 years ago
Improve camera lazy loading further
Categories
(Firefox OS Graveyard :: Gaia::Camera, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: aosmond, Assigned: aosmond)
References
Details
Attachments
(1 file)
1) Remove parsing overlay and settings view code off the critical path
2) Remove preview gallery controller off lazy loading path; the only thing we need loaded behind the scenes is the post processing after a capture; we can lazy load the preview gallery controller dealing with the preview gallery view and associated actions after generating our first thumbnail.
3) Remove countdown controller off lazy loading path; this can be loaded when the countdown setting is toggled instead.
4) Remove recording timer controller off lazy loading path; this can be loaded when the camera mode is changed to video (since we always start in picture mode).
Comment 1•10 years ago
|
||
| Assignee | ||
Updated•10 years ago
|
Attachment #8678156 -
Flags: review?(dmarcos)
| Assignee | ||
Updated•10 years ago
|
Updated•10 years ago
|
Attachment #8678156 -
Flags: review?(dmarcos) → review+
| Assignee | ||
Comment 2•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•