The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=57198
------------------------------------------------------------------------
r57198 | finnur@chromium.org | 2010-08-24 09:59:23 -0700 (Tue, 24 Aug 2010) | 12 lines
Changed paths:
D /trunk/src/chrome/app/theme/pageinfo_connection_bad.png
D /trunk/src/chrome/app/theme/pageinfo_connection_good.png
Revert 57187 - Adding a couple of binary files to hopefully get a good try run on my next changlist.
(I thought we wanted separate sets for Identity and Connect column, but UI leads said we should consolidate here)
TBR=jcivelli
TEST=None
BUG=52916
Review URL: http://codereview.chromium.org/3120028
TBR=finnur@chromium.org
Review URL: http://codereview.chromium.org/3162035
------------------------------------------------------------------------
I just checked in my change, which includes a misleading description (since the patch changed while in review).
It should read:
InfoBubble now shows red skull and bones on ran_insecure_content
not...
InfoBubble now shows red skull and bones on security style AuthenticationBroken.
Navigate to sourceforge.net and click on the icon(representing http) to bring up security information dialog.
This still show skull and cross bones in Google Chrome 7.0.517.36 (Official Build 61761)
I'm calling this done. I've turned the new bubble on by default and removed the lab experiment. I'll remove the old dialog implementation some time next week once the dust settles.
We can treat the remaining issues as separate bugs. I know rsesek is adding the link to the help center article (CL has been LG'ed) and there is one issue ( issue 58162 ) which I'm working on (and probably also applies to the old implementation anyway).
The following revision refers to this bug: http://src.chromium.org/viewvc/chrome?view=rev&revision=57158 ------------------------------------------------------------------------ r57158 | finnur@chromium.org | 2010-08-24 02:05:36 -0700 (Tue, 24 Aug 2010) | 14 lines Changed paths: M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/resources/locale_settings.grd?r1=57158&r2=57157 M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/page_info_window.h?r1=57158&r2=57157 M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/views/frame/browser_view.cc?r1=57158&r2=57157 A http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/views/page_info_bubble_view.cc A http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/views/page_info_bubble_view.h M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/chrome_browser.gypi?r1=57158&r2=57157 First pass at convert the SSL dialogs into InfoBubbles. This just converts it from being a dialog to being a bubble, with no significant changes to the content. This is only active on Windows, so I'm leaving the old dialog implementation behind. Known issues: - View certificate not there yet. - Doesn't look exactly like the mocks. BUG=http://crbug.com/52916 TEST=None Review URL: http://codereview.chromium.org/3136027 ------------------------------------------------------------------------