Closed
Bug 1244544
Opened 8 years ago
Closed 8 years ago
uiOnlyAllowOneWindow.js mocks nsIDOMWindow/mozIDOMWindowProxy in JS
Categories
(Toolkit :: Application Update, defect)
Toolkit
Application Update
Tracking
()
RESOLVED
FIXED
mozilla49
Tracking | Status | |
---|---|---|
firefox49 | --- | fixed |
People
(Reporter: khuey, Assigned: robert.strong.bugs)
References
Details
Attachments
(1 file, 1 obsolete file)
4.19 KB,
patch
|
robert.strong.bugs
:
review+
|
Details | Diff | Splinter Review |
The test mocks the window mediator, and its getMostRecentWindow function. That used to return an nsIDOMWindow, which was (surprisingly) not 'builtinclass' in the IDL. The return type has been changed to be mozIDOMWindowProxy which is builtinclass and thus can't be implemented in JS. http://mxr.mozilla.org/mozilla-central/source/toolkit/mozapps/update/tests/unit_aus_update/uiOnlyAllowOneWindow.js#71 I disabled this test to land bug 1241764. I don't know if the test is salvageable.
Flags: needinfo?(robert.strong.bugs)
![]() |
Assignee | |
Comment 2•8 years ago
|
||
There are plans in the works to revamp the user interface and this test won't be necessary after that is done so I'm just going to remove it. I'm going to hold off on this until after bug 394984 and bug 1274487 lands.
Assignee: nobody → robert.strong.bugs
Status: NEW → ASSIGNED
![]() |
Assignee | |
Comment 3•8 years ago
|
||
Comment on attachment 8754674 [details] [diff] [review] patch rev1 - remove the test Note: I'm going to try to hold off on landing this until after spohl's patches land.
Attachment #8754674 -
Flags: review?(mhowell)
![]() |
Assignee | |
Comment 4•8 years ago
|
||
Pushed to try along with bug 1274487 https://treeherder.mozilla.org/#/jobs?repo=try&revision=92bf2f9cd9eb
![]() |
Assignee | |
Comment 5•8 years ago
|
||
Accidentally used the mach syntax... new try push https://treeherder.mozilla.org/#/jobs?repo=try&revision=6ea3cb9d4af2
Updated•8 years ago
|
Attachment #8754674 -
Flags: review?(mhowell) → review+
![]() |
Assignee | |
Comment 7•8 years ago
|
||
Attachment #8754674 -
Attachment is obsolete: true
Attachment #8756208 -
Flags: review+
Comment 8•8 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/18083cdf9caa
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla49
You need to log in
before you can comment on or make changes to this bug.
Description
•