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

Issue 461343006: Fix Has dispatch ServiceWorker CacheStorage API. (Closed)

Created:
6 years, 4 months ago by gavinp
Modified:
6 years, 3 months ago
Reviewers:
asanka, falken, jsbell
CC:
chromium-reviews, michaeln, jsbell+serviceworker_chromium.org, tzik, serviceworker-reviews, jam, kinuko+serviceworker, nhiroki, darin-cc_chromium.org, horo+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

Fix Has dispatch ServiceWorker CacheStorage API. While we're here, remove silly DCHECKs on pointers that are dereferenced in the next line anyway. R=asanka@chromium.org,jsbell@chromium.org TBR=falken@chromium.org,dominicc@chromium.org BUG=None Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=291247

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -11 lines) Patch
M content/renderer/service_worker/service_worker_cache_storage_dispatcher.cc View 11 chunks +1 line, -11 lines 2 comments Download

Messages

Total messages: 11 (0 generated)
gavinp
PTAL everyone. These DCHECKs were silly, so let's toss them. The most important thing though ...
6 years, 4 months ago (2014-08-21 17:04:37 UTC) #1
gavinp
N.B. these changes are included in https://codereview.chromium.org/474593002/ , but review inertia is high enough now ...
6 years, 4 months ago (2014-08-21 17:05:52 UTC) #2
jsbell
lgtm
6 years, 4 months ago (2014-08-21 17:45:54 UTC) #3
gavinp
Thanks jsbell! After talking this over with jsbell, I've decided to land this TBR from ...
6 years, 4 months ago (2014-08-21 17:52:56 UTC) #4
gavinp
The CQ bit was checked by gavinp@chromium.org
6 years, 4 months ago (2014-08-21 17:53:00 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gavinp@chromium.org/461343006/1
6 years, 4 months ago (2014-08-21 17:56:42 UTC) #6
commit-bot: I haz the power
Committed patchset #1 (1) as 291247
6 years, 4 months ago (2014-08-21 23:46:29 UTC) #7
falken
lgtm to fix has() For future reference, is: DCHECK(p); p->Foo(); an anti-pattern? It occurs sometimes ...
6 years, 4 months ago (2014-08-22 06:23:42 UTC) #8
jsbell
https://codereview.chromium.org/461343006/diff/1/content/renderer/service_worker/service_worker_cache_storage_dispatcher.cc File content/renderer/service_worker/service_worker_cache_storage_dispatcher.cc (right): https://codereview.chromium.org/461343006/diff/1/content/renderer/service_worker/service_worker_cache_storage_dispatcher.cc#newcode170 content/renderer/service_worker/service_worker_cache_storage_dispatcher.cc:170: script_context_->Send(new ServiceWorkerHostMsg_CacheStorageDelete( Oops, this needed to be updated too ...
6 years, 4 months ago (2014-08-22 18:40:31 UTC) #9
gavinp
https://codereview.chromium.org/461343006/diff/1/content/renderer/service_worker/service_worker_cache_storage_dispatcher.cc File content/renderer/service_worker/service_worker_cache_storage_dispatcher.cc (right): https://codereview.chromium.org/461343006/diff/1/content/renderer/service_worker/service_worker_cache_storage_dispatcher.cc#newcode170 content/renderer/service_worker/service_worker_cache_storage_dispatcher.cc:170: script_context_->Send(new ServiceWorkerHostMsg_CacheStorageDelete( On 2014/08/22 18:40:31, jsbell wrote: > Oops, ...
6 years, 3 months ago (2014-08-27 19:43:48 UTC) #10
jsbell
6 years, 3 months ago (2014-08-27 20:10:00 UTC) #11
Message was sent while issue was closed.
On 2014/08/27 19:43:48, gavinp wrote:
> 
> I'll upload a CL to follow this up now.

I fixed already in r291529

Powered by Google App Engine
This is Rietveld 408576698