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

Issue 22346003: DevTools: DOMStorage should notify the view about storage modifications instead of DOMStorageModel (Closed)

Created:
7 years, 4 months ago by vivekg_samsung
Modified:
7 years, 4 months ago
CC:
blink-reviews, caseq+blink_chromium.org, loislo+blink_chromium.org, eustas+blink_chromium.org, alph+blink_chromium.org, eae+blinkwatch, yurys+blink_chromium.org, lushnikov+blink_chromium.org, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, dglazkov+blink, paulirish+reviews_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, aandrey+blink_chromium.org, vivekg__
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

DevTools: DOMStorage should notify the view about storage modifications instead of DOMStorageModel R=apavlov, pfeldman, vsevik Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=156635

Patch Set 1 #

Total comments: 5

Patch Set 2 : Review comments addressed! #

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -52 lines) Patch
M LayoutTests/inspector/storage-panel-dom-storage-update.html View 1 4 chunks +4 lines, -4 lines 0 comments Download
M Source/devtools/front_end/DOMStorage.js View 1 7 chunks +42 lines, -38 lines 0 comments Download
M Source/devtools/front_end/DOMStorageItemsView.js View 1 4 chunks +8 lines, -9 lines 0 comments Download
M Source/devtools/front_end/ResourcesPanel.js View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
vivekg_samsung
With respect to the current event notification model, the DOMStorageModel is relaying the event to ...
7 years, 4 months ago (2013-08-07 15:52:39 UTC) #1
pfeldman
https://codereview.chromium.org/22346003/diff/1/Source/devtools/front_end/DOMStorage.js File Source/devtools/front_end/DOMStorage.js (left): https://codereview.chromium.org/22346003/diff/1/Source/devtools/front_end/DOMStorage.js#oldcode394 Source/devtools/front_end/DOMStorage.js:394: this.dispatchEventToListeners(WebInspector.DOMStorageModel.Events.DOMStorageItemsCleared, storageData); It looks like changing this with domStorage.dispatchEventToListeners ...
7 years, 4 months ago (2013-08-23 12:17:50 UTC) #2
vivekg__
Thanks for the review Pavel. I have addressed all the comments and added new patch. ...
7 years, 4 months ago (2013-08-23 13:19:36 UTC) #3
pfeldman
lgtm
7 years, 4 months ago (2013-08-23 13:24:52 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vivek.vg@samsung.com/22346003/5001
7 years, 4 months ago (2013-08-23 14:08:16 UTC) #5
commit-bot: I haz the power
7 years, 4 months ago (2013-08-23 15:15:57 UTC) #6
Message was sent while issue was closed.
Change committed as 156635

Powered by Google App Engine
This is Rietveld 408576698