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

Issue 10575044: AppCache - Don't ignore network namespace entries when '*' is in the list. (Closed)

Created:
8 years, 6 months ago by michaeln
Modified:
8 years, 6 months ago
Reviewers:
tony
CC:
chromium-reviews, darin-cc_chromium.org
Visibility:
Public.

Description

Don't ignore network namespace entries when '*' is in the list. BUG=133816 TEST=appcache_unittest + i need to update a layout test Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=143410

Patch Set 1 #

Patch Set 2 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+76 lines, -13 lines) Patch
M webkit/appcache/appcache.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/appcache/appcache.cc View 2 chunks +7 lines, -12 lines 0 comments Download
M webkit/appcache/appcache_unittest.cc View 1 1 chunk +68 lines, -0 lines 2 comments Download

Messages

Total messages: 5 (0 generated)
michaeln
hi tony ptal... i still have to update tests for this, but i think i've ...
8 years, 6 months ago (2012-06-20 23:34:55 UTC) #1
tony
On 2012/06/20 23:34:55, michaeln wrote: > hi tony ptal... i still have to update tests ...
8 years, 6 months ago (2012-06-20 23:38:52 UTC) #2
michaeln
Finding a good reviewer is challenging. This stuff hasn't seen very active development in quite ...
8 years, 6 months ago (2012-06-21 00:04:20 UTC) #3
michaeln
There's a layout test that should be updated for this which i'll do separately, the ...
8 years, 6 months ago (2012-06-21 02:36:07 UTC) #4
tony
8 years, 6 months ago (2012-06-21 16:48:09 UTC) #5
LGTM

https://chromiumcodereview.appspot.com/10575044/diff/6001/webkit/appcache/app...
File webkit/appcache/appcache_unittest.cc (right):

https://chromiumcodereview.appspot.com/10575044/diff/6001/webkit/appcache/app...
webkit/appcache/appcache_unittest.cc:330: const GURL
kFallbackUrl("http://foo.com/fallback.html");
Nit: FWIW, I think example.com is reserved so you can use that without risk of
hitting a real website.

https://chromiumcodereview.appspot.com/10575044/diff/6001/webkit/appcache/app...
webkit/appcache/appcache_unittest.cc:368: EXPECT_EQ(4321,
cache_record.group_id);
Nit: Can we put 1234 and 4321 in const variables?

Powered by Google App Engine
This is Rietveld 408576698