Closed
Bug 866844
Opened 12 years ago
Closed 12 years ago
Create "Open File" 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)
2.20 KB,
patch
|
mikedeboer
:
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 Open File OS dialog.
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 #745185 -
Flags: review?(mconley)
Assignee | ||
Updated•12 years ago
|
QA Contact: mdeboer
Assignee | ||
Comment 2•12 years ago
|
||
fixed an outline nit
Attachment #745185 -
Attachment is obsolete: true
Attachment #745185 -
Flags: review?(mconley)
Attachment #745188 -
Flags: review?(mconley)
Reporter | ||
Comment 3•12 years ago
|
||
Comment on attachment 745188 [details] [diff] [review]
Add Open File button widget to toolbar/ customize panel
Review of attachment 745188 [details] [diff] [review]:
-----------------------------------------------------------------
r=me with the following things fixed.
::: browser/components/customizableui/src/CustomizableUI.jsm
@@ +218,5 @@
> + }, {
> + id: "open-file-button",
> + name: "Open File",
> + shortcut: "Ctrl+O",
> + description: "Open File",
We seem to have some casing inconsistency here - in the other widgets I've reviewed from you so far, we had phrases like "Find in this page", where only the first word is capitalized. I think we should be consistent - I think this should be "Open file".
@@ +227,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;
Same as before - please break up over 3 lines.
@@ +310,5 @@
> "fullscreen-button",
> "find-button",
> "history-panelmenu",
> "bookmarks-panelmenu",
> + "open-file-button"
This button isn't supposed to be part of the default set, so this line can be removed.
Attachment #745188 -
Flags: review?(mconley) → review+
Assignee | ||
Comment 4•12 years ago
|
||
addressed comments, carrying over r+=mconley
Attachment #745188 -
Attachment is obsolete: true
Attachment #745385 -
Flags: review+
Reporter | ||
Comment 5•12 years ago
|
||
Whiteboard: [fixed-in-jamun]
Updated•12 years ago
|
Whiteboard: [fixed-in-jamun] → [fixed-in-jamun][fixed-in-ux]
Comment 6•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
•