Thu, 15 Jan 2015 21:03:48 +0100
Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)
1 <!--/*
2 Crash in error handler on invalid JavaScript
3 http://bugzilla.mozilla.org/show_bug.cgi?id=117307
4 */-->
6 <HTML><HEAD><TITLE>Bug 117307</title><SCRIPT>
8 window.onerror=f;
9 function f() {f.caller;}
11 </script></head><BODY><SCRIPT>
13 function syntaxError() {1=2;}
15 </script><SCRIPT>
17 runtimeError();
18 function runtimeError() {d.d.d;}
20 </script></body></html>