Closed
Bug 1091596
Opened 11 years ago
Closed 11 years ago
[e10s] browser_net_copy_as_curl.js disabled because `waitForClipboard` doesn't seem to work properly on e10s
Categories
(DevTools :: Netmonitor, defect)
DevTools
Netmonitor
Tracking
(e10s+)
RESOLVED
FIXED
Firefox 36
| Tracking | Status | |
|---|---|---|
| e10s | + | --- |
People
(Reporter: vporof, Assigned: vporof)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
1.34 KB,
patch
|
ejpbruel
:
review+
|
Details | Diff | Splinter Review |
This tests creates a cURL command and copies it to the clipboard [0]. I manually verified that the created string is the expected one, however `clipboardHelper.copyString` doesn't seem to work on e10s [1]. Disabling the test for now, but the thought here is that it's not the test's or tool's fault.
[0] http://dxr.mozilla.org/mozilla-central/source/browser/devtools/netmonitor/test/browser_net_copy_as_curl.js#55
[1] http://dxr.mozilla.org/mozilla-central/source/browser/devtools/netmonitor/netmonitor-view.js#573
| Assignee | ||
Comment 1•11 years ago
|
||
Updated•11 years ago
|
Blocks: e10s-tests
tracking-e10s:
--- → +
Updated•11 years ago
|
Attachment #8514258 -
Flags: review?(ejpbruel) → review+
Comment 2•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 36
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•