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

Issue 1138473003: Revert of Move SecurityLevel into a class of its own (Closed)

Created:
5 years, 7 months ago by estark
Modified:
5 years, 7 months ago
CC:
chromium-reviews, tfarina, James Su, lgarron, Ryan Sleevi
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Revert of Move SecurityLevel into a class of its own (patchset #16 id:370001 of https://codereview.chromium.org/1123943002/) Reason for revert: Downstream build broken by this change because of forgotten JNI method registration. I need to register the JNI method before relanding. Original issue's description: > Move SecurityLevel into a class of its own > > This CL moves |GetSecurityLevelForWebContents| and the |SecurityLevel| > enum into a class of their own: |ConnectionSecurityHelper| in > //chrome/browser/ssl (since it is applying Chrome-specific security > policy to determine the security level of a page). > > Later, we will use the new |ConnectionSecurityHelper| class to compute a > security level for a page to send to the DevTools Security > panel. Specifically, we need to be able to calculate the security level > for a given page, not just the WebContents for the active tab. > > BUG=484392 > > Committed: https://crrev.com/ca7c0a3374c21ab10c821f4f3a890afc79182acf > Cr-Commit-Position: refs/heads/master@{#329591} TBR=felt@chromium.org,pkasting@chromium.org,rsleevi@chromium.org,bauerb@chromium.org,sky@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=484392 Committed: https://crrev.com/4e9c2774d004a1fce0b1f572398e3b0c9e3337f7 Cr-Commit-Position: refs/heads/master@{#329654}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+293 lines, -392 lines) Patch
M chrome/android/BUILD.gn View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/Tab.java View 3 chunks +6 lines, -7 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/WebsiteSettingsPopup.java View 6 chunks +15 lines, -16 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/omnibox/OmniboxUrlEmphasizer.java View 3 chunks +9 lines, -10 lines 0 comments Download
D chrome/android/java/src/org/chromium/chrome/browser/ssl/ConnectionSecurityHelper.java View 1 chunk +0 lines, -29 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/toolbar/ToolbarModel.java View 3 chunks +15 lines, -0 lines 0 comments Download
M chrome/android/javatests_shell/src/org/chromium/chrome/browser/omnibox/OmniboxUrlEmphasizerTest.java View 10 chunks +28 lines, -19 lines 0 comments Download
D chrome/browser/ssl/connection_security_helper.h View 1 chunk +0 lines, -59 lines 0 comments Download
D chrome/browser/ssl/connection_security_helper.cc View 1 chunk +0 lines, -130 lines 0 comments Download
D chrome/browser/ssl/connection_security_helper_android.cc View 1 chunk +0 lines, -18 lines 0 comments Download
M chrome/browser/ui/android/toolbar/toolbar_model_android.cc View 1 chunk +10 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm View 1 chunk +6 lines, -7 lines 0 comments Download
M chrome/browser/ui/toolbar/test_toolbar_model.h View 3 chunks +4 lines, -7 lines 0 comments Download
M chrome/browser/ui/toolbar/test_toolbar_model.cc View 3 chunks +5 lines, -9 lines 0 comments Download
M chrome/browser/ui/toolbar/toolbar_model.h View 4 chunks +33 lines, -5 lines 0 comments Download
M chrome/browser/ui/toolbar/toolbar_model_impl.h View 2 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/ui/toolbar/toolbar_model_impl.cc View 6 chunks +127 lines, -32 lines 0 comments Download
M chrome/browser/ui/views/location_bar/location_bar_view.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/location_bar/location_bar_view.cc View 7 chunks +16 lines, -18 lines 0 comments Download
M chrome/browser/ui/views/omnibox/omnibox_view_views.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/omnibox/omnibox_view_views.cc View 4 chunks +5 lines, -8 lines 0 comments Download
M chrome/chrome.gyp View 2 chunks +1 line, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 4 chunks +2 lines, -7 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
estark
Created Revert of Move SecurityLevel into a class of its own
5 years, 7 months ago (2015-05-13 16:33:39 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1138473003/1
5 years, 7 months ago (2015-05-13 16:34:02 UTC) #2
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 7 months ago (2015-05-13 16:36:46 UTC) #3
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/4e9c2774d004a1fce0b1f572398e3b0c9e3337f7 Cr-Commit-Position: refs/heads/master@{#329654}
5 years, 7 months ago (2015-05-13 16:38:00 UTC) #4
Peter Kasting
5 years, 7 months ago (2015-05-13 22:51:29 UTC) #5
Message was sent while issue was closed.
LGTM

Powered by Google App Engine
This is Rietveld 408576698