Closed
Bug 1719250
Opened 4 years ago
Closed 4 years ago
Stop deduping array query parameters
Categories
(DevTools :: Netmonitor, enhancement)
DevTools
Netmonitor
Tracking
(firefox95 fixed)
RESOLVED
FIXED
95 Branch
| Tracking | Status | |
|---|---|---|
| firefox95 | --- | fixed |
People
(Reporter: bomsy, Assigned: claubatista)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
STR
- Go to https://www.google.com/?a=3&a=45&a=60
- Open the netmonitor
- Select the first (i.e the top level document) request
- View the URL in the headers panel
AR
The parameters are shown as https://www.google.com/?a=3,45,60 which can be confusing.
ER
The parameters should be shown as https://www.google.com/?a=3&a=45&a=60 which is consistent with what is valid. This enables the user to just copy the url without having to edit it.
Updated•4 years ago
|
Blocks: netmonitor-headers-sidepanel
Has STR: --- → yes
| Reporter | ||
Comment 1•4 years ago
|
||
Hi Claudia,
Would you be interested in looking at this? Might a quick one
Flags: needinfo?(contatodaclau)
| Assignee | ||
Comment 2•4 years ago
|
||
Hi @bomsy,
I'd like working on this. :)
Next week I'll be in vacations, so I'll start on the other week.
Flags: needinfo?(contatodaclau)
| Reporter | ||
Comment 3•4 years ago
|
||
No probs ... no rush. I'll assign to you.
Thanks
Flags: needinfo?(contatodaclau)
| Reporter | ||
Updated•4 years ago
|
Flags: needinfo?(contatodaclau)
| Reporter | ||
Updated•4 years ago
|
Assignee: nobody → contatodaclau
| Assignee | ||
Comment 4•4 years ago
|
||
Pushed by hmanilla@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0f0d38187fd1
[devtools] Stop deduping array query parameters. r=bomsy
Comment 6•4 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox95:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 95 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•