*This bug was also updated while checking in that change list - incorrectly, I suppose (probably because of the "comment 9" after the bug URL).* *For your information.*
* *☆PhistucK On Tue, Jun 9, 2009 at 04:38, <[email protected]> wrote: > > Comment #8 on issue 9 by [email protected]: The rendering place and > sidebar does not resize with other elements > http://code.google.com/p/chromium/issues/detail?id=9 > > The following revision refers to this bug: > http://src.chromium.org/viewvc/chrome?view=rev&revision=17919 > > ------------------------------------------------------------------------ > r17919 | [email protected] | 2009-06-08 18:37:27 -0700 (Mon, 08 Jun 2009) | > 14 lines > Changed paths: > M > http://src.chromium.org/viewvc/chrome/trunk/src/net/base/net_error_list.h?r1=17919&r2=17918 > M > http://src.chromium.org/viewvc/chrome/trunk/src/net/base/ssl_client_socket_win.cc?r1=17919&r2=17918 > M > http://src.chromium.org/viewvc/chrome/trunk/src/net/base/ssl_client_socket_win.h?r1=17919&r2=17918 > M > http://src.chromium.org/viewvc/chrome/trunk/src/net/http/http_network_transaction.cc?r1=17919&r2=17918 > > We don't handle certificate errors during SSL renegotiation. > In the common case, the server sends the same certificate during > renegotiation. Since the certificate has been verified, we can > assume the certificate is good or has been accepted by the user. > If the server sends a different certificate that has an error, > we need to return an error code that won't trigger our > certificate error handling code, which doesn't handle this case > correctly. Add the ERR_CERT_ERROR_IN_SSL_RENEGOTIATION error > for this purpose. > > R=rvargas > BUG=http://crbug.com/13226 > TEST=See http://crbug.com/13226 comment 9 > Review URL: http://codereview.chromium.org/118410 > ------------------------------------------------------------------------ > > > -- > You received this message because you are listed in the owner > or CC fields of this issue, or because you starred this issue. > You may adjust your issue notification preferences at: > http://code.google.com/hosting/settings > --~--~---------~--~----~------------~-------~--~----~ Chromium Discussion mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-discuss -~----------~----~----~----~------~----~------~--~---
