Closed Bug 969448 Opened 10 years ago Closed 10 years ago

Netmonitor selected filter reset to "All" upon every new page request.

Categories

(DevTools :: Netmonitor, defect)

30 Branch
x86_64
macOS
defect
Not set
normal

Tracking

(firefox30-)

VERIFIED FIXED
Firefox 30
Tracking Status
firefox30 - ---

People

(Reporter: danemacmillan, Assigned: vporof)

References

Details

Attachments

(1 file)

The network monitor has filters at the bottom:

All | HTML | CSS | JS | XHR | Fonts | Images | Media | Flash | Other

When a filter is selected, it will show only requests for that filter. If the page is refreshed with a filter selected, the filter is cleared and defaulted back to "All." The same occurs when navigating to another page. 

Filters should persist between requests and not default back to "All."
Confirmed on 30.0a1 (2014-02-07).
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee: nobody → vporof
Status: NEW → ASSIGNED
Attached patch v1Splinter Review
Attachment #8373593 - Flags: review?(rcampbell)
Blocks: 899727
Comment on attachment 8373593 [details] [diff] [review]
v1

Review of attachment 8373593 [details] [diff] [review]:
-----------------------------------------------------------------

::: browser/devtools/netmonitor/test/browser_net_prefs-reload.js
@@ +36,5 @@
>          modifyFrontend: ($, aValue) => $("#details-pane").setAttribute("width", aValue)
>        },
>        networkDetailsHeight: {
>          newValue: ~~(Math.random() * 300 + 100),
> +        validateValue: ($) => ~~$("#details-pane").getAttribute("height"),

you and your clever tricks!
Attachment #8373593 - Flags: review?(rcampbell) → review+
Fixed a failing test, added some more assertions and landed: https://hg.mozilla.org/integration/fx-team/rev/9d6029b3b35e
Whiteboard: [fixed-in-fx-team]
https://hg.mozilla.org/mozilla-central/rev/9d6029b3b35e
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 30
Robert, Since this now fixed do you think it needs tracking from us? I personally don't see why it would.
Flags: needinfo?(rcampbell)
tracking from whom? It's in 30, so no.
Flags: needinfo?(rcampbell)
Status: RESOLVED → VERIFIED
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: