Closed
Bug 1507086
Opened 7 years ago
Closed 7 years ago
Port bug 1506371 to TB: Updating via Help > About broken on Nightly
Categories
(Thunderbird :: General, task)
Thunderbird
General
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 65.0
People
(Reporter: Paenglab, Assigned: Paenglab)
References
Details
Attachments
(1 file)
1.77 KB,
patch
|
jorgk-bmo
:
review+
|
Details | Diff | Splinter Review |
We need to patch this before we build a Daily to not get the same bug as 1506371 on FX.
Assignee | ||
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
Comment on attachment 9024961 [details] [diff] [review]
1507086-update.patch
Can you land with DONTBUILD before 11:00?
Attachment #9024961 -
Flags: review?(jorgk) → review+
Pushed by richard.marti@gmail.com:
https://hg.mozilla.org/comm-central/rev/8882026b926a
Port bug 1506371 to TB: Updating via Help > About broken on Nightly. r=jorgk DONTBUILD
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•7 years ago
|
Target Milestone: --- → Thunderbird 65.0
Assignee | ||
Comment 4•7 years ago
|
||
Hmm, I see this error now: ReferenceError: reference to undefined property "promiseAutoUpdateSetting"[Learn More] aboutDialog-appUpdater.js:28:3
I need to wait until FX updates to check, if FX has the same error. It was a 1 to 1 port, so FX should have this too.
Comment 5•7 years ago
|
||
Any news on this?
The browser/base and mail/base versions of appUpdater() are quite different. I also don't understand what
https://hg.mozilla.org/comm-central/rev/8882026b926a#l1.13
- this.promiseAutoUpdateSetting = null;
+ this.promiseAutoUpdateSetting;
is meant to do.
Geoff, can you please take a look. By the looks of it most of the differences in the two files will go away after linting the mail version.
Flags: needinfo?(geoff)
Assignee | ||
Comment 6•7 years ago
|
||
From bug 1506371 comment 15:
(In reply to Richard Marti (:Paenglab) from comment #14)
> When I open the About Firefox dialog, I get: ReferenceError: reference to
> undefined property "promiseAutoUpdateSetting"[Learn More]
> aboutDialog-appUpdater.js:43:3
Thanks, I'll take care of that in bug 1506915 since I'll have to update the call sites.
Maybe we can wait for the fix in bug 1506915.
Comment 7•7 years ago
|
||
I don't have anything to add here. The file has now been linted. That "this.promiseAutoUpdateSetting;" doesn't make any sense, and should be removed, yet it still exists in m-c. Not our problem, I guess.
Flags: needinfo?(geoff)
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/bfe80ab94c12
Follow-up: Comment out nonsensical still present in M-C. r=me
Comment 9•7 years ago
|
||
Oops: Comment out nonsensical *line* still present in M-C. r=me
Comment 10•7 years ago
|
||
Looks like they wanted to assign null, see:
https://hg.mozilla.org/mozilla-central/rev/4939e4a1cc20#l2.12
Updated•6 years ago
|
Type: enhancement → task
You need to log in
before you can comment on or make changes to this bug.
Description
•