Closed
Bug 223176
Opened 22 years ago
Closed 21 years ago
bookmarks manager: broken bookmark disappears
Categories
(Camino Graveyard :: Bookmarks, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
Camino0.9
People
(Reporter: sbwoodside, Assigned: david.haas)
References
Details
From bug 212630, comment #69, http://bugzilla.mozilla.org/show_bug.cgi?id=212630#c69
"I've been playong with patch for the last 48 hours. I have one issue, with the
broken bookmark feature.
I added a url to the bookmark and then deleted the file from my server. It
automatically got in broken, but if i clicked on it it did not load and
disapperead from broken. Imo it should have stayed in the broken area."
Updated•22 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 1•22 years ago
|
||
The 'broken bookmarks' feature seems to be verifying each site in your
bookmarks. This is an innovative idea, but makes me wonder, how does one turn
this off?
I understand it seems to query one site every 2 minutes (verified using
tcpdump), however when using a slow connection such as dial up (or with high
latency dsl/cable), it causes the browser to beachball while it tries to reach
that site. This becomes an annoyance quickly.
This doesn't seem like a very good implementation for now (in my opinion) and
there should be a way to turn this off if chosen. I searched the pref's file
and the preferences menu but couldn't find anything relevant.
Comment 2•22 years ago
|
||
actually you can't turn it off. If you're online it won't ping.
| Reporter | ||
Comment 3•22 years ago
|
||
re comment #1 : what do you mean it "beachballs" ? Are you saying that it
completely freezes camino every two minutes?
Comment 4•22 years ago
|
||
yes, it freezes camino for a few seconds every 2 minutes.. i probably wouldn't
notice it normally since it only pauses when i'm using my dsl connection but
when downloading something, the latency was rather high and it just beachballed
for between 5-10 seconds and wouldn't respond. hence the request to be able to
turn it off somehow.
| Reporter | ||
Comment 5•22 years ago
|
||
Anyway, getting back to the subject of the bug (please file a separate report
for your problem Alex).
I used to have this problem but I can't reproduce it any longer with the latest
build (my own from CVS today) . Ludovic you originally reported the problem. Can
yu still reproduce it?
Comment 6•22 years ago
|
||
I can repro with 20031114. Waiting 24 hours to reproduce with a cvs build.
Simon the problem I originally reported is the following :
Add a bookmark from a webserver you have access to.
Delete the file on your server. Now accessing the page will return 404.
Goto bookmarks.
The page is in the broken folder. If I double click on that particular link the
page is loaded (because of the 404, is a page).
Goto bookmark.
The dead link is no more in broken links. It will be back two days later.
I would like the broken link to stay in broken bookmarks if When i try to load
it it return 404.
Changing sev to enh.
Severity: normal → enhancement
I can confrim the behaviour Ludo describes in Comment #6.
Updated•22 years ago
|
Target Milestone: --- → Camino0.9
The behavior described is a bug, not a request for new or improved
functionality. Changing severity from enhancement to normal. People's links
shouldn't disappear on them.
Severity: enhancement → normal
Comment 9•22 years ago
|
||
This is on the list of things to fix before bookmark auto-checking is given a
GUI pref (bug 239387).
From my brief investigation, this is non-trivial to fix since the part of the
code where bookmark updating on page-load is currently tied in, we don't seem to
have access to the full server response codes.
Comment 10•21 years ago
|
||
reassigning this bug to Haas since he knows this code pretty well
Assignee: pinkerton → haasd
Comment 11•21 years ago
|
||
bookmark checking code is getting ripped out so this bug is wontfix
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•