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

Issue 22893003: Discard FileAPI pending operations on shutdown (Closed)

Created:
7 years, 4 months ago by kinuko
Modified:
7 years, 4 months ago
Reviewers:
oshima, jam, tzik
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, kinuko+watch, jam, tzik+watch_chromium.org
Visibility:
Public.

Description

Discard FileAPI pending operations on shutdown Making a few changes to try to discard more operations earlier. - Create SequencedTaskRunner with SKIP_ON_SHUTDOWN shutdown behavior - Call FileSystemContext::Shutdown when StoragePartitionImpl goes away to give earlier notice to discard inflight operations BUG=271903 TEST=tried a few manual shutdown tests with pending operations Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=217488

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -1 line) Patch
M content/browser/fileapi/browser_file_system_helper.cc View 1 chunk +3 lines, -1 line 0 comments Download
M content/browser/storage_partition_impl.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M webkit/browser/fileapi/file_system_context.h View 1 chunk +3 lines, -0 lines 0 comments Download
M webkit/browser/fileapi/file_system_context.cc View 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
kinuko
I'm trying to reduce the # of tasks that may step in shutdown sequence. Can ...
7 years, 4 months ago (2013-08-13 08:46:52 UTC) #1
tzik
lgtm
7 years, 4 months ago (2013-08-13 09:34:41 UTC) #2
oshima
lgtm
7 years, 4 months ago (2013-08-13 09:37:44 UTC) #3
jam
lgtm
7 years, 4 months ago (2013-08-13 21:39:18 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kinuko@chromium.org/22893003/1
7 years, 4 months ago (2013-08-14 02:37:47 UTC) #5
commit-bot: I haz the power
7 years, 4 months ago (2013-08-14 05:47:29 UTC) #6
Message was sent while issue was closed.
Change committed as 217488

Powered by Google App Engine
This is Rietveld 408576698