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

Issue 2329153002: Remove the WARNING security level.

Created:
4 years, 3 months ago by lgarron
Modified:
4 years, 3 months ago
Reviewers:
estark
CC:
apavlov+blink_chromium.org, blink-reviews, caseq+blink_chromium.org, cbentzel+watch_chromium.org, chromium-reviews, darin-cc_chromium.org, devtools-reviews_chromium.org, dominickn+watch_chromium.org, jam, kozyatinskiy+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, pfeldman, Ryan Sleevi, sdefresne+watch_chromium.org, James Su
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove the WARNING security level. - content::SECURITY_STYLE_WARNING - SecurityStateModel::SECURITY_WARNING - Generated for Android: ConnectionSecurityLevel.SECURITY_WARNING - Security[Agent].SecurityState.warning (DevTools) - blink::WebURLResponse::SecurityStyleWarning - blink::ResourceResponse::SecurityStyleWarning - Generated for the browser process: content::devtools::security::kSecurityStateWarning BUG=645698

Patch Set 1 #

Patch Set 2 : Include Blink enums. #

Patch Set 3 : Update Android test to take into account HTTPS scheme coloring. #

Total comments: 5

Patch Set 4 : Restore top control test for sub.originalwebsite.com (but with ERROR instead of WARNING). #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -99 lines) Patch
M chrome/android/java/src/org/chromium/chrome/browser/ActivityTabTaskDescriptionHelper.java View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/omnibox/LocationBarLayout.java View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/omnibox/OmniboxUrlEmphasizer.java View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/pageinfo/WebsiteSettingsPopup.java View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/tab/Tab.java View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/tab/TopControlsVisibilityDelegate.java View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/webapps/WebappDelegateFactory.java View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/omnibox/OmniboxUrlEmphasizerTest.java View 1 2 1 chunk +9 lines, -8 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/webapps/WebappUrlBarTest.java View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/webapps/WebappVisibilityTest.java View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/android/policy/policy_auditor.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ssl/chrome_security_state_model_client.cc View 2 chunks +1 line, -7 lines 0 comments Download
M chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm View 2 chunks +2 lines, -10 lines 0 comments Download
M components/security_state/security_state_model.h View 1 chunk +0 lines, -3 lines 0 comments Download
M components/security_state/security_state_model.cc View 2 chunks +0 lines, -7 lines 0 comments Download
M components/toolbar/toolbar_model_impl.cc View 2 chunks +0 lines, -6 lines 0 comments Download
M content/browser/devtools/protocol/security_handler.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M content/child/web_url_loader_impl.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M content/public/common/security_style.h View 1 chunk +0 lines, -5 lines 0 comments Download
M ios/chrome/browser/ssl/ios_chrome_security_state_model_client.mm View 1 chunk +0 lines, -4 lines 0 comments Download
M ios/web/net/request_tracker_impl.mm View 1 chunk +0 lines, -3 lines 0 comments Download
M ios/web/public/security_style.h View 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/security/security-state-comparator.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/security/security-state-comparator-expected.txt View 1 chunk +0 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.cpp View 1 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/browser_protocol.json View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/security/SecurityModel.js View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/network/ResourceResponse.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/public/platform/WebURLResponse.h View 1 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 34 (23 generated)
lgarron
rsleevi@: You're not an OWNER for most of this, but since estark@ is out I ...
4 years, 3 months ago (2016-09-12 22:36:56 UTC) #21
Ryan Sleevi
I'm really swamped this week, so I don't anticipate reviewing this before Emily's return.
4 years, 3 months ago (2016-09-12 23:23:07 UTC) #22
lgarron
estark@, could you review this #yolo-sized commit?
4 years, 3 months ago (2016-09-14 00:03:01 UTC) #24
estark
I have a question (inline) about whether we really should map SECURITY_POLICY_WARNING to SECURITY_STYLE_UNAUTHENTICATED. Unfortunately ...
4 years, 3 months ago (2016-09-14 01:21:54 UTC) #25
estark
On 2016/09/14 01:21:54, estark wrote: > I have a question (inline) about whether we really ...
4 years, 3 months ago (2016-09-14 12:12:44 UTC) #26
lgarron
I like the idea of cleaning up what we should for Chrome OS policy certs ...
4 years, 3 months ago (2016-09-19 22:15:51 UTC) #27
lgarron
Ooh, just found https://www.chromium.org/developers/how-tos/enterprise/running-the-cloud-policy-test-server
4 years, 3 months ago (2016-09-19 22:16:26 UTC) #28
vinodsonkusare77_gmail.com
https://youtu.be/yD6KioQhnAc On Tue, Sep 20, 2016 at 3:46 AM, <lgarron@chromium.org> wrote: > Ooh, just found ...
4 years, 3 months ago (2016-09-20 08:17:14 UTC) #29
vinodsonkusare77_gmail.com
https://youtu.be/yD6KioQhnAc On Tue, Sep 20, 2016 at 3:46 AM, <lgarron@chromium.org> wrote: > Ooh, just found ...
4 years, 3 months ago (2016-09-20 08:17:14 UTC) #30
estark
Lucas, did you want me to look at this CL again, or are we waiting ...
4 years, 3 months ago (2016-09-22 17:44:06 UTC) #33
lgarron
4 years, 3 months ago (2016-09-22 18:29:33 UTC) #34
On 2016/09/22 at 17:44:06, estark wrote:
> Lucas, did you want me to look at this CL again, or are we waiting on
enterprise test accounts?

Enterprise test accounts. I think we have instructions now, but I need to make
them. :-)

Powered by Google App Engine
This is Rietveld 408576698