Closed
Bug 33722
Opened 25 years ago
Closed 8 years ago
Endless loop on load own .xul file
Categories
(Core :: XUL, defect, P3)
Tracking
()
RESOLVED
INVALID
People
(Reporter: han.holl, Assigned: jrgmorrison)
References
Details
Create the following file as /tmp/file.xul, and start mozilla with:
./mozilla -chrome 'file://tmp/file.xul'
An (presumably) endless loop occurs, with
WEBSHELL+ = nn
repeating with ever increasing values of nn.
<?xml version="1.0"?>
<!DOCTYPE window >
<window id="main-window" xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<html:iframe id="content-frame" src="file://tmp/file.xul" flex="100%"/>
</window>
Comment 1•25 years ago
|
||
han.holl@prismant.nl what build were you testing this with? XPApps? XUL?
Assignee: cbegle → don
Component: Browser-General → XPApps
QA Contact: asadotzler → paulmac
Oops, sorry.
Linux Build 2000032711,
mozilla-i686-pc-linux-gnu.tag.gz ( 6178334 bytes)
Platform: PentiomPro 200 and Pentium III 400.
Han
Assignee | ||
Comment 4•25 years ago
|
||
Yes, this can be done.
In the end, <html:iframe> simply depends on the implementation of <iframe> in
the layout engine -- and that is bug #32389. I'll make this bug depend on that
bug, so I can check that the XUL context is fixed when the base implementation
is fixed (pretty much automatic). Peter -- you can just assign this to me if
you want.
[On a related note, I happened to be pondering this for overlays yesterday, and
overlays can be called recursively (or in a cycle), leading to a crash. I'll
file that bug now.]
Assignee: don → trudelle
Component: XPApps → XP Toolkit/Widgets
Comment 5•25 years ago
|
||
you got it
Assignee: trudelle → jrgm
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 7•25 years ago
|
||
Yeah, this is really a duplicate of bug #8065, I just thought that I would
keep this separate so that I remember to check that there are no odd, loose
ends left for the <html:iframe> context when the <iframe> fix is finished.
If there is no way in fish-hell that this could be different then just mark
it DUPL.
Comment 8•24 years ago
|
||
This bug has not been touched for more than nine months. In most cases, that
means it has "slipped through the net". Please could the owner take a moment to
add a comment to the bug with current status, and/or close it.
Thank you :-)
Gerv
Assignee | ||
Comment 9•24 years ago
|
||
Updated•8 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•