Closed
Bug 232271
Opened 22 years ago
Closed 22 years ago
"Show history" can't open Bookmark Manager
Categories
(Camino Graveyard :: Bookmarks, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Camino0.9
People
(Reporter: suishouen, Assigned: mikepinkerton)
Details
User-Agent:
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7a) Gecko/20040125 Camino/0.7+
When I set to "user_pref("browser.history_expire_days", 0);", selecting "Show
history" from View or typing "Command + Y" can't open Bookmark Manager.
And then Console logs as below;
_________________________________________________________________________________________
*** -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
*** malloc[501]: Deallocation of a pointer not malloced: 0xbfffd580; This could
be a double free(), or free() called with the middle of an allocated block; Try
setting environment variable MallocHelp to see tools to help debug
Reproducible: Always
Steps to Reproduce:
1.Set to "user_pref("browser.history_expire_days", 0);"
2.Open Camino
3Selecting "Show history" from View or typing "Command + Y"
Actual Results:
Can't open Bookmark Manager.
Expected Results:
Bookmark Manage is opened.
![]() |
Assignee | |
Comment 1•22 years ago
|
||
can the user do this from the UI?
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Target Milestone: --- → Camino0.9
Using Camino 0.7 I can do this from UI, and I've been using this setting.
Using 20040125NB I can't do this from UI.
(In reply to comment #2)
> Using Camino 0.7 I can do this from UI, and I've been using this setting.
> Using 20040125NB I can't do this from UI.
You can set the nr of days kept in history to 0 in the navigation/history pane
in preferences. So it's possible through UI.
But when you add that line (why would you use that when 99% of the people will
use the UI) Camino hanged on when I tried to open History. And wouldn't open the BM.
Setting the days kept in history to 0 with UI however did not create problems.
Perhaps the pref is Mozilla only?
(In reply to comment #3)
After deleting "user_pref("browser.history_expire_days", 0);" from prefs.js, I
launch Camino 0.7 and set the number of days to 0 in Preferences, Camino 0.7
writes it to prefs.js again.
So I think the pref isn't Mozilla only.
(In reply to comment #1) and (In reply to comment #3)
In Comment #2, I wrote using 20040125NB I can't do this from UI.
It meant that I could set the number of days to 0 in Preferences but it couldn't
be saved.
But it wasn't accurate.
After deleting "user_pref("browser.history_expire_days", 0);" from prefs.js, I
launch 20040125NB and
1) Open Navigation/History pane in Preferences
2) Set the number of days to 0
3) Open Navigation/Home Page pane
4) Close Preferences
5) Then it rewrites the prefs to prefs.js and can be saved.
Fixed by check-ins in 03/02/2004 20:43.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•