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

Issue 22396002: function storageForId() should be used in _domStorageItemUpdated instead of DOMStorageModel._storag… (Closed)

Created:
7 years, 4 months ago by vivekg_samsung
Modified:
7 years, 4 months ago
Reviewers:
apavlov, aandrey, vivekg__
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
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

function storageForId() should be used in _domStorageItemUpdated instead of DOMStorageModel._storages[] The commit with commit hash: "17af239b44a9a02b2d6b02f9f5aaaf6cb7b4ce1f" (https://bugs.webkit.org/show_bug.cgi?id=109572) missed to use the function storageForId instead of DOMStorageModel._storages[] due to which the update is not triggered. R=apavlov Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=155616

Patch Set 1 #

Total comments: 2

Patch Set 2 : Patch for landing! #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -1 line) Patch
M LayoutTests/inspector/storage-panel-dom-storage-update.html View 1 2 chunks +20 lines, -0 lines 0 comments Download
M LayoutTests/inspector/storage-panel-dom-storage-update-expected.txt View 1 1 chunk +5 lines, -0 lines 0 comments Download
Source/devtools/front_end/DOMStorage.js View 1 2 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 10 (0 generated)
vivekg__
7 years, 4 months ago (2013-08-06 09:29:34 UTC) #1
apavlov
lgtm with a comment https://codereview.chromium.org/22396002/diff/1/Source/devtools/front_end/DOMStorage.js File Source/devtools/front_end/DOMStorage.js (right): https://codereview.chromium.org/22396002/diff/1/Source/devtools/front_end/DOMStorage.js#newcode434 Source/devtools/front_end/DOMStorage.js:434: var domStorage = this.storageForId(storageId); Can ...
7 years, 4 months ago (2013-08-06 09:31:17 UTC) #2
apavlov
nice!
7 years, 4 months ago (2013-08-06 10:08:31 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vivek.vg@samsung.com/22396002/6001
7 years, 4 months ago (2013-08-06 10:08:41 UTC) #4
aandrey
https://codereview.chromium.org/22396002/diff/1/Source/devtools/front_end/DOMStorage.js File Source/devtools/front_end/DOMStorage.js (right): https://codereview.chromium.org/22396002/diff/1/Source/devtools/front_end/DOMStorage.js#newcode434 Source/devtools/front_end/DOMStorage.js:434: var domStorage = this.storageForId(storageId); On 2013/08/06 09:31:18, apavlov wrote: ...
7 years, 4 months ago (2013-08-06 10:55:19 UTC) #5
vivekg_samsung
On 2013/08/06 10:55:19, aandrey wrote: > https://codereview.chromium.org/22396002/diff/1/Source/devtools/front_end/DOMStorage.js > File Source/devtools/front_end/DOMStorage.js (right): > > https://codereview.chromium.org/22396002/diff/1/Source/devtools/front_end/DOMStorage.js#newcode434 > ...
7 years, 4 months ago (2013-08-06 11:14:47 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vivek.vg@samsung.com/22396002/2002
7 years, 4 months ago (2013-08-06 11:38:13 UTC) #7
commit-bot: I haz the power
Retried try job too often on linux_blink_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_blink_rel&number=1177
7 years, 4 months ago (2013-08-06 13:00:20 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vivek.vg@samsung.com/22396002/2002
7 years, 4 months ago (2013-08-06 13:02:39 UTC) #9
commit-bot: I haz the power
7 years, 4 months ago (2013-08-06 15:52:23 UTC) #10
Message was sent while issue was closed.
Change committed as 155616

Powered by Google App Engine
This is Rietveld 408576698