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

Issue 56016: Fix renderer hang caused when a synchronous XHR is disallowed for security... (Closed)

Created:
11 years, 9 months ago by darin (slow to review)
Modified:
9 years, 7 months ago
Reviewers:
jam
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Fix renderer hang caused when a synchronous XHR is disallowed for security reasons (via ShouldServiceReqeuest). BUG=8401 R=jam Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=12675

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -8 lines) Patch
M chrome/browser/renderer_host/resource_dispatcher_host.cc View 1 chunk +15 lines, -7 lines 0 comments Download
M chrome/browser/renderer_host/resource_dispatcher_host_uitest.cc View 1 chunk +21 lines, -1 line 0 comments Download
M chrome/browser/renderer_host/resource_handler.h View 1 chunk +2 lines, -0 lines 0 comments Download
A chrome/test/data/sync_xmlhttprequest_disallowed.html View 1 chunk +29 lines, -0 lines 0 comments Download
M webkit/glue/resource_loader_bridge.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
darin (slow to review)
11 years, 9 months ago (2009-03-27 18:31:07 UTC) #1
jam
lgtm Are the changes to resource_handler.h and webkit/glue/resource_loader_bridge.cc unrelated?
11 years, 9 months ago (2009-03-27 18:39:49 UTC) #2
darin (slow to review)
11 years, 9 months ago (2009-03-27 18:41:57 UTC) #3
No, they are part of this change.  I wanted to make sure that the SyncLoadResult
was fully initialized before sending it.

Powered by Google App Engine
This is Rietveld 408576698