Closed Bug 866837 Opened 11 years ago Closed 11 years ago

Create "Save Page" 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 save the current page.
Assignee: nobody → mdeboer
Attachment #745159 - Flags: review?(mconley)
Comment on attachment 745159 [details] [diff] [review]
Add 'Save Page' button widget to toolbar/ customize panel

Review of attachment 745159 [details] [diff] [review]:
-----------------------------------------------------------------

Canceling review because we're switching these to use the new widget API thing.
Attachment #745159 - Flags: review?(mconley)
Attachment #745159 - Attachment is obsolete: true
Attachment #745171 - Flags: review?(mconley)
Blocks: 866838
Comment on attachment 745171 [details] [diff] [review]
Add 'Save Page' button widget to toolbar/ customize panel

Review of attachment 745171 [details] [diff] [review]:
-----------------------------------------------------------------

r=me with the comment below fixed.

::: browser/components/customizableui/src/CustomizableUI.jsm
@@ +191,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;

Let's break up this boolean, like this:

let win = aEvent.target &&
          aEvent.target.ownerDocument &&
          aEvent.target.ownerDocument.defaultView;
Attachment #745171 - Flags: review?(mconley) → review+
Status: NEW → ASSIGNED
addressed comments, carrying over r+=mconley
Attachment #745171 - Attachment is obsolete: true
Attachment #745382 - Flags: review+
No longer depends on: 855290
Whiteboard: [fixed-in-jamun] → [fixed-in-jamun][fixed-in-ux]
https://hg.mozilla.org/mozilla-central/rev/145f7fe00c0f
Status: ASSIGNED → RESOLVED
Closed: 11 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: