Closed
Bug 1256513
Opened 9 years ago
Closed 9 years ago
Convert the test for bug 527935 into a browser-chrome test that is enabled on e10s
Categories
(Core :: DOM: Editor, defect)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
mozilla48
People
(Reporter: ehsan.akhgari, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
6.30 KB,
patch
|
mrbkap
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Reporter | ||
Comment 1•9 years ago
|
||
Attachment #8730483 -
Flags: review?(mrbkap)
Comment 2•9 years ago
|
||
Comment on attachment 8730483 [details] [diff] [review]
Convert the test for bug 527935 into a browser-chrome test that is enabled on e10s
This is missing the added browser_bug527935.js file.
Attachment #8730483 -
Flags: review?(mrbkap) → review-
Reporter | ||
Comment 3•9 years ago
|
||
Sorry for forgetting to add the file previously!
Attachment #8730727 -
Flags: review?(mrbkap)
Reporter | ||
Updated•9 years ago
|
Attachment #8730483 -
Attachment is obsolete: true
Updated•9 years ago
|
Blocks: e10s-tests
tracking-e10s:
--- → +
Comment 4•9 years ago
|
||
Comment on attachment 8730727 [details] [diff] [review]
Convert the test for bug 527935 into a browser-chrome test that is enabled on e10s
Review of attachment 8730727 [details] [diff] [review]:
-----------------------------------------------------------------
::: editor/libeditor/tests/browser_bug527935.js
@@ +12,5 @@
> + }
> + SpecialPowers.addAutoCompletePopupEventListener(window, "popupshowing", listener);
> +
> + yield ContentTask.spawn(aBrowser, {}, function*() {
> + var window = content.window.wrappedJSObject;
Do you need the .wrappedJSObject here and below?
Attachment #8730727 -
Flags: review?(mrbkap) → review+
Reporter | ||
Comment 5•9 years ago
|
||
Yes, in order to make the loadPromise bit work.
Comment 7•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox48:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla48
You need to log in
before you can comment on or make changes to this bug.
Description
•