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

Issue 2714913002: DevTools: Fixes to Storage panel inconsistencies (Closed)

Created:
3 years, 10 months ago by phulce
Modified:
3 years, 9 months ago
Reviewers:
dgozman, eostroukhov
CC:
chromium-reviews, caseq+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, blink-reviews, pfeldman, kozyatinskiy+blink_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: Fixes to Storage panel inconsistencies * Fixes Backspace delete in CookiesTable * Fixes selection preservation when 'Delete Selected' is used in CookiesTable * Fixes selection removal when 'Clear All' is used in Storage panes BUG=694399, 694741 Review-Url: https://codereview.chromium.org/2714913002 Cr-Commit-Position: refs/heads/master@{#454002} Committed: https://chromium.googlesource.com/chromium/src/+/63095504581ef0e664faf74614e5ca98f9cb9047

Patch Set 1 #

Patch Set 2 : fix merge conflicts #

Total comments: 9

Patch Set 3 : more robust selection preservation #

Total comments: 2

Patch Set 4 : more feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -18 lines) Patch
M third_party/WebKit/Source/devtools/front_end/cookie_table/CookiesTable.js View 1 2 3 6 chunks +50 lines, -13 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/resources/CookieItemsView.js View 1 2 2 chunks +10 lines, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/resources/DOMStorageItemsView.js View 1 2 3 2 chunks +3 lines, -4 lines 0 comments Download

Messages

Total messages: 33 (13 generated)
phulce
3 years, 10 months ago (2017-02-24 00:50:21 UTC) #2
eostroukhov
lgtm
3 years, 10 months ago (2017-02-24 01:08:27 UTC) #3
eostroukhov
lgtm lgtm
3 years, 10 months ago (2017-02-24 01:08:29 UTC) #4
phulce
3 years, 10 months ago (2017-02-24 01:36:41 UTC) #6
dgozman
lgtm
3 years, 10 months ago (2017-02-24 01:38:23 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2714913002/1
3 years, 10 months ago (2017-02-24 01:42:41 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/396871)
3 years, 10 months ago (2017-02-24 04:20:00 UTC) #11
phulce
Fixed merge conflicts, please take another look eostroukhov
3 years, 10 months ago (2017-02-24 17:43:52 UTC) #12
eostroukhov
https://codereview.chromium.org/2714913002/diff/20001/third_party/WebKit/Source/devtools/front_end/resources/CookieItemsView.js File third_party/WebKit/Source/devtools/front_end/resources/CookieItemsView.js (right): https://codereview.chromium.org/2714913002/diff/20001/third_party/WebKit/Source/devtools/front_end/resources/CookieItemsView.js#newcode116 third_party/WebKit/Source/devtools/front_end/resources/CookieItemsView.js:116: this._cookiesTable.removeSelectedCookie(); The call ultimately gets back to this view. ...
3 years, 10 months ago (2017-02-24 18:13:47 UTC) #13
phulce
https://codereview.chromium.org/2714913002/diff/20001/third_party/WebKit/Source/devtools/front_end/resources/CookieItemsView.js File third_party/WebKit/Source/devtools/front_end/resources/CookieItemsView.js (right): https://codereview.chromium.org/2714913002/diff/20001/third_party/WebKit/Source/devtools/front_end/resources/CookieItemsView.js#newcode116 third_party/WebKit/Source/devtools/front_end/resources/CookieItemsView.js:116: this._cookiesTable.removeSelectedCookie(); On 2017/02/24 18:13:46, eostroukhov wrote: > The call ...
3 years, 9 months ago (2017-02-28 18:55:53 UTC) #14
eostroukhov
https://codereview.chromium.org/2714913002/diff/20001/third_party/WebKit/Source/devtools/front_end/resources/DOMStorageItemsView.js File third_party/WebKit/Source/devtools/front_end/resources/DOMStorageItemsView.js (right): https://codereview.chromium.org/2714913002/diff/20001/third_party/WebKit/Source/devtools/front_end/resources/DOMStorageItemsView.js#newcode70 third_party/WebKit/Source/devtools/front_end/resources/DOMStorageItemsView.js:70: * @param {!Common.Event=} event On 2017/02/28 18:55:53, phulce wrote: ...
3 years, 9 months ago (2017-02-28 20:22:51 UTC) #15
phulce
https://codereview.chromium.org/2714913002/diff/20001/third_party/WebKit/Source/devtools/front_end/resources/DOMStorageItemsView.js File third_party/WebKit/Source/devtools/front_end/resources/DOMStorageItemsView.js (right): https://codereview.chromium.org/2714913002/diff/20001/third_party/WebKit/Source/devtools/front_end/resources/DOMStorageItemsView.js#newcode70 third_party/WebKit/Source/devtools/front_end/resources/DOMStorageItemsView.js:70: * @param {!Common.Event=} event On 2017/02/28 20:22:51, eostroukhov wrote: ...
3 years, 9 months ago (2017-02-28 21:23:58 UTC) #16
eostroukhov
https://codereview.chromium.org/2714913002/diff/20001/third_party/WebKit/Source/devtools/front_end/resources/DOMStorageItemsView.js File third_party/WebKit/Source/devtools/front_end/resources/DOMStorageItemsView.js (right): https://codereview.chromium.org/2714913002/diff/20001/third_party/WebKit/Source/devtools/front_end/resources/DOMStorageItemsView.js#newcode70 third_party/WebKit/Source/devtools/front_end/resources/DOMStorageItemsView.js:70: * @param {!Common.Event=} event On 2017/02/28 21:23:58, phulce wrote: ...
3 years, 9 months ago (2017-02-28 21:29:05 UTC) #17
eostroukhov
lgtm
3 years, 9 months ago (2017-02-28 23:13:32 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2714913002/60001
3 years, 9 months ago (2017-02-28 23:52:15 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/374300)
3 years, 9 months ago (2017-03-01 01:19:55 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2714913002/60001
3 years, 9 months ago (2017-03-01 19:39:45 UTC) #28
commit-bot: I haz the power
Committed patchset #4 (id:60001) as https://chromium.googlesource.com/chromium/src/+/63095504581ef0e664faf74614e5ca98f9cb9047
3 years, 9 months ago (2017-03-01 19:50:48 UTC) #31
kdzwinel
On 2017/03/01 at 19:50:48, commit-bot wrote: > Committed patchset #4 (id:60001) as https://chromium.googlesource.com/chromium/src/+/63095504581ef0e664faf74614e5ca98f9cb9047 This CL ...
3 years, 9 months ago (2017-03-02 10:16:25 UTC) #32
kdzwinel
3 years, 9 months ago (2017-03-02 14:10:28 UTC) #33
Message was sent while issue was closed.
On 2017/03/02 at 10:16:25, kdzwinel wrote:
> On 2017/03/01 at 19:50:48, commit-bot wrote:
> > Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/63095504581ef0e664faf74614e5...
> 
> This CL breaks 'inactive' cookie functionality. Before:
https://i.imgur.com/dAQaY2M.gif , after: https://i.imgur.com/8d5Ytpr.gif .

I've fixed it here: https://codereview.chromium.org/2726823004

Powered by Google App Engine
This is Rietveld 408576698