Closed Bug 866845 Opened 12 years ago Closed 12 years ago

Create "Developer" widget

Categories

(Firefox :: Toolbars and Customization, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
Firefox 28

People

(Reporter: mconley, Assigned: mikedeboer)

References

()

Details

Attachments

(1 file, 2 obsolete files)

According to http://people.mozilla.com/~zfang/Customization/MenuPanel.jpg, we're going to want a widget to open up the devtools toolbox.
QA Contact: mdeboer
Status: NEW → ASSIGNED
Assignee: nobody → mdeboer
Attachment #745196 - Flags: review?(mconley)
QA Contact: mdeboer
Depends on: 866844
fixed a whoopsie
Attachment #745196 - Attachment is obsolete: true
Attachment #745196 - Flags: review?(mconley)
Attachment #745202 - Flags: review?(mconley)
Blocks: 866841
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)
Flags: needinfo?(mdeboer)
addressed comments, carrying over r+=mconley
Attachment #745202 - Attachment is obsolete: true
Attachment #745386 - Flags: review?(mconley)
Flags: needinfo?(mdeboer)
erm, that last part of the comment was a copy-paste booboo: no r+ yet ;)
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)
Flags: needinfo?(mdeboer)
No longer depends on: 855290
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+
Flags: needinfo?(mdeboer)
Whiteboard: [fixed-in-jamun] → [fixed-in-jamun][fixed-in-ux]
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.

Attachment

General

Created:
Updated:
Size: