Closed
Bug 274938
Opened 20 years ago
Closed 20 years ago
History sidebar broken
Categories
(Firefox :: Bookmarks & History, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: tracy, Assigned: peterv)
References
Details
(Keywords: regression, smoketest)
Attachments
(1 file)
1.39 KB,
patch
|
mconnor
:
review+
|
Details | Diff | Splinter Review |
seen on windows Firefox trunk build 2004-12-16-07-trunk
this regressed since build 2004-12-15-08-trunk
-Browse a few pages
-ctrl+H (open the history sidebar
tested results:
displayed in the history sidebar;
<treeitem uri="rdf.*"
ref:type="rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#type">
----------^
expected results:
History folders/items displayed
Comment 1•20 years ago
|
||
*** Bug 274937 has been marked as a duplicate of this bug. ***
Comment 2•20 years ago
|
||
The duped bug speculates that yesterday's fix for bug 192139 could have caused this.
Summary: History sidebar broken → History sidebar broken
Assignee | ||
Comment 3•20 years ago
|
||
Bug 192139 might have exposed this, but afaict the problem is simply that the
rdf prefix is not bound to a namespace. Adding
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" to the page element
should solve it.
Assignee | ||
Comment 4•20 years ago
|
||
... to the page element in
http://lxr.mozilla.org/seamonkey/source/browser/components/history/content/history-panel.xul
...
Comment 5•20 years ago
|
||
as suggested by peterv. This does indeed fix the bug. We're using that in other
places as well, like
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/browser/components/bookmarks/content/bookmarksPanel.xul&mark=30
Attachment #168890 -
Flags: review?(mconnor)
Updated•20 years ago
|
OS: Windows XP → All
Updated•20 years ago
|
Attachment #168890 -
Flags: review?(mconnor) → review+
Comment 7•20 years ago
|
||
Checking in mozilla/browser/components/history/content/history-panel.xul;
/cvsroot/mozilla/browser/components/history/content/history-panel.xul,v <--
history-panel.xul
new revision: 1.27; previous revision: 1.26
done
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 8•20 years ago
|
||
Verified with Windows Fx trunk build 12-17
Status: RESOLVED → VERIFIED
Component: History → Bookmarks & History
QA Contact: mozilla → bookmarks
You need to log in
before you can comment on or make changes to this bug.
Description
•