Closed Bug 6757 Opened 26 years ago Closed 26 years ago

crash loading xul file that's missing included stylesheet

Categories

(Core :: Networking, defect, P3)

PowerPC
Mac System 8.5
defect

Tracking

()

VERIFIED DUPLICATE of bug 2537

People

(Reporter: Brade, Assigned: gagan)

Details

Below is a xul file which evaughan sent me. It crashes in nsDocumentBindInfo::OnStopBinding(nsIURL*,unsigned int,const unsigned short*) on my Mac with this morning's build. Notice that I do not have the second stylesheet on my computer. I have the following saved as "test.xul" <?xml version="1.0"?> <?xml-stylesheet href="resource:/res/samples/xul.css" type="text/css"?> <?xml-stylesheet href="resource:/res/samples/boxes.css" type="text/css"?> <!DOCTYPE window> <window style="height: 100%; width: 100%;" xmlns:html="http://www.w3.org/TR/REC-html40" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> <box align="vertical" style="height: 100%; width: 100%"> <box align="horizontal" flex="100%" style="border: 10px inset blue; background- color: green"> </box> <box align="horizontal" flex="100%" style="border: 10px inset blue; background- color: red"> </box> </box> </window>
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
*** This bug has been marked as a duplicate of 2537 ***
Status: RESOLVED → VERIFIED
verified as dup
Changing all Networking Library/Browser bugs to Networking-Core component for Browser. Occasionally, Bugzilla will burp and cause Verified bugs to reopen when I do this in a bulk change. If this happens, I will fix. ;-)
Bulk move of all Networking-Core (to be deleted component) bugs to new Networking component.
You need to log in before you can comment on or make changes to this bug.