Closed
Bug 919951
Opened 11 years ago
Closed 11 years ago
DateTimeFormat is no longer needed after deleting the clock in the landing page
Categories
(Firefox OS Graveyard :: Gaia::Homescreen, defect)
Tracking
(blocking-b2g:-, b2g-v1.2 fixed, b2g-v1.3 fixed)
RESOLVED
FIXED
blocking-b2g | - |
People
(Reporter: crdlc, Assigned: crdlc)
Details
Attachments
(1 file)
190 bytes,
text/html
|
vingtetun
:
review+
gwagner
:
approval-gaia-v1.2+
|
Details |
No description provided.
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → crdlc
Status: NEW → ASSIGNED
Assignee | ||
Updated•11 years ago
|
blocking-b2g: --- → koi?
Assignee | ||
Comment 1•11 years ago
|
||
DateTimeFormat lib is not longer needed because the clock was removed from landing page
Attachment #809090 -
Flags: review?(21)
Comment 2•11 years ago
|
||
Comment on attachment 809090 [details]
Patch v1
Not related to this bug but looking at the homescreen code you can also improve startup time by commenting the html that is not needed at startup. Then when you need it you just uncomment the code with JS and add it back with innerHTML.
Attachment #809090 -
Flags: review?(21) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 4•11 years ago
|
||
(In reply to Vivien Nicolas (:vingtetun) (:21) from comment #2)
> Comment on attachment 809090 [details]
> Patch v1
>
> Not related to this bug but looking at the homescreen code you can also
> improve startup time by commenting the html that is not needed at startup.
> Then when you need it you just uncomment the code with JS and add it back
> with innerHTML.
Wouldn't it be better to use the dom lazy load mechanism used by Contacts?
Updated•11 years ago
|
Attachment #809090 -
Flags: approval-gaia-v1.2+
Updated•11 years ago
|
blocking-b2g: koi? → -
Comment 5•11 years ago
|
||
Uplifted 58b107212d1fe57d6215be1e53d5bff69e5a53f3 to:
v1.2: e8d2a0142504e0c536e810732d247f113f533483
status-b2g-v1.2:
--- → fixed
Comment 6•11 years ago
|
||
Uplifted 58b107212d1fe57d6215be1e53d5bff69e5a53f3 to:
v1.3 already had this commit
status-b2g-v1.3:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•