build bustage 2020-06-03 - /builds/worker/checkouts/gecko/comm/mailnews/base/src/nsMessenger.cpp:460:46: error: too few arguments to function call, expected 3, have 2
Categories
(MailNews Core :: Backend, defect, P1)
Tracking
(thunderbird78 fixed)
| Tracking | Status | |
|---|---|---|
| thunderbird78 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: mkmelin)
References
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
|
17.17 KB,
image/png
|
rjl
:
approval-comm-beta+
|
Details |
Filed by: mkmelin+mozilla [at] iki.fi
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=304895436&repo=comm-central
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QHxu41bkS0CW5lX9Rqtd5A/runs/0/artifacts/public/logs/live_backing.log
From bug 1606797 maybe
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 1•5 years ago
|
||
https://phabricator.services.mozilla.com/D77027 from bug 1676097 needs to be ported to mailnews too fix this
Comment 3•5 years ago
|
||
Two in C++ code: https://searchfox.org/comm-central/search?q=NS_EXTERNALPROTOCOLSERVICE_CONTRACTID&path=mail&case=false®exp=false
JS: https://searchfox.org/comm-central/search?q=uriloader%2Fexternal-protocol-service&path=&case=false®exp=false
The new parameter is optional, so with luck, no JS are necessary.
I see instances of LoadURI with only 2 parameters in the following c++ source files:
mailnews/local/src/nsMailboxService.cpp
mailnews/imap/src/nsImapMailFolder.cpp
mailnews/imap/src/nsImapService.cpp
mailnews/base/src/nsMsgWindow.cpp
mailnews/base/src/nsMsgPrintEngine.cpp
mailnews/base/src/nsMessenger.cpp
mailnews/base/util/nsMsgMailNewsUrl.cpp
mailnews/news/src/nsNntpService.cpp
| Assignee | ||
Comment 5•5 years ago
|
||
Yes only two c++ cases needed to be fixed. My local build now succeeded, so I'm going to push a fix.
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/45bd9be84c3d
Port bug 1606797 to Thunderbird (nsIExternalProtocolService::loadURI now takes 3 args). rs=bustage-fix DONTBUILD
| Assignee | ||
Comment 7•5 years ago
•
|
||
Nightlies re-triggered.
| Comment hidden (Intermittent Failures Robot) |
| Assignee | ||
Updated•5 years ago
|
Comment 9•5 years ago
|
||
[Approval Request Comment]
https://hg.mozilla.org/comm-central/rev/45bd9be84c3d
Need to uplift that to 78 beta to fix bustage. Bug 1606797 was uplifted to Firefox 78b8.
Comment 10•5 years ago
|
||
| uplift | ||
Comment 11•5 years ago
|
||
Description
•