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

Issue 6260009: Handle two cases that we previously weren't expecting.... (Closed)

Created:
9 years, 11 months ago by tommi (sloooow) - chröme
Modified:
9 years, 7 months ago
Reviewers:
ananta
CC:
chromium-reviews, amit, Paweł Hajdan Jr.
Visibility:
Public.

Description

Handle two cases that we previously weren't expecting. The first is inside GCF where we get a tab message after the target tab has been torn down. Before, we set handled to 'false' which would cause the message to end up in AutomationProxy which doesn't know how to handle it. The fix is to drop the message and treat it as handled. The second is when we attempt to send a download request to the host browser but the request has already been terminated. We treated this as a fatal error, but now only log an error. TEST=See repro steps in bug. BUG=69595 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=71805

Patch Set 1 #

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

Messages

Total messages: 2 (0 generated)
tommi (sloooow) - chröme
9 years, 11 months ago (2011-01-18 22:06:31 UTC) #1
ananta
9 years, 11 months ago (2011-01-18 22:14:56 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698