Closed
Bug 352935
Opened 18 years ago
Closed 18 years ago
Port over some FeedWriter improvements from bug 350615 to trunk
Categories
(Firefox Graveyard :: RSS Discovery and Preview, defect, P2)
Firefox Graveyard
RSS Discovery and Preview
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 3 alpha1
People
(Reporter: asaf, Assigned: asaf)
References
Details
Attachments
(1 file, 1 obsolete file)
16.07 KB,
patch
|
Details | Diff | Splinter Review |
Port over some FeedWriter improvements from bug 350615 to trunk
Assignee | ||
Updated•18 years ago
|
Assignee: nobody → mano
Priority: -- → P2
Target Milestone: --- → Firefox 3 alpha1
Assignee | ||
Comment 1•18 years ago
|
||
Attachment #238753 -
Flags: review?(mconnor)
Assignee | ||
Updated•18 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•18 years ago
|
Attachment #238753 -
Flags: review?(mconnor) → review?(gavin.sharp)
Comment 2•18 years ago
|
||
Comment on attachment 238753 [details] [diff] [review]
patch
>Index: browser/components/feeds/src/FeedWriter.js
> /**
>+ * Helper method to set the selected application and system default
>+ * reader menuitems details from a file object
>+ * @param aMenuItem
>+ * The menuitem on which the attributes should be set
>+ * @param aFile
>+ * the menuitem associated file object
How about: "The menuitem's associated file" ?
> if (defaultReader.exists()) {
> menuItem = this._document.createElementNS(XUL_NS, "menuitem");
>- menuItem.id = "defaultHandlerMenuItem";
>- menuItem.className = "menuitem-iconic";
I don't think you want to be removing these. r=me with this reverted.
Attachment #238753 -
Flags: review?(gavin.sharp) → review+
Assignee | ||
Comment 3•18 years ago
|
||
mozilla/browser/components/feeds/content/subscribe.xhtml 1.13
mozilla/browser/components/feeds/src/FeedWriter.js 1.18
Attachment #238753 -
Attachment is obsolete: true
Assignee | ||
Updated•18 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•18 years ago
|
OS: Mac OS X 10.3 → All
Hardware: Macintosh → All
Version: unspecified → Trunk
Updated•6 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•