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

Issue 378273004: DevTools: Add a shortcut for switching between files with the same name and different extensions. (Closed)

Created:
6 years, 5 months ago by vsevik
Modified:
6 years, 5 months ago
Reviewers:
apavlov, lushnikov, pfeldman
CC:
blink-reviews, caseq+blink_chromium.org, loislo+blink_chromium.org, eustas+blink_chromium.org, malch+blink_chromium.org, yurys+blink_chromium.org, lushnikov+blink_chromium.org, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, paulirish+reviews_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, sergeyv+blink_chromium.org, aandrey+blink_chromium.org
Project:
blink
Visibility:
Public.

Description

DevTools: Add a shortcut for switching between files with the same name and different extensions. R=pfeldman, lushnikov Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=178054

Patch Set 1 #

Patch Set 2 : Added a shortcut to shortcuts screen #

Total comments: 6

Patch Set 3 : Comments addressed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+175 lines, -0 lines) Patch
A LayoutTests/inspector/sources/debugger/switch-file.html View 1 2 1 chunk +62 lines, -0 lines 0 comments Download
A LayoutTests/inspector/sources/debugger/switch-file-expected.txt View 1 2 1 chunk +24 lines, -0 lines 0 comments Download
M Source/devtools/front_end/components/ShortcutsScreen.js View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M Source/devtools/front_end/sources/SourcesView.js View 1 2 2 chunks +77 lines, -0 lines 0 comments Download
M Source/devtools/front_end/sources/module.json View 1 2 1 chunk +11 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
apavlov
lgtm with nits https://codereview.chromium.org/378273004/diff/20001/Source/devtools/front_end/components/ShortcutsScreen.js File Source/devtools/front_end/components/ShortcutsScreen.js (right): https://codereview.chromium.org/378273004/diff/20001/Source/devtools/front_end/components/ShortcutsScreen.js#newcode272 Source/devtools/front_end/components/ShortcutsScreen.js:272: section.addAlternateKeys(WebInspector.shortcutRegistry.shortcutDescriptorsForAction("sources.switch-file"), WebInspector.UIString("Switch between files with the ...
6 years, 5 months ago (2014-07-09 14:06:06 UTC) #1
lushnikov
On 2014/07/09 14:06:06, apavlov wrote: > lgtm with nits > > https://codereview.chromium.org/378273004/diff/20001/Source/devtools/front_end/components/ShortcutsScreen.js > File Source/devtools/front_end/components/ShortcutsScreen.js ...
6 years, 5 months ago (2014-07-11 11:39:53 UTC) #2
lushnikov
lgtm https://codereview.chromium.org/378273004/diff/20001/Source/devtools/front_end/sources/SourcesView.js File Source/devtools/front_end/sources/SourcesView.js (right): https://codereview.chromium.org/378273004/diff/20001/Source/devtools/front_end/sources/SourcesView.js#newcode706 Source/devtools/front_end/sources/SourcesView.js:706: var namePrefix = name.substr(0, name.indexOf(".")) + "."; Let's ...
6 years, 5 months ago (2014-07-11 11:47:39 UTC) #3
apavlov
https://codereview.chromium.org/378273004/diff/20001/Source/devtools/front_end/sources/SourcesView.js File Source/devtools/front_end/sources/SourcesView.js (right): https://codereview.chromium.org/378273004/diff/20001/Source/devtools/front_end/sources/SourcesView.js#newcode706 Source/devtools/front_end/sources/SourcesView.js:706: var namePrefix = name.substr(0, name.indexOf(".")) + "."; On 2014/07/11 ...
6 years, 5 months ago (2014-07-11 11:49:54 UTC) #4
apavlov
I'd love to see a test here, as the functionality is non-trivial
6 years, 5 months ago (2014-07-11 11:50:45 UTC) #5
apavlov
Thanks. LGTM
6 years, 5 months ago (2014-07-14 08:58:26 UTC) #6
vsevik
The CQ bit was checked by vsevik@chromium.org
6 years, 5 months ago (2014-07-14 11:20:36 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vsevik@chromium.org/378273004/30001
6 years, 5 months ago (2014-07-14 11:20:51 UTC) #8
commit-bot: I haz the power
Change committed as 178054
6 years, 5 months ago (2014-07-14 13:08:44 UTC) #9
paulirish1
Is there an actual shortcut assigned to this right now?
6 years, 5 months ago (2014-07-14 20:23:28 UTC) #10
lushnikov
6 years, 5 months ago (2014-07-15 09:02:24 UTC) #11
Message was sent while issue was closed.
On 2014/07/14 20:23:28, paulirish1 wrote:
> Is there an actual shortcut assigned to this right now?

Alt-O

Powered by Google App Engine
This is Rietveld 408576698