Closed
Bug 732404
Opened 13 years ago
Closed 13 years ago
Remove dead handlers from editBookmarkOverlay.xul
Categories
(Firefox :: Bookmarks & History, defect)
Tracking
()
RESOLVED
FIXED
Firefox 13
People
(Reporter: mcsmurf, Assigned: mak)
References
Details
(Keywords: regression)
Attachments
(1 file)
1.86 KB,
patch
|
asaf
:
review+
|
Details | Diff | Splinter Review |
Bug 613588 removed the (broken AFAIK) code to edit feed URLs, so the code in editBookmarkOverlay.xul should also be changed:
http://hg.mozilla.org/mozilla-central/annotate/3a7b9e61c263/browser/components/places/content/editBookmarkOverlay.xul#l93
93 onblur="gEditItemOverlay.onFeedLocationFieldBlur();"
105 onblur="gEditItemOverlay.onSiteLocationFieldBlur();"
Bug 613588 removed those two functions from editBookmarksOverlay.js
Reporter | ||
Updated•13 years ago
|
Blocks: livemarksIO
No longer depends on: livemarksIO
Assignee | ||
Comment 1•13 years ago
|
||
Just forgot to remove these
Assignee | ||
Updated•13 years ago
|
Summary: Remove possibility to edit feed url from editBookmarkOverlay.xul → Remove dead handlers from editBookmarkOverlay.xul
Updated•13 years ago
|
Attachment #603385 -
Flags: review?(mano) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Target Milestone: --- → Firefox 13
Assignee | ||
Comment 3•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•