Open
Bug 1361034
Opened 8 years ago
Updated 2 years ago
Re-use the HEADERS constant in request-list-item.js
Categories
(DevTools :: Netmonitor, enhancement, P3)
DevTools
Netmonitor
Tracking
(Not tracked)
REOPENED
People
(Reporter: ntim, Unassigned)
Details
Right now, we specify the columns three times. It would be nice to only do it once.
Updated•8 years ago
|
Priority: -- → P3
Comment 1•7 years ago
|
||
Per policy at https://wiki.mozilla.org/Bug_Triage/Projects/Bug_Handling/Bug_Husbandry#Inactive_Bugs. If this bug is not an enhancement request or a bug not present in a supported release of Firefox, then it may be reopened.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INACTIVE
Reporter | ||
Updated•7 years ago
|
Status: RESOLVED → REOPENED
Resolution: INACTIVE → ---
Updated•7 years ago
|
Product: Firefox → DevTools
Comment 2•6 years ago
|
||
Can you please provide more information about what should be fixed here?
Just to make it actionable.
Honza
Flags: needinfo?(ntim.bugs)
Reporter | ||
Comment 3•6 years ago
|
||
There's a HEADERS constant defining all the headers at https://searchfox.org/mozilla-central/source/devtools/client/netmonitor/src/constants.js#177.
RequestListItem.js also has its own list of headers: https://searchfox.org/mozilla-central/source/devtools/client/netmonitor/src/components/RequestListItem.js
Maybe the two could be unified ?
Flags: needinfo?(ntim.bugs)
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•