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

Issue 2873843003: [DevTools] Restore tree selection after reload (Closed)

Created:
3 years, 7 months ago by eostroukhov
Modified:
3 years, 7 months ago
Reviewers:
caseq, dgozman
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/heads/master
Project:
chromium
Visibility:
Public.

Description

[DevTools] Restore tree selection after reload Application pane will now restore selection if the element is readded within 1s after page reload and if the user does not change tree selection by hand. BUG=683704 Review-Url: https://codereview.chromium.org/2873843003 Cr-Commit-Position: refs/heads/master@{#471851} Committed: https://chromium.googlesource.com/chromium/src/+/622b9016fb49d73c33ffd3a6c9adda9b2055c09c

Patch Set 1 #

Total comments: 10

Patch Set 2 : [DevTools] Restore tree selection after reload #

Total comments: 4

Patch Set 3 : [DevTools] Restore tree selection after reload #

Messages

Total messages: 32 (23 generated)
eostroukhov
3 years, 7 months ago (2017-05-10 22:55:41 UTC) #3
dgozman
https://codereview.chromium.org/2873843003/diff/1/third_party/WebKit/Source/devtools/front_end/resources/ApplicationPanelSidebar.js File third_party/WebKit/Source/devtools/front_end/resources/ApplicationPanelSidebar.js (right): https://codereview.chromium.org/2873843003/diff/1/third_party/WebKit/Source/devtools/front_end/resources/ApplicationPanelSidebar.js#newcode111 third_party/WebKit/Source/devtools/front_end/resources/ApplicationPanelSidebar.js:111: this._sidebarTree.addEventListener(UI.TreeOutline.Events.ElementAttached, event => this._elementAdded(event)); this._elementAdded.bind(this) https://codereview.chromium.org/2873843003/diff/1/third_party/WebKit/Source/devtools/front_end/resources/ApplicationPanelSidebar.js#newcode253 third_party/WebKit/Source/devtools/front_end/resources/ApplicationPanelSidebar.js:253: // This ...
3 years, 7 months ago (2017-05-11 23:08:41 UTC) #11
eostroukhov
Thank you for the comments. Please take another look. https://codereview.chromium.org/2873843003/diff/1/third_party/WebKit/Source/devtools/front_end/resources/ApplicationPanelSidebar.js File third_party/WebKit/Source/devtools/front_end/resources/ApplicationPanelSidebar.js (right): https://codereview.chromium.org/2873843003/diff/1/third_party/WebKit/Source/devtools/front_end/resources/ApplicationPanelSidebar.js#newcode111 third_party/WebKit/Source/devtools/front_end/resources/ApplicationPanelSidebar.js:111: ...
3 years, 7 months ago (2017-05-12 19:36:36 UTC) #12
dgozman
lgtm https://codereview.chromium.org/2873843003/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/2873843003/diff/20001/third_party/WebKit/Source/devtools/front_end/resources/CookieItemsView.js#newcode63 third_party/WebKit/Source/devtools/front_end/resources/CookieItemsView.js:63: [networkManager.addEventListener(SDK.NetworkManager.Events.ResponseReceived, () => this._onResponseRecieved())]; addEventListener(..., this._onResponseReceived, this) https://codereview.chromium.org/2873843003/diff/20001/third_party/WebKit/Source/devtools/front_end/resources/CookieItemsView.js#newcode138 ...
3 years, 7 months ago (2017-05-12 23:59:17 UTC) #21
eostroukhov
Thanks! https://codereview.chromium.org/2873843003/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/2873843003/diff/20001/third_party/WebKit/Source/devtools/front_end/resources/CookieItemsView.js#newcode63 third_party/WebKit/Source/devtools/front_end/resources/CookieItemsView.js:63: [networkManager.addEventListener(SDK.NetworkManager.Events.ResponseReceived, () => this._onResponseRecieved())]; On 2017/05/12 23:59:17, dgozman ...
3 years, 7 months ago (2017-05-13 00:03:54 UTC) #22
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/2873843003/40001
3 years, 7 months ago (2017-05-13 00:04:49 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/369933)
3 years, 7 months ago (2017-05-13 01:08:33 UTC) #27
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/2873843003/40001
3 years, 7 months ago (2017-05-15 16:03:48 UTC) #29
commit-bot: I haz the power
3 years, 7 months ago (2017-05-15 18:59:53 UTC) #32
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/622b9016fb49d73c33ffd3a6c9ad...

Powered by Google App Engine
This is Rietveld 408576698