Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Issue 2412993002: Make PEM debugging section fixed width in the SSL interstitial (Closed)

Created:
4 years, 2 months ago by meacer
Modified:
4 years, 2 months ago
Reviewers:
lgarron, elawrence, felt
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Make PEM debugging section fixed width in the SSL interstitial BUG=655245 Committed: https://crrev.com/f67daf2e939134b3f33a938c2d44a3dc2b93d406 Cr-Commit-Position: refs/heads/master@{#425486}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Why is there a duplicate line there? #

Patch Set 3 : Embiggen font size #

Total comments: 2

Patch Set 4 : Move display to top #

Total comments: 4

Patch Set 5 : fixedWidth #

Patch Set 6 : bool #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -3 lines) Patch
M components/security_interstitials/core/browser/resources/interstitial_v2.css View 1 2 3 4 1 chunk +7 lines, -0 lines 0 comments Download
M components/security_interstitials/core/browser/resources/interstitial_v2.js View 1 2 3 4 2 chunks +7 lines, -2 lines 0 comments Download
M components/security_interstitials/core/browser/resources/ssl.js View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 24 (7 generated)
meacer
PTAL?
4 years, 2 months ago (2016-10-12 19:42:14 UTC) #2
lgarron
https://codereview.chromium.org/2412993002/diff/1/components/security_interstitials/core/browser/resources/interstitial_v2.js File components/security_interstitials/core/browser/resources/interstitial_v2.js (right): https://codereview.chromium.org/2412993002/diff/1/components/security_interstitials/core/browser/resources/interstitial_v2.js#newcode78 components/security_interstitials/core/browser/resources/interstitial_v2.js:78: spanTitle.classList.add('debugging-title'); Duplicate line?
4 years, 2 months ago (2016-10-12 19:43:37 UTC) #5
meacer
https://codereview.chromium.org/2412993002/diff/1/components/security_interstitials/core/browser/resources/interstitial_v2.js File components/security_interstitials/core/browser/resources/interstitial_v2.js (right): https://codereview.chromium.org/2412993002/diff/1/components/security_interstitials/core/browser/resources/interstitial_v2.js#newcode78 components/security_interstitials/core/browser/resources/interstitial_v2.js:78: spanTitle.classList.add('debugging-title'); On 2016/10/12 19:43:37, lgarron wrote: > Duplicate line? ...
4 years, 2 months ago (2016-10-12 19:47:03 UTC) #6
elawrence
On 2016/10/12 19:42:14, Mustafa Emre Acer wrote: > PTAL? Monospace shrinks the font down a ...
4 years, 2 months ago (2016-10-12 22:27:00 UTC) #7
meacer
On 2016/10/12 22:27:00, elawrence wrote: > On 2016/10/12 19:42:14, Mustafa Emre Acer wrote: > > ...
4 years, 2 months ago (2016-10-12 23:40:06 UTC) #8
elawrence
One trivial nit, but this otherwise looks great! https://codereview.chromium.org/2412993002/diff/40001/components/security_interstitials/core/browser/resources/interstitial_v2.css File components/security_interstitials/core/browser/resources/interstitial_v2.css (right): https://codereview.chromium.org/2412993002/diff/40001/components/security_interstitials/core/browser/resources/interstitial_v2.css#newcode68 components/security_interstitials/core/browser/resources/interstitial_v2.css:68: display: ...
4 years, 2 months ago (2016-10-13 16:50:02 UTC) #9
meacer
Thanks! https://codereview.chromium.org/2412993002/diff/40001/components/security_interstitials/core/browser/resources/interstitial_v2.css File components/security_interstitials/core/browser/resources/interstitial_v2.css (right): https://codereview.chromium.org/2412993002/diff/40001/components/security_interstitials/core/browser/resources/interstitial_v2.css#newcode68 components/security_interstitials/core/browser/resources/interstitial_v2.css:68: display: block; On 2016/10/13 16:50:02, elawrence wrote: > ...
4 years, 2 months ago (2016-10-13 17:36:49 UTC) #10
meacer
lgarron: Ping, would like to land this today.
4 years, 2 months ago (2016-10-14 21:23:22 UTC) #12
meacer
Whops, felt, I added you for owner review. I'm not sure if a non-owner review ...
4 years, 2 months ago (2016-10-14 21:29:41 UTC) #13
lgarron
LGTM (but I'm not an owner).
4 years, 2 months ago (2016-10-14 21:31:42 UTC) #14
felt
https://codereview.chromium.org/2412993002/diff/60001/components/security_interstitials/core/browser/resources/interstitial_v2.js File components/security_interstitials/core/browser/resources/interstitial_v2.js (right): https://codereview.chromium.org/2412993002/diff/60001/components/security_interstitials/core/browser/resources/interstitial_v2.js#newcode73 components/security_interstitials/core/browser/resources/interstitial_v2.js:73: function appendDebuggingField(title, value, extraCssClass) { Do you plan to ...
4 years, 2 months ago (2016-10-14 21:32:33 UTC) #15
lgarron
https://codereview.chromium.org/2412993002/diff/60001/components/security_interstitials/core/browser/resources/interstitial_v2.js File components/security_interstitials/core/browser/resources/interstitial_v2.js (right): https://codereview.chromium.org/2412993002/diff/60001/components/security_interstitials/core/browser/resources/interstitial_v2.js#newcode71 components/security_interstitials/core/browser/resources/interstitial_v2.js:71: * @param {string=} extraCssClass Additional CSS classes. Optional. Nit: ...
4 years, 2 months ago (2016-10-14 21:33:05 UTC) #16
meacer
https://codereview.chromium.org/2412993002/diff/60001/components/security_interstitials/core/browser/resources/interstitial_v2.js File components/security_interstitials/core/browser/resources/interstitial_v2.js (right): https://codereview.chromium.org/2412993002/diff/60001/components/security_interstitials/core/browser/resources/interstitial_v2.js#newcode71 components/security_interstitials/core/browser/resources/interstitial_v2.js:71: * @param {string=} extraCssClass Additional CSS classes. Optional. On ...
4 years, 2 months ago (2016-10-14 21:44:37 UTC) #17
felt
lgtm
4 years, 2 months ago (2016-10-14 21:45:24 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2412993002/100001
4 years, 2 months ago (2016-10-14 21:54:51 UTC) #21
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 2 months ago (2016-10-14 22:04:13 UTC) #22
commit-bot: I haz the power
4 years, 2 months ago (2016-10-14 22:06:52 UTC) #24
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/f67daf2e939134b3f33a938c2d44a3dc2b93d406
Cr-Commit-Position: refs/heads/master@{#425486}

Powered by Google App Engine
This is Rietveld 408576698