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

Issue 17229012: don't let weburl_loader_mock fallback for non-data urls (Closed)

Created:
7 years, 6 months ago by scottmg
Modified:
7 years, 6 months ago
Reviewers:
jamesr, jamesr1
CC:
chromium-reviews, darin-cc_chromium.org
Visibility:
Public.

Description

don't let weburl_loader_mock fallback for non-data urls fixes here https://codereview.chromium.org/16831015/ need to land and roll first. R=jamesr@chromium.org BUG=237267 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=208146

Patch Set 1 #

Total comments: 2

Patch Set 2 : use GURL #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -0 lines) Patch
M webkit/support/weburl_loader_mock.cc View 1 2 chunks +6 lines, -0 lines 1 comment Download

Messages

Total messages: 11 (0 generated)
scottmg
https://codereview.chromium.org/17229012/diff/1/webkit/support/weburl_loader_mock.cc File webkit/support/weburl_loader_mock.cc (right): https://codereview.chromium.org/17229012/diff/1/webkit/support/weburl_loader_mock.cc#newcode62 webkit/support/weburl_loader_mock.cc:62: DCHECK(StartsWithASCII(request.url().spec().data(), "data:", false)) i couldn't find the thing to ...
7 years, 6 months ago (2013-06-19 23:37:50 UTC) #1
jamesr
https://codereview.chromium.org/17229012/diff/1/webkit/support/weburl_loader_mock.cc File webkit/support/weburl_loader_mock.cc (right): https://codereview.chromium.org/17229012/diff/1/webkit/support/weburl_loader_mock.cc#newcode62 webkit/support/weburl_loader_mock.cc:62: DCHECK(StartsWithASCII(request.url().spec().data(), "data:", false)) On 2013/06/19 23:37:50, scottmg wrote: > ...
7 years, 6 months ago (2013-06-19 23:41:49 UTC) #2
scottmg
On 2013/06/19 23:41:49, jamesr wrote: > https://codereview.chromium.org/17229012/diff/1/webkit/support/weburl_loader_mock.cc > File webkit/support/weburl_loader_mock.cc (right): > > https://codereview.chromium.org/17229012/diff/1/webkit/support/weburl_loader_mock.cc#newcode62 > ...
7 years, 6 months ago (2013-06-20 01:57:29 UTC) #3
jamesr
lgtm https://codereview.chromium.org/17229012/diff/5001/webkit/support/weburl_loader_mock.cc File webkit/support/weburl_loader_mock.cc (right): https://codereview.chromium.org/17229012/diff/5001/webkit/support/weburl_loader_mock.cc#newcode61 webkit/support/weburl_loader_mock.cc:61: DCHECK(static_cast<const GURL&>(request.url()).SchemeIs("data")) oh C++. you so silly
7 years, 6 months ago (2013-06-20 04:36:21 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scottmg@chromium.org/17229012/5001
7 years, 6 months ago (2013-06-20 19:20:20 UTC) #5
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 6 months ago (2013-06-20 20:55:08 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scottmg@chromium.org/17229012/5001
7 years, 6 months ago (2013-06-20 20:59:35 UTC) #7
scottmg
raaar, a new mock-fail got added here https://chromiumcodereview.appspot.com/17436003 will have to fix and wait for ...
7 years, 6 months ago (2013-06-21 04:21:13 UTC) #8
jamesr1
Shade! On Jun 20, 2013 9:21 PM, <scottmg@chromium.org> wrote: > raaar, a new mock-fail got ...
7 years, 6 months ago (2013-06-21 04:23:56 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scottmg@chromium.org/17229012/5001
7 years, 6 months ago (2013-06-24 01:32:37 UTC) #10
commit-bot: I haz the power
7 years, 6 months ago (2013-06-24 06:05:19 UTC) #11
Message was sent while issue was closed.
Change committed as 208146

Powered by Google App Engine
This is Rietveld 408576698