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

Issue 48059: SSLPolicy Fix: Step 5.... (Closed)

Created:
11 years, 9 months ago by abarth-chromium
Modified:
9 years, 7 months ago
Reviewers:
wtc
CC:
chromium-reviews_googlegroups.com, jay_chromium.org
Visibility:
Public.

Description

SSLPolicy Fix: Step 5. Add a new notification type to notify other SSLManagers when a security origin becomes contaminated with mixed content. TBR=wtc BUG=8706 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=11853

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -13 lines) Patch
M chrome/browser/browser.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ssl/ssl_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ssl/ssl_policy.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/common/notification_type.h View 1 chunk +17 lines, -6 lines 2 comments Download

Messages

Total messages: 4 (0 generated)
abarth-chromium
I'm sending this TBR since the change is trivial.
11 years, 9 months ago (2009-03-17 10:09:27 UTC) #1
wtc
LGTM. I have a question below, but this CL is definitely correct. Basically you mapped ...
11 years, 9 months ago (2009-03-17 17:59:08 UTC) #2
abarth-chromium
http://codereview.chromium.org/48059/diff/1/3 File chrome/common/notification_type.h (right): http://codereview.chromium.org/48059/diff/1/3#newcode139 Line 139: // case. Listen to this notification if you ...
11 years, 9 months ago (2009-03-17 18:10:42 UTC) #3
wtc
11 years, 9 months ago (2009-03-17 20:17:15 UTC) #4
On 2009/03/17 18:10:42, abarth wrote:
> http://codereview.chromium.org/48059/diff/1/3
> File chrome/common/notification_type.h (right):
> 
> http://codereview.chromium.org/48059/diff/1/3#newcode139
> Line 139: // case.  Listen to this notification if you need to refresh
> SSL-related UI
> Updating the SSL UI will proceed in two phases:
> 
> 1) A SSLManager changes the SSLHostState.  It broadcasts a
> SSL_INTERNAL_STATE_CHANGED notification.
> 
> 2) The SSLManager for each tab receives this notification and might or might
not
> update its navigation entry.  If it does change the navigation entry, it sends
> out an SSL_VISIBLE_STATE_CHANGED notification to the user interface can redraw
> properly.
> 
> Maybe I should add this as a comment here?

Yes, please.  Thanks!

Powered by Google App Engine
This is Rietveld 408576698