Closed
Bug 1362313
Opened 9 years ago
Closed 9 years ago
Filter by URL using regexp seems doesn’t work
Categories
(Developer Documentation Graveyard :: Mozilla Platform, enhancement)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: onirix, Unassigned)
Details
(Whiteboard: [specification][type:bug])
What did you do?
================
1. Open a new window
2. Open network developer panel
3. Open a web page
4. Try to filter by regexp as : regexp:thickbox
I’m using filters as it present in this page :
https://developer.mozilla.org/en-US/docs/Tools/Network_Monitor#Filtering_by_URL
PS: method
What happened?
==============
It make the list of files empty
What should have happened?
==========================
Should display a list of these files :
thickbox.css
thickbox.js
Is there anything else we should know?
======================================
It doesn’t work neither with property method filter.
Firefox Dev Edition 54.0a2 (32 bits) on Windows 7 (64 bits) & Firefox 53.0
Comment 1•9 years ago
|
||
I don't see regexp: under Filtering by URL, but instead under Filtering by Properties:
https://developer.mozilla.org/en-US/docs/Tools/Network_Monitor#Filtering_by_properties
That has a banner that says "New in Firefox 55". You are running 54.0a2 and 53, which don't have that feature yet.
For your example and your Firefox versions, typing "thickbox" would be enough to quickly find thickbox.css and thickbox.js. You may have a more complex use case, but it will have to wait until FF55.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Component: General → Mozilla Platform
Product: Mozilla Developer Network → Developer Documentation
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•