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

Issue 6546004: Defend against selectCache() being called multiple times.... (Closed)

Created:
9 years, 10 months ago by michaeln
Modified:
9 years, 7 months ago
Reviewers:
ericu
CC:
chromium-reviews, michaeln, darin-cc_chromium.org
Visibility:
Public.

Description

Defend against selectCache() being called multiple times. There is a bug filed upstream to fix the HTML parser such that it won't generate multiple calls to this, but given the complexity of the parser I'm putting this defense directly in the appcache system. BUG=72986, 73118 TEST=manually run Poppit Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=75481

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -21 lines) Patch
M webkit/appcache/appcache_host.cc View 1 1 chunk +2 lines, -20 lines 0 comments Download
M webkit/appcache/web_application_cache_host_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M webkit/appcache/web_application_cache_host_impl.cc View 3 chunks +10 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
michaeln
9 years, 10 months ago (2011-02-18 01:08:54 UTC) #1
ericu
http://codereview.chromium.org/6546004/diff/1/webkit/appcache/appcache_host.cc File webkit/appcache/appcache_host.cc (right): http://codereview.chromium.org/6546004/diff/1/webkit/appcache/appcache_host.cc#newcode70 webkit/appcache/appcache_host.cc:70: Given that this condition is now prevented in the ...
9 years, 10 months ago (2011-02-18 01:27:34 UTC) #2
michaeln
New snapshot. http://codereview.chromium.org/6546004/diff/1/webkit/appcache/appcache_host.cc File webkit/appcache/appcache_host.cc (right): http://codereview.chromium.org/6546004/diff/1/webkit/appcache/appcache_host.cc#newcode70 webkit/appcache/appcache_host.cc:70: On 2011/02/18 01:27:34, ericu wrote: > Given ...
9 years, 10 months ago (2011-02-18 01:41:46 UTC) #3
ericu
9 years, 10 months ago (2011-02-19 00:20:31 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698