Closed
Bug 307879
Opened 20 years ago
Closed 20 years ago
Nullplugin never stops loading
Categories
(Core Graveyard :: Plug-ins, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.8beta5
People
(Reporter: Biesinger, Assigned: Biesinger)
References
()
Details
(Keywords: fixed1.8, regression)
Attachments
(1 file)
3.26 KB,
patch
|
jst
:
review+
darin.moz
:
superreview+
asa
:
approval1.8b5+
|
Details | Diff | Splinter Review |
Steps to reproduce:
- Load http://biesi.damowmow.com/object/033.html
- observe that throbber doesn't stop, and that statusbar only shows ~50% done
I think that plugins code suspends the channel here and never resumes it...
bug 241592 should have fixed this, but it looks like that patch only changed
windows, not linux (nor mac, for that matter)
seamonkey linux gtk2 trunk, checkout finish: Sa Sep 10 13:12:00 CEST 2005
Assignee | ||
Comment 1•20 years ago
|
||
turns out that mac doesn't necessarily need any changes (since it just consumes
any number of bytes, so it doesn't have this bug)
with this page, I get three nullplugins on the testcase! that matches all the
other platforms and expected behaviour :-)
Attachment #195534 -
Flags: superreview?(darin)
Attachment #195534 -
Flags: review?(jst)
Assignee | ||
Updated•20 years ago
|
Comment 2•20 years ago
|
||
Comment on attachment 195534 [details] [diff] [review]
patch
r=jst
Attachment #195534 -
Flags: review?(jst) → review+
Comment 3•20 years ago
|
||
Comment on attachment 195534 [details] [diff] [review]
patch
sr=darin
Attachment #195534 -
Flags: superreview?(darin) → superreview+
Assignee | ||
Comment 4•20 years ago
|
||
Checking in modules/plugin/samples/default/unix/npshell.c;
/cvsroot/mozilla/modules/plugin/samples/default/unix/npshell.c,v <--
npshell.cnew revision: 1.19; previous revision: 1.18
done
Checking in modules/plugin/samples/unixprinting/npshell.c;
/cvsroot/mozilla/modules/plugin/samples/unixprinting/npshell.c,v <--
npshell.cnew revision: 1.3; previous revision: 1.2
done
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•20 years ago
|
||
Comment on attachment 195534 [details] [diff] [review]
patch
makes it so that pages with the nullplugin actually finish loading. this does
not affect firefox (which doesn't use the nullplugin), but it improves the
behaviour for seamonkey on linux. low risk: similar code in the windows
nullplugin has worked fine for a long time.
Attachment #195534 -
Flags: approval1.8b5?
Updated•20 years ago
|
Attachment #195534 -
Flags: approval1.8b5? → approval1.8b5+
Assignee | ||
Comment 6•20 years ago
|
||
fixed on MOZILLA_1_8_BRANCH
Checking in modules/plugin/samples/default/unix/npshell.c;
/cvsroot/mozilla/modules/plugin/samples/default/unix/npshell.c,v <-- npshell.c
new revision: 1.18.28.1; previous revision: 1.18
done
Checking in modules/plugin/samples/unixprinting/npshell.c;
/cvsroot/mozilla/modules/plugin/samples/unixprinting/npshell.c,v <-- npshell.c
new revision: 1.2.28.1; previous revision: 1.2
done
Keywords: fixed1.8
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•