gecko-dev/extensions/xmlextras
2001-09-08 00:18:45 +00:00
..
base Fix for bug 98597. The event held onto from the document's load handler was bogus by the time we sent it to the XMLHttpRequest's event listeners (DOM events have members that are stack-based and, despite being reference-counted objects, should not be held across a call. Instead we create a new event of our own for the XMLHttpRequest load. r=heikki, sr=jst 2001-09-08 00:18:45 +00:00
build Added schema loading code as optionally compiled component of module. 2001-08-06 07:11:00 +00:00
macbuild No bug number. Build SOAP only when enabled, and do not build it by default. r=peterv, sr=vidur. 2001-03-08 02:28:58 +00:00
schema Fixed makefile so I can build idl under linux. 2001-08-30 20:39:36 +00:00
scripts/windows NOT PART OF BUILD. Bug 60497, made XMLExtras into installable component, this script is needed to make the .xpi, instructions in the bug. See http://www.mozilla.org/xmlextras for the actual installable package. 2000-12-28 23:55:27 +00:00
soap Bug 96459, bug 96307 and Bugscape 8288. Implement readyState and onreadystatechange members to enable progress indicators for download. Make it possible to call send() again in onload without crashing. Send load event only after everything done (was sent too early if XML errors). Make some functions throw error if called at the wrong time (match IE). Make it possible to build SOAP again (patch from peterv, r=heikki). r=harishd, sr=vidur, a=asa. 2001-08-31 00:59:19 +00:00
tests Not part of build. Test more stuff. 2001-09-07 22:09:06 +00:00
wsdl Work in progress on WSDL Loader interfaces. This is not yet part of the build. 2001-07-23 18:22:43 +00:00
.cvsignore Ignore generated files. 2000-07-09 21:10:01 +00:00
Makefile.in Added schema loading code as optionally compiled component of module. 2001-08-06 07:11:00 +00:00
makefile.win Added schema loading code as optionally compiled component of module. 2001-08-06 07:11:00 +00:00