Closed
Bug 552625
Opened 15 years ago
Closed 15 years ago
Tb31: nsIMsgFolder needs new iid because it was changed without changing iid
Categories
(MailNews Core :: Backend, defect)
MailNews Core
Backend
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 3.1b2
People
(Reporter: pjemen, Assigned: pjemen)
References
Details
Attachments
(1 file)
(deleted),
patch
|
standard8
:
review+
standard8
:
superreview+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6 (.NET CLR 3.5.30729)
Build Identifier:
It is not possible to differentiate Tb30 and Tb31 version of this interface.
A second argument (offset) of getOfflineFileStream was changed form PRUint32 to unsigned long long (PRUint64).
Tb30:
nsIInputStream getOfflineFileStream(in nsMsgKey msgKey,
out PRUint32 offset,
out PRUint32 size);
Tb31:
nsIInputStream getOfflineFileStream(in nsMsgKey aMsgKey,
out unsigned long long aOffset,
out unsigned long aSize);
Reproducible: Always
Assignee | ||
Updated•15 years ago
|
blocking-thunderbird3.1: --- → ?
Version: unspecified → Trunk
Assignee | ||
Comment 1•15 years ago
|
||
Assignee | ||
Updated•15 years ago
|
Attachment #432756 -
Flags: review?(bugzilla)
Updated•15 years ago
|
Attachment #432756 -
Flags: superreview+
Attachment #432756 -
Flags: review?(bugzilla)
Attachment #432756 -
Flags: review+
Comment 2•15 years ago
|
||
Comment on attachment 432756 [details] [diff] [review]
Proposed patch
[Checkin: Comment 4]
Guess I must have missed that in the review.
Assignee | ||
Comment 3•15 years ago
|
||
Updated•15 years ago
|
Comment 4•15 years ago
|
||
Comment on attachment 432756 [details] [diff] [review]
Proposed patch
[Checkin: Comment 4]
http://hg.mozilla.org/comm-central/rev/1accdf43c576
Attachment #432756 -
Attachment description: Proposed patch. → Proposed patch
[Checkin: Comment 4]
Updated•15 years ago
|
Assignee: nobody → pjemen
Status: NEW → RESOLVED
blocking-thunderbird3.1: ? → ---
Closed: 15 years ago
Component: General → Backend
Flags: in-testsuite-
Keywords: checkin-needed
Product: Thunderbird → MailNews Core
QA Contact: general → backend
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 3.1b2
You need to log in
before you can comment on or make changes to this bug.
Description
•