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

Issue 170273003: DevTools: Implement extensions-based shortcut bindings (Closed)

Created:
6 years, 10 months ago by apavlov
Modified:
6 years, 9 months ago
Reviewers:
eustas, vsevik, pfeldman
CC:
blink-reviews, caseq+blink_chromium.org, loislo+blink_chromium.org, eustas+blink_chromium.org, alph+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, aandrey+blink_chromium.org
Visibility:
Public.

Description

DevTools: Implement extensions-based shortcut bindings R=eustas, pfeldman, vsevik NOTRY=true Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170156

Patch Set 1 #

Total comments: 19

Patch Set 2 : Address comments #

Patch Set 3 : Rebased patch #

Total comments: 28

Patch Set 4 : Comments addressed #

Patch Set 5 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+397 lines, -54 lines) Patch
M Source/devtools/front_end/ConsoleView.js View 1 2 3 4 1 chunk +19 lines, -0 lines 0 comments Download
M Source/devtools/front_end/InspectorView.js View 1 2 3 4 1 chunk +26 lines, -0 lines 0 comments Download
M Source/devtools/front_end/KeyboardShortcut.js View 1 2 3 4 3 chunks +133 lines, -2 lines 0 comments Download
M Source/devtools/front_end/Main.js View 1 2 3 4 5 chunks +63 lines, -49 lines 0 comments Download
M Source/devtools/front_end/ModuleManager.js View 1 2 3 1 chunk +15 lines, -0 lines 0 comments Download
M Source/devtools/front_end/SettingsScreen.js View 1 2 3 4 1 chunk +17 lines, -0 lines 0 comments Download
M Source/devtools/front_end/SourcesPanel.js View 1 2 3 4 1 chunk +17 lines, -0 lines 0 comments Download
M Source/devtools/front_end/modules.js View 1 2 3 4 3 chunks +89 lines, -1 line 0 comments Download
M Source/devtools/scripts/frontend_modules.json View 1 2 3 4 2 chunks +18 lines, -2 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
apavlov
6 years, 10 months ago (2014-02-21 13:42:03 UTC) #1
pfeldman
https://codereview.chromium.org/170273003/diff/1/Source/devtools/front_end/KeyboardShortcut.js File Source/devtools/front_end/KeyboardShortcut.js (right): https://codereview.chromium.org/170273003/diff/1/Source/devtools/front_end/KeyboardShortcut.js#newcode107 Source/devtools/front_end/KeyboardShortcut.js:107: WebInspector.KeyboardShortcut.KeyBindings = { Lets not copy these definitions. https://codereview.chromium.org/170273003/diff/1/Source/devtools/front_end/KeyboardShortcut.js#newcode316 ...
6 years, 10 months ago (2014-02-21 16:29:16 UTC) #2
apavlov
https://codereview.chromium.org/170273003/diff/1/Source/devtools/front_end/KeyboardShortcut.js File Source/devtools/front_end/KeyboardShortcut.js (right): https://codereview.chromium.org/170273003/diff/1/Source/devtools/front_end/KeyboardShortcut.js#newcode107 Source/devtools/front_end/KeyboardShortcut.js:107: WebInspector.KeyboardShortcut.KeyBindings = { On 2014/02/21 16:29:16, pfeldman wrote: > ...
6 years, 10 months ago (2014-02-24 09:57:56 UTC) #3
pfeldman
https://codereview.chromium.org/170273003/diff/1/Source/devtools/front_end/KeyboardShortcut.js File Source/devtools/front_end/KeyboardShortcut.js (right): https://codereview.chromium.org/170273003/diff/1/Source/devtools/front_end/KeyboardShortcut.js#newcode107 Source/devtools/front_end/KeyboardShortcut.js:107: WebInspector.KeyboardShortcut.KeyBindings = { I don't really see how these ...
6 years, 9 months ago (2014-03-13 05:24:02 UTC) #4
apavlov
https://codereview.chromium.org/170273003/diff/1/Source/devtools/front_end/KeyboardShortcut.js File Source/devtools/front_end/KeyboardShortcut.js (right): https://codereview.chromium.org/170273003/diff/1/Source/devtools/front_end/KeyboardShortcut.js#newcode107 Source/devtools/front_end/KeyboardShortcut.js:107: WebInspector.KeyboardShortcut.KeyBindings = { On 2014/03/13 05:24:02, pfeldman wrote: > ...
6 years, 9 months ago (2014-03-17 13:40:59 UTC) #5
pfeldman
lgtm https://chromiumcodereview.appspot.com/170273003/diff/220001/Source/devtools/front_end/ConsoleModel.js File Source/devtools/front_end/ConsoleModel.js (right): https://chromiumcodereview.appspot.com/170273003/diff/220001/Source/devtools/front_end/ConsoleModel.js#newcode430 Source/devtools/front_end/ConsoleModel.js:430: WebInspector.ConsoleModel.ShowConsoleActionDelegate = function() This should be a part ...
6 years, 9 months ago (2014-03-24 16:54:22 UTC) #6
apavlov
https://chromiumcodereview.appspot.com/170273003/diff/220001/Source/devtools/front_end/ConsoleModel.js File Source/devtools/front_end/ConsoleModel.js (right): https://chromiumcodereview.appspot.com/170273003/diff/220001/Source/devtools/front_end/ConsoleModel.js#newcode430 Source/devtools/front_end/ConsoleModel.js:430: WebInspector.ConsoleModel.ShowConsoleActionDelegate = function() On 2014/03/24 16:54:22, pfeldman wrote: > ...
6 years, 9 months ago (2014-03-25 10:03:44 UTC) #7
apavlov
The CQ bit was checked by apavlov@chromium.org
6 years, 9 months ago (2014-03-25 10:04:23 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/apavlov@chromium.org/170273003/240001
6 years, 9 months ago (2014-03-25 10:04:26 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-25 10:33:16 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on linux_blink_rel
6 years, 9 months ago (2014-03-25 10:33:16 UTC) #11
apavlov
The CQ bit was checked by apavlov@chromium.org
6 years, 9 months ago (2014-03-27 08:50:50 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/apavlov@chromium.org/170273003/270001
6 years, 9 months ago (2014-03-27 08:50:59 UTC) #13
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-27 09:49:37 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on linux_blink_dbg
6 years, 9 months ago (2014-03-27 09:49:37 UTC) #15
apavlov
The CQ bit was checked by apavlov@chromium.org
6 years, 9 months ago (2014-03-27 09:51:09 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/apavlov@chromium.org/170273003/270001
6 years, 9 months ago (2014-03-27 09:51:16 UTC) #17
commit-bot: I haz the power
6 years, 9 months ago (2014-03-27 09:52:00 UTC) #18
Message was sent while issue was closed.
Change committed as 170156

Powered by Google App Engine
This is Rietveld 408576698