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

Issue 10160003: DomStorage async IPC message definitions and browser-side handlers. These messages aren't called ye… (Closed)

Created:
8 years, 8 months ago by michaeln
Modified:
8 years, 8 months ago
Reviewers:
ericu
CC:
chromium-reviews, joi+watch-content_chromium.org, jam, darin-cc_chromium.org, jsbell
Visibility:
Public.

Description

DomStorage async IPC message definitions and browser-side handlers. These messages aren't called yet by the renderer-side. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=133576

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Total comments: 3

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Patch Set 10 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+117 lines, -10 lines) Patch
M content/browser/dom_storage/dom_storage_message_filter.h View 1 2 3 4 5 6 7 8 9 1 chunk +9 lines, -2 lines 0 comments Download
M content/browser/dom_storage/dom_storage_message_filter.cc View 1 2 3 4 5 6 7 8 9 4 chunks +42 lines, -3 lines 0 comments Download
M content/common/dom_storage_messages.h View 1 2 3 4 5 6 7 8 9 4 chunks +41 lines, -4 lines 0 comments Download
M webkit/dom_storage/dom_storage_area.h View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -0 lines 0 comments Download
M webkit/dom_storage/dom_storage_area.cc View 1 2 3 4 5 6 7 8 9 1 chunk +7 lines, -0 lines 0 comments Download
M webkit/dom_storage/dom_storage_host.h View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -1 line 0 comments Download
M webkit/dom_storage/dom_storage_host.cc View 1 2 3 4 5 6 7 8 9 1 chunk +10 lines, -0 lines 0 comments Download
M webkit/dom_storage/dom_storage_map.h View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
michaeln
8 years, 8 months ago (2012-04-20 01:14:02 UTC) #1
michaeln
http://codereview.chromium.org/10160003/diff/12005/content/browser/dom_storage/dom_storage_message_filter.cc File content/browser/dom_storage/dom_storage_message_filter.cc (right): http://codereview.chromium.org/10160003/diff/12005/content/browser/dom_storage/dom_storage_message_filter.cc#newcode125 content/browser/dom_storage/dom_storage_message_filter.cc:125: } i think we'll also need to send a ...
8 years, 8 months ago (2012-04-20 15:24:51 UTC) #2
ericu
http://codereview.chromium.org/10160003/diff/12005/webkit/dom_storage/dom_storage_area.cc File webkit/dom_storage/dom_storage_area.cc (right): http://codereview.chromium.org/10160003/diff/12005/webkit/dom_storage/dom_storage_area.cc#newcode79 webkit/dom_storage/dom_storage_area.cc:79: map_->SwapValues(&current_values); As discussed, SwapValues leads to too much accounting ...
8 years, 8 months ago (2012-04-20 23:36:00 UTC) #3
michaeln
http://codereview.chromium.org/10160003/diff/12005/webkit/dom_storage/dom_storage_area.cc File webkit/dom_storage/dom_storage_area.cc (right): http://codereview.chromium.org/10160003/diff/12005/webkit/dom_storage/dom_storage_area.cc#newcode79 webkit/dom_storage/dom_storage_area.cc:79: map_->SwapValues(&current_values); On 2012/04/20 23:36:00, ericu wrote: > As discussed, ...
8 years, 8 months ago (2012-04-20 23:42:19 UTC) #4
ericu
8 years, 8 months ago (2012-04-20 23:47:43 UTC) #5
LGTM.

Muuuuuuuch nicer.

Powered by Google App Engine
This is Rietveld 408576698