Closed
Bug 1131816
Opened 10 years ago
Closed 8 years ago
[e10s] Enable link saving tests
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
e10s | + | --- |
People
(Reporter: billm, Assigned: billm)
References
Details
Attachments
(1 file)
4.03 KB,
patch
|
mconley
:
review+
|
Details | Diff | Splinter Review |
This would help to find regressions like bug 1127927.
Attachment #8562375 -
Flags: review?(mconley)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → wmccloskey
Updated•10 years ago
|
tracking-e10s:
--- → +
Comment 1•10 years ago
|
||
Comment on attachment 8562375 [details] [diff] [review]
test-fixes
Review of attachment 8562375 [details] [diff] [review]:
-----------------------------------------------------------------
This looks fine, but I'm going to wait until the questions in bug 1131818 are resolved before r+'ing.
Attachment #8562375 -
Flags: review?(mconley)
Comment 3•9 years ago
|
||
Comment on attachment 8562375 [details] [diff] [review]
test-fixes
Review of attachment 8562375 [details] [diff] [review]:
-----------------------------------------------------------------
Hey billm, sorry about the delay here. This completely fell off the map.
This looks fine, but we'll probably want to use the BTU mouse synth utilities instead of AsyncUtils.
::: browser/base/content/test/general/browser_save_link-perwindowpb.js
@@ +30,5 @@
> aWindow.document.addEventListener("popupshown", contextMenuOpened, false);
>
> var link = testBrowser.contentDocument.getElementById("fff");
> info("link: " + link);
> + AsyncUtils.synthesizeMouseAtCenter(link,
This should probably use BrowserTestUtils.synthesizeMouseAtCenter
::: browser/base/content/test/general/browser_save_private_link_perwindowpb.js
@@ +102,5 @@
>
> waitForFocus(function () {
> aWindow.document.addEventListener("popupshown", contextMenuOpened, false);
> var img = aWindow.gBrowser.selectedBrowser.contentDocument.getElementById("img");
> + AsyncUtils.synthesizeMouseAtCenter(img,
BrowserTestUtils.synthesizeMouseAtCenter
Attachment #8562375 -
Flags: review+
Updated•9 years ago
|
Flags: needinfo?(mconley)
Assignee | ||
Comment 4•8 years ago
|
||
This has all been superseded.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•