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

Issue 1383503003: [DevTools] Show a explanation when all resources in the page have been requested securely (no-mixed… (Closed)

Created:
5 years, 2 months ago by mmccoy
Modified:
5 years, 2 months ago
CC:
apavlov+blink_chromium.org, blink-reviews, caseq+blink_chromium.org, chromium-reviews, devtools-reviews_chromium.org, estark, kozyatinskiy+blink_chromium.org, lgarron, lushnikov+blink_chromium.org, pfeldman, pfeldman+blink_chromium.org, sergeyv+blink_chromium.org, yurys+blink_chromium.org, yurys
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[DevTools] Show a explanation when all resources in the page have been requested securely (no-mixed-content). * Adds a secure/green bullet point to SecurityPanel when all resources on the page have been transfered securely. BUG=527232 TEST=Visit 'https://sha256.badssl.com/', enable/open the Security Panel, verify there is an explanation in the list reading 'All resources on this page are served securely.' with a green bullet (secure) annotation. Committed: https://crrev.com/eefb629f1a7f6d05d3fede01f3dc0fb9b7f64e28 Cr-Commit-Position: refs/heads/master@{#353558}

Patch Set 1 #

Patch Set 2 : Adding layout tests #

Patch Set 3 : Linting/formatting #

Patch Set 4 : Updated owners + lint #

Total comments: 3

Patch Set 5 : Opt for less specific '_addExplanation' method call; style fixes. #

Total comments: 1

Patch Set 6 : Reverting additional logic in _addMixedContentExplanation #

Patch Set 7 : Add additional expected output to block-mixed-content layout test #

Messages

Total messages: 30 (12 generated)
mmccoy
5 years, 2 months ago (2015-10-01 13:35:39 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1383503003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1383503003/20001
5 years, 2 months ago (2015-10-01 13:36:09 UTC) #4
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. Only full committers are accepted. Even if an ...
5 years, 2 months ago (2015-10-01 13:36:11 UTC) #6
mmccoy
5 years, 2 months ago (2015-10-05 13:37:24 UTC) #8
paulirish
lucas to review. after lgtm add dgozman to review.
5 years, 2 months ago (2015-10-05 21:28:27 UTC) #11
mmccoy
On 2015/10/05 at 21:28:27, paulirish wrote: > lucas to review. after lgtm add dgozman to ...
5 years, 2 months ago (2015-10-08 19:21:40 UTC) #12
lgarron
LGTM; thanks for the poke today. https://codereview.chromium.org/1383503003/diff/60001/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/1383503003/diff/60001/third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js#newcode543 third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js:543: this._addMixedContentExplanation(SecurityAgent.SecurityState.Secure, WebInspector.UIString("Secure Resources"), ...
5 years, 2 months ago (2015-10-09 00:16:31 UTC) #13
mmccoy
On 2015/10/09 at 00:16:31, lgarron wrote: > LGTM; thanks for the poke today. > > ...
5 years, 2 months ago (2015-10-09 00:31:18 UTC) #15
dgozman
https://codereview.chromium.org/1383503003/diff/60001/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/1383503003/diff/60001/third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js#newcode543 third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js:543: this._addMixedContentExplanation(SecurityAgent.SecurityState.Secure, WebInspector.UIString("Secure Resources"), WebInspector.UIString("All resources on this page are ...
5 years, 2 months ago (2015-10-09 03:52:55 UTC) #16
mmccoy
On 2015/10/09 at 03:52:55, dgozman wrote: > https://codereview.chromium.org/1383503003/diff/60001/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/1383503003/diff/60001/third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js#newcode543 ...
5 years, 2 months ago (2015-10-09 16:22:03 UTC) #17
dgozman
https://codereview.chromium.org/1383503003/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/1383503003/diff/80001/third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js#newcode647 third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js:647: var explanation = this._addExplanation(mixedContentExplanation); Revert all the changes here?
5 years, 2 months ago (2015-10-09 18:11:34 UTC) #18
mmccoy
On 2015/10/09 at 18:11:34, dgozman wrote: > https://codereview.chromium.org/1383503003/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/1383503003/diff/80001/third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js#newcode647 ...
5 years, 2 months ago (2015-10-09 18:31:59 UTC) #19
dgozman
lgtm
5 years, 2 months ago (2015-10-09 18:46:54 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1383503003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1383503003/100001
5 years, 2 months ago (2015-10-09 19:07:41 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/118840)
5 years, 2 months ago (2015-10-09 20:17:10 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1383503003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1383503003/120001
5 years, 2 months ago (2015-10-12 16:54:53 UTC) #28
commit-bot: I haz the power
Committed patchset #7 (id:120001)
5 years, 2 months ago (2015-10-12 18:14:07 UTC) #29
commit-bot: I haz the power
5 years, 2 months ago (2015-10-12 18:14:53 UTC) #30
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/eefb629f1a7f6d05d3fede01f3dc0fb9b7f64e28
Cr-Commit-Position: refs/heads/master@{#353558}

Powered by Google App Engine
This is Rietveld 408576698