Closed
Bug 612235
Opened 15 years ago
Closed 15 years ago
"Forget about this site" makes Library a zombie.
Categories
(Firefox :: Bookmarks & History, defect)
Tracking
()
RESOLVED
FIXED
Firefox 4.0b8
| Tracking | Status | |
|---|---|---|
| blocking2.0 | --- | betaN+ |
People
(Reporter: andreea.pod, Assigned: mak)
References
Details
(Keywords: regression)
Attachments
(1 file, 1 obsolete file)
|
4.82 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:2.0b8pre) Gecko/20101114 Firefox/4.0b8pre
Build Identifier: Mozilla/5.0 (Windows NT 6.1; rv:2.0b8pre) Gecko/20101114 Firefox/4.0b8pre
I get no reaction from "Forget about this site", if triggered from Library's context menu. More, after calling this feature, the applet containing history list is blocked.
Reproducible: Always
Steps to Reproduce:
1.Open History > Show All History from the main menu.
2.Right click and chose "Forget about this site" for an entry.
Actual Results:
No entry is deleted and the Library window locks.
Expected Results:
All the related pages of that site should be deleted and you could navigate through the remained pages with no problem.
Note: tested only against win7. regression range wanted?
Comment 1•15 years ago
|
||
This is confirmed for
Mozilla/5.0 (Windows NT 6.1; rv:2.0b8pre) Gecko/20101114 Firefox/4.0b8pre
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•15 years ago
|
Whiteboard: regression?
Updated•15 years ago
|
Flags: in-litmus?
Comment 2•15 years ago
|
||
Regression window:
Works:
http://hg.mozilla.org/mozilla-central/rev/4d99a78ddae4
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b8pre) Gecko/20101111 Firefox/4.0b8pre ID:20101112131930
Fails:
http://hg.mozilla.org/mozilla-central/rev/1911a8629c39
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b8pre) Gecko/20101112 Firefox/4.0b8pre ID:20101112143830
Pushlog:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=4d99a78ddae4&tochange=1911a8629c39
Updated•15 years ago
|
| Assignee | ||
Comment 4•15 years ago
|
||
probably a blocker if the Library hangs.
| Reporter | ||
Comment 5•15 years ago
|
||
I also found that Library > Bookmarks can be blocked if chose "Forget about this site" for an item from Bookmarks Toolbar > Most Visited.
Updated•15 years ago
|
blocking2.0: ? → betaN+
| Assignee | ||
Comment 6•15 years ago
|
||
This fixes both the above issues for me, it was nested batches calls.
Before going to central I'll push to try just to check that my assertion is safely handled (it should be much better than the old bogus warning).
Attachment #490676 -
Flags: review?(dietrich)
| Assignee | ||
Updated•15 years ago
|
Summary: "Forget about this site" from Library > History doesn't work properly. → "Forget about this site" makes Library a zombie.
| Assignee | ||
Comment 7•15 years ago
|
||
fwiw, it's not really a hang, it's just that we stop handling selection events!
Keywords: hang
Comment 8•15 years ago
|
||
I believe this is in litmus (test case 11225).
Flags: in-litmus? → in-litmus+
Updated•15 years ago
|
Attachment #490676 -
Flags: review?(dietrich) → review+
| Assignee | ||
Comment 9•15 years ago
|
||
the NS_ABORT is still hitting a case in browser_library_left_pane_commands.js I'll try to debug it.
| Assignee | ||
Comment 10•15 years ago
|
||
I'm removing the abort because it is triggering in absolutely common and valid situations. Tracking all batching levels from the source would require much deeper changes that are not worth the gain (that would just be having a correct abort) now.
Attachment #490676 -
Attachment is obsolete: true
| Assignee | ||
Comment 11•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 4.0b8
| Assignee | ||
Updated•15 years ago
|
Flags: in-testsuite+
| Reporter | ||
Comment 12•15 years ago
|
||
This is still happening, build id:
Build identifier: Mozilla/5.0 (Windows NT 6.1; rv:2.0b9pre) Gecko/20110109 Firefox/4.0b9pre
| Assignee | ||
Comment 13•15 years ago
|
||
(In reply to comment #12)
> This is still happening, build id:
>
> Build identifier: Mozilla/5.0 (Windows NT 6.1; rv:2.0b9pre) Gecko/20110109
> Firefox/4.0b9pre
if that's the case that must be a new bug, so please file a new bug including steps to reproduce starting from a clean profile.
You need to log in
before you can comment on or make changes to this bug.
Description
•