Closed
Bug 1502812
Opened 7 years ago
Closed 6 years ago
Sideloaded add-on prompt doesn't ask to restart
Categories
(Thunderbird :: Add-Ons: General, enhancement)
Thunderbird
Add-Ons: General
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 68.0
People
(Reporter: darktrojan, Assigned: darktrojan)
Details
Attachments
(2 files)
|
8.76 KB,
patch
|
mkmelin
:
review+
|
Details | Diff | Splinter Review |
|
936 bytes,
patch
|
jorgk-bmo
:
approval-comm-beta+
|
Details | Diff | Splinter Review |
No description provided.
| Assignee | ||
Updated•6 years ago
|
Assignee: geoff → nobody
Updated•6 years ago
|
Flags: needinfo?(geoff)
| Assignee | ||
Comment 1•6 years ago
|
||
I had been ignoring this bug because I don't think it's that important, but it probably should be fixed.
Assignee: nobody → geoff
Status: NEW → ASSIGNED
Flags: needinfo?(geoff)
Attachment #9060003 -
Flags: review?(mkmelin+mozilla)
Comment 2•6 years ago
|
||
Comment on attachment 9060003 [details] [diff] [review]
1502812-sideload-restart-1.diff
Review of attachment 9060003 [details] [diff] [review]:
-----------------------------------------------------------------
::: mail/base/modules/ExtensionsUI.jsm
@@ +705,5 @@
> + let list = document.getElementById("addon-installed-list");
> + list.hidden = false;
> + while (list.firstChild) {
> + list.firstChild.remove();
> + }
why not show later when the children were removed?
Attachment #9060003 -
Flags: review?(mkmelin+mozilla) → review+
| Assignee | ||
Comment 3•6 years ago
|
||
Do you mean why I don't do list.hidden = false later? It doesn't matter, none of this UI is displayed until the end of the function.
Comment 4•6 years ago
|
||
Yes that was what I was asking. I guess it's doesn't matter much then.
| Assignee | ||
Updated•6 years ago
|
Keywords: checkin-needed
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/4965f8d61f03
Confirm installation of sideloaded add-ons, and prompt to restart if necessary. r=mkmelin
Updated•6 years ago
|
Target Milestone: --- → Thunderbird 68.0
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/d530d815c296
follow-up - Fix a basic error in logic; rs=me DONTBUILD
Comment 9•6 years ago
|
||
Attachment #9075320 -
Flags: approval-comm-beta+
Comment 10•6 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•