Граф коммитов

428 Коммитов

Автор SHA1 Сообщение Дата
jst%netscape.com 6a7d554b55 Fixing more of bug 209884. Same change that was done all over the place in the original patch, sr=me. 2003-06-25 22:24:25 +00:00
jst%netscape.com abefba9053 Fixing bug 209884. Writing an inline helper to safely get an nsIScriptContext from a JSContext and making direct callers of JS_GetContextPrivate() use the helper. r=caillon@aillon.org, sr=peterv@netscape.com 2003-06-24 21:43:01 +00:00
alecf%flett.org b7fa256d74 fix for bug 209220 - now that i18n APIs take ASCII charset names, update consumers to avoid excess conversions.. which usually means storing charset names as ASCII and updating a few other APIs
r=jkeiser, sr=jst and some great comments from jshin@mailaps.org
2003-06-17 16:40:34 +00:00
caillon%returnzero.com 2df173e9c8 Bug 209087
Content interface out-parameters should use ptr-to-ptrs instead of ref-to-ptrs and some small deCOMtamination.
r+sr=jst@netscape.com
2003-06-13 20:10:01 +00:00
alecf%flett.org 2751c6b097 fix for bug 206379:
- combine nsICharsetConverterManager2 and nsICharsetConverterManager
- get rid of nsIAtom in most of the methods
- provide versions of getUnicodeDecoder/Encoder which don't do alias resolution
- change all charset types to ASCII strings
- clean up some other i18n APIs which could be simplified
- fix all consumers of all changed i18n interfaces
r=jshin, smontagu
rs=sfraser
2003-06-11 18:16:03 +00:00
varga%netscape.com 91245bd20d Fix for bug 208912. DOMParser produces documents with about:blank uri.
r=heikki, sr=peterv
2003-06-10 23:31:07 +00:00
seawood%netscape.com 97649bab86 Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-10 21:18:27 +00:00
seawood%netscape.com b28ce0a530 Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-10 20:12:33 +00:00
heikki%netscape.com 40530ab6c1 Bug 204545, remove event listeners when needed, which fixes practically all known memory leaks and gets us a step closer to IE compatibility. r=harishd, sr=jst, a=asa. 2003-05-20 21:48:25 +00:00
heikki%netscape.com 8b997764dd Bug 177533, fix most XMLHttpRequest memory leaks and other minor issues, r=darin, sr=jst, a=asa. 2003-05-08 17:33:59 +00:00
heikki%netscape.com d3447cecde These files were copied to webservices extension, not part of build. 2003-05-01 20:59:36 +00:00
heikki%netscape.com eaedcca341 This file was moved into the webservices extension, not used here. 2003-05-01 20:56:33 +00:00
heikki%netscape.com eec82a9bef Removing unused file. 2003-05-01 20:52:10 +00:00
heikki%netscape.com 40151ecdfb Bug 203111, remove unused code, r=harishd, sr=jst, a=asa. 2003-04-29 21:28:17 +00:00
harishd%netscape.com 744392f4b4 Removing obsolete files that missed my last checkin. *** NOT PART OF THE BUILD *** 2003-04-28 20:10:41 +00:00
jst%netscape.com ceab6587af Removing dead .cvsignore file. 2003-04-28 19:16:18 +00:00
harishd%netscape.com d04223ecb0 Creating a separate module for web services. b=201078, r=leaf@netscape.com, ssu@netscape.com, sr=heikki@netscape.com jst@netscape.com, a=asa@mozilla.org 2003-04-25 20:57:34 +00:00
heikki%netscape.com 1dfcfb8f7c Bug 191800, move FIXptr and XPointer into xmlextras, r=harishd, sr=jst. 2003-04-23 00:07:37 +00:00
harishd%netscape.com 82e0e5c067 Patch provided by rayw@netscape.com: Ignore xsi:type if it's not a proper subtype of the schema-guaranteed type. b=202597, r=harishd@netscape.com, sr=jst@netscape.com 2003-04-21 23:23:26 +00:00
harishd%netscape.com 585dcf5d8c Make SOAP arrays easily accessible via JS. b=202485, r=dbradley@netscape.com, sr=jst@netscape.com 2003-04-21 22:44:54 +00:00
harishd%netscape.com aeecb85b02 Prevent a potential stack overflow if a wsdl file imports itself. b=202478, r=nisheeth@netscape.com sr=jst@netscape.com 2003-04-18 20:58:44 +00:00
harishd%netscape.com 3f2cb73146 No need to allocate param arrays if the input type and the output type are void. b=200767, r=dbradley@netscape.com, sr=jst@netscape.com 2003-04-18 17:42:32 +00:00
harishd%netscape.com f2fed9e715 Fabricate a unique name for anonymous schema types. b=199555, r=rayw@netscape.com, sr=jst@netscape.com 2003-04-18 00:11:34 +00:00
heikki%netscape.com e485f5fcdf Bug 186554 XMLSerializer does not serialize documentElement correctly. Extended document encoder API to make it possible to seriaalize a node. r=jfrancis, sr=bzbarsky. 2003-04-15 18:13:13 +00:00
heikki%netscape.com 34132d62d9 Bug 197141, XMLHttpRequest behavior did not match IE when host was not found, r=harishd, sr=darin. 2003-04-11 17:06:29 +00:00
harishd%netscape.com 1b4852a983 New security model doc. ** NOT PART OF THE BUID 2003-04-03 20:27:28 +00:00
heikki%netscape.com 5c30081403 Remove unneeded dependency. 2003-04-02 21:50:55 +00:00
jst%netscape.com b4cc5d4695 Fixing bug 124412. Making nsXULDocument inherit nsXMLDocument to avoid the need to duplicate a large amount of code in nsXULDocument. Also removing nsMarkupDocument and nsIDOMEventCapturer that are no longer needed. Changing the inheritance of nsIDOMXULDocument to avoid ~60 or so forwarding methods, and doing a *lot* of code cleanup. r=bugmail@sicking.cc, sr=peterv@netscape.com 2003-03-26 07:41:30 +00:00
harishd%netscape.com c19fe6d0ad Fixing a bug in my previous checking. sr=jst@netscape.com 2003-03-26 01:49:59 +00:00
harishd%netscape.com cfd510cbd1 Check if universalBrowserRead is set before checking for same origin. Also, clear the exception set by the security manager, if same origin check failed, and fall back on the new security for webservices. b=199182, r=heikki, sr=jst 2003-03-26 00:00:04 +00:00
harishd%netscape.com d65385c037 Patch provided by jst@netscape.com - Give XPTCVariants that are expected to receive a T_DOMSTRING value an nsAString object to hold the string value. b=193387, r=harishd@netscape.com, sr=heikki@netscape.com 2003-03-25 02:37:05 +00:00
harishd%netscape.com df21499ff9 Fixing bustage in a different way! Courtesy: Heikki 2003-03-25 02:02:33 +00:00
harishd%netscape.com ca3d308f19 Fixing bustage 2003-03-25 01:46:24 +00:00
harishd%netscape.com 1264922b63 Enabling an alternative security model for web services. b=183824, r=rayw@netscape.com, sr=jst@netscape.com 2003-03-25 00:19:26 +00:00
timeless%mozdev.org 697618b07d Bug 106386 rid source of misspellings
patch by nb@ipnode.info r=biesi sr=dmose
2003-03-24 04:15:34 +00:00
harishd%netscape.com 7b4e10c390 Added newline to EOF 2003-03-22 02:42:22 +00:00
harishd%netscape.com 1f42e03f5f Adding new security model support for web services. b=183824, r=rayw@netscape.com sr=jst@netscape.com.
*** NOT PART OF THE BUILD...YET ***
2003-03-22 01:44:38 +00:00
bryner%netscape.com 7d4f6c9de3 Fix dom serializer bustage (bugzilla edit attachment as comment) by making sure not to clobber xmlextras/base/public's .xpt file with xmlextras/interfaceinfo/public's xpt file. Bug 198568, r=harishd, sr=dveditz. 2003-03-21 22:47:30 +00:00
jst%netscape.com b70ad32c67 Flip the pref for disabling WSDL. r=harishd@netscape.com, sr=jst@netscape.com 2003-03-21 22:14:54 +00:00
harishd%netscape.com dce34b6349 Fixed a crasher by avoiding an extra release of the minivariant. Also fixed a bug in soap encoding. b=197872, r=rayw@netscape.com, sr=jst@netscape.com 2003-03-21 19:14:29 +00:00
heikki%netscape.com bae27cb6c3 Bug 198613, fix AIX bustage, patch from pkw@us.ibm.com, r=jst, sr=heikki. 2003-03-21 19:06:36 +00:00
harishd%netscape.com 3c09dfa411 This file is no longer used. 2003-03-21 18:58:12 +00:00
harishd%netscape.com 7e6a8e4168 Fixing ports bustage 2003-03-21 03:26:22 +00:00
harishd%netscape.com 32ba20c7e6 Fixing bustage 2003-03-21 01:30:26 +00:00
harishd%netscape.com 9ec92e494b Enabling WSDL support. b=196102, r=leaf@netscape.com, sr=heikki@netscape.com ( build changes ), sr=jst@netscape.com ( wsdl changes ), a=drivers@mozilla.org 2003-03-21 00:29:35 +00:00
heikki%netscape.com 0ee437d7ac Bug 182323, implemented XPointer spec, we now support the framework, shorthand syntax, element, fixptr, xpath1 and xmlns schemes, and provide a proprietary API from scripts, r=sicking, sr=peterv. 2003-03-19 23:45:42 +00:00
jst%netscape.com b245664f4c Checking in changes that were made during the review of the WSDL code. The review was done by harishd@netscape.com, jgaunt@netscape.com, dbradley@netscape.com, and jst@netscape.com. Not part of the build yet. 2003-03-19 07:25:23 +00:00
jst%netscape.com 21ca0da5ff Checking in changes that are the result of the review and super review of the WSDL code. The review was performed by harishd@netscape.com, jgaunt@netscape.com, and jst@netscape.com. Not part of the build yet. 2003-03-18 22:44:12 +00:00
harishd%netscape.com f49d1ac2b4 Adding run time switch to enable/disable wsdl.b=195760, r=nisheeth@netscape.com, sr=heikki@netscape.com.
*** NOT PART OF THE BUILD ***
2003-03-10 21:22:41 +00:00
sfraser%netscape.com 395413772f Fix bug 195160: remove static NS_DEFINE_IID from header files. r=cls, sr=alecf. 2003-02-28 05:47:36 +00:00