Closed
Bug 914857
Opened 11 years ago
Closed 11 years ago
Remove progress popup notification on errors
Categories
(Firefox Graveyard :: Web Apps, defect)
Firefox Graveyard
Web Apps
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 26
People
(Reporter: marco, Assigned: marco)
References
Details
Attachments
(1 file, 2 obsolete files)
5.85 KB,
patch
|
marco
:
review+
|
Details | Diff | Splinter Review |
We should remove the progress popup notification when the mozApps API fails to install an application.
Attachment #802601 -
Flags: review?(felipc)
Assignee | ||
Comment 1•11 years ago
|
||
Try run here: https://tbpl.mozilla.org/?tree=Try&rev=706c5dd4ccea
Assignee: nobody → mcastelluccio
Attachment #802601 -
Attachment is obsolete: true
Status: NEW → ASSIGNED
Attachment #802601 -
Flags: review?(felipc)
Attachment #804906 -
Flags: review?(felipc)
Comment 2•11 years ago
|
||
Comment on attachment 804906 [details] [diff] [review]
Patch
Review of attachment 804906 [details] [diff] [review]:
-----------------------------------------------------------------
::: browser/modules/webappsUI.jsm
@@ +21,5 @@
> "@mozilla.org/childprocessmessagemanager;1",
> "nsIMessageSender");
>
> this.webappsUI = {
> + installations: {},
just add a comment here saying this is a list of promises for installations that are in progress.
We could also change the name of the variable to make it more clear, but it would probably get too big. installsInProgress or something? I guess if the comment is clear enough it's not necessary, but "installations" gives me the sense of "currently installed apps"
Attachment #804906 -
Flags: review?(felipc) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Thank you for the quick review!
Attachment #804906 -
Attachment is obsolete: true
Attachment #804981 -
Flags: review+
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 4•11 years ago
|
||
Keywords: checkin-needed
Comment 5•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 26
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•