Closed
Bug 823009
Opened 12 years ago
Closed 12 years ago
Attachment Reminders not triggering due to removal of nsIMutationObserverCallback (Permanent Orange | TEST-UNEXPECTED-FAIL | test-attachment-reminder.js)
Categories
(Thunderbird :: Mail Window Front End, defect)
Thunderbird
Mail Window Front End
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 20.0
People
(Reporter: standard8, Assigned: standard8)
References
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
3.12 KB,
patch
|
mconley
:
review+
|
Details | Diff | Splinter Review |
Bug 790978 removed nsIMutationObserverCallback but it looks like we don't actually need it.
Assignee | ||
Comment 1•12 years ago
|
||
This should fix the mozmill bustage and some other related bustage on the popup menu for showing all the tabs.
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 3•12 years ago
|
||
Comment on attachment 693850 [details] [diff] [review]
The fix
Review of attachment 693850 [details] [diff] [review]:
-----------------------------------------------------------------
Looks great - just one nit. Thanks Mark!
::: mail/base/content/tabmail.xml
@@ +2370,5 @@
> .getInterface(Components.interfaces.nsIXULWindow);
> }
> catch(ex) { }
> +
> + var tabmailalltabspopup = this;
use let as opposed to var
Attachment #693850 -
Flags: review?(mconley) → review+
Assignee | ||
Comment 4•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 20.0
You need to log in
before you can comment on or make changes to this bug.
Description
•