Closed
Bug 628586
Opened 15 years ago
Closed 15 years ago
steelIApplication needs new iid due to changes in parent interface extIApplication
Categories
(Thunderbird :: General, defect)
Thunderbird
General
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 3.3a3
People
(Reporter: pjemen, Assigned: pjemen)
Details
Attachments
(1 file)
|
813 bytes,
patch
|
standard8
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13 ( .NET CLR 3.5.30729; .NET4.0E)
Build Identifier: Mozilla/5.0 (Windows NT 5.1; rv:2.0b10pre) Gecko/20110114 Thunderbird/3.3a2
By comparing Tb33 to Tb31 interfaces, steelIApplication needs new iid because extIApplication was changed
Tb31:
readonly attribute extIExtensions extensions;
Tb33:
void getExtensions(in extIExtensionsCallback aCallback);
Reproducible: Always
| Assignee | ||
Comment 1•15 years ago
|
||
| Assignee | ||
Updated•15 years ago
|
Version: unspecified → Trunk
| Assignee | ||
Updated•15 years ago
|
Attachment #506668 -
Flags: review?(bugzilla)
Updated•15 years ago
|
Attachment #506668 -
Flags: review?(bugzilla) → review+
| Assignee | ||
Updated•15 years ago
|
Keywords: checkin-needed
Comment 2•15 years ago
|
||
Committed as http://hg.mozilla.org/comm-central/rev/99a44e7d710e
Updated•15 years ago
|
Assignee: nobody → pjemen
Target Milestone: --- → Thunderbird 3.3a3
You need to log in
before you can comment on or make changes to this bug.
Description
•