Closed
Bug 938085
Opened 11 years ago
Closed 5 years ago
Let the user block some requests (based on URL fragment) to test third-party failure
Categories
(DevTools :: Netmonitor, enhancement)
DevTools
Netmonitor
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1580526
People
(Reporter: nicolas, Unassigned)
References
(Blocks 1 open bug)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:25.0) Gecko/20100101 Firefox/25.0 (Beta/Release)
Build ID: 20131025151332
Steps to reproduce:
I would like to be able to set a list of URL or URL fragments that should not be requested when the developer tools network panel is open, making it easy to test impact of third-party services failure.
Comment 1•11 years ago
|
||
In terms of UI, I think we could re-use the "eye" icon used for blackboxing and disabling CSS files.
Component: Untriaged → Developer Tools
OS: Mac OS X → All
Hardware: x86 → All
Version: 25 Branch → Trunk
Updated•11 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•11 years ago
|
||
Could be useful to simulate these:
* a request taking longer.
* a request never answering (kind of the same)
* a request returning an error instead of a real thing
Updated•11 years ago
|
Component: Developer Tools → Developer Tools: Netmonitor
Comment 3•8 years ago
|
||
FWIW, the Chrome DevTools just got that feature:
https://developers.google.com/web/updates/2017/04/devtools-release-notes#block-requests
(In reply to Julien Wajsberg [:julienw] from comment #2)
> Could be useful to simulate these:
> * a request taking longer.
> * a request never answering (kind of the same)
> * a request returning an error instead of a real thing
I like those ideas a lot, though I'd say they are too much for the first iteration. So, in this bug, let's focus on blocking the requests completely (This is also what the Chrome DevTools seem to do.) and file new ones to allow throttling and failing individual requests.
Sebastian
Comment 4•7 years ago
|
||
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Blocks: devtools-resource-blocking
Updated•5 years ago
|
Type: defect → enhancement
Comment 5•5 years ago
|
||
Duping against the MVP that shipped this feature.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•