Closed
Bug 1309099
Opened 8 years ago
Closed 8 years ago
Web manifest's window.oninstall renamed "onappinstalled"
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla52
Tracking | Status | |
---|---|---|
firefox52 | --- | fixed |
People
(Reporter: marcosc, Assigned: marcosc)
References
(Blocks 1 open bug, )
Details
(Keywords: dev-doc-complete)
Attachments
(1 file, 1 obsolete file)
14.51 KB,
patch
|
Details | Diff | Splinter Review |
To avoid confusion with service worker's install event, the Web Manifest's "install" event got renamed to "appinstalled".
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → mcaceres
Assignee | ||
Updated•8 years ago
|
Blocks: webmanifest
Assignee | ||
Comment 1•8 years ago
|
||
This is literally just a rename of an event from "install" to "onappinstalled".
Sorry qDot - word's most boring review... thought hopefully quick.
Attachment #8799606 -
Flags: review?(kyle)
Assignee | ||
Comment 2•8 years ago
|
||
Updated•8 years ago
|
Keywords: dev-doc-needed
Updated•8 years ago
|
Attachment #8799606 -
Flags: review?(kyle) → review+
Assignee | ||
Comment 3•8 years ago
|
||
Attachment #8799606 -
Attachment is obsolete: true
Assignee | ||
Updated•8 years ago
|
Keywords: checkin-needed
Comment 4•8 years ago
|
||
need dom peer review for the change in dom/webidl/Window.webidl
Flags: needinfo?(mcaceres)
Keywords: checkin-needed
Assignee | ||
Comment 5•8 years ago
|
||
I think qDot is a DOM peer. See: https://twitter.com/qDot/status/783406299992031232
Maybe he didn't click the right buttons somewhere?
Flags: needinfo?(mcaceres) → needinfo?(cbook)
Comment 6•8 years ago
|
||
Kyle, can you file a bug to update http://hg.mozilla.org/hgcustom/version-control-tools/file/tip/hghooks/mozhghooks/prevent_webidl_changes.py ?
Flags: needinfo?(cbook) → needinfo?(kyle)
Assignee | ||
Comment 7•8 years ago
|
||
Carsten, sorry... unrelated (kinda), but there are a lot of names in that list of people who no longer work at Mozilla. Does that matter?
Flags: needinfo?(cbook)
Comment 8•8 years ago
|
||
(In reply to Marcos Caceres [:marcosc] from comment #7)
> Carsten, sorry... unrelated (kinda), but there are a lot of names in that
> list of people who no longer work at Mozilla. Does that matter?
i think that it does not depend on a employment status to be dom peer (also this would exclude per default community) and so a non-employee can be dom-peer - only if someone decide that if someone leave he/she would have no time to be dom peer anymore someone can resign from this role.
Flags: needinfo?(cbook)
Assignee | ||
Comment 9•8 years ago
|
||
(In reply to Carsten Book [:Tomcat] from comment #8)
> i think that it does not depend on a employment status to be dom peer (also
> this would exclude per default community) and so a non-employee can be
> dom-peer - only if someone decide that if someone leave he/she would have no
> time to be dom peer anymore someone can resign from this role.
Make sense. Thanks!
Comment 10•8 years ago
|
||
Bug 1309644 filed. I'll land this once that's and deployed.
Flags: needinfo?(kyle)
Comment 11•8 years ago
|
||
Pushed by kmachulis@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/72ecc0c64b13
Web manifest's window.oninstall renamed onappinstalled. r=qdot
Comment 12•8 years ago
|
||
Ok, bug 1309644 resolved, pushed this patch cleanly with me as a reviewer and peer now.
Comment 13•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
Comment 14•8 years ago
|
||
I see the docs have mostly been done already (thanks Marcos!); I've just done a bit of cleanup.
Moved the hander page to the correct URL:
https://developer.mozilla.org/en-US/docs/Web/API/Window/onappinstalled
Updated the event page:
https://developer.mozilla.org/en-US/docs/Web/Events/appinstalled
Updated the entry in the Window index listing:
https://developer.mozilla.org/en-US/docs/Web/API/Window#Event_handlers
Added an entry for the event to the events reference:
https://developer.mozilla.org/en-US/docs/Web/Events
I also added a note to the Fx 52 release notes:
https://developer.mozilla.org/en-US/Firefox/Releases/52#DOM_HTML_DOM
Let me know if that's OK. Thanks!
Keywords: dev-doc-needed → dev-doc-complete
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
•