Closed
Bug 1473061
Opened 7 years ago
Closed 7 years ago
Provide an option to show flex basis in the flexbox highlighter
Categories
(DevTools :: Inspector, defect, P3)
DevTools
Inspector
Tracking
(firefox63 fixed)
RESOLVED
FIXED
Firefox 63
| Tracking | Status | |
|---|---|---|
| firefox63 | --- | fixed |
People
(Reporter: gl, Assigned: gl)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
No description provided.
| Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
| mozreview-review | ||
Comment on attachment 8989465 [details]
Bug 1473061 - Provide an option to show flex basis in the flexbox highlighter.
https://reviewboard.mozilla.org/r/254518/#review261340
Code analysis found 1 defect in this patch:
- 1 defect found by mozlint
You can run this analysis locally with:
- `./mach lint path/to/file` (JS/Python)
If you see a problem in this automated review, please report it here: http://bit.ly/2y9N9Vx
::: devtools/server/actors/highlighters/flexbox.js:542
(Diff revision 1)
>
> /**
> * Renders the flex basis for a given flex item.
> */
> renderFlexItemBasis(flexItem, left, top, right, bottom, boundsWidth) {
> - if (!this.computedStyle) {
> + if (!this.options.showFlexBasis || this.!this.computedStyle) {
Error: Parsing error: unexpected token ! [eslint]
| Comment hidden (mozreview-request) |
Comment 4•7 years ago
|
||
| mozreview-review | ||
Comment on attachment 8989465 [details]
Bug 1473061 - Provide an option to show flex basis in the flexbox highlighter.
https://reviewboard.mozilla.org/r/254518/#review261536
Attachment #8989465 -
Flags: review?(pbrosset) → review+
Pushed by gabriel.luong@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/a5cf5667c147
Provide an option to show flex basis in the flexbox highlighter. r=pbro
Comment 6•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 63
You need to log in
before you can comment on or make changes to this bug.
Description
•