Closed Bug 76735 Opened 23 years ago Closed 23 years ago

With JS enabled, page crashes on form submission

Categories

(Core :: JavaScript Engine, defect)

defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 76694

People

(Reporter: chrispetersen, Assigned: rogerl)

References

()

Details

Build: 2001041809
Platforms: All
Expected results: Form results should appear in browser window
What I got: The application crashes

Steps to reproduce:

1) Go to http://www.bigcharts.com
2) Type in symbol like AOL and click on Quick Chart button.
3) Application should crash.
If you turn off JS in the browser and follow the same steps provided, the form
submission works correctly. 
Here's the JS from the page:

<script LANGUAGE="JavaScript">
<!--

function disc() {
  discWindow = window.open("/news/reuters.asp", "reuters",
"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=250,height=200");
}

function init() {
    self.name = 'bigcharts';
}

function qchart_Submit()
{
	if (document.qchart.symb.value != document.qchart.o_symb.value)
	{
		document.qchart.sid.value = 0;
		document.qchart.o_symb.value = document.qchart.symb.value;
	}

	if(window.document.qchart.time)
	{
		var timevalue;
		timevalue =
window.document.qchart.time.options[window.document.qchart.time.selectedIndex].value;

		if (timevalue == "1")
		{
			window.document.qchart.freq.value = "9";
		}
		else
		{
			if (timevalue == "2")
			{
				window.document.qchart.freq.value = "6";
			}
			else
			{
				if (timevalue == "3" || timevalue == "18")
				{
					window.document.qchart.freq.value = "7";
				}
				else
				{
					if (timevalue == "10" || timevalue == "11" || timevalue == "12" || timevalue == "13"
|| timevalue == "20")
					{
						window.document.qchart.freq.value = "2";
					}
					else
					{
						window.document.qchart.freq.value = "1";
					}
				}
			}
		}
	}

	document.qchart.submit()
}
// -->
</script>

Stack trace from Windows 2000:


nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x00034d6c, nsIDOMEvent * * 0x00034cd8, nsIDOMEventTarget * 0x02835dd0, unsigned
int 4, nsEventStatus * 0x00034d98) line 1051 + 9 bytes
nsWindowRoot::HandleChromeEvent(nsWindowRoot * const 0x02835dd4, nsIPresContext
* 0x062a3580, nsEvent * 0x00034d6c, nsIDOMEvent * * 0x00034cd8, unsigned int 4,
nsEventStatus * 0x00034d98) line 188
GlobalWindowImpl::HandleDOMEvent(GlobalWindowImpl * const 0x02835e20,
nsIPresContext * 0x062a3580, nsEvent * 0x00034d6c, nsIDOMEvent * * 0x00034cd8,
unsigned int 4, nsEventStatus * 0x00034d98) line 569
nsXULDocument::HandleDOMEvent(nsXULDocument * const 0x0282a840, nsIPresContext *
0x062a3580, nsEvent * 0x00034d6c, nsIDOMEvent * * 0x00034cd8, unsigned int 4,
nsEventStatus * 0x00034d98) line 1931
nsXULElement::HandleDOMEvent(nsXULElement * const 0x028db820, nsIPresContext *
0x062a3580, nsEvent * 0x00034d6c, nsIDOMEvent * * 0x00034cd8, unsigned int 4,
nsEventStatus * 0x00034d98) line 3656 + 39 bytes
nsXULElement::HandleDOMEvent(nsXULElement * const 0x034ab5d0, nsIPresContext *
0x062a3580, nsEvent * 0x00034d6c, nsIDOMEvent * * 0x00034cd8, unsigned int 4,
nsEventStatus * 0x00034d98) line 3654
nsXULElement::HandleDOMEvent(nsXULElement * const 0x034aff50, nsIPresContext *
0x062a3580, nsEvent * 0x00034d6c, nsIDOMEvent * * 0x00034cd8, unsigned int 4,
nsEventStatus * 0x00034d98) line 3654
nsXULElement::HandleDOMEvent(nsXULElement * const 0x034afd40, nsIPresContext *
0x062a3580, nsEvent * 0x00034d6c, nsIDOMEvent * * 0x00034cd8, unsigned int 4,
nsEventStatus * 0x00034d98) line 3654
nsXULElement::HandleDOMEvent(nsXULElement * const 0x034afbf0, nsIPresContext *
0x062a3580, nsEvent * 0x00034d6c, nsIDOMEvent * * 0x00034cd8, unsigned int 4,
nsEventStatus * 0x00034d98) line 3654
nsXULElement::HandleChromeEvent(nsXULElement * const 0x034afc04, nsIPresContext
* 0x062a3580, nsEvent * 0x00034d6c, nsIDOMEvent * * 0x00034cd8, unsigned int 4,
nsEventStatus * 0x00034d98) line 4630 + 39 bytes
GlobalWindowImpl::HandleDOMEvent(GlobalWindowImpl * const 0x0414b240,
nsIPresContext * 0x062a3580, nsEvent * 0x00034d6c, nsIDOMEvent * * 0x00034cd8,
unsigned int 4, nsEventStatus * 0x00034d98) line 569
nsDocument::HandleDOMEvent(nsDocument * const 0x04d0be50, nsIPresContext *
0x062a3580, nsEvent * 0x00034d6c, nsIDOMEvent * * 0x00034cd8, unsigned int 4,
nsEventStatus * 0x00034d98) line 2817
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x04d401c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00034d6c, nsIDOMEvent * * 0x00034cd8,
unsigned int 4, nsEventStatus * 0x00034d98) line 1488 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0620aa40,
nsIPresContext * 0x062a3580, nsEvent * 0x00034d6c, nsIDOMEvent * * 0x00034cd8,
unsigned int 4, nsEventStatus * 0x00034d98) line 1486
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e400,
nsIPresContext * 0x062a3580, nsEvent * 0x00034d6c, nsIDOMEvent * * 0x00034cd8,
unsigned int 4, nsEventStatus * 0x00034d98) line 1486
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00034d6c, nsIDOMEvent * * 0x00034cd8,
unsigned int 1, nsEventStatus * 0x00034d98) line 1486
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00034d6c, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x00034d98) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a89e4c, long * 0x00034e9c) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x00035c1c) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x00035db4, long * 0x00035d44) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long
43748232, unsigned int 1, long * 0x00035db4, long * 0x00035d44) line 3334 + 31 bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x0414b1d0, void * 0x02ab9630,
void * 0x029b8b88, unsigned int 1, void * 0x00035db4, int * 0x00035db0, int 0)
line 940 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x07115854) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0626cc50,
nsIDOMEvent * 0x07115854, nsIDOMEventTarget * 0x0626cd24, unsigned int 1,
unsigned int 7) line 1033 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x00036564, nsIDOMEvent * * 0x000364d0, nsIDOMEventTarget * 0x0626cd24, unsigned
int 7, nsEventStatus * 0x00036590) line 1587 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00036564, nsIDOMEvent * * 0x000364d0,
unsigned int 1, nsEventStatus * 0x00036590) line 1506
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00036564, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x00036590) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a89dbc, long * 0x00036694) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x00037414) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x000375ac, long * 0x0003753c) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long
43748232, unsigned int 1, long * 0x000375ac, long * 0x0003753c) line 3334 + 31 bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x0414b1d0, void * 0x02ab9630,
void * 0x029b8b88, unsigned int 1, void * 0x000375ac, int * 0x000375a8, int 0)
line 940 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x071159b4) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0626cc50,
nsIDOMEvent * 0x071159b4, nsIDOMEventTarget * 0x0626cd24, unsigned int 1,
unsigned int 7) line 1033 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x00037d5c, nsIDOMEvent * * 0x00037cc8, nsIDOMEventTarget * 0x0626cd24, unsigned
int 7, nsEventStatus * 0x00037d88) line 1587 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00037d5c, nsIDOMEvent * * 0x00037cc8,
unsigned int 1, nsEventStatus * 0x00037d88) line 1506
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00037d5c, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x00037d88) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a89d2c, long * 0x00037e8c) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x00038c0c) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x00038da4, long * 0x00038d34) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long
43748232, unsigned int 1, long * 0x00038da4, long * 0x00038d34) line 3334 + 31 bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x0414b1d0, void * 0x02ab9630,
void * 0x029b8b88, unsigned int 1, void * 0x00038da4, int * 0x00038da0, int 0)
line 940 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x07115b14) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0626cc50,
nsIDOMEvent * 0x07115b14, nsIDOMEventTarget * 0x0626cd24, unsigned int 1,
unsigned int 7) line 1033 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x00039554, nsIDOMEvent * * 0x000394c0, nsIDOMEventTarget * 0x0626cd24, unsigned
int 7, nsEventStatus * 0x00039580) line 1587 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00039554, nsIDOMEvent * * 0x000394c0,
unsigned int 1, nsEventStatus * 0x00039580) line 1506
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00039554, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x00039580) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a89c9c, long * 0x00039684) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x0003a404) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x0003a59c, long * 0x0003a52c) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long
43748232, unsigned int 1, long * 0x0003a59c, long * 0x0003a52c) line 3334 + 31 bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x0414b1d0, void * 0x02ab9630,
void * 0x029b8b88, unsigned int 1, void * 0x0003a59c, int * 0x0003a598, int 0)
line 940 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x07110a04) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0626cc50,
nsIDOMEvent * 0x07110a04, nsIDOMEventTarget * 0x0626cd24, unsigned int 1,
unsigned int 7) line 1033 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x0003ad4c, nsIDOMEvent * * 0x0003acb8, nsIDOMEventTarget * 0x0626cd24, unsigned
int 7, nsEventStatus * 0x0003ad78) line 1587 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x0003ad4c, nsIDOMEvent * * 0x0003acb8,
unsigned int 1, nsEventStatus * 0x0003ad78) line 1506
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x0003ad4c, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x0003ad78) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a89c0c, long * 0x0003ae7c) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x0003bbfc) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x0003bd94, long * 0x0003bd24) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long
43748232, unsigned int 1, long * 0x0003bd94, long * 0x0003bd24) line 3334 + 31 bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x0414b1d0, void * 0x02ab9630,
void * 0x029b8b88, unsigned int 1, void * 0x0003bd94, int * 0x0003bd90, int 0)
line 940 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x07110b64) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0626cc50,
nsIDOMEvent * 0x07110b64, nsIDOMEventTarget * 0x0626cd24, unsigned int 1,
unsigned int 7) line 1033 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x0003c544, nsIDOMEvent * * 0x0003c4b0, nsIDOMEventTarget * 0x0626cd24, unsigned
int 7, nsEventStatus * 0x0003c570) line 1587 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x0003c544, nsIDOMEvent * * 0x0003c4b0,
unsigned int 1, nsEventStatus * 0x0003c570) line 1506
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x0003c544, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x0003c570) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a89b7c, long * 0x0003c674) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x0003d3f4) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x0003d58c, long * 0x0003d51c) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long
43748232, unsigned int 1, long * 0x0003d58c, long * 0x0003d51c) line 3334 + 31 bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x0414b1d0, void * 0x02ab9630,
void * 0x029b8b88, unsigned int 1, void * 0x0003d58c, int * 0x0003d588, int 0)
line 940 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x07110cc4) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0626cc50,
nsIDOMEvent * 0x07110cc4, nsIDOMEventTarget * 0x0626cd24, unsigned int 1,
unsigned int 7) line 1033 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x0003dd3c, nsIDOMEvent * * 0x0003dca8, nsIDOMEventTarget * 0x0626cd24, unsigned
int 7, nsEventStatus * 0x0003dd68) line 1587 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x0003dd3c, nsIDOMEvent * * 0x0003dca8,
unsigned int 1, nsEventStatus * 0x0003dd68) line 1506
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x0003dd3c, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x0003dd68) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a89aec, long * 0x0003de6c) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x0003ebec) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x0003ed84, long * 0x0003ed14) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long
43748232, unsigned int 1, long * 0x0003ed84, long * 0x0003ed14) line 3334 + 31 bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x0414b1d0, void * 0x02ab9630,
void * 0x029b8b88, unsigned int 1, void * 0x0003ed84, int * 0x0003ed80, int 0)
line 940 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x07111204) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0626cc50,
nsIDOMEvent * 0x07111204, nsIDOMEventTarget * 0x0626cd24, unsigned int 1,
unsigned int 7) line 1033 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x0003f534, nsIDOMEvent * * 0x0003f4a0, nsIDOMEventTarget * 0x0626cd24, unsigned
int 7, nsEventStatus * 0x0003f560) line 1587 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x0003f534, nsIDOMEvent * * 0x0003f4a0,
unsigned int 1, nsEventStatus * 0x0003f560) line 1506
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x0003f534, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x0003f560) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a89a5c, long * 0x0003f664) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x000403e4) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x0004057c, long * 0x0004050c) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long
43748232, unsigned int 1, long * 0x0004057c, long * 0x0004050c) line 3334 + 31 bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x0414b1d0, void * 0x02ab9630,
void * 0x029b8b88, unsigned int 1, void * 0x0004057c, int * 0x00040578, int 0)
line 940 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x07111364) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0626cc50,
nsIDOMEvent * 0x07111364, nsIDOMEventTarget * 0x0626cd24, unsigned int 1,
unsigned int 7) line 1033 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x00040d2c, nsIDOMEvent * * 0x00040c98, nsIDOMEventTarget * 0x0626cd24, unsigned
int 7, nsEventStatus * 0x00040d58) line 1587 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00040d2c, nsIDOMEvent * * 0x00040c98,
unsigned int 1, nsEventStatus * 0x00040d58) line 1506
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00040d2c, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x00040d58) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a899cc, long * 0x00040e5c) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x00041bdc) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x00041d74, long * 0x00041d04) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long
43748232, unsigned int 1, long * 0x00041d74, long * 0x00041d04) line 3334 + 31 bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x0414b1d0, void * 0x02ab9630,
void * 0x029b8b88, unsigned int 1, void * 0x00041d74, int * 0x00041d70, int 0)
line 940 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x071114c4) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0626cc50,
nsIDOMEvent * 0x071114c4, nsIDOMEventTarget * 0x0626cd24, unsigned int 1,
unsigned int 7) line 1033 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x00042524, nsIDOMEvent * * 0x00042490, nsIDOMEventTarget * 0x0626cd24, unsigned
int 7, nsEventStatus * 0x00042550) line 1587 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00042524, nsIDOMEvent * * 0x00042490,
unsigned int 1, nsEventStatus * 0x00042550) line 1506
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00042524, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x00042550) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a8993c, long * 0x00042654) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x000433d4) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x0004356c, long * 0x000434fc) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long
43748232, unsigned int 1, long * 0x0004356c, long * 0x000434fc) line 3334 + 31 bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x0414b1d0, void * 0x02ab9630,
void * 0x029b8b88, unsigned int 1, void * 0x0004356c, int * 0x00043568, int 0)
line 940 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x07114424) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0626cc50,
nsIDOMEvent * 0x07114424, nsIDOMEventTarget * 0x0626cd24, unsigned int 1,
unsigned int 7) line 1033 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x00043d1c, nsIDOMEvent * * 0x00043c88, nsIDOMEventTarget * 0x0626cd24, unsigned
int 7, nsEventStatus * 0x00043d48) line 1587 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00043d1c, nsIDOMEvent * * 0x00043c88,
unsigned int 1, nsEventStatus * 0x00043d48) line 1506
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00043d1c, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x00043d48) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a898ac, long * 0x00043e4c) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x00044bcc) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x00044d64, long * 0x00044cf4) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long
43748232, unsigned int 1, long * 0x00044d64, long * 0x00044cf4) line 3334 + 31 bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x0414b1d0, void * 0x02ab9630,
void * 0x029b8b88, unsigned int 1, void * 0x00044d64, int * 0x00044d60, int 0)
line 940 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x07114584) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0626cc50,
nsIDOMEvent * 0x07114584, nsIDOMEventTarget * 0x0626cd24, unsigned int 1,
unsigned int 7) line 1033 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x00045514, nsIDOMEvent * * 0x00045480, nsIDOMEventTarget * 0x0626cd24, unsigned
int 7, nsEventStatus * 0x00045540) line 1587 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00045514, nsIDOMEvent * * 0x00045480,
unsigned int 1, nsEventStatus * 0x00045540) line 1506
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00045514, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x00045540) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a8981c, long * 0x00045644) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x000463c4) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x0004655c, long * 0x000464ec) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long
43748232, unsigned int 1, long * 0x0004655c, long * 0x000464ec) line 3334 + 31 bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x0414b1d0, void * 0x02ab9630,
void * 0x029b8b88, unsigned int 1, void * 0x0004655c, int * 0x00046558, int 0)
line 940 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x071146a4) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0626cc50,
nsIDOMEvent * 0x071146a4, nsIDOMEventTarget * 0x0626cd24, unsigned int 1,
unsigned int 7) line 1033 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x00046d0c, nsIDOMEvent * * 0x00046c78, nsIDOMEventTarget * 0x0626cd24, unsigned
int 7, nsEventStatus * 0x00046d38) line 1587 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00046d0c, nsIDOMEvent * * 0x00046c78,
unsigned int 1, nsEventStatus * 0x00046d38) line 1506
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00046d0c, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x00046d38) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a8978c, long * 0x00046e3c) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x00047bbc) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x00047d54, long * 0x00047ce4) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long
43748232, unsigned int 1, long * 0x00047d54, long * 0x00047ce4) line 3334 + 31 bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x0414b1d0, void * 0x02ab9630,
void * 0x029b8b88, unsigned int 1, void * 0x00047d54, int * 0x00047d50, int 0)
line 940 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x071106e4) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0626cc50,
nsIDOMEvent * 0x071106e4, nsIDOMEventTarget * 0x0626cd24, unsigned int 1,
unsigned int 7) line 1033 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x00048504, nsIDOMEvent * * 0x00048470, nsIDOMEventTarget * 0x0626cd24, unsigned
int 7, nsEventStatus * 0x00048530) line 1587 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00048504, nsIDOMEvent * * 0x00048470,
unsigned int 1, nsEventStatus * 0x00048530) line 1506
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00048504, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x00048530) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a896fc, long * 0x00048634) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x000493b4) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x0004954c, long * 0x000494dc) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long
43748232, unsigned int 1, long * 0x0004954c, long * 0x000494dc) line 3334 + 31 bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x0414b1d0, void * 0x02ab9630,
void * 0x029b8b88, unsigned int 1, void * 0x0004954c, int * 0x00049548, int 0)
line 940 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x07110844) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0626cc50,
nsIDOMEvent * 0x07110844, nsIDOMEventTarget * 0x0626cd24, unsigned int 1,
unsigned int 7) line 1033 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x00049cfc, nsIDOMEvent * * 0x00049c68, nsIDOMEventTarget * 0x0626cd24, unsigned
int 7, nsEventStatus * 0x00049d28) line 1587 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00049cfc, nsIDOMEvent * * 0x00049c68,
unsigned int 1, nsEventStatus * 0x00049d28) line 1506
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00049cfc, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x00049d28) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a8966c, long * 0x00049e2c) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x0004abac) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x0004ad44, long * 0x0004acd4) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long
43748232, unsigned int 1, long * 0x0004ad44, long * 0x0004acd4) line 3334 + 31 bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x0414b1d0, void * 0x02ab9630,
void * 0x029b8b88, unsigned int 1, void * 0x0004ad44, int * 0x0004ad40, int 0)
line 940 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x07117c94) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0626cc50,
nsIDOMEvent * 0x07117c94, nsIDOMEventTarget * 0x0626cd24, unsigned int 1,
unsigned int 7) line 1033 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x0004b4f4, nsIDOMEvent * * 0x0004b460, nsIDOMEventTarget * 0x0626cd24, unsigned
int 7, nsEventStatus * 0x0004b520) line 1587 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x0004b4f4, nsIDOMEvent * * 0x0004b460,
unsigned int 1, nsEventStatus * 0x0004b520) line 1506
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x0004b4f4, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x0004b520) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a895dc, long * 0x0004b624) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x0004c3a4) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x0004c53c, long * 0x0004c4cc) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long
43748232, unsigned int 1, long * 0x0004c53c, long * 0x0004c4cc) line 3334 + 31 bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x0414b1d0, void * 0x02ab9630,
void * 0x029b8b88, unsigned int 1, void * 0x0004c53c, int * 0x0004c538, int 0)
line 940 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x07117df4) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0626cc50,
nsIDOMEvent * 0x07117df4, nsIDOMEventTarget * 0x0626cd24, unsigned int 1,
unsigned int 7) line 1033 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x0004ccec, nsIDOMEvent * * 0x0004cc58, nsIDOMEventTarget * 0x0626cd24, unsigned
int 7, nsEventStatus * 0x0004cd18) line 1587 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x0004ccec, nsIDOMEvent * * 0x0004cc58,
unsigned int 1, nsEventStatus * 0x0004cd18) line 1506
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x0004ccec, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x0004cd18) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a8954c, long * 0x0004ce1c) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x0004db9c) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x0004dd34, long * 0x0004dcc4) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long
43748232, unsigned int 1, long * 0x0004dd34, long * 0x0004dcc4) line 3334 + 31 bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x0414b1d0, void * 0x02ab9630,
void * 0x029b8b88, unsigned int 1, void * 0x0004dd34, int * 0x0004dd30, int 0)
line 940 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x07117f54) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0626cc50,
nsIDOMEvent * 0x07117f54, nsIDOMEventTarget * 0x0626cd24, unsigned int 1,
unsigned int 7) line 1033 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x0004e4e4, nsIDOMEvent * * 0x0004e450, nsIDOMEventTarget * 0x0626cd24, unsigned
int 7, nsEventStatus * 0x0004e510) line 1587 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x0004e4e4, nsIDOMEvent * * 0x0004e450,
unsigned int 1, nsEventStatus * 0x0004e510) line 1506
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x0004e4e4, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x0004e510) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a894bc, long * 0x0004e614) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x0004f394) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x0004f52c, long * 0x0004f4bc) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long
43748232, unsigned int 1, long * 0x0004f52c, long * 0x0004f4bc) line 3334 + 31 bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x0414b1d0, void * 0x02ab9630,
void * 0x029b8b88, unsigned int 1, void * 0x0004f52c, int * 0x0004f528, int 0)
line 940 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x07114914) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0626cc50,
nsIDOMEvent * 0x07114914, nsIDOMEventTarget * 0x0626cd24, unsigned int 1,
unsigned int 7) line 1033 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x0004fcdc, nsIDOMEvent * * 0x0004fc48, nsIDOMEventTarget * 0x0626cd24, unsigned
int 7, nsEventStatus * 0x0004fd08) line 1587 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x0004fcdc, nsIDOMEvent * * 0x0004fc48,
unsigned int 1, nsEventStatus * 0x0004fd08) line 1506
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x0004fcdc, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x0004fd08) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a8942c, long * 0x0004fe0c) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x00050b8c) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x00050d24, long * 0x00050cb4) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long
43748232, unsigned int 1, long * 0x00050d24, long * 0x00050cb4) line 3334 + 31 bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x0414b1d0, void * 0x02ab9630,
void * 0x029b8b88, unsigned int 1, void * 0x00050d24, int * 0x00050d20, int 0)
line 940 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x07114a74) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0626cc50,
nsIDOMEvent * 0x07114a74, nsIDOMEventTarget * 0x0626cd24, unsigned int 1,
unsigned int 7) line 1033 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x000514d4, nsIDOMEvent * * 0x00051440, nsIDOMEventTarget * 0x0626cd24, unsigned
int 7, nsEventStatus * 0x00051500) line 1587 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x000514d4, nsIDOMEvent * * 0x00051440,
unsigned int 1, nsEventStatus * 0x00051500) line 1506
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x000514d4, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x00051500) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a8939c, long * 0x00051604) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x00052384) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x0005251c, long * 0x000524ac) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long
43748232, unsigned int 1, long * 0x0005251c, long * 0x000524ac) line 3334 + 31 bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x0414b1d0, void * 0x02ab9630,
void * 0x029b8b88, unsigned int 1, void * 0x0005251c, int * 0x00052518, int 0)
line 940 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x07114b84) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0626cc50,
nsIDOMEvent * 0x07114b84, nsIDOMEventTarget * 0x0626cd24, unsigned int 1,
unsigned int 7) line 1033 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x00052ccc, nsIDOMEvent * * 0x00052c38, nsIDOMEventTarget * 0x0626cd24, unsigned
int 7, nsEventStatus * 0x00052cf8) line 1587 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00052ccc, nsIDOMEvent * * 0x00052c38,
unsigned int 1, nsEventStatus * 0x00052cf8) line 1506
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00052ccc, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x00052cf8) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a8930c, long * 0x00052dfc) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x00053b7c) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x00053d14, long * 0x00053ca4) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long
43748232, unsigned int 1, long * 0x00053d14, long * 0x00053ca4) line 3334 + 31 bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x0414b1d0, void * 0x02ab9630,
void * 0x029b8b88, unsigned int 1, void * 0x00053d14, int * 0x00053d10, int 0)
line 940 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x07111c44) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0626cc50,
nsIDOMEvent * 0x07111c44, nsIDOMEventTarget * 0x0626cd24, unsigned int 1,
unsigned int 7) line 1033 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x000544c4, nsIDOMEvent * * 0x00054430, nsIDOMEventTarget * 0x0626cd24, unsigned
int 7, nsEventStatus * 0x000544f0) line 1587 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x000544c4, nsIDOMEvent * * 0x00054430,
unsigned int 1, nsEventStatus * 0x000544f0) line 1506
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x000544c4, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x000544f0) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a8927c, long * 0x000545f4) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x00055374) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x0005550c, long * 0x0005549c) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long
43748232, unsigned int 1, long * 0x0005550c, long * 0x0005549c) line 3334 + 31 bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x0414b1d0, void * 0x02ab9630,
void * 0x029b8b88, unsigned int 1, void * 0x0005550c, int * 0x00055508, int 0)
line 940 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x07111da4) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0626cc50,
nsIDOMEvent * 0x07111da4, nsIDOMEventTarget * 0x0626cd24, unsigned int 1,
unsigned int 7) line 1033 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x00055cbc, nsIDOMEvent * * 0x00055c28, nsIDOMEventTarget * 0x0626cd24, unsigned
int 7, nsEventStatus * 0x00055ce8) line 1587 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00055cbc, nsIDOMEvent * * 0x00055c28,
unsigned int 1, nsEventStatus * 0x00055ce8) line 1506
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00055cbc, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x00055ce8) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a891ec, long * 0x00055dec) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x00056b6c) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x00056d04, long * 0x00056c94) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long
43748232, unsigned int 1, long * 0x00056d04, long * 0x00056c94) line 3334 + 31 bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x0414b1d0, void * 0x02ab9630,
void * 0x029b8b88, unsigned int 1, void * 0x00056d04, int * 0x00056d00, int 0)
line 940 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x07115d14) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0626cc50,
nsIDOMEvent * 0x07115d14, nsIDOMEventTarget * 0x0626cd24, unsigned int 1,
unsigned int 7) line 1033 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x000574b4, nsIDOMEvent * * 0x00057420, nsIDOMEventTarget * 0x0626cd24, unsigned
int 7, nsEventStatus * 0x000574e0) line 1587 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x000574b4, nsIDOMEvent * * 0x00057420,
unsigned int 1, nsEventStatus * 0x000574e0) line 1506
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x000574b4, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x000574e0) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a8915c, long * 0x000575e4) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x00058364) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x000584fc, long * 0x0005848c) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long
43748232, unsigned int 1, long * 0x000584fc, long * 0x0005848c) line 3334 + 31 bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x0414b1d0, void * 0x02ab9630,
void * 0x029b8b88, unsigned int 1, void * 0x000584fc, int * 0x000584f8, int 0)
line 940 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x07115e74) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0626cc50,
nsIDOMEvent * 0x07115e74, nsIDOMEventTarget * 0x0626cd24, unsigned int 1,
unsigned int 7) line 1033 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x00058cac, nsIDOMEvent * * 0x00058c18, nsIDOMEventTarget * 0x0626cd24, unsigned
int 7, nsEventStatus * 0x00058cd8) line 1587 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00058cac, nsIDOMEvent * * 0x00058c18,
unsigned int 1, nsEventStatus * 0x00058cd8) line 1506
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00058cac, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x00058cd8) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a890cc, long * 0x00058ddc) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x00059b5c) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x00059cf4, long * 0x00059c84) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long
43748232, unsigned int 1, long * 0x00059cf4, long * 0x00059c84) line 3334 + 31 bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x0414b1d0, void * 0x02ab9630,
void * 0x029b8b88, unsigned int 1, void * 0x00059cf4, int * 0x00059cf0, int 0)
line 940 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x07115f94) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0626cc50,
nsIDOMEvent * 0x07115f94, nsIDOMEventTarget * 0x0626cd24, unsigned int 1,
unsigned int 7) line 1033 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x0005a4a4, nsIDOMEvent * * 0x0005a410, nsIDOMEventTarget * 0x0626cd24, unsigned
int 7, nsEventStatus * 0x0005a4d0) line 1587 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x0005a4a4, nsIDOMEvent * * 0x0005a410,
unsigned int 1, nsEventStatus * 0x0005a4d0) line 1506
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x0005a4a4, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x0005a4d0) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a8903c, long * 0x0005a5d4) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x0005b354) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x0005b4ec, long * 0x0005b47c) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long
43748232, unsigned int 1, long * 0x0005b4ec, long * 0x0005b47c) line 3334 + 31 bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x0414b1d0, void * 0x02ab9630,
void * 0x029b8b88, unsigned int 1, void * 0x0005b4ec, int * 0x0005b4e8, int 0)
line 940 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x07116df4) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0626cc50,
nsIDOMEvent * 0x07116df4, nsIDOMEventTarget * 0x0626cd24, unsigned int 1,
unsigned int 7) line 1033 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x0005bc9c, nsIDOMEvent * * 0x0005bc08, nsIDOMEventTarget * 0x0626cd24, unsigned
int 7, nsEventStatus * 0x0005bcc8) line 1587 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x0005bc9c, nsIDOMEvent * * 0x0005bc08,
unsigned int 1, nsEventStatus * 0x0005bcc8) line 1506
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x0005bc9c, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x0005bcc8) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a88fac, long * 0x0005bdcc) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x0005cb4c) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x0005cce4, long * 0x0005cc74) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long
43748232, unsigned int 1, long * 0x0005cce4, long * 0x0005cc74) line 3334 + 31 bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x0414b1d0, void * 0x02ab9630,
void * 0x029b8b88, unsigned int 1, void * 0x0005cce4, int * 0x0005cce0, int 0)
line 940 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x07116f54) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0626cc50,
nsIDOMEvent * 0x07116f54, nsIDOMEventTarget * 0x0626cd24, unsigned int 1,
unsigned int 7) line 1033 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x0005d494, nsIDOMEvent * * 0x0005d400, nsIDOMEventTarget * 0x0626cd24, unsigned
int 7, nsEventStatus * 0x0005d4c0) line 1587 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x0005d494, nsIDOMEvent * * 0x0005d400,
unsigned int 1, nsEventStatus * 0x0005d4c0) line 1506
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x0005d494, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x0005d4c0) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a88f1c, long * 0x0005d5c4) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x0005e344) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x0005e4dc, long * 0x0005e46c) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long
43748232, unsigned int 1, long * 0x0005e4dc, long * 0x0005e46c) line 3334 + 31 bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x0414b1d0, void * 0x02ab9630,
void * 0x029b8b88, unsigned int 1, void * 0x0005e4dc, int * 0x0005e4d8, int 0)
line 940 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x07111694) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0626cc50,
nsIDOMEvent * 0x07111694, nsIDOMEventTarget * 0x0626cd24, unsigned int 1,
unsigned int 7) line 1033 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x0005ec8c, nsIDOMEvent * * 0x0005ebf8, nsIDOMEventTarget * 0x0626cd24, unsigned
int 7, nsEventStatus * 0x0005ecb8) line 1587 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x0005ec8c, nsIDOMEvent * * 0x0005ebf8,
unsigned int 1, nsEventStatus * 0x0005ecb8) line 1506
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x0005ec8c, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x0005ecb8) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a88e8c, long * 0x0005edbc) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x0005fb3c) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x0005fcd4, long * 0x0005fc64) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long
43748232, unsigned int 1, long * 0x0005fcd4, long * 0x0005fc64) line 3334 + 31 bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x0414b1d0, void * 0x02ab9630,
void * 0x029b8b88, unsigned int 1, void * 0x0005fcd4, int * 0x0005fcd0, int 0)
line 940 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x071117f4) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0626cc50,
nsIDOMEvent * 0x071117f4, nsIDOMEventTarget * 0x0626cd24, unsigned int 1,
unsigned int 7) line 1033 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x00060484, nsIDOMEvent * * 0x000603f0, nsIDOMEventTarget * 0x0626cd24, unsigned
int 7, nsEventStatus * 0x000604b0) line 1587 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00060484, nsIDOMEvent * * 0x000603f0,
unsigned int 1, nsEventStatus * 0x000604b0) line 1506
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00060484, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x000604b0) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a88dfc, long * 0x000605b4) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x00061334) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x000614cc, long * 0x0006145c) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long
43748232, unsigned int 1, long * 0x000614cc, long * 0x0006145c) line 3334 + 31 bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x0414b1d0, void * 0x02ab9630,
void * 0x029b8b88, unsigned int 1, void * 0x000614cc, int * 0x000614c8, int 0)
line 940 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x07110e84) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0626cc50,
nsIDOMEvent * 0x07110e84, nsIDOMEventTarget * 0x0626cd24, unsigned int 1,
unsigned int 7) line 1033 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x00061c7c, nsIDOMEvent * * 0x00061be8, nsIDOMEventTarget * 0x0626cd24, unsigned
int 7, nsEventStatus * 0x00061ca8) line 1587 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00061c7c, nsIDOMEvent * * 0x00061be8,
unsigned int 1, nsEventStatus * 0x00061ca8) line 1506
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00061c7c, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x00061ca8) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a88d6c, long * 0x00061dac) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x00062b2c) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x00062cc4, long * 0x00062c54) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long
43748232, unsigned int 1, long * 0x00062cc4, long * 0x00062c54) line 3334 + 31 bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x0414b1d0, void * 0x02ab9630,
void * 0x029b8b88, unsigned int 1, void * 0x00062cc4, int * 0x00062cc0, int 0)
line 940 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x07110f94) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0626cc50,
nsIDOMEvent * 0x07110f94, nsIDOMEventTarget * 0x0626cd24, unsigned int 1,
unsigned int 7) line 1033 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x00063474, nsIDOMEvent * * 0x000633e0, nsIDOMEventTarget * 0x0626cd24, unsigned
int 7, nsEventStatus * 0x000634a0) line 1587 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00063474, nsIDOMEvent * * 0x000633e0,
unsigned int 1, nsEventStatus * 0x000634a0) line 1506
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00063474, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x000634a0) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a88cdc, long * 0x000635a4) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x00064324) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x000644bc, long * 0x0006444c) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long
43748232, unsigned int 1, long * 0x000644bc, long * 0x0006444c) line 3334 + 31 bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x0414b1d0, void * 0x02ab9630,
void * 0x029b8b88, unsigned int 1, void * 0x000644bc, int * 0x000644b8, int 0)
line 940 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x07116164) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0626cc50,
nsIDOMEvent * 0x07116164, nsIDOMEventTarget * 0x0626cd24, unsigned int 1,
unsigned int 7) line 1033 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x00064c6c, nsIDOMEvent * * 0x00064bd8, nsIDOMEventTarget * 0x0626cd24, unsigned
int 7, nsEventStatus * 0x00064c98) line 1587 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00064c6c, nsIDOMEvent * * 0x00064bd8,
unsigned int 1, nsEventStatus * 0x00064c98) line 1506
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00064c6c, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x00064c98) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a88c4c, long * 0x00064d9c) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x00065b1c) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x00065cb4, long * 0x00065c44) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long
43748232, unsigned int 1, long * 0x00065cb4, long * 0x00065c44) line 3334 + 31 bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x0414b1d0, void * 0x02ab9630,
void * 0x029b8b88, unsigned int 1, void * 0x00065cb4, int * 0x00065cb0, int 0)
line 940 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x071140d4) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0626cc50,
nsIDOMEvent * 0x071140d4, nsIDOMEventTarget * 0x0626cd24, unsigned int 1,
unsigned int 7) line 1033 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x00066464, nsIDOMEvent * * 0x000663d0, nsIDOMEventTarget * 0x0626cd24, unsigned
int 7, nsEventStatus * 0x00066490) line 1587 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00066464, nsIDOMEvent * * 0x000663d0,
unsigned int 1, nsEventStatus * 0x00066490) line 1506
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00066464, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x00066490) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a88bbc, long * 0x00066594) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x00067314) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x000674ac, long * 0x0006743c) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long
43748232, unsigned int 1, long * 0x000674ac, long * 0x0006743c) line 3334 + 31 bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x0414b1d0, void * 0x02ab9630,
void * 0x029b8b88, unsigned int 1, void * 0x000674ac, int * 0x000674a8, int 0)
line 940 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x07112084) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0626cc50,
nsIDOMEvent * 0x07112084, nsIDOMEventTarget * 0x0626cd24, unsigned int 1,
unsigned int 7) line 1033 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x00067c5c, nsIDOMEvent * * 0x00067bc8, nsIDOMEventTarget * 0x0626cd24, unsigned
int 7, nsEventStatus * 0x00067c88) line 1587 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00067c5c, nsIDOMEvent * * 0x00067bc8,
unsigned int 1, nsEventStatus * 0x00067c88) line 1506
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00067c5c, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x00067c88) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a88b2c, long * 0x00067d8c) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x00068b0c) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x00068ca4, long * 0x00068c34) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long
43748232, unsigned int 1, long * 0x00068ca4, long * 0x00068c34) line 3334 + 31 bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x0414b1d0, void * 0x02ab9630,
void * 0x029b8b88, unsigned int 1, void * 0x00068ca4, int * 0x00068ca0, int 0)
line 940 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x07112194) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0626cc50,
nsIDOMEvent * 0x07112194, nsIDOMEventTarget * 0x0626cd24, unsigned int 1,
unsigned int 7) line 1033 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x00069454, nsIDOMEvent * * 0x000693c0, nsIDOMEventTarget * 0x0626cd24, unsigned
int 7, nsEventStatus * 0x00069480) line 1587 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00069454, nsIDOMEvent * * 0x000693c0,
unsigned int 1, nsEventStatus * 0x00069480) line 1506
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00069454, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x00069480) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a88a9c, long * 0x00069584) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x0006a304) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x0006a49c, long * 0x0006a42c) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long
43748232, unsigned int 1, long * 0x0006a49c, long * 0x0006a42c) line 3334 + 31 bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x0414b1d0, void * 0x02ab9630,
void * 0x029b8b88, unsigned int 1, void * 0x0006a49c, int * 0x0006a498, int 0)
line 940 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x07111a44) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0626cc50,
nsIDOMEvent * 0x07111a44, nsIDOMEventTarget * 0x0626cd24, unsigned int 1,
unsigned int 7) line 1033 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x0006ac4c, nsIDOMEvent * * 0x0006abb8, nsIDOMEventTarget * 0x0626cd24, unsigned
int 7, nsEventStatus * 0x0006ac78) line 1587 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x0006ac4c, nsIDOMEvent * * 0x0006abb8,
unsigned int 1, nsEventStatus * 0x0006ac78) line 1506
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x0006ac4c, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x0006ac78) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a88a0c, long * 0x0006ad7c) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x0006bafc) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x0006bc94, long * 0x0006bc24) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long
43748232, unsigned int 1, long * 0x0006bc94, long * 0x0006bc24) line 3334 + 31 bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x0414b1d0, void * 0x02ab9630,
void * 0x029b8b88, unsigned int 1, void * 0x0006bc94, int * 0x0006bc90, int 0)
line 940 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x071132e4) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0626cc50,
nsIDOMEvent * 0x071132e4, nsIDOMEventTarget * 0x0626cd24, unsigned int 1,
unsigned int 7) line 1033 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x0006c444, nsIDOMEvent * * 0x0006c3b0, nsIDOMEventTarget * 0x0626cd24, unsigned
int 7, nsEventStatus * 0x0006c470) line 1587 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x0006c444, nsIDOMEvent * * 0x0006c3b0,
unsigned int 1, nsEventStatus * 0x0006c470) line 1506
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x0006c444, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x0006c470) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a8897c, long * 0x0006c574) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x0006d2f4) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x0006d48c, long * 0x0006d41c) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long
43748232, unsigned int 1, long * 0x0006d48c, long * 0x0006d41c) line 3334 + 31 bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x0414b1d0, void * 0x02ab9630,
void * 0x029b8b88, unsigned int 1, void * 0x0006d48c, int * 0x0006d488, int 0)
line 940 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x07114d54) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0626cc50,
nsIDOMEvent * 0x07114d54, nsIDOMEventTarget * 0x0626cd24, unsigned int 1,
unsigned int 7) line 1033 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x0006dc3c, nsIDOMEvent * * 0x0006dba8, nsIDOMEventTarget * 0x0626cd24, unsigned
int 7, nsEventStatus * 0x0006dc68) line 1587 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x0006dc3c, nsIDOMEvent * * 0x0006dba8,
unsigned int 1, nsEventStatus * 0x0006dc68) line 1506
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x0006dc3c, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x0006dc68) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a888ec, long * 0x0006dd6c) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x0006eaec) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x0006ec84, long * 0x0006ec14) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long
43748232, unsigned int 1, long * 0x0006ec84, long * 0x0006ec14) line 3334 + 31 bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x0414b1d0, void * 0x02ab9630,
void * 0x029b8b88, unsigned int 1, void * 0x0006ec84, int * 0x0006ec80, int 0)
line 940 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x07116c14) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0626cc50,
nsIDOMEvent * 0x07116c14, nsIDOMEventTarget * 0x0626cd24, unsigned int 1,
unsigned int 7) line 1033 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x0006f434, nsIDOMEvent * * 0x0006f3a0, nsIDOMEventTarget * 0x0626cd24, unsigned
int 7, nsEventStatus * 0x0006f460) line 1587 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x0006f434, nsIDOMEvent * * 0x0006f3a0,
unsigned int 1, nsEventStatus * 0x0006f460) line 1506
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x0006f434, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x0006f460) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a8885c, long * 0x0006f564) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x000702e4) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x0007047c, long * 0x0007040c) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long
43748232, unsigned int 1, long * 0x0007047c, long * 0x0007040c) line 3334 + 31 bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x0414b1d0, void * 0x02ab9630,
void * 0x029b8b88, unsigned int 1, void * 0x0007047c, int * 0x00070478, int 0)
line 940 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x07113f54) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0626cc50,
nsIDOMEvent * 0x07113f54, nsIDOMEventTarget * 0x0626cd24, unsigned int 1,
unsigned int 7) line 1033 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x00070c2c, nsIDOMEvent * * 0x00070b98, nsIDOMEventTarget * 0x0626cd24, unsigned
int 7, nsEventStatus * 0x00070c58) line 1587 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00070c2c, nsIDOMEvent * * 0x00070b98,
unsigned int 1, nsEventStatus * 0x00070c58) line 1506
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00070c2c, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x00070c58) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a887cc, long * 0x00070d5c) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x00071adc) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x00071c74, long * 0x00071c04) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long
43748232, unsigned int 1, long * 0x00071c74, long * 0x00071c04) line 3334 + 31 bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x0414b1d0, void * 0x02ab9630,
void * 0x029b8b88, unsigned int 1, void * 0x00071c74, int * 0x00071c70, int 0)
line 940 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x07117894) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0626cc50,
nsIDOMEvent * 0x07117894, nsIDOMEventTarget * 0x0626cd24, unsigned int 1,
unsigned int 7) line 1033 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x00072424, nsIDOMEvent * * 0x00072390, nsIDOMEventTarget * 0x0626cd24, unsigned
int 7, nsEventStatus * 0x00072450) line 1587 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00072424, nsIDOMEvent * * 0x00072390,
unsigned int 1, nsEventStatus * 0x00072450) line 1506
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00072424, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x00072450) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a8873c, long * 0x00072554) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x000732d4) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x0007346c, long * 0x000733fc) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long
43748232, unsigned int 1, long * 0x0007346c, long * 0x000733fc) line 3334 + 31 bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x0414b1d0, void * 0x02ab9630,
void * 0x029b8b88, unsigned int 1, void * 0x0007346c, int * 0x00073468, int 0)
line 940 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x07113064) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0626cc50,
nsIDOMEvent * 0x07113064, nsIDOMEventTarget * 0x0626cd24, unsigned int 1,
unsigned int 7) line 1033 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x00073c1c, nsIDOMEvent * * 0x00073b88, nsIDOMEventTarget * 0x0626cd24, unsigned
int 7, nsEventStatus * 0x00073c48) line 1587 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00073c1c, nsIDOMEvent * * 0x00073b88,
unsigned int 1, nsEventStatus * 0x00073c48) line 1506
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00073c1c, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x00073c48) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a886ac, long * 0x00073d4c) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x00074acc) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x00074c64, long * 0x00074bf4) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long
43748232, unsigned int 1, long * 0x00074c64, long * 0x00074bf4) line 3334 + 31 bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x0414b1d0, void * 0x02ab9630,
void * 0x029b8b88, unsigned int 1, void * 0x00074c64, int * 0x00074c60, int 0)
line 940 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x07114294) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0626cc50,
nsIDOMEvent * 0x07114294, nsIDOMEventTarget * 0x0626cd24, unsigned int 1,
unsigned int 7) line 1033 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x00075414, nsIDOMEvent * * 0x00075380, nsIDOMEventTarget * 0x0626cd24, unsigned
int 7, nsEventStatus * 0x00075440) line 1587 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00075414, nsIDOMEvent * * 0x00075380,
unsigned int 1, nsEventStatus * 0x00075440) line 1506
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00075414, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x00075440) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a8861c, long * 0x00075544) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x000762c4) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x0007645c, long * 0x000763ec) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long
43748232, unsigned int 1, long * 0x0007645c, long * 0x000763ec) line 3334 + 31 bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x0414b1d0, void * 0x02ab9630,
void * 0x029b8b88, unsigned int 1, void * 0x0007645c, int * 0x00076458, int 0)
line 940 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x071133b4) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0626cc50,
nsIDOMEvent * 0x071133b4, nsIDOMEventTarget * 0x0626cd24, unsigned int 1,
unsigned int 7) line 1033 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x00076c0c, nsIDOMEvent * * 0x00076b78, nsIDOMEventTarget * 0x0626cd24, unsigned
int 7, nsEventStatus * 0x00076c38) line 1587 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00076c0c, nsIDOMEvent * * 0x00076b78,
unsigned int 1, nsEventStatus * 0x00076c38) line 1506
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00076c0c, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x00076c38) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a8858c, long * 0x00076d3c) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x00077abc) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x00077c54, long * 0x00077be4) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long
43748232, unsigned int 1, long * 0x00077c54, long * 0x00077be4) line 3334 + 31 bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x0414b1d0, void * 0x02ab9630,
void * 0x029b8b88, unsigned int 1, void * 0x00077c54, int * 0x00077c50, int 0)
line 940 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x07113134) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0626cc50,
nsIDOMEvent * 0x07113134, nsIDOMEventTarget * 0x0626cd24, unsigned int 1,
unsigned int 7) line 1033 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x00078404, nsIDOMEvent * * 0x00078370, nsIDOMEventTarget * 0x0626cd24, unsigned
int 7, nsEventStatus * 0x00078430) line 1587 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00078404, nsIDOMEvent * * 0x00078370,
unsigned int 1, nsEventStatus * 0x00078430) line 1506
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00078404, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x00078430) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a884fc, long * 0x00078534) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x000792b4) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x0007944c, long * 0x000793dc) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long
43748232, unsigned int 1, long * 0x0007944c, long * 0x000793dc) line 3334 + 31 bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x0414b1d0, void * 0x02ab9630,
void * 0x029b8b88, unsigned int 1, void * 0x0007944c, int * 0x00079448, int 0)
line 940 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x071033f4) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0626cc50,
nsIDOMEvent * 0x071033f4, nsIDOMEventTarget * 0x0626cd24, unsigned int 1,
unsigned int 7) line 1033 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x00079bfc, nsIDOMEvent * * 0x00079b68, nsIDOMEventTarget * 0x0626cd24, unsigned
int 7, nsEventStatus * 0x00079c28) line 1587 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00079bfc, nsIDOMEvent * * 0x00079b68,
unsigned int 1, nsEventStatus * 0x00079c28) line 1506
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x00079bfc, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x00079c28) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a8846c, long * 0x00079d2c) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x0007aaac) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x0007ac44, long * 0x0007abd4) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long
43748232, unsigned int 1, long * 0x0007ac44, long * 0x0007abd4) line 3334 + 31 bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x0414b1d0, void * 0x02ab9630,
void * 0x029b8b88, unsigned int 1, void * 0x0007ac44, int * 0x0007ac40, int 0)
line 940 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x0710a574) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0626cc50,
nsIDOMEvent * 0x0710a574, nsIDOMEventTarget * 0x0626cd24, unsigned int 1,
unsigned int 7) line 1033 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x0007b3f4, nsIDOMEvent * * 0x0007b360, nsIDOMEventTarget * 0x0626cd24, unsigned
int 7, nsEventStatus * 0x0007b420) line 1587 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x0007b3f4, nsIDOMEvent * * 0x0007b360,
unsigned int 1, nsEventStatus * 0x0007b420) line 1506
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x0007b3f4, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x0007b420) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a883dc, long * 0x0007b524) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x0007c2a4) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x0007c43c, long * 0x0007c3cc) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long
43748232, unsigned int 1, long * 0x0007c43c, long * 0x0007c3cc) line 3334 + 31 bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x0414b1d0, void * 0x02ab9630,
void * 0x029b8b88, unsigned int 1, void * 0x0007c43c, int * 0x0007c438, int 0)
line 940 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x07103554) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0626cc50,
nsIDOMEvent * 0x07103554, nsIDOMEventTarget * 0x0626cd24, unsigned int 1,
unsigned int 7) line 1033 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x0007cbec, nsIDOMEvent * * 0x0007cb58, nsIDOMEventTarget * 0x0626cd24, unsigned
int 7, nsEventStatus * 0x0007cc18) line 1587 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x0007cbec, nsIDOMEvent * * 0x0007cb58,
unsigned int 1, nsEventStatus * 0x0007cc18) line 1506
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x0007cbec, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x0007cc18) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a8834c, long * 0x0007cd1c) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x0007da9c) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x0007dc34, long * 0x0007dbc4) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long
43748232, unsigned int 1, long * 0x0007dc34, long * 0x0007dbc4) line 3334 + 31 bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x0414b1d0, void * 0x02ab9630,
void * 0x029b8b88, unsigned int 1, void * 0x0007dc34, int * 0x0007dc30, int 0)
line 940 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x0710a6d4) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0626cc50,
nsIDOMEvent * 0x0710a6d4, nsIDOMEventTarget * 0x0626cd24, unsigned int 1,
unsigned int 7) line 1033 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x0007e3e4, nsIDOMEvent * * 0x0007e350, nsIDOMEventTarget * 0x0626cd24, unsigned
int 7, nsEventStatus * 0x0007e410) line 1587 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x0007e3e4, nsIDOMEvent * * 0x0007e350,
unsigned int 1, nsEventStatus * 0x0007e410) line 1506
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x0007e3e4, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x0007e410) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a882bc, long * 0x0007e514) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x0007f294) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x0007f42c, long * 0x0007f3bc) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long
43748232, unsigned int 1, long * 0x0007f42c, long * 0x0007f3bc) line 3334 + 31 bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x0414b1d0, void * 0x02ab9630,
void * 0x029b8b88, unsigned int 1, void * 0x0007f42c, int * 0x0007f428, int 0)
line 940 + 33 bytes
nsJSEventListener::HandleEvent(nsIDOMEvent * 0x070fa8d4) line 154 + 64 bytes
nsEventListenerManager::HandleEventSubType(nsListenerStruct * 0x0626cc50,
nsIDOMEvent * 0x070fa8d4, nsIDOMEventTarget * 0x0626cd24, unsigned int 1,
unsigned int 7) line 1033 + 19 bytes
nsEventListenerManager::HandleEvent(nsIPresContext * 0x062a3580, nsEvent *
0x0007fbdc, nsIDOMEvent * * 0x0007fb48, nsIDOMEventTarget * 0x0626cd24, unsigned
int 7, nsEventStatus * 0x0007fc08) line 1587 + 39 bytes
nsGenericElement::HandleDOMEvent(nsGenericElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x0007fbdc, nsIDOMEvent * * 0x0007fb48,
unsigned int 1, nsEventStatus * 0x0007fc08) line 1506
nsHTMLFormElement::HandleDOMEvent(nsHTMLFormElement * const 0x0626e0c0,
nsIPresContext * 0x062a3580, nsEvent * 0x0007fbdc, nsIDOMEvent * * 0x00000000,
unsigned int 1, nsEventStatus * 0x0007fc08) line 426 + 29 bytes
nsHTMLFormElement::Submit(nsHTMLFormElement * const 0x0626e0ec) line 340 + 40 bytes
HTMLFormElementSubmit(JSContext * 0x0414ce70, JSObject * 0x02ab9630, unsigned
int 0, long * 0x02a8822c, long * 0x0007fd0c) line 426 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 0, unsigned int 0) line 813 + 23
bytes
js_Interpret(JSContext * 0x0414ce70, long * 0x00080a8c) line 2706 + 15 bytes
js_Invoke(JSContext * 0x0414ce70, unsigned int 1, unsigned int 2) line 830 + 13
bytes
js_InternalInvoke(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748232,
unsigned int 0, unsigned int 1, long * 0x00080c24, long * 0x00080bb4) line 902 +
20 bytes
JS_CallFunctionValue(JSContext * 0x0414ce70, JSObject * 0x02ab9630, long 43748



This is not a JS bug, no way no how.  It's a dup of bug 76694.

/be

*** This bug has been marked as a duplicate of 76694 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Verified Duplicate - 
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.