Closed
Bug 1091603
Opened 10 years ago
Closed 10 years ago
[e10s] browser_net_filter-01.js disabled because `nsIXMLHttpRequest` doesn't correctly determine whether or not a request is XHR in 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.39 KB,
patch
|
ejpbruel
:
review+
|
Details | Diff | Splinter Review |
This test verifies whether or not filtering by 'xhr' in the network monitor works properly [0]. This relies on nsIXMLHttpRequest correctly asserting if a request channel is created via an XHR instance, which doesn't seem to work properly [1]. I manually verified this and the behavior is different there on e10s vs. non-e10s.
[0] http://dxr.mozilla.org/mozilla-central/source/browser/devtools/netmonitor/test/browser_net_filter-01.js#50
[1] http://dxr.mozilla.org/mozilla-central/source/toolkit/devtools/webconsole/network-monitor.js?from=network-monitor.js#673
Assignee | ||
Comment 1•10 years ago
|
||
Updated•10 years ago
|
Blocks: e10s-tests
tracking-e10s:
--- → +
Updated•10 years ago
|
Attachment #8514260 -
Flags: review?(ejpbruel) → review+
Comment 2•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 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
•