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

Issue 10389061: DomStorageArea: Allow multiple simultaneous in flight commit batches. (Closed)

Created:
8 years, 7 months ago by marja
Modified:
8 years, 7 months ago
Reviewers:
michaeln
CC:
chromium-reviews, darin-cc_chromium.org, Ben Murdoch
Visibility:
Public.

Description

DomStorageArea: Allow multiple simultaneous in flight commit batches. Currently, only one commit batch will be in flight at given time. This change is needed to be able to support shallow copies of file-backed sessionStorage. BUG=104292 TEST=Existing DomStorageAreaTest.* tests. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=136849

Patch Set 1 #

Patch Set 2 : Comment #

Total comments: 4

Patch Set 3 : Code review. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -25 lines) Patch
M webkit/dom_storage/dom_storage_area.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/dom_storage/dom_storage_area.cc View 1 2 6 chunks +16 lines, -17 lines 0 comments Download
M webkit/dom_storage/dom_storage_area_unittest.cc View 5 chunks +6 lines, -6 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
marja
Hi again, I split off this part to generalize DomStorageArea (so that it supports multiple ...
8 years, 7 months ago (2012-05-10 08:11:29 UTC) #1
michaeln
sgtm modulo the comment about base::Owned<> usage http://codereview.chromium.org/10389061/diff/3001/webkit/dom_storage/dom_storage_area.cc File webkit/dom_storage/dom_storage_area.cc (right): http://codereview.chromium.org/10389061/diff/3001/webkit/dom_storage/dom_storage_area.cc#newcode267 webkit/dom_storage/dom_storage_area.cc:267: *in_flight_commit_batch)); Please ...
8 years, 7 months ago (2012-05-10 16:19:21 UTC) #2
marja
Ahh, this was horribly wrong. Thanks for comments. http://codereview.chromium.org/10389061/diff/3001/webkit/dom_storage/dom_storage_area.cc File webkit/dom_storage/dom_storage_area.cc (right): http://codereview.chromium.org/10389061/diff/3001/webkit/dom_storage/dom_storage_area.cc#newcode267 webkit/dom_storage/dom_storage_area.cc:267: *in_flight_commit_batch)); ...
8 years, 7 months ago (2012-05-11 07:50:00 UTC) #3
michaeln
lgtm
8 years, 7 months ago (2012-05-11 15:40:42 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/marja@chromium.org/10389061/5001
8 years, 7 months ago (2012-05-14 08:36:30 UTC) #5
commit-bot: I haz the power
8 years, 7 months ago (2012-05-14 10:07:31 UTC) #6
Change committed as 136849

Powered by Google App Engine
This is Rietveld 408576698