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

Issue 10176005: Add dom_storage::SessionStorageDatabase. (Closed)

Created:
8 years, 8 months ago by marja
Modified:
8 years, 7 months ago
Reviewers:
michaeln, tony
CC:
chromium-reviews, darin-cc_chromium.org, jochen (gone - plz use gerrit)
Visibility:
Public.

Description

Add dom_storage::SessionStorageDatabase. BUG=104292 TEST=SessionStorageDatabaseTest.* TBR=tony@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=134259

Patch Set 1 #

Patch Set 2 : Code review, more tests, fixes. #

Patch Set 3 : . #

Patch Set 4 : . #

Patch Set 5 : . #

Patch Set 6 : Error handling, more tests. #

Patch Set 7 : More tests. #

Patch Set 8 : . #

Total comments: 43

Patch Set 9 : Code review. #

Patch Set 10 : . #

Patch Set 11 : . #

Total comments: 41

Patch Set 12 : Code review. #

Total comments: 4

Patch Set 13 : Code review. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1722 lines, -0 lines) Patch
A webkit/dom_storage/session_storage_database.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +202 lines, -0 lines 0 comments Download
A webkit/dom_storage/session_storage_database.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +658 lines, -0 lines 0 comments Download
A webkit/dom_storage/session_storage_database_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +858 lines, -0 lines 0 comments Download
M webkit/dom_storage/webkit_dom_storage.gypi View 2 chunks +3 lines, -0 lines 0 comments Download
M webkit/tools/test_shell/test_shell.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
marja
This cl adds SessionStorageDatabase and tests without integrating it to DomStorageArea yet. Michael, could you ...
8 years, 8 months ago (2012-04-24 12:46:11 UTC) #1
michaeln
The .cc file is a tough read in general. The test demonstrates that your schema/code ...
8 years, 8 months ago (2012-04-25 08:32:12 UTC) #2
marja
Thanks for comments, they were very helpful for restructuring the code! http://codereview.chromium.org/10176005/diff/33001/webkit/dom_storage/session_storage_database.cc File webkit/dom_storage/session_storage_database.cc (right): ...
8 years, 8 months ago (2012-04-25 15:44:27 UTC) #3
michaeln
Hi marja, noctural code review for me again, but not so late as the last ...
8 years, 8 months ago (2012-04-26 05:07:43 UTC) #4
michaeln
this looks like a pretty solid first cut at it, thanx for working this up ...
8 years, 7 months ago (2012-04-26 22:07:02 UTC) #5
marja
Oops, I had forgotten to publish my comments from yesterday. I didn't do any other ...
8 years, 7 months ago (2012-04-27 07:34:47 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/marja@chromium.org/10176005/53001
8 years, 7 months ago (2012-04-27 07:35:11 UTC) #7
commit-bot: I haz the power
Presubmit check for 10176005-53001 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 7 months ago (2012-04-27 07:35:15 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/marja@chromium.org/10176005/53001
8 years, 7 months ago (2012-04-27 11:06:50 UTC) #9
commit-bot: I haz the power
Change committed as 134259
8 years, 7 months ago (2012-04-27 12:22:58 UTC) #10
marja
Committed this with TBR=tony, since the file causing missing OWNERS check is webkit/tools/test_shell/test_shell.gypi, and it's ...
8 years, 7 months ago (2012-04-27 13:15:17 UTC) #11
tony
8 years, 7 months ago (2012-04-27 22:04:52 UTC) #12
Sorry, I'm back now.  LGTM.

Powered by Google App Engine
This is Rietveld 408576698