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

Issue 1169213006: Make ConnectionSecurityHelper a namespace instead of a class (Closed)

Created:
5 years, 6 months ago by estark
Modified:
5 years, 6 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, David Trainor- moved to gerrit, tfarina, avayvod+watch_chromium.org, chromium-apps-reviews_chromium.org, James Su
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Make ConnectionSecurityHelper a namespace instead of a class Instead of having a class with only static methods and an enum, this CL makes a namespace to contain those functions and enum. The ConnectionSecurityHelper class is now the connection_security namespace. BUG= Committed: https://crrev.com/d9d78a393048ad53e4dc9f0451c97a7dec0be05a Cr-Commit-Position: refs/heads/master@{#334386}

Patch Set 1 #

Total comments: 5

Patch Set 2 : move forgotten android file #

Patch Set 3 : rename namespace to connection_security_status #

Patch Set 4 : rename namespace to connection_security #

Total comments: 2

Patch Set 5 : remove extra set of parens #

Patch Set 6 : rebase #

Patch Set 7 : fix android BUILD.gn #

Patch Set 8 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+290 lines, -532 lines) Patch
M chrome/android/BUILD.gn View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/Tab.java View 1 2 3 4 5 3 chunks +6 lines, -7 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/WebsiteSettingsPopup.java View 1 2 3 7 chunks +12 lines, -12 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/omnibox/OmniboxUrlEmphasizer.java View 1 2 3 4 5 4 chunks +11 lines, -10 lines 0 comments Download
A + chrome/android/java/src/org/chromium/chrome/browser/ssl/ConnectionSecurity.java View 1 2 3 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/ssl/ConnectionSecurityHelper.java View 1 1 chunk +0 lines, -29 lines 0 comments Download
M chrome/android/java_staging/src/org/chromium/chrome/browser/document/DocumentActivity.java View 1 2 3 4 5 6 7 2 chunks +4 lines, -5 lines 0 comments Download
M chrome/android/java_staging/src/org/chromium/chrome/browser/omnibox/LocationBarLayout.java View 1 2 3 4 5 8 chunks +20 lines, -21 lines 0 comments Download
M chrome/android/java_staging/src/org/chromium/chrome/browser/toolbar/CustomTabToolbar.java View 1 2 3 4 5 6 7 5 chunks +7 lines, -7 lines 0 comments Download
M chrome/android/java_staging/src/org/chromium/chrome/browser/webapps/WebappActivity.java View 1 2 3 2 chunks +3 lines, -4 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/webapps/WebappUrlBarTest.java View 1 2 3 2 chunks +7 lines, -9 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/webapps/WebappVisibilityTest.java View 1 2 3 2 chunks +16 lines, -24 lines 0 comments Download
M chrome/android/javatests_shell/src/org/chromium/chrome/browser/TabTest.java View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/android/javatests_shell/src/org/chromium/chrome/browser/omnibox/OmniboxUrlEmphasizerTest.java View 1 2 3 4 5 10 chunks +17 lines, -17 lines 0 comments Download
M chrome/browser/android/chrome_jni_registrar.cc View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
A chrome/browser/ssl/connection_security.h View 1 2 3 1 chunk +70 lines, -0 lines 0 comments Download
A + chrome/browser/ssl/connection_security.cc View 1 2 3 4 5 6 7 6 chunks +16 lines, -14 lines 0 comments Download
A chrome/browser/ssl/connection_security_android.h View 1 2 3 1 chunk +12 lines, -0 lines 0 comments Download
A + chrome/browser/ssl/connection_security_android.cc View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
D chrome/browser/ssl/connection_security_helper.h View 1 chunk +0 lines, -71 lines 0 comments Download
D chrome/browser/ssl/connection_security_helper.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -170 lines 0 comments Download
D chrome/browser/ssl/connection_security_helper_android.h View 1 chunk +0 lines, -12 lines 0 comments Download
D chrome/browser/ssl/connection_security_helper_android.cc View 1 chunk +0 lines, -25 lines 0 comments Download
M chrome/browser/ui/browser.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm View 1 2 3 4 5 1 chunk +6 lines, -7 lines 0 comments Download
M chrome/browser/ui/extensions/hosted_app_browser_controller.cc View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/toolbar/test_toolbar_model.h View 1 2 3 3 chunks +4 lines, -5 lines 0 comments Download
M chrome/browser/ui/toolbar/test_toolbar_model.cc View 1 2 3 3 chunks +5 lines, -6 lines 0 comments Download
M chrome/browser/ui/toolbar/toolbar_model.h View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/toolbar/toolbar_model_impl.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/toolbar/toolbar_model_impl.cc View 1 2 3 5 chunks +15 lines, -15 lines 0 comments Download
M chrome/browser/ui/views/location_bar/location_bar_view.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/location_bar/location_bar_view.cc View 1 2 3 7 chunks +15 lines, -16 lines 0 comments Download
M chrome/browser/ui/views/omnibox/omnibox_view_views.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/omnibox/omnibox_view_views.cc View 1 2 3 4 5 4 chunks +5 lines, -7 lines 0 comments Download
M chrome/chrome.gyp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 3 chunks +7 lines, -7 lines 0 comments Download

Messages

Total messages: 29 (11 generated)
estark
Sorry for the giant diff. :( This is essentially just a rename, but it unfortunately ...
5 years, 6 months ago (2015-06-09 21:39:50 UTC) #2
Peter Kasting
https://codereview.chromium.org/1169213006/diff/1/chrome/browser/ssl/connection_security_status.h File chrome/browser/ssl/connection_security_status.h (right): https://codereview.chromium.org/1169213006/diff/1/chrome/browser/ssl/connection_security_status.h#newcode17 chrome/browser/ssl/connection_security_status.h:17: namespace ConnectionSecurityStatus { On 2015/06/09 21:39:50, estark wrote: > ...
5 years, 6 months ago (2015-06-10 00:09:08 UTC) #3
estark
https://codereview.chromium.org/1169213006/diff/1/chrome/browser/ssl/connection_security_status.h File chrome/browser/ssl/connection_security_status.h (right): https://codereview.chromium.org/1169213006/diff/1/chrome/browser/ssl/connection_security_status.h#newcode17 chrome/browser/ssl/connection_security_status.h:17: namespace ConnectionSecurityStatus { On 2015/06/10 00:09:08, Peter Kasting wrote: ...
5 years, 6 months ago (2015-06-10 00:41:15 UTC) #4
Peter Kasting
https://codereview.chromium.org/1169213006/diff/1/chrome/browser/ssl/connection_security_status.h File chrome/browser/ssl/connection_security_status.h (right): https://codereview.chromium.org/1169213006/diff/1/chrome/browser/ssl/connection_security_status.h#newcode17 chrome/browser/ssl/connection_security_status.h:17: namespace ConnectionSecurityStatus { On 2015/06/10 00:41:15, estark wrote: > ...
5 years, 6 months ago (2015-06-10 01:53:37 UTC) #5
estark
https://codereview.chromium.org/1169213006/diff/1/chrome/browser/ssl/connection_security_status.h File chrome/browser/ssl/connection_security_status.h (right): https://codereview.chromium.org/1169213006/diff/1/chrome/browser/ssl/connection_security_status.h#newcode17 chrome/browser/ssl/connection_security_status.h:17: namespace ConnectionSecurityStatus { On 2015/06/10 01:53:36, Peter Kasting wrote: ...
5 years, 6 months ago (2015-06-10 04:16:17 UTC) #6
Peter Kasting
LGTM https://codereview.chromium.org/1169213006/diff/60001/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm File chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm (right): https://codereview.chromium.org/1169213006/diff/60001/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm#newcode438 chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm:438: connection_security::EV_SECURE)) { Nit: While here: There's an extra ...
5 years, 6 months ago (2015-06-11 00:24:40 UTC) #7
Ryan Sleevi
c/b/ssl LGTM
5 years, 6 months ago (2015-06-11 00:26:04 UTC) #8
estark
Thank you pkasting and rsleevi. tedchoc: could you please review //chrome/android and //chrome/browser/android? This is ...
5 years, 6 months ago (2015-06-11 00:38:23 UTC) #10
Ted C
On 2015/06/11 00:38:23, estark wrote: > Thank you pkasting and rsleevi. > > tedchoc: could ...
5 years, 6 months ago (2015-06-11 20:29:52 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1169213006/80001
5 years, 6 months ago (2015-06-11 20:34:31 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_compile_dbg_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/62719)
5 years, 6 months ago (2015-06-11 20:39:36 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1169213006/100001
5 years, 6 months ago (2015-06-11 22:34:55 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/70349)
5 years, 6 months ago (2015-06-11 22:46:13 UTC) #21
estark
sky: can you please review chrome/chrome.gyp?
5 years, 6 months ago (2015-06-11 23:16:35 UTC) #23
sky
chrome.gyp LGTM
5 years, 6 months ago (2015-06-15 14:41:37 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1169213006/140001
5 years, 6 months ago (2015-06-15 14:44:17 UTC) #27
commit-bot: I haz the power
Committed patchset #8 (id:140001)
5 years, 6 months ago (2015-06-15 16:11:03 UTC) #28
commit-bot: I haz the power
5 years, 6 months ago (2015-06-15 16:12:04 UTC) #29
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/d9d78a393048ad53e4dc9f0451c97a7dec0be05a
Cr-Commit-Position: refs/heads/master@{#334386}

Powered by Google App Engine
This is Rietveld 408576698