Closed
Bug 1249870
Opened 9 years ago
Closed 9 years ago
Fix references to obsolete nsPIDOMWindow in mintrayr
Categories
(Instantbird Graveyard :: Other, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Instantbird 47
People
(Reporter: abdelrahman, Assigned: abdelrahman)
References
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
patch
|
aleth
:
review+
|
Details | Diff | Splinter Review |
Fix build failure of mintrayr component according to changes in bug 1241764
Assignee | ||
Comment 1•9 years ago
|
||
This will not totally fix the failure as |InitMouseEvent| has been removed from |nsIDOMMouseEvent| interface.
Updated•9 years ago
|
Blocks: 1241764
Keywords: regression
Updated•9 years ago
|
OS: Unspecified → Linux
Comment 2•9 years ago
|
||
Comment on attachment 8721624 [details] [diff] [review]
fix mintrayr failure
Review of attachment 8721624 [details] [diff] [review]:
-----------------------------------------------------------------
This should be OK, but I guess it can't be tested until the InitMouseEvent is working.
Updated•9 years ago
|
Attachment #8721624 -
Flags: review?(aleth) → review+
Comment 3•9 years ago
|
||
https://hg.mozilla.org/comm-central/rev/6cfd87993ea0ce3fe8640f6529bb0c9d88735fea
Bug 1249870 - Fix references to obsolete nsPIDOMWindow in mintrayr. r=aleth
Updated•9 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → Instantbird 47
Updated•9 years ago
|
Summary: Fix build failure of mintrayr component → Fix references to obsolete nsPIDOMWindow in mintrayr
Comment 4•9 years ago
|
||
(In reply to Abdelrhman Ahmed [:abdelrhman] from comment #1)
> Created attachment 8721624 [details] [diff] [review]
> fix mintrayr failure
>
> This will not totally fix the failure as |InitMouseEvent| has been removed
> from |nsIDOMMouseEvent| interface.
Did you file a bug/patch for this?
Flags: needinfo?(ab)
Assignee | ||
Comment 5•9 years ago
|
||
(In reply to aleth [:aleth] from comment #4)
> Did you file a bug/patch for this?
Yes, I've worked on a patch for that, but it's not finished yet.
Also, I've just filed a bug (bug 1250746) for this.
Flags: needinfo?(ab)
You need to log in
before you can comment on or make changes to this bug.
Description
•