Closed
Bug 351661
Opened 19 years ago
Closed 19 years ago
addBookmark.js -> bookmarkView.rdf.GetResource() should be RDF.GetResource()
Categories
(SeaMonkey :: Bookmarks & History, defect)
SeaMonkey
Bookmarks & History
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: philip.chee, Assigned: philip.chee)
References
()
Details
(Keywords: fixed-seamonkey1.1b)
Attachments
(1 file, 1 obsolete file)
1.90 KB,
patch
|
db48x
:
review+
neil
:
superreview+
kairo
:
approval-seamonkey1.1b+
|
Details | Diff | Splinter Review |
When addBookmark.xul is called with window.arguments[2] != null, I get a js error "bookmarkView.rdf has no properties. The fix is trivial and the firefox version of addBookmark.js has already been fixed (partially). Patch coming up.
![]() |
Assignee | |
Comment 1•19 years ago
|
||
Attachment #237119 -
Flags: review?(db48x)
Comment 2•19 years ago
|
||
Comment on attachment 237119 [details] [diff] [review]
Globally change bookmarkView.rdf.GetResource to RDF.GetResource
If Firefox has only partially fixed the bug, go ahead and attach a new patch that finishes fixing Firefox in addition to fixing xpfe. Otherwise r=db48x
Attachment #237119 -
Flags: review?(db48x) → review+
![]() |
Assignee | |
Comment 3•19 years ago
|
||
Not tested since I don't use Firefox (much) but it matches:
http://lxr.mozilla.org/seamonkey/source/browser/components/bookmarks/content/addBookmark.js#124
Who on the Firefox side can I ask for a review?
![]() |
Assignee | |
Updated•19 years ago
|
Attachment #237321 -
Flags: review?(db48x)
Comment 4•19 years ago
|
||
Comment on attachment 237321 [details] [diff] [review]
Same fix for Firefox
r=db48x
Attachment #237321 -
Flags: review?(db48x) → review+
![]() |
Assignee | |
Updated•19 years ago
|
Attachment #237119 -
Flags: superreview?(neil)
![]() |
Assignee | |
Updated•19 years ago
|
Attachment #237321 -
Flags: superreview?(neil)
Updated•19 years ago
|
Attachment #237321 -
Flags: superreview?(neil)
Updated•19 years ago
|
Attachment #237119 -
Flags: superreview?(neil) → superreview+
![]() |
Assignee | |
Updated•19 years ago
|
Whiteboard: [checkin required]
![]() |
||
Comment 5•19 years ago
|
||
Comment on attachment 237119 [details] [diff] [review]
Globally change bookmarkView.rdf.GetResource to RDF.GetResource
a=me for 1.1b
Attachment #237119 -
Flags: approval-seamonkey1.1b+
Comment 6•19 years ago
|
||
Checked the SeaMonkey patch into Trunk:
Checking in xpfe/components/bookmarks/resources/addBookmark.js;
/cvsroot/mozilla/xpfe/components/bookmarks/resources/addBookmark.js,v <-- addBookmark.js
new revision: 1.39; previous revision: 1.38
and branch:
Checking in xpfe/components/bookmarks/resources/addBookmark.js;
/cvsroot/mozilla/xpfe/components/bookmarks/resources/addBookmark.js,v <-- addBookmark.js
new revision: 1.38.4.1; previous revision: 1.38
Let me know if you want the ff version checking in as well.
Keywords: fixed-seamonkey1.1b
Whiteboard: [checkin required] → [checkin required?]
Updated•19 years ago
|
Whiteboard: [checkin required?]
Updated•19 years ago
|
Attachment #237321 -
Attachment is obsolete: true
Comment 7•19 years ago
|
||
FIXED, since bug 358602 was filed for Firefox.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•