Closed
Bug 830668
Opened 12 years ago
Closed 12 years ago
Add a keyboard shortcut for Profiler
Categories
(DevTools :: Performance Tools (Profiler/Timeline), enhancement, P2)
DevTools
Performance Tools (Profiler/Timeline)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 21
People
(Reporter: mihaelav, Assigned: anton)
References
Details
Attachments
(1 file, 1 obsolete file)
1.90 KB,
patch
|
rcampbell
:
review+
|
Details | Diff | Splinter Review |
All developer tools have a keyboard shortcut (which is also mentioned next to the tool's name in the Tools>Web Developer menu). Profiler doesn't have one and it should, in order to be consistent with the other tools.
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → anton
Priority: -- → P2
Assignee | ||
Comment 1•12 years ago
|
||
I don't think command-alt-P is reserved for anything (at least hitting that shortcut on my build didn't do anything) so I used it. Also sneaking in a better localization comment for Self.
Attachment #710427 -
Flags: review?(vporof)
Attachment #710427 -
Flags: review?(rcampbell)
Comment 2•12 years ago
|
||
Comment on attachment 710427 [details] [diff] [review]
Add a keyboard shortcut to the Profiler
Review of attachment 710427 [details] [diff] [review]:
-----------------------------------------------------------------
::: browser/devtools/framework/ToolDefinitions.jsm
@@ +148,5 @@
> id: "jsprofiler",
> + accesskey: l10n("profiler.accesskey", profilerStrings),
> + key: l10n("profiler.commandkey", profilerStrings),
> + ordinal: 4,
> + modifiers: osString == "Darwin" ? "accel,alt" : "accel,shift",
that's not going to work on windows. Conflicts with New Private Window.
Attachment #710427 -
Flags: review?(rcampbell)
Assignee | ||
Comment 3•12 years ago
|
||
Y instead of P :(
Attachment #710427 -
Attachment is obsolete: true
Attachment #710427 -
Flags: review?(vporof)
Attachment #711086 -
Flags: review?(rcampbell)
Updated•12 years ago
|
Attachment #711086 -
Flags: review?(rcampbell) → review+
Assignee | ||
Comment 4•12 years ago
|
||
Whiteboard: [fixed-in-fx-team]
Comment 5•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 21
Reporter | ||
Comment 6•12 years ago
|
||
CTRL+SHIFT+Y shortcut was already taken on Ubuntu (by download manager) so it doesn't open the profiler: see bug #843559.
Reporter | ||
Updated•12 years ago
|
Assignee | ||
Updated•12 years ago
|
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•