|
|
Chromium Code Reviews|
Created:
4 years, 5 months ago by damienlog Modified:
4 years, 5 months ago CC:
apavlov+blink_chromium.org, blink-reviews, caseq+blink_chromium.org, chromium-reviews, devtools-reviews_chromium.org, kozyatinskiy+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, pfeldman, sergeyv+blink_chromium.org Base URL:
https://chromium.googlesource.com/chromium/src.git@master Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
DescriptionFix uneven padding of network filters in the dev tools.
Also makes the filter bar thinner.
Screenshots: https://imgur.com/a/CClua
BUG=606897
TEST=open network panel, padding for selected filter (XHR, JS, CSS)
should be even (see issue for screenshots)
Patch Set 1 #Patch Set 2 : Switch to 3px padding #
Total comments: 3
Patch Set 3 : re-order name and make filter bar thinner #
Total comments: 1
Patch Set 4 : fix authors ordering [again] and less border-radius #Messages
Total messages: 31 (11 generated)
Description was changed from ========== Fix uneven padding of network filters in the dev tools BUG=606897 TEST=open network panel, padding for selected filter (XHR, JS, CSS) should be even (see issue for screenshots) ========== to ========== Fix uneven padding of network filters in the dev tools BUG=606897 TEST=open network panel, padding for selected filter (XHR, JS, CSS) should be even (see issue for screenshots) ==========
damienlog@gmail.com changed reviewers: + alph@chromium.org, chowse@chromium.org
Fix uneven padding of network filters in the dev tools BUG=606897 TEST=open network panel, padding for selected filter (XHR, JS, CSS) should be even (see issue for screenshots)
paulirish@chromium.org changed reviewers: + allada@chromium.org, paulirish@chromium.org - alph@chromium.org
I'd prefer to go with the more narrow padding, as these guys take up a good amount of space. How about `padding:3px` for all sides?
On 2016/07/07 22:19:45, paulirish wrote:
> I'd prefer to go with the more narrow padding, as these guys take up a good
> amount of space. How about `padding:3px` for all sides?
Thanks for the feedback, switched to 3px, I like tighly-packed interfaces too.
PS: I think it would look better with less border radius and a cursor on hover
but I want to keep the PR simple:
.filter-bitset-filter li {
...
border-radius: 2px; // instead of 8px
...
cursor: pointer;
}
And a thinner bar:
.filter-bar {
...
padding: 2px 0; // instead of 4px
...
}
I like it so far. Just a few things. If you decide to also change the other padding value please update the title/description to reflect both changes. Thanks! (added luoe@ because it also affects console filters) https://codereview.chromium.org/2105023004/diff/20001/AUTHORS File AUTHORS (right): https://codereview.chromium.org/2105023004/diff/20001/AUTHORS#newcode144 AUTHORS:144: Damien Marié <damien@dam.io> Please put in alphabetical order. https://codereview.chromium.org/2105023004/diff/20001/third_party/WebKit/Sour... File third_party/WebKit/Source/devtools/front_end/ui/filter.css (right): https://codereview.chromium.org/2105023004/diff/20001/third_party/WebKit/Sour... third_party/WebKit/Source/devtools/front_end/ui/filter.css:33: padding: 4px 0 4px 0; Lets change this to 2px as well. I like how it looks. https://codereview.chromium.org/2105023004/diff/20001/third_party/WebKit/Sour... third_party/WebKit/Source/devtools/front_end/ui/filter.css:69: border-radius: 8px; I would disagree with changing this. I tested with different values and 8px I think looks the best. If you want to challenge it, I will happily get chowse@ to discuss it/decide; he is our UI/UX person.
Thanks for the feedback. On 2016/07/11 16:13:13, Blaise wrote: > https://codereview.chromium.org/2105023004/diff/20001/AUTHORS#newcode144 > AUTHORS:144: Damien Marié <mailto:damien@dam.io> > Please put in alphabetical order. Done > https://codereview.chromium.org/2105023004/diff/20001/third_party/WebKit/Sour... > third_party/WebKit/Source/devtools/front_end/ui/filter.css:33: padding: 4px 0 > 4px 0; > Lets change this to 2px as well. I like how it looks. Done > https://codereview.chromium.org/2105023004/diff/20001/third_party/WebKit/Sour... > third_party/WebKit/Source/devtools/front_end/ui/filter.css:69: border-radius: > 8px; > I would disagree with changing this. I tested with different values and 8px I > think looks the best. If you want to challenge it, I will happily get chowse@ to > discuss it/decide; he is our UI/UX person. Ok, let's keep it like that.
Description was changed from ========== Fix uneven padding of network filters in the dev tools BUG=606897 TEST=open network panel, padding for selected filter (XHR, JS, CSS) should be even (see issue for screenshots) ========== to ========== Fix uneven padding of network filters in the dev tools. Also makes the filter bar thinner. BUG=606897 TEST=open network panel, padding for selected filter (XHR, JS, CSS) should be even (see issue for screenshots) ==========
allada@chromium.org changed reviewers: + allada@google.com, lushnikov@chromium.org
Also bringing in lushnikov@ for final ok https://codereview.chromium.org/2105023004/diff/40001/AUTHORS File AUTHORS (right): https://codereview.chromium.org/2105023004/diff/40001/AUTHORS#newcode139 AUTHORS:139: Damien Marié <damien@dam.io> nit: Still not in alphabetical order.
Thank you for the contribution! We usually accompany UI changes with a screenshot to speed up review process. Could you please make one and send a link as a comment to this issue?
there are screenshots in https://bugs.chromium.org/p/chromium/issues/detail?id=606897 , but not with the new revised 3px padding.
lgtm
The CQ bit was checked by paulirish@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
The author DamienLog@gmail.com has not signed Google Contributor License Agreement. Please visit https://cla.developers.google.com to sign and manage CLA.
can you fix the alphabetical order. and sign the CLA? also if you'd like to drop the border-radius down a tad, we'd be happy. :)
On 2016/07/12 04:14:34, paulirish wrote: > can you fix the alphabetical order. and sign the CLA? > > also if you'd like to drop the border-radius down a tad, we'd be happy. :) CLA signed, alphabetical order done (hopefully this time I got it right) and the border-radius is down. Here's screenshots of before/after: https://imgur.com/a/CClua Thanks for the help everyone :)
lgtm
Description was changed from ========== Fix uneven padding of network filters in the dev tools. Also makes the filter bar thinner. BUG=606897 TEST=open network panel, padding for selected filter (XHR, JS, CSS) should be even (see issue for screenshots) ========== to ========== Fix uneven padding of network filters in the dev tools. Also makes the filter bar thinner. Screenshots: https://imgur.com/a/CClua BUG=606897 TEST=open network panel, padding for selected filter (XHR, JS, CSS) should be even (see issue for screenshots) ==========
The CQ bit was checked by paulirish@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from lushnikov@chromium.org Link to the patchset: https://codereview.chromium.org/2105023004/#ps60001 (title: "fix authors ordering [again] and less border-radius")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...)
buildbot failure has this: > DamienLog@gmail.com is not in AUTHORS file. If you are a new contributor, please visit http://www.chromium.org/developers/contributing-code and read the "Legal" section If you are a chromite, verify the contributor signed the CLA. So I think you want to adjust your authors file entry to that email. (I'm not sure how to change the commit email to your dam.io, but that may be possible too...)
On 2016/07/12 16:06:51, paulirish wrote: > So I think you want to adjust your authors file entry to that email. (I'm not > sure how to change the commit email to your dam.io, but that may be possible > too...) Maybe it's possible to change the owner of the issue to this account ? (I signed the CLA with this one too) If it's too complex, I can modify the AUTHORS file to have "damienlog@gmail.com" instead.
Hmm. I'm pretty sure the email that CQ is looking for is the email you have setup in codereview here. (Your account on codereview.chromium.org). (nearly sure its not your git commit author.) It doesn't look possible to change the email, so you'd have to set up a new codereview account and upload this patch again after authenticating to it. So, up to you.
Message was sent while issue was closed.
Thanks for the advice, I'm closing this review and I've opened a new one: https://codereview.chromium.org/2150503002/ |
