Closed Bug 5266 Opened 25 years ago Closed 25 years ago

crash in javascript...

Categories

(Core :: DOM: Core & HTML, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: rickg, Assigned: vidur)

References

()

Details

Here's two test cases that shows crashes in javascript under the most minimal of circumstances: //from messagemates.com... <html><body> <p>MessageMates by:<br><script language="javascript"> <!-- pl += navigator.plugins[0].name+":"; //--> </script> </body></html> <!-- here's one from vservers.com... --> <html><body> text <SCRIPT LANGUAGE="Javascript"> <!-- document.write('<SCRIPT LANGUAGE="javascript" '); document.write('SRC="http://javascripts.getstats.com/?'); document.write('JS=2&na='+escape(navigator.appName)+'&nv='+escape(navigator.appV ersion)); document.write('&ID=mike"><'); document.write('/SCRIPT>'); // --> </SCRIPT> </body></html>
I believe Patrick is implementing the navigator.plugins array - cc'ing him on this.
QA Contact: 4015 → 4616
Assignee: vidur → beard
Another one for you, Patrick. Again, the stub implementation of navigator.plugins should return null.
Target Milestone: M6
-> M6
Assignee: beard → vidur
Component: DOM Level 1 → DOM Level 0
Should be fixed now.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Status: RESOLVED → VERIFIED
I don't see crash now. Bug is verified.
You need to log in before you can comment on or make changes to this bug.