Closed
Bug 1522847
Opened 6 years ago
Closed 6 years ago
Port Bug 1522596: Remove nsIIPCSerializableURI
Categories
(MailNews Core :: General, task)
MailNews Core
General
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 66.0
People
(Reporter: jorgk-bmo, Assigned: jorgk-bmo)
References
Details
Attachments
(1 file, 3 obsolete files)
6.70 KB,
patch
|
mkmelin
:
review+
|
Details | Diff | Splinter Review |
Patch coming, I'll import
https://hg.mozilla.org/integration/autoland/rev/d815471fff91
Assignee | ||
Comment 1•6 years ago
|
||
Something like this. Compile hasn't finished. I'm not sure whether the bit in nsMsgMailNewsUrl.cpp needs the QI.
Assignee | ||
Updated•6 years ago
|
Version: 60 → Trunk
Assignee | ||
Comment 2•6 years ago
|
||
Attachment #9039115 -
Attachment is obsolete: true
Assignee | ||
Comment 3•6 years ago
|
||
First reviewer wins.
I edited the LDAP file on the comm-beta repo, so the hunk was missing. Now it compiles and links.
Attachment #9039122 -
Attachment is obsolete: true
Attachment #9039181 -
Flags: review?(mkmelin+mozilla)
Attachment #9039181 -
Flags: review?(acelists)
Comment 4•6 years ago
|
||
Comment on attachment 9039181 [details] [diff] [review]
1522847-serialise.patch (v2)
Review of attachment 9039181 [details] [diff] [review]:
-----------------------------------------------------------------
::: mailnews/addrbook/src/nsAddbookUrl.cpp
@@ +243,5 @@
> +NS_IMETHODIMP_(void)
> +nsAddbookUrl::Serialize(mozilla::ipc::URIParams &aParams)
> +{
> + return m_baseURL->Serialize(aParams);
> +}
How come these return something when it's NS_IMETHODIMP_(void) ?
Assignee | ||
Comment 5•6 years ago
|
||
Good question. The "advanced" compiler clang-cl did say a word :-(
Attachment #9039181 -
Attachment is obsolete: true
Attachment #9039181 -
Flags: review?(mkmelin+mozilla)
Attachment #9039181 -
Flags: review?(acelists)
Attachment #9039198 -
Flags: review?(mkmelin+mozilla)
Updated•6 years ago
|
Attachment #9039198 -
Flags: review?(mkmelin+mozilla) → review+
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/bfa78ee4ab64
Port bug 1522596: Remove reference to nsIIPCSerializableURI and implement Serialize() for AB, mailto and LDAP URLs. r=mkmelin
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•6 years ago
|
Target Milestone: --- → Thunderbird 66.0
Updated•5 years ago
|
Type: enhancement → task
You need to log in
before you can comment on or make changes to this bug.
Description
•