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

Issue 10444065: Switch all domstorage tasks to be shutdown blocking to allow changes to be flushed to disk on shutd… (Closed)

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

Description

Switch all domstorage tasks to be shutdown blocking to allow changes to be flushed to disk on shutdown. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=139383

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -4 lines) Patch
M webkit/dom_storage/dom_storage_task_runner.h View 1 2 chunks +4 lines, -3 lines 0 comments Download
M webkit/dom_storage/dom_storage_task_runner.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
michaeln
8 years, 6 months ago (2012-05-29 19:09:03 UTC) #1
ericu
LGTM https://chromiumcodereview.appspot.com/10444065/diff/1/webkit/dom_storage/dom_storage_task_runner.cc File webkit/dom_storage/dom_storage_task_runner.cc (right): https://chromiumcodereview.appspot.com/10444065/diff/1/webkit/dom_storage/dom_storage_task_runner.cc#newcode54 webkit/dom_storage/dom_storage_task_runner.cc:54: base::SequencedWorkerPool::BLOCK_SHUTDOWN); As discussed, perhaps a TODO to have ...
8 years, 6 months ago (2012-05-29 20:35:11 UTC) #2
michaeln
8 years, 6 months ago (2012-05-29 21:46:52 UTC) #3
> As discussed, perhaps a TODO to have read tasks be SKIP and write tasks be
> BLOCK?

Done, added a TODO in the .h file

Powered by Google App Engine
This is Rietveld 408576698