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

Issue 2881513003: DevTools: Convert Security Panel to Sentence case (Closed)

Created:
3 years, 7 months ago by elawrence
Modified:
3 years, 7 months ago
Reviewers:
pfeldman, estark
CC:
chromium-reviews, caseq+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, blink-reviews, kozyatinskiy+blink_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: Convert Security Panel to Sentence case Replace use of Title Case in the Developer Tools' Security Panel to use sentence case, matching Chrome text standards. BUG=721176 Review-Url: https://codereview.chromium.org/2881513003 Cr-Commit-Position: refs/heads/master@{#473435} Committed: https://chromium.googlesource.com/chromium/src/+/5553b9f830b3f917d2500762a9455cb1f28dd0b1

Patch Set 1 #

Patch Set 2 : Swap Title Case for Sentence case across Security Panel #

Total comments: 2

Patch Set 3 : Move PKP bypass message to grdp #

Patch Set 4 : Fix hardcoded UnitTest #

Total comments: 1

Patch Set 5 : Fix unit test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -86 lines) Patch
M components/security_state/content/content_utils.cc View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M components/security_state/content/content_utils_unittest.cc View 1 2 3 4 3 chunks +3 lines, -3 lines 0 comments Download
M components/security_state_strings.grdp View 1 2 2 chunks +13 lines, -7 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/security/blank-origins-not-shown-expected.txt View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/security/failed-request-expected.txt View 1 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/security/interstitial-sidebar-expected.txt View 1 12 chunks +12 lines, -12 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/security/main-origin-assigned-despite-request-missing-expected.txt View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/security/mixed-content-active-and-passive-reload-expected.txt View 1 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/security/mixed-content-and-subresources-with-cert-errors-expected.txt View 1 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/security/mixed-content-reload-expected.txt View 1 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/security/mixed-form-expected.txt View 1 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/security/origin-view-then-interstitial-expected.txt View 1 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/security/security-all-resources-secure-expected.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/security/security-blocked-mixed-content-and-malicious-expected.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/security/security-blocked-mixed-content-expected.txt View 1 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/security/security-details-updated-with-security-state-expected.txt View 1 4 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/security/security-explanation-ordering-expected.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/security/security-secure-but-malicious-expected.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/security/security-unknown-resource-expected.txt View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js View 1 10 chunks +26 lines, -26 lines 0 comments Download

Messages

Total messages: 36 (19 generated)
elawrence
PTAL at this three character change? Thanks!
3 years, 7 months ago (2017-05-11 21:50:49 UTC) #3
pfeldman
On 2017/05/11 21:50:49, elawrence wrote: > PTAL at this three character change? Thanks! We don't ...
3 years, 7 months ago (2017-05-13 01:01:32 UTC) #7
srahim
On 2017/05/13 01:01:32, pfeldman wrote: > On 2017/05/11 21:50:49, elawrence wrote: > > PTAL at ...
3 years, 7 months ago (2017-05-18 18:14:38 UTC) #8
pfeldman
> pfeldman@, Dev Tools isn't perfectly consistent w/capitalization either way That's what I'd like to ...
3 years, 7 months ago (2017-05-18 18:43:46 UTC) #9
elawrence
On 2017/05/18 18:43:46, pfeldman wrote: > > pfeldman@, Dev Tools isn't perfectly consistent w/capitalization either ...
3 years, 7 months ago (2017-05-18 20:16:57 UTC) #10
pfeldman
>> 4. Update the CL to change all Security Panel explanation bullets to sentence case, ...
3 years, 7 months ago (2017-05-18 20:35:47 UTC) #11
elawrence
estark@chromium.org: Please review changes in components/security_state*
3 years, 7 months ago (2017-05-19 18:31:45 UTC) #15
estark
components/security_state lgtm https://codereview.chromium.org/2881513003/diff/40001/components/security_state/content/content_utils.cc File components/security_state/content/content_utils.cc (right): https://codereview.chromium.org/2881513003/diff/40001/components/security_state/content/content_utils.cc#newcode309 components/security_state/content/content_utils.cc:309: "Public-Key-Pinning bypassed", Huh. These should be in ...
3 years, 7 months ago (2017-05-19 18:35:07 UTC) #18
elawrence
https://codereview.chromium.org/2881513003/diff/40001/components/security_state/content/content_utils.cc File components/security_state/content/content_utils.cc (right): https://codereview.chromium.org/2881513003/diff/40001/components/security_state/content/content_utils.cc#newcode309 components/security_state/content/content_utils.cc:309: "Public-Key-Pinning bypassed", On 2017/05/19 18:35:07, estark (temporarily slow) wrote: ...
3 years, 7 months ago (2017-05-19 19:02:24 UTC) #19
pfeldman
lgtm https://codereview.chromium.org/2881513003/diff/80001/third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js File third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js (right): https://codereview.chromium.org/2881513003/diff/80001/third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js#newcode985 third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js:985: sanDiv.textContent = Common.UIString('(n/a)'); I think it is common ...
3 years, 7 months ago (2017-05-19 19:50:38 UTC) #20
elawrence
On 2017/05/19 19:50:38, pfeldman wrote: > lgtm > > https://codereview.chromium.org/2881513003/diff/80001/third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js > File third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js > (right): ...
3 years, 7 months ago (2017-05-19 20:41:57 UTC) #21
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/2881513003/80001
3 years, 7 months ago (2017-05-19 20:43:25 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/272351) android_cronet on master.tryserver.chromium.android (JOB_FAILED, ...
3 years, 7 months ago (2017-05-19 20:50:14 UTC) #26
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/2881513003/100001
3 years, 7 months ago (2017-05-19 21:18:40 UTC) #29
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/298626)
3 years, 7 months ago (2017-05-19 23:26:58 UTC) #31
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/2881513003/100001
3 years, 7 months ago (2017-05-20 13:32:02 UTC) #33
commit-bot: I haz the power
3 years, 7 months ago (2017-05-20 13:38:38 UTC) #36
Message was sent while issue was closed.
Committed patchset #5 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/5553b9f830b3f917d2500762a945...

Powered by Google App Engine
This is Rietveld 408576698