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

Issue 1831903002: [DevTools] Added keyboard search while in sources (Closed)

Created:
4 years, 9 months ago by allada
Modified:
4 years, 8 months ago
Reviewers:
lushnikov, pfeldman
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, sergeyv+blink_chromium.org, pfeldman, kozyatinskiy+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[DevTools] Added keyboard search while in sources While in sources file explorer gives the ability to search/filter files by typing while panel is not blured. On blur event, click, esc or enter the filtering will cancel. The display underlines the matches found. If the user then uses arrow keys to navigate up and down only the filtered items should be selectable. R=lushnikov,pfeldman BUG=594654 Committed: https://crrev.com/391574fa0e749ba67d59c7b7bdb8eb33624fa355 Cr-Commit-Position: refs/heads/master@{#387079}

Patch Set 1 #

Total comments: 8

Patch Set 2 : Fixed a few minor code styles #

Total comments: 26

Patch Set 3 : Moved some code around #

Patch Set 4 : Fixed a few code styling issues #

Total comments: 19

Patch Set 5 : Code review fixes #

Patch Set 6 : Fixed codereview issues #

Total comments: 14

Patch Set 7 : Fixed minor changes requested #

Unified diffs Side-by-side diffs Delta from patch set Stats (+198 lines, -17 lines) Patch
M third_party/WebKit/Source/devtools/front_end/sources/SourcesNavigator.js View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/treeoutline.css View 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js View 1 2 3 4 5 6 9 chunks +192 lines, -17 lines 0 comments Download

Messages

Total messages: 24 (7 generated)
allada
PTL (because of mixup with allada@google vs allada@chromium I had to create a new CL). ...
4 years, 9 months ago (2016-03-24 20:38:21 UTC) #1
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1831903002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1831903002/20001
4 years, 9 months ago (2016-03-24 20:39:14 UTC) #3
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-24 23:31:05 UTC) #5
lushnikov
Nice! https://codereview.chromium.org/1831903002/diff/20001/third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js File third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js (right): https://codereview.chromium.org/1831903002/diff/20001/third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js#newcode89 third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js:89: setInteractiveFilterable: function (enable) style: extra space after function ...
4 years, 9 months ago (2016-03-25 17:16:00 UTC) #6
allada
PTL https://codereview.chromium.org/1831903002/diff/20001/third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js File third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js (right): https://codereview.chromium.org/1831903002/diff/20001/third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js#newcode89 third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js:89: setInteractiveFilterable: function (enable) On 2016/03/25 17:15:59, lushnikov wrote: ...
4 years, 8 months ago (2016-04-05 00:16:22 UTC) #7
lushnikov
Almost there! https://codereview.chromium.org/1831903002/diff/20001/third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js File third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js (right): https://codereview.chromium.org/1831903002/diff/20001/third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js#newcode89 third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js:89: setInteractiveFilterable: function (enable) On 2016/04/05 00:16:22, allada ...
4 years, 8 months ago (2016-04-06 00:22:37 UTC) #8
allada
Sorry, I think I stashed my changes instead of committing them when I sent this ...
4 years, 8 months ago (2016-04-08 17:26:07 UTC) #9
lushnikov
Thanks! Can we have the rest of the comments addressed?
4 years, 8 months ago (2016-04-08 18:00:24 UTC) #10
allada
PTL I think I got them all this time. https://codereview.chromium.org/1831903002/diff/60001/third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js File third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js (right): https://codereview.chromium.org/1831903002/diff/60001/third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js#newcode50 third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js:50: ...
4 years, 8 months ago (2016-04-09 00:42:48 UTC) #11
lushnikov
thanks! LGTM given comments are addressed https://codereview.chromium.org/1831903002/diff/100001/third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js File third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js (right): https://codereview.chromium.org/1831903002/diff/100001/third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js#newcode93 third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js:93: if (!enable) nit: ...
4 years, 8 months ago (2016-04-13 17:57:41 UTC) #12
allada
done https://codereview.chromium.org/1831903002/diff/100001/third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js File third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js (right): https://codereview.chromium.org/1831903002/diff/100001/third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js#newcode93 third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js:93: if (!enable) On 2016/04/13 17:57:41, lushnikov wrote: > ...
4 years, 8 months ago (2016-04-13 19:33:06 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1831903002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1831903002/120001
4 years, 8 months ago (2016-04-13 19:33:43 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_chromium_gn_compile_rel/builds/50358)
4 years, 8 months ago (2016-04-13 19:46:57 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1831903002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1831903002/120001
4 years, 8 months ago (2016-04-13 20:32:31 UTC) #20
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 8 months ago (2016-04-13 20:49:02 UTC) #21
commit-bot: I haz the power
Patchset 7 (id:??) landed as https://crrev.com/391574fa0e749ba67d59c7b7bdb8eb33624fa355 Cr-Commit-Position: refs/heads/master@{#387079}
4 years, 8 months ago (2016-04-13 20:50:00 UTC) #23
allada
4 years, 8 months ago (2016-04-14 21:41:31 UTC) #24
Message was sent while issue was closed.
A revert of this CL (patchset #7 id:120001) has been created in
https://codereview.chromium.org/1889933003/ by allada@chromium.org.

The reason for reverting is: Screwed up timeline..

Powered by Google App Engine
This is Rietveld 408576698