Closed
Bug 1423502
Opened 8 years ago
Closed 8 years ago
Clean up leftover files under netmonitor/src/*
Categories
(DevTools :: Netmonitor, defect, P3)
DevTools
Netmonitor
Tracking
(firefox59 fixed)
RESOLVED
FIXED
Firefox 59
Tracking | Status | |
---|---|---|
firefox59 | --- | fixed |
People
(Reporter: rickychien, Assigned: rickychien)
References
Details
Attachments
(1 file)
Bug 1336382 and bug 1362059 are closed due to https://bugzilla.mozilla.org/show_bug.cgi?id=1336382#c2. There are some leftover files under src folder, and they have to be arranged to somewhere.
This is clean-up and I'd propose to create a src/widgets directory for accommodating RequestListContextMenu.js & RequestListHeaderContextMenu.js & WaterfallBackground.js since they don't belong react component but act as part of UI. (e.g. drawing waterfall vertical line, constructing contextmenu.)
request-list-tooltip.js is only used once and small enough to merge into RequestListContent.js itself, so I'll merge that into it.
Assignee | ||
Updated•8 years ago
|
Summary: Implement RequestListHeaderContextMenu React component → Clean up leftover files under netmonitor/src/*
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Assignee | ||
Comment 3•8 years ago
|
||
If you'd like to test the patch, please apply the patch based on bug 1418927 or using `hg pull` command from mozreview-board.
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 6•8 years ago
|
||
mozreview-review |
Comment on attachment 8934924 [details]
Bug 1423502 - Clean up leftover files under netmonitor/src/*
https://reviewboard.mozilla.org/r/205854/#review211818
Yep, I like the new directory structure.
R+ assuming try is green and my inline comment is resolved.
Thanks Ricky!
Honza
::: devtools/client/netmonitor/src/components/RequestListContent.js:34
(Diff revision 4)
>
> const { div } = dom;
>
> // Tooltip show / hide delay in ms
> const REQUESTS_TOOLTIP_TOGGLE_DELAY = 500;
> +// Tooltip image maxmium dimension in px
typo: maxmium -> maximum
Attachment #8934924 -
Flags: review?(odvarko) → review+
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Pushed by rchien@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/35702424bcfc
Clean up leftover files under netmonitor/src/* r=Honza
Comment 10•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 59
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•