Closed
Bug 866845
Opened 12 years ago
Closed 12 years ago
Create "Developer" widget
Categories
(Firefox :: Toolbars and Customization, defect)
Firefox
Toolbars and Customization
Tracking
()
RESOLVED
FIXED
Firefox 28
People
(Reporter: mconley, Assigned: mikedeboer)
References
()
Details
Attachments
(1 file, 2 obsolete files)
|
1.78 KB,
patch
|
mconley
:
review+
|
Details | Diff | Splinter Review |
According to http://people.mozilla.com/~zfang/Customization/MenuPanel.jpg, we're going to want a widget to open up the devtools toolbox.
| Assignee | ||
Updated•12 years ago
|
QA Contact: mdeboer
| Assignee | ||
Updated•12 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•12 years ago
|
||
Assignee: nobody → mdeboer
Attachment #745196 -
Flags: review?(mconley)
| Assignee | ||
Updated•12 years ago
|
QA Contact: mdeboer
| Assignee | ||
Comment 2•12 years ago
|
||
fixed a whoopsie
Attachment #745196 -
Attachment is obsolete: true
Attachment #745196 -
Flags: review?(mconley)
Attachment #745202 -
Flags: review?(mconley)
| Reporter | ||
Comment 3•12 years ago
|
||
Comment on attachment 745202 [details] [diff] [review]
Add Developer button widget to toolbar/ customize panel
Review of attachment 745202 [details] [diff] [review]:
-----------------------------------------------------------------
Just curious about the keyboard shortcut...
::: browser/components/customizableui/src/CustomizableUI.jsm
@@ +235,5 @@
> }
> + }, {
> + id: "developer-button",
> + name: "Developer",
> + shortcut: "Shift+F11",
Where is this keyboard shortcut coming from?
@@ +236,5 @@
> + }, {
> + id: "developer-button",
> + name: "Developer",
> + shortcut: "Shift+F11",
> + description: "Toggle Developer Tools",
I was about to hassle you about casing here, but I guess "Developer Tools" is a name, isn't it.
We'll want to review all of these strings anyways when we make this all l10n friendly.
@@ +245,5 @@
> + "32": "chrome://branding/content/icon48.png",
> + "48": "chrome://branding/content/icon48.png"
> + },
> + onCommand: function(aEvent) {
> + let win = aEvent.target && aEvent.target.ownerDocument && aEvent.target.ownerDocument.defaultView;
3 line break-up please.
@@ +329,5 @@
> "find-button",
> "history-panelmenu",
> "bookmarks-panelmenu",
> + "open-file-button",
> + "developer-button"
We shouldn't be adding this to the default set.
Attachment #745202 -
Flags: review?(mconley)
| Reporter | ||
Updated•12 years ago
|
Flags: needinfo?(mdeboer)
| Assignee | ||
Comment 4•12 years ago
|
||
addressed comments, carrying over r+=mconley
Attachment #745202 -
Attachment is obsolete: true
Attachment #745386 -
Flags: review?(mconley)
Flags: needinfo?(mdeboer)
| Assignee | ||
Comment 5•12 years ago
|
||
erm, that last part of the comment was a copy-paste booboo: no r+ yet ;)
| Reporter | ||
Comment 6•12 years ago
|
||
Comment on attachment 745386 [details] [diff] [review]
Add Developer button widget to toolbar/ customize panel
Review of attachment 745386 [details] [diff] [review]:
-----------------------------------------------------------------
::: browser/components/customizableui/src/CustomizableUI.jsm
@@ +241,5 @@
> }
> + }, {
> + id: "developer-button",
> + name: "Developer",
> + shortcut: "Shift+F11",
Still curious about why you chose this shortcut combination. Where did you get this from?
Attachment #745386 -
Flags: review?(mconley)
| Reporter | ||
Updated•12 years ago
|
Flags: needinfo?(mdeboer)
| Reporter | ||
Comment 7•12 years ago
|
||
Comment on attachment 745386 [details] [diff] [review]
Add Developer button widget to toolbar/ customize panel
Review of attachment 745386 [details] [diff] [review]:
-----------------------------------------------------------------
mikedeboer and I talked about this in IRC. We'll revisit the shortcut keys when we look at making the strings localized.
Attachment #745386 -
Flags: review+
| Reporter | ||
Updated•12 years ago
|
Flags: needinfo?(mdeboer)
| Reporter | ||
Comment 8•12 years ago
|
||
Whiteboard: [fixed-in-jamun]
Updated•12 years ago
|
Whiteboard: [fixed-in-jamun] → [fixed-in-jamun][fixed-in-ux]
Comment 9•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-jamun][fixed-in-ux]
Target Milestone: --- → Firefox 28
You need to log in
before you can comment on or make changes to this bug.
Description
•