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

Issue 2716683006: DevTools: add entry points for command menu (Closed)

Created:
3 years, 10 months ago by luoe
Modified:
3 years, 7 months ago
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: add entry points for command menu This adds a 'Open file' option in the DevTools 3 dot menu and updates the style of the Sources placeholder text with a new entry 'Ctrl-Shift-P Run command'. BUG=700184 Review-Url: https://codereview.chromium.org/2716683006 Cr-Commit-Position: refs/heads/master@{#467805} Committed: https://chromium.googlesource.com/chromium/src/+/c7c2befd794fe76f229dab8bd68026c73470d5de

Patch Set 1 #

Total comments: 6

Patch Set 2 : rebase and ac #

Patch Set 3 : no wrap/scroll #

Total comments: 7

Patch Set 4 : ac #

Total comments: 2

Patch Set 5 : ac #

Total comments: 2

Patch Set 6 : ac #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -20 lines) Patch
M third_party/WebKit/Source/devtools/front_end/quick_open/module.json View 1 2 3 4 3 chunks +7 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/SourcesView.js View 1 2 3 4 2 chunks +23 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/TabbedEditorContainer.js View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js View 1 2 3 4 5 2 chunks +14 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/tabbedPane.css View 1 2 3 1 chunk +21 lines, -1 line 0 comments Download

Messages

Total messages: 26 (12 generated)
chenwilliam
https://codereview.chromium.org/2716683006/diff/1/third_party/WebKit/Source/devtools/front_end/sources/sourcesView.css File third_party/WebKit/Source/devtools/front_end/sources/sourcesView.css (right): https://codereview.chromium.org/2716683006/diff/1/third_party/WebKit/Source/devtools/front_end/sources/sourcesView.css#newcode99 third_party/WebKit/Source/devtools/front_end/sources/sourcesView.css:99: white-space: pre; we don't need this anymore right? https://codereview.chromium.org/2716683006/diff/1/third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js ...
3 years, 10 months ago (2017-02-25 00:56:43 UTC) #3
luoe
ptal https://codereview.chromium.org/2716683006/diff/1/third_party/WebKit/Source/devtools/front_end/sources/sourcesView.css File third_party/WebKit/Source/devtools/front_end/sources/sourcesView.css (right): https://codereview.chromium.org/2716683006/diff/1/third_party/WebKit/Source/devtools/front_end/sources/sourcesView.css#newcode99 third_party/WebKit/Source/devtools/front_end/sources/sourcesView.css:99: white-space: pre; On 2017/02/25 00:56:43, chenwilliam wrote: > ...
3 years, 9 months ago (2017-03-09 18:48:28 UTC) #5
chenwilliam
lgtm % minor comment https://codereview.chromium.org/2716683006/diff/40001/third_party/WebKit/Source/devtools/front_end/main/Main.js File third_party/WebKit/Source/devtools/front_end/main/Main.js (right): https://codereview.chromium.org/2716683006/diff/40001/third_party/WebKit/Source/devtools/front_end/main/Main.js#newcode734 third_party/WebKit/Source/devtools/front_end/main/Main.js:734: contextMenu.appendAction('commandMenu.show', 'Run command'); Common.UIString
3 years, 9 months ago (2017-03-09 22:30:17 UTC) #6
lushnikov
could you please add screenshots and improve CL description to motivate the change?
3 years, 9 months ago (2017-03-09 22:36:08 UTC) #7
luoe
Description updated with screenshot
3 years, 9 months ago (2017-03-09 22:51:10 UTC) #10
pfeldman
https://codereview.chromium.org/2716683006/diff/40001/third_party/WebKit/Source/devtools/front_end/main/Main.js File third_party/WebKit/Source/devtools/front_end/main/Main.js (right): https://codereview.chromium.org/2716683006/diff/40001/third_party/WebKit/Source/devtools/front_end/main/Main.js#newcode734 third_party/WebKit/Source/devtools/front_end/main/Main.js:734: contextMenu.appendAction('commandMenu.show', 'Run command'); You should not indirectly refer to ...
3 years, 9 months ago (2017-03-28 00:59:35 UTC) #11
luoe
Ptal https://codereview.chromium.org/2716683006/diff/40001/third_party/WebKit/Source/devtools/front_end/main/Main.js File third_party/WebKit/Source/devtools/front_end/main/Main.js (right): https://codereview.chromium.org/2716683006/diff/40001/third_party/WebKit/Source/devtools/front_end/main/Main.js#newcode734 third_party/WebKit/Source/devtools/front_end/main/Main.js:734: contextMenu.appendAction('commandMenu.show', 'Run command'); On 2017/03/28 00:59:34, pfeldman wrote: ...
3 years, 8 months ago (2017-04-22 00:07:03 UTC) #13
pfeldman
https://codereview.chromium.org/2716683006/diff/60001/third_party/WebKit/Source/devtools/front_end/sources/SourcesView.js File third_party/WebKit/Source/devtools/front_end/sources/SourcesView.js (right): https://codereview.chromium.org/2716683006/diff/60001/third_party/WebKit/Source/devtools/front_end/sources/SourcesView.js#newcode99 third_party/WebKit/Source/devtools/front_end/sources/SourcesView.js:99: defaultShortcut: Common.UIString('Ctrl+P'), Since shortcuts are defined in quickopen and ...
3 years, 8 months ago (2017-04-24 18:29:25 UTC) #14
luoe
Please take another look https://codereview.chromium.org/2716683006/diff/60001/third_party/WebKit/Source/devtools/front_end/sources/SourcesView.js File third_party/WebKit/Source/devtools/front_end/sources/SourcesView.js (right): https://codereview.chromium.org/2716683006/diff/60001/third_party/WebKit/Source/devtools/front_end/sources/SourcesView.js#newcode99 third_party/WebKit/Source/devtools/front_end/sources/SourcesView.js:99: defaultShortcut: Common.UIString('Ctrl+P'), On 2017/04/24 18:29:25, ...
3 years, 8 months ago (2017-04-25 23:19:52 UTC) #16
pfeldman
https://codereview.chromium.org/2716683006/diff/80001/third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js File third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js (right): https://codereview.chromium.org/2716683006/diff/80001/third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js#newcode494 third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js:494: setPlaceholderElement(element) { This call seems to have no effect ...
3 years, 8 months ago (2017-04-26 00:02:22 UTC) #17
luoe
Ptal https://codereview.chromium.org/2716683006/diff/80001/third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js File third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js (right): https://codereview.chromium.org/2716683006/diff/80001/third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js#newcode494 third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js:494: setPlaceholderElement(element) { On 2017/04/26 00:02:21, pfeldman wrote: > ...
3 years, 8 months ago (2017-04-26 01:40:57 UTC) #18
pfeldman
lgtm
3 years, 7 months ago (2017-04-27 21:48:53 UTC) #19
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/2716683006/100001
3 years, 7 months ago (2017-04-27 21:52:38 UTC) #22
commit-bot: I haz the power
3 years, 7 months ago (2017-04-28 01:40:23 UTC) #26
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/c7c2befd794fe76f229dab8bd680...

Powered by Google App Engine
This is Rietveld 408576698