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

Issue 1915893002: [CacheStorage] Prioritize Size operations over other scheduled operations (Closed)

Created:
4 years, 8 months ago by jkarlin
Modified:
4 years, 8 months ago
Reviewers:
CC:
chromium-reviews, darin-cc_chromium.org, jam, jkarlin+watch_chromium.org, nhiroki
Base URL:
https://chromium.googlesource.com/chromium/src.git@2704
Target Ref:
refs/pending/branch-heads/2704
Project:
chromium
Visibility:
Public.

Description

[CacheStorage] Prioritize Size operations over other scheduled operations This CL runs pending Size() operations immediately after backend initialization instead of in scheduler order. This is because scheduled operations might depend on the QuotaManager which may call Size() mid-operation. BUG=605663 Review URL: https://codereview.chromium.org/1916473002 Cr-Commit-Position: refs/heads/master@{#389184} (cherry picked from commit 8b14d719f48c5d2b1f2f61fec372ee01e5f938a8) Committed: https://chromium.googlesource.com/chromium/src/+/ee24d582b9e8cf99fdab2efc28dd6b39021540ca

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -11 lines) Patch
M content/browser/cache_storage/cache_storage_cache.h View 2 chunks +5 lines, -1 line 0 comments Download
M content/browser/cache_storage/cache_storage_cache.cc View 2 chunks +6 lines, -7 lines 0 comments Download
M content/browser/cache_storage/cache_storage_cache_unittest.cc View 3 chunks +47 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (1 generated)
jkarlin
4 years, 8 months ago (2016-04-25 11:12:09 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
ee24d582b9e8cf99fdab2efc28dd6b39021540ca.

Powered by Google App Engine
This is Rietveld 408576698