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

Issue 12314131: Merge 184718 - ChromeFrame sites in IE would appear truncated at times. (Closed)

Created:
7 years, 10 months ago by ananta
Modified:
7 years, 10 months ago
Reviewers:
ananta
CC:
chromium-reviews, grt+watch_chromium.org, amit, robertshield
Visibility:
Public.

Description

Merge 184718 - ChromeFrame sites in IE would appear truncated at times. This was a regression caused by the change to invalidate the cached protocol data when IE (urlmon) terminates the protocol. While this works well for non CF requests, for CF requests when we report the changed mime type to be that of chrome, the protocol is terminated with cached data. When Chrome attempts to read it we don't have anything to report which leads to the problem. Fix is to not invalidate the protocol data for Chrome requests in our Terminate hook. We should invalidate it for Abort because that seems like an error condition. BUG=178421 R=robertshield. Review URL: https://chromiumcodereview.appspot.com/12310145 TBR=ananta@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=184747

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -1 line) Patch
M chrome_frame/protocol_sink_wrap.cc View 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
ananta
7 years, 10 months ago (2013-02-26 22:03:14 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698