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

Issue 287002: Fix crash bug when attempting to download a url with unsupported scheme, e.g.... (Closed)

Created:
11 years, 2 months ago by hayato-do-not-use-this-account
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, brettw+cc_chromium.org, darin (slow to review), jam, ben+cc_chromium.org
Visibility:
Public.

Description

Fix crash bug when attempting to download a url with unsupported scheme, e.g. 'data:', by 'Alt + Click'. Note: This change only fixes crash. Supporting a download for URL with 'data:' scheme is not implemented in the change. BUG=24846 TEST=See the first entry of bug 24846 and confirm that the browser won't crash.

Patch Set 1 : '' #

Total comments: 2

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -3 lines) Patch
M chrome/browser/renderer_host/resource_dispatcher_host.cc View 1 2 1 chunk +4 lines, -3 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
hayato-do-not-use-this-account
11 years, 2 months ago (2009-10-16 08:11:15 UTC) #1
darin (slow to review)
data: URLs don't get downloaded because we eliminated the URLRequestDataJob. I think we probably need ...
11 years, 2 months ago (2009-10-16 15:50:44 UTC) #2
hayato-do-not-use-this-account
Thank you for the review and useful info! http://codereview.chromium.org/287002/diff/2001/3001 File chrome/browser/renderer_host/resource_dispatcher_host.cc (right): http://codereview.chromium.org/287002/diff/2001/3001#newcode695 Line 695: ...
11 years, 2 months ago (2009-10-19 04:29:00 UTC) #3
tony
On 2009/10/16 15:50:44, darin wrote: > data: URLs don't get downloaded because we eliminated the ...
11 years, 2 months ago (2009-10-19 17:49:35 UTC) #4
hayato-do-not-use-this-account
FYI. Roland is working on handling data URL in another change. Please see: http://codereview.chromium.org/297003 darin, ...
11 years, 2 months ago (2009-10-20 08:40:05 UTC) #5
tony
Landed in r29524.
11 years, 2 months ago (2009-10-20 17:17:28 UTC) #6
darin (slow to review)
On Mon, Oct 19, 2009 at 10:49 AM, <tony@chromium.org> wrote: > On 2009/10/16 15:50:44, darin ...
11 years, 2 months ago (2009-10-20 17:44:42 UTC) #7
hayato-do-not-use-this-account
11 years, 2 months ago (2009-10-21 03:43:38 UTC) #8
Thank you for committing the change.

On 2009/10/20 17:17:28, tony wrote:
> Landed in r29524.

Powered by Google App Engine
This is Rietveld 408576698