Closed
Bug 1091603
Opened 9 years ago
Closed 9 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•9 years ago
|
||
![]() |
||
Updated•9 years ago
|
Blocks: e10s-tests
tracking-e10s:
--- → +
Updated•9 years ago
|
Attachment #8514260 -
Flags: review?(ejpbruel) → review+
Comment 2•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/cc978b102212
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 36
Updated•5 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•