Closed
Bug 900960
Opened 11 years ago
Closed 11 years ago
Enable the new Notification API on B2G by default
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox26 | --- | fixed |
People
(Reporter: julienw, Assigned: gwagner)
References
Details
(Whiteboard: [systemsfe])
Attachments
(1 file)
1.04 KB,
patch
|
vingtetun
:
review+
|
Details | Diff | Splinter Review |
in Bug 782211 (commit is http://hg.mozilla.org/mozilla-central/rev/dde6b08c74f7) the new Notification API was set to false for some reason.
Reporter | ||
Comment 1•11 years ago
|
||
Assignee: nobody → felash
Reporter | ||
Comment 2•11 years ago
|
||
Reporter | ||
Comment 3•11 years ago
|
||
cc mike so that he knows about this
Reporter | ||
Comment 4•11 years ago
|
||
btw Mike feel free to take this as part of another bug if you like.
Reporter | ||
Comment 5•11 years ago
|
||
Tried with http://everlong.org/mozilla/notifications/ and it crashes. (it works perfectly in Android).
(note: you need to try the patch with a gecko before bug 866232 to be able to press the button).
Reporter | ||
Comment 6•11 years ago
|
||
Comment on attachment 784998 [details] [diff] [review]
900960-enable-webnotification.patch
Moving forward, will file another bug for the crash
Attachment #784998 -
Flags: review?(fabrice)
Assignee | ||
Comment 7•11 years ago
|
||
Do we have an idea how many things break if we land it?
Comment 8•11 years ago
|
||
(In reply to Gregor Wagner [:gwagner] from comment #7)
> Do we have an idea how many things break if we land it?
The old one is still turned on and I think the 2 notifications impl takes different code paths so that should be fine.
Attachment #784998 -
Flags: review?(fabrice) → review+
Assignee | ||
Comment 10•11 years ago
|
||
Reporter | ||
Comment 11•11 years ago
|
||
(In reply to Vivien Nicolas (:vingtetun) (:21) from comment #8)
> (In reply to Gregor Wagner [:gwagner] from comment #7)
> > Do we have an idea how many things break if we land it?
>
> The old one is still turned on and I think the 2 notifications impl takes
> different code paths so that should be fine.
The gaia system code and the b2g shell.js code are the same for both notifications impl, but the messages should work together.
Anyway, my tests showed that the old notification API still works fine.
Comment 12•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
Comment 13•11 years ago
|
||
Verified on master 9/11 build - confirmed this is preffed on by default.
Blocks: b2g-notifications
Status: RESOLVED → VERIFIED
Updated•11 years ago
|
Whiteboard: [systemsfe]
Updated•11 years ago
|
blocking-b2g: koi? → koi+
Updated•11 years ago
|
status-firefox26:
--- → fixed
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•