Closed
Bug 754076
Opened 13 years ago
Closed 12 years ago
WebApplicationMgmt onuninstall getter doesn't return value
Categories
(Core Graveyard :: DOM: Apps, defect)
Core Graveyard
DOM: Apps
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla15
People
(Reporter: dchanm+bugzilla, Assigned: dchanm+bugzilla)
References
Details
Attachments
(1 file)
(deleted),
patch
|
fabrice
:
review+
|
Details | Diff | Splinter Review |
314 get onuninstall() {
315 this._onuninstall;
316 },
The above code is different from the oninstall getter() a couple lines above. I'm not sure if this was intended or not.
http://mxr.mozilla.org/mozilla-central/source/dom/base/Webapps.js#314
Updated•13 years ago
|
Component: Desktop Runtime → DOM: Mozilla Extensions
Product: Web Apps → Core
QA Contact: desktop-runtime → general
Assignee | ||
Comment 1•13 years ago
|
||
Patch againt services-central
Assignee: nobody → dchan+bugzilla
Status: NEW → ASSIGNED
Comment 2•13 years ago
|
||
Comment on attachment 622943 [details] [diff] [review]
Add return to get onuninstall
Review of attachment 622943 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks! Please land that on mozilla-inbound
Attachment #622943 -
Flags: review+
Comment 3•12 years ago
|
||
Pushed to inbound: http://hg.mozilla.org/integration/mozilla-inbound/rev/97b28a637e8b
Target Milestone: --- → mozilla15
Assignee | ||
Comment 4•12 years ago
|
||
(In reply to Sid Stamm [:geekboy] from comment #3)
> Pushed to inbound:
> http://hg.mozilla.org/integration/mozilla-inbound/rev/97b28a637e8b
Thanks for landing this Sid
Target Milestone: mozilla15 → ---
Assignee | ||
Updated•12 years ago
|
Target Milestone: --- → mozilla15
Comment 5•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: DOM: Mozilla Extensions → DOM: Apps
Updated•7 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•