Closed
Bug 475900
Opened 17 years ago
Closed 17 years ago
nsIAbDirectoryQueryArguments changed without changing uuid
Categories
(MailNews Core :: Address Book, defect)
MailNews Core
Address Book
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 3.0b2
People
(Reporter: pjemen, Assigned: standard8)
References
Details
Attachments
(1 file)
2.50 KB,
patch
|
neil
:
review+
neil
:
superreview+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5 XPCOMViewer/1.0a1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b3pre) Gecko/20081210 Thunderbird/3.0b1
new methods in nsIAbDirectoryQueryArguments
void setReturnProperties (in unsigned long returnPropertiesSize,
[array, size_is(returnPropertiesSize)]
in string returnPropertiesArray);
void getReturnProperties (out unsigned long returnPropertiesSize,
[retval, array, size_is(returnPropertiesSize)]
out string returnPropertiesArray);
Reproducible: Always
Actual Results:
old uuid
Expected Results:
new uuid
Reporter | ||
Updated•17 years ago
|
Flags: wanted-thunderbird3?
Updated•17 years ago
|
Component: General → Address Book
Product: Thunderbird → MailNews Core
QA Contact: general → address-book
![]() |
||
Updated•17 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: blocking1.9.1?
![]() |
||
Updated•17 years ago
|
Flags: blocking-thunderbird3?
Assignee | ||
Comment 2•17 years ago
|
||
(In reply to comment #0)
> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.5)
> Gecko/2008120122 Firefox/3.0.5 XPCOMViewer/1.0a1
> Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US;
> rv:1.9.1b3pre) Gecko/20081210 Thunderbird/3.0b1
>
> new methods in nsIAbDirectoryQueryArguments
> void setReturnProperties (in unsigned long returnPropertiesSize,
> [array, size_is(returnPropertiesSize)]
> in string returnPropertiesArray);
> void getReturnProperties (out unsigned long returnPropertiesSize,
> [retval, array, size_is(returnPropertiesSize)]
> out string returnPropertiesArray);
Actually, these were removed, they aren't new.
Assignee | ||
Comment 3•17 years ago
|
||
Assignee: nobody → bugzilla
Status: NEW → ASSIGNED
Attachment #359525 -
Flags: superreview?(neil)
Attachment #359525 -
Flags: review?(neil)
Updated•17 years ago
|
Attachment #359525 -
Flags: superreview?(neil)
Attachment #359525 -
Flags: superreview+
Attachment #359525 -
Flags: review?(neil)
Attachment #359525 -
Flags: review+
Updated•17 years ago
|
Flags: wanted-thunderbird3?
Flags: blocking-thunderbird3?
Flags: blocking-thunderbird3+
Comment 4•17 years ago
|
||
Isn't that the wrong one in nsISmtpUrl.idl? bienvenu already revved that one in the post-hg era, but Palo was objecting to the unchanged nsIMailtoUrl one further down the file.
Target Milestone: --- → Thunderbird 3.0b2
Version: unspecified → Trunk
Assignee | ||
Comment 5•17 years ago
|
||
Checked in with correct uuid change in nsISmtpUrl: http://hg.mozilla.org/comm-central/rev/2a898db44862
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•