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

Issue 8802017: Consider redirects to data:// urls as cancelling a request and don't report conflicts (Closed)

Created:
9 years ago by battre
Modified:
9 years ago
Reviewers:
Matt Perry
CC:
chromium-reviews, jstritar+watch_chromium.org, Aaron Boodman, Erik does not do reviews, mihaip+watch_chromium.org, Paweł Hajdan Jr., aocampo
Visibility:
Public.

Description

Consider redirects to data:// urls as cancelling a request and don't report conflicts If an extension A tries to redirect a request to http://foo and an extension B tries to redirect a request to data://..., we consider the redirect of extension B as an attempt to cancel the request. As cancelling a request is considered to take precedence over redirects, this does not generate a conflict message any more. BUG=106431 TEST=no Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=113068

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+121 lines, -21 lines) Patch
M chrome/browser/extensions/extension_webrequest_api_helpers.cc View 2 chunks +55 lines, -21 lines 0 comments Download
M chrome/browser/extensions/extension_webrequest_api_unittest.cc View 1 chunk +66 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
battre
I think this is a proper way to fix the merge conflicts brought up by ...
9 years ago (2011-12-05 19:49:14 UTC) #1
Matt Perry
lgtm
9 years ago (2011-12-05 20:21:05 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/battre@chromium.org/8802017/1
9 years ago (2011-12-05 21:52:48 UTC) #3
commit-bot: I haz the power
9 years ago (2011-12-06 00:07:55 UTC) #4
Change committed as 113068

Powered by Google App Engine
This is Rietveld 408576698