Closed
Bug 1147274
Opened 10 years ago
Closed 3 years ago
Issue warning when using the old push notification system
Categories
(Core :: DOM: Push Subscriptions, defect, P5)
Core
DOM: Push Subscriptions
Tracking
()
RESOLVED
INVALID
People
(Reporter: dougt, Unassigned)
References
Details
Attachments
(1 file, 2 obsolete files)
910 bytes,
patch
|
Details | Diff | Splinter Review |
No description provided.
Reporter | ||
Comment 1•10 years ago
|
||
Assignee: nobody → dougt
Attachment #8582885 -
Flags: review?(nsm.nikhil)
Reporter | ||
Comment 2•10 years ago
|
||
Comment on attachment 8582885 [details] [diff] [review]
0003-Move-old-push-API-to-pushffos.patch
wrong file.
Attachment #8582885 -
Attachment is obsolete: true
Attachment #8582885 -
Flags: review?(nsm.nikhil)
Reporter | ||
Comment 3•10 years ago
|
||
Attachment #8582886 -
Flags: review?(nsm.nikhil)
Reporter | ||
Updated•10 years ago
|
Attachment #8582886 -
Attachment is obsolete: true
Attachment #8582886 -
Flags: review?(nsm.nikhil)
Reporter | ||
Comment 4•10 years ago
|
||
Attachment #8582888 -
Flags: review?(nsm.nikhil)
Comment on attachment 8582888 [details] [diff] [review]
warn_when_using_old_push
Review of attachment 8582888 [details] [diff] [review]:
-----------------------------------------------------------------
::: dom/push/Push.js
@@ +106,5 @@
> register: function() {
> debug("register()");
> +
> + dump("This is a deprecated API. Get ready for the Push API. See http://www.w3.org/TR/push-api/.\n");
> +
Use something like https://dxr.mozilla.org/mozilla-central/source/dom/media/PeerConnection.js#544 instead to report to the console.
Attachment #8582888 -
Flags: review?(nsm.nikhil)
Reporter | ||
Updated•9 years ago
|
Assignee: dougt → nobody
Updated•5 years ago
|
Priority: -- → P5
Comment 6•3 years ago
|
||
Since bug 1296579 this seems to be not needed any more.
You need to log in
before you can comment on or make changes to this bug.
Description
•