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

Issue 8820009: Appcache, local storage, indexed db, databases: skip exit-time deletion when restarting. (Closed)

Created:
9 years ago by marja
Modified:
9 years ago
CC:
chromium-reviews, jam, dpranke-watch+content_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, Paweł Hajdan Jr., jochen (gone - plz use gerrit)
Visibility:
Public.

Description

Appcache, local storage, indexed db, databases: skip exit-time deletion when restarting. BUG=104291 TEST={ChromeAppCacheServiceTest, DOMStorageTest, IndexedDBBrowserTest, DatabaseTrackerTest}.SaveSessionState Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=113590

Patch Set 1 #

Patch Set 2 : Added tests. #

Patch Set 3 : . #

Total comments: 4

Patch Set 4 : Code review. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+366 lines, -94 lines) Patch
M chrome/browser/profiles/profile_impl.cc View 1 3 chunks +11 lines, -5 lines 0 comments Download
M content/browser/appcache/chrome_appcache_service_unittest.cc View 1 1 chunk +40 lines, -0 lines 0 comments Download
M content/browser/in_process_webkit/dom_storage_context.h View 1 2 3 chunks +9 lines, -0 lines 0 comments Download
M content/browser/in_process_webkit/dom_storage_context.cc View 5 chunks +24 lines, -29 lines 0 comments Download
M content/browser/in_process_webkit/dom_storage_unittest.cc View 1 1 chunk +82 lines, -38 lines 0 comments Download
M content/browser/in_process_webkit/indexed_db_browsertest.cc View 1 1 chunk +50 lines, -0 lines 0 comments Download
M content/browser/in_process_webkit/indexed_db_context.h View 1 2 3 chunks +8 lines, -0 lines 0 comments Download
M content/browser/in_process_webkit/indexed_db_context.cc View 2 chunks +5 lines, -2 lines 0 comments Download
M content/browser/in_process_webkit/webkit_context.h View 1 chunk +3 lines, -4 lines 0 comments Download
M content/browser/in_process_webkit/webkit_context.cc View 1 chunk +10 lines, -10 lines 0 comments Download
M content/test/test_browser_context.h View 1 2 chunks +4 lines, -0 lines 0 comments Download
M webkit/appcache/appcache_service.h View 1 2 3 2 chunks +9 lines, -0 lines 0 comments Download
M webkit/appcache/appcache_service.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M webkit/appcache/appcache_storage_impl.cc View 1 2 3 2 chunks +11 lines, -4 lines 0 comments Download
M webkit/database/database_tracker.h View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
M webkit/database/database_tracker.cc View 3 chunks +13 lines, -1 line 0 comments Download
M webkit/database/database_tracker_unittest.cc View 1 2 chunks +82 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
marja
Hi {michaeln,mirandac}! This CL makes appcache, webkit context, indexed db and databases skip the "clear ...
9 years ago (2011-12-07 12:11:13 UTC) #1
Miranda Callahan
On 2011/12/07 12:11:13, marja wrote: > Hi {michaeln,mirandac}! > > This CL makes appcache, webkit ...
9 years ago (2011-12-07 15:05:09 UTC) #2
michaeln
http://codereview.chromium.org/8820009/diff/6001/webkit/appcache/appcache_service.h File webkit/appcache/appcache_service.h (right): http://codereview.chromium.org/8820009/diff/6001/webkit/appcache/appcache_service.h#newcode150 webkit/appcache/appcache_service.h:150: void set_save_session_state(bool save_session_state) { indent is off http://codereview.chromium.org/8820009/diff/6001/webkit/appcache/appcache_storage_impl.cc File ...
9 years ago (2011-12-07 20:49:15 UTC) #3
marja
Thanks for comments! http://codereview.chromium.org/8820009/diff/6001/webkit/appcache/appcache_service.h File webkit/appcache/appcache_service.h (right): http://codereview.chromium.org/8820009/diff/6001/webkit/appcache/appcache_service.h#newcode150 webkit/appcache/appcache_service.h:150: void set_save_session_state(bool save_session_state) { On 2011/12/07 ...
9 years ago (2011-12-08 08:30:12 UTC) #4
michaeln
lgtm
9 years ago (2011-12-08 09:26:01 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/marja@chromium.org/8820009/11001
9 years ago (2011-12-08 09:29:18 UTC) #6
commit-bot: I haz the power
9 years ago (2011-12-08 10:44:06 UTC) #7
Change committed as 113590

Powered by Google App Engine
This is Rietveld 408576698