diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-01 23:41:56 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-01 23:41:56 +0000 |
commit | aa2cf38beabe222641b145e1cf985c72acd46c1e (patch) | |
tree | 9859b7141aba180524b6792dc980e7fe9f24ed75 /chrome_frame/com_message_event.h | |
parent | 022001851f2f6be890f9b44c49fa45ea38fa80b2 (diff) | |
download | chromium_src-aa2cf38beabe222641b145e1cf985c72acd46c1e.zip chromium_src-aa2cf38beabe222641b145e1cf985c72acd46c1e.tar.gz chromium_src-aa2cf38beabe222641b145e1cf985c72acd46c1e.tar.bz2 |
Fix a bug where in having ChromeFrame installed on the machine would cause a non chrome frame
email site to automatically logout after logging in. ChromeFrame appends the chromeframe string
to the user agent to outgoing requests initiated from IE. However this was only done in the
protocol sink patch for top level requests. Sub requests would carry the IE user agent which
in this case would cause the web server to get confused and drop the connection.
Fix is to resurrent the IHttpNegotiate vtable patch for the protocol patch as well.
Removed the code which read the patch method from the registry and turned on the moniker
or the httpequiv patch. It is unlikely that we will need this in the future. Cleaned
up the http negotiate patch by removing references to the navigation manager and the
ReportProgress patch which is not needed anymore.
Fixes bug http://code.google.com/p/chromium/issues/detail?id=60745
Bug=60745
Review URL: http://codereview.chromium.org/4247001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64688 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/com_message_event.h')
0 files changed, 0 insertions, 0 deletions