Closed
Bug 71309
Opened 24 years ago
Closed 24 years ago
history window and sidebar blank
Categories
(Core Graveyard :: History: Global, defect)
Core Graveyard
History: Global
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: asa, Assigned: alecf)
References
Details
(Keywords: smoketest)
Tested 030805 mozilla linux build on RedHat 6.2
Summary: The History sidebar tab and the History window (Tasks|Tools|History)
are both completely blank. The colum headers are visible but not nistory
entries are visible.
Steps to Reproduce:
1. launch browser
2. open sidebar History Tab or History window ( Tasks | Tools | History )
Results:
History tab and window contents are empty
Expected Results:
History tab and window display browser history contents
Additional Information: No win32 or mac builds to test with yet. Yesteraday's
linux build did not have this problem. Possibly caused by alecf's checkins for
bug 65862. Tested with old and new profiles and it is broken for both. Tested
with classic and modern skins and it is broken with both.
Comment 1•24 years ago
|
||
Same here with new opt linux home build. CC self.
Assignee | ||
Comment 2•24 years ago
|
||
ugh, I see this on my linux build. crap. looking into it.
Status: NEW → ASSIGNED
I have the same problem with the history on Windows 2000, build 2001030804
installer installed after deleting my profiles
Assignee | ||
Comment 4•24 years ago
|
||
ok, this is REALLY wierd. nobody is calling GetTarget() on the datasource...
investigating this
Assignee | ||
Comment 5•24 years ago
|
||
nor HasArcOut()... what the heck is going on?
Assignee | ||
Comment 7•24 years ago
|
||
ok, I just figured out a workaround, which will disable hierarchical history and
go back to the old one:
Index: historyTreeOverlay.xul
===================================================================
RCS file:
/cvsroot/mozilla/xpfe/components/history/resources/historyTreeOverlay.xul,v
retrieving revision 1.4
diff -u -r1.4 historyTreeOverlay.xul
--- historyTreeOverlay.xul 2001/03/08 05:15:21 1.4
+++ historyTreeOverlay.xul 2001/03/08 19:20:09
@@ -39,7 +39,7 @@
<script src="chrome://global/content/nsTreeUtils.js"/>
<script src="chrome://global/content/treePopups.js"/>
-<tree id="historyTree" ref="NC:HistoryByDate" context="contextual"
+<tree id="historyTree" ref="NC:HistoryRoot" context="contextual"
datasources="rdf:history rdf:localsearch"
flex="1"
multiple="true"
OS: All → Linux
Assignee | ||
Updated•24 years ago
|
OS: Linux → All
Hardware: PC → All
Comment 8•24 years ago
|
||
sr=shaver.
Assignee | ||
Comment 9•24 years ago
|
||
ok, checked in.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 10•24 years ago
|
||
verified not blank
but opening bug # 71456 to address empty folders
Status: RESOLVED → VERIFIED
Assignee | ||
Comment 11•24 years ago
|
||
*** Bug 71456 has been marked as a duplicate of this bug. ***
Comment 12•24 years ago
|
||
reopening...history is not present
Alec, there isn't a 2001-03-09-07 or later build yet. was the fix for this not
checked in before this morning's build?
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
Reporter | ||
Comment 13•24 years ago
|
||
This is failing in 2001030905 linux mozilla builds but working in 2001030908 and
2001030909 linux mozilla builds. alecf checked in a fix between the those
builds so it should be working.
Assignee | ||
Comment 14•24 years ago
|
||
remarking fixed. this was fixed at 6:25 this morning.
Status: REOPENED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
Comment 15•24 years ago
|
||
verified fixed with commercial builds:
linux 2001-03-09-10-mtrunk
mac 2001-03-09-11-trunk
Status: RESOLVED → VERIFIED
Updated•7 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•