Closed
Bug 1221817
Opened 10 years ago
Closed 10 years ago
Make IntlHelper reset on moztimechange
Categories
(Firefox OS Graveyard :: Gaia::L10n, defect)
Tracking
(b2g-v2.5 fixed, b2g-master fixed)
RESOLVED
FIXED
People
(Reporter: zbraniecki, Assigned: zbraniecki)
Details
Attachments
(1 file)
|
46 bytes,
text/x-github-pull-request
|
stas
:
review+
mpotharaju
:
approval-gaia-v2.5+
|
Details | Review |
IntlHelper reacts to timeformatchange and languagechange, but not moztimechange which is what we use to notify clients about timezone changes.
Comment 1•10 years ago
|
||
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → gandalf
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•10 years ago
|
||
Comment on attachment 8683389 [details] [review]
[gaia] zbraniecki:1221817-observer-moztimechange-in-intlhelper > mozilla-b2g:master
Thanks to how centralized everything, it's easy to extend our IntlHelper to handle moztimechange.
We're still waiting for bug 1208808 to see the result, but this will make us reset cache on moztimechange.
Attachment #8683389 -
Flags: review?(stas)
Comment 3•10 years ago
|
||
Comment on attachment 8683389 [details] [review]
[gaia] zbraniecki:1221817-observer-moztimechange-in-intlhelper > mozilla-b2g:master
Nice. The IntlHelper pays off :) r=me with a comment left on github.
Attachment #8683389 -
Flags: review?(stas) → review+
| Assignee | ||
Comment 4•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 5•10 years ago
|
||
Comment on attachment 8683389 [details] [review]
[gaia] zbraniecki:1221817-observer-moztimechange-in-intlhelper > mozilla-b2g:master
[Approval Request Comment]
[Bug caused by] (feature/regressing bug #): IntlHelper
[User impact] if declined: Cached DateTime objects don't get recreated on time change
[Testing completed]: master for a week, tests and device
[Risk to taking this patch] (and alternatives if risky): very low
[String changes made]: none
Attachment #8683389 -
Flags: approval-gaia-v2.5?
Comment 6•10 years ago
|
||
Comment on attachment 8683389 [details] [review]
[gaia] zbraniecki:1221817-observer-moztimechange-in-intlhelper > mozilla-b2g:master
Approved for 2.5
Thanks
Attachment #8683389 -
Flags: approval-gaia-v2.5? → approval-gaia-v2.5+
| Assignee | ||
Comment 7•10 years ago
|
||
status-b2g-v2.5:
--- → fixed
status-b2g-master:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•