bryner%brianryner.com
605cc06382
deCOMtaminate nsIDocument by changing methods to use return value instead of out-params, eliminating unused nsresult return values, moving some members to nsIDocument and inlining the getters/setters. Bug 222134, r=bzbarsky, sr=jst.
2003-10-22 06:09:48 +00:00
caillon%returnzero.com
66caced69a
Re-land patch for bug 83536, merging principal objects.
...
Also includes fixes from bug 216041.
r=bzbarsky
sr=jst
2003-10-21 22:11:49 +00:00
mkaply%us.ibm.com
77f581849f
Mispelling of SHORT_LIBNAME
2003-10-21 22:01:53 +00:00
mkaply%us.ibm.com
a05f544756
#220827
...
r=darin, sr=jst
Code from doronr@us.ibm.com - allow empty headers in SOAP to work around Axis bug
2003-10-17 19:26:14 +00:00
jst%mozilla.jstenback.com
5037b2a4a2
Fixing bug 215981. DeCOMtaminating nsIContent and nsIDocument some, and also some minor changes to other related interfaces. r=caillon@aillon.org, sr=peterv@propagandism.org.
2003-09-27 04:18:26 +00:00
mkaply%us.ibm.com
7ad3a159fb
#215581
...
r=mkaply, sr=blizzard (platform specific)
Changes to get GCC 3.2.2 working on OS/2 - this set is OS/2 only changes
Also remove some VACPP references
2003-09-15 21:50:20 +00:00
darin%meer.net
f4a8778d0b
landing patch for bug 205726 "DNS rewrite" r=dougt sr=bryner
2003-09-11 20:32:33 +00:00
bryner%brianryner.com
2406bc1ed4
Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan.
2003-09-07 22:05:34 +00:00
caillon%returnzero.com
f8e8aed8a7
Backing out the patch to bug 83536.
...
I will reland this when 1.6a re-opens.
r+sr=jst@netscape.com
a=chofmann
2003-08-22 03:06:53 +00:00
cls%seawood.org
1b51ba858c
Set MODULE in makefiles at the top of a heirarchy so that module-deps lists are more precise and builds will have the proper order if some subdirs contain other modules.
2003-08-16 00:42:35 +00:00
caillon%returnzero.com
91b7c60bee
Bug 83536.
...
Merge script principal implementations into one class.
Should reduce footprint, speed up calls to caps a little bit, and fixes several memory leaks.
Also fixes bugs 211174 and 211263
r=jst@netscape.com
sr=bzbarsky@mit.edu
moa=mstoltz@netscape.com (he looked at an earlier patch and said it looked fine, and will do a retroactive review when he returns from vacation as well)
2003-07-24 05:15:20 +00:00
jaggernaut%netscape.com
4e7c966d11
Bug 213601: Switch some users of NS_NewAtom over to do_GetAtom. r=bzbarsky, sr=dbaron
2003-07-24 04:53:13 +00:00
jgaunt%netscape.com
74e4dbf9c7
not part of build
...
dropping the uddi support into webservices so it doesn't get lost.
2003-07-21 18:03:42 +00:00
jaggernaut%netscape.com
83c571e877
Bug 25886: Get rid of a bunch of unused NS_DEFINE_IID, NS_DEFINE_CID. r=caillon, sr=dbaron
2003-07-20 07:47:59 +00:00
jaggernaut%netscape.com
2d7ed90a69
Bug 73353: clean up MODULE/REQUIRES story. r=cls, sr=bryner
2003-07-13 22:29:00 +00:00
ashishbhatt%netscape.com
034ee0a6cf
Adding simple type wsdl test cases
2003-07-11 20:30:59 +00:00
harishd%netscape.com
82e0d59f96
Should have been a part of my previous checkin. This change was requested by jst@netscape.com
2003-07-01 19:03:46 +00:00
harishd%netscape.com
da49627bbe
Override same origin check for public services listed in the master service list. b=203371, r=darin@netscape.com sr=jst@netscape.com
2003-07-01 18:51:59 +00:00
aaronl%netscape.com
fccde7c7eb
Bug 208460. Remove nsIDOM3Node.idl dependency from nsIDOMNode.idl
2003-06-16 11:17:18 +00:00
nisheeth%netscape.com
5b1e15b50a
Fix for bug 209338. r=harishd@netscape.com, sr=jst@netscape.com. Make nsSoapEncoding instantiable from JS again.
2003-06-13 22:38:09 +00:00
caillon%returnzero.com
0db192dac1
Reducing webservices codesize from my checkin to bug 209087 r+sr=jst
2003-06-13 22:31:49 +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
harishd%netscape.com
85570db892
Grant access to SOAP response document's properties and also allow the document to be serializable. b=193953, r=heikki@netscape.com, sr=jst@netscape.com
2003-06-12 20:18:34 +00:00
jst%netscape.com
53c6ada14b
Cleaning up some whitespace.
2003-06-11 06:15:23 +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
dwitte%stanford.edu
270d3909ca
bug 100649: Length() being used where IsEmpty() is meant
...
treewide changes to convert incorrect usages of string.Length() to string.IsEmpty().
thanks to afatecha@idea.com.py (Ariel Fatecha) for the patch. r=dwitte, sr=jst.
got the ok from Asa to land into a closed tree.
2003-05-23 21:34:47 +00:00
harishd%netscape.com
8716c5a9d2
Set param type before invoking an exception. b=206108, r=dbardley@netscape.com, sr=jst@netscape.com, a=asa@mozilla.org
2003-05-20 00:36:00 +00:00
jgaunt%netscape.com
9d9f72b78d
bug 203979 - plug SOAP leaks of default encoding
...
r=harishd sr=jst a=asa
2003-05-13 21:05:59 +00:00
harishd%netscape.com
42426ec8f0
Fix for random crashes caused by uninitialized XPCVariant type. Also, fixed an FMR. b=203434, r=dbardley@netscape.com, sr=jst@netscape.com, a=sspitzer@netscape.com
2003-05-11 16:27:34 +00:00
jgaunt%netscape.com
8d04276ced
bug 203836 - changes impl of addref/release for default sopa encoeding so they don't inherit the model for gnereal encodings, also changes some class names
...
r=rayw sr=jst a=asa
2003-05-08 22:43:39 +00:00
jgaunt%netscape.com
ca0d58c10e
backing out cause of bustage
2003-05-08 18:03:43 +00:00
jgaunt%netscape.com
ce12631b96
bug 203836 - changes impl addref/release for default soap encodings so they don't inherit the model for other encodings.
...
r=rayw sr=jst a=asa
2003-05-08 16:53:21 +00:00
timeless%mozdev.org
4613fea7e9
Bug 203947 - Creating '@mozilla.org/xmlextras/proxy/webserviceproxy;1' or '@mozilla.org/xmlextras/proxy/webserviceproperty
...
r=harishd sr=heikki a=sspitzer
2003-05-02 21:23:31 +00:00
harishd%netscape.com
013170f5a0
Initialize variable that was causing unexpected behavior. b=203434, r=heikki@netscape.com, sr=jst@netscape.com, a=sspitzer
2003-05-01 01:14:39 +00:00
jgaunt%netscape.com
117853dd26
bug 198531 - plugging soap leak, had a bad assertion
...
r=rayw
sr=jst
a=asa
2003-04-29 18:11:54 +00:00
jgaunt%netscape.com
9193b9e4f8
bug 198531 - pluggin SOAP leak
...
r=rayw
sr=jst
a=asa
2003-04-28 21:55:17 +00:00
harishd%netscape.com
d41df035c1
Fixing ports bustage. rs=heikki@netscape.com
2003-04-25 23:59:20 +00:00
cbiesinger%web.de
0aa7923972
trying to fix balsa tinderbox (static build)
2003-04-25 23:27:40 +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
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
harishd%netscape.com
1b4852a983
New security model doc. ** NOT PART OF THE BUID
2003-04-03 20:27:28 +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
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
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
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
harishd%netscape.com
457256436b
Make sure to resolve place-holder-array-type. b=192141, r=rayw@netscape.com, sr=vidur@netscape.com.
...
The target namespace on <schema> should be applied to <element> if and only if <element> is qualified. b=192972. r=rayw@netscape.com , sr=jst@netscape.com .
Fixed a few warnings.
*** NOT PART OF THE BUILD ***
2003-02-27 22:36:42 +00:00
jst%netscape.com
6c1ddab51c
Fixing bug 194349. Making the WSDL proxy type system properly set flags for getters and setters on complex types. r=jband@netscape.com, sr=heikki@netscape.com. Not part of the default build yet.
2003-02-27 00:44:56 +00:00
seawood%netscape.com
5c6983cb86
Whitespace change to trigger rebuild of libs that depend upon zlib.
2003-01-30 05:53:29 +00:00
dbaron%dbaron.org
5aadb9d382
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
2003-01-08 20:32:55 +00:00
peterv%netscape.com
2cd27f702a
Fix for bug 176610 (Make nsNameSpaceManager a service). r=caillon, sr=jst.
2002-11-29 23:44:07 +00:00
seawood%netscape.com
57e08a3f3a
Define WIN32_LEAN_AND_MEAN globally for win32 builds.
...
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #172898 r=cls a=asa
2002-10-17 06:47:01 +00:00
jband%netscape.com
fd8b150da0
NOT PART OF THE BUILD. Fix broken tests
2002-10-16 01:19:23 +00:00
jband%netscape.com
b6ef756319
NOT PART OF THE BUILD. Add support for the newish string types to the *optional* type decompiler
2002-10-15 21:54:55 +00:00
jband%netscape.com
8df55910b4
NOT PART OF THE BUILD. Fix broken test
2002-10-15 21:53:42 +00:00
dougt%netscape.com
68faeb5241
166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com
2002-09-07 17:13:19 +00:00
dougt%netscape.com
f2a00efc93
Move FROZEN ContractID into nsXPCOM.h and define r=rpotts, sr=alec, b=166426
2002-09-03 23:36:13 +00:00
heikki%netscape.com
c3bcc86756
Bug 158977, GetResponseXML() can return null document even with NS_OK return value, so callers need to check the document exists before using it. r=bzbarsky, sr=jst.
2002-08-16 23:20:49 +00:00
seawood%netscape.com
301b1a4ca8
Remove unused defines:
...
_IMPL_NS_HTML
_IMPL_NS_RDF
_IMPL_NS_WEB
USE_NSREG
Patches for removing above defines contributed by Stephen Walker <walk84@yahoo.com>.
Bug #125118 r=cls sr=bryner
Bug #160397 r=cls sr=bryner
Bug #160628 r=cls
Bug #160451 r=cls sr=bryner
_IMPL_NS_VIEW
Patches for removing above define contributed by Brian Ryner <bryner@netscape.com>
Bug #160416 r=cls
2002-08-07 06:08:00 +00:00
rayw%netscape.com
3207dc4bf1
Fix for bug 154971, r=harishd, sr=heikki, sr=jst, very safe fix to inheritance
...
of HTTPS transport in SOAP. Duplicates functioning line above for HTTP. Does
not affect any object used outside of HTTPS transport for SOAP which wa not working.
2002-07-09 22:30:14 +00:00
alecf%netscape.com
bcf192e308
fix for bug 101761 - REQUIRES update - remove all REQUIRES that are no longer necessary.. r=cls, a=asa (build-only changes)
2002-06-06 20:28:14 +00:00
dougt%netscape.com
c683a217ab
Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756
2002-05-15 18:55:21 +00:00
rayw%netscape.com
7a76b01cce
Fixes bug 141765, r=heikki, sr=jst, rs=rayw.
...
This is a very simple, safe fix that fixes a crash in decoding structures
inside of arrays in SOAP, and affects nothing else.
2002-05-03 11:56:31 +00:00
jaggernaut%netscape.com
5cad11cc0a
Fix two typos on previous checkin for bug 139633. r=dmose, sr=mozbot (even though I couldn't reach him, I'm sure he would've given me sr= for this simple bustage fix)
2002-04-30 04:03:57 +00:00
alecf%netscape.com
4054efd297
oops fix a typo in my last checkin, to bug 139633 that dbaron caught - "dst" should have been "src"
2002-04-30 01:39:22 +00:00
alecf%netscape.com
9348ce8ac8
fix bug 139633 - as a part of freezing nsAString, move Left/Right/Mid back into nsString, and fix consumers to start using Substring()
...
r=jag, sr=darin
2002-04-29 20:29:54 +00:00
seawood%netscape.com
c0ec608df6
Add 'make install' target to build. It's "MRE-friendly". (See http://www.mozilla.org/projects/embedding/MRE.html for details.)
...
Changes:
* Added EXTRA_COMPONENTS variable to build. Use it to automagically install files into the components dir.
* Added SYSINSTALL variable. Use it install files onto the system.
* Move mozilla-config generation from configure to makefiles
* mozilla-config will now generate paths based upon the MRE-based directory layout.
* Generate mozilla script from template
The installation heirarchy currently looks like:
$prefix -> /bin/mozilla
/bin/mozilla-config
/include/mozilla-ver/*
/lib/mozilla-ver (mozappdir)
/components
/res
/defaults
/chrome
There is preliminary build support for MRE dirs as well though the component manager hasn't had MRE support added yet.
$prefix -> /lib/mre/mre-ver (mredir)
/components
2002-04-25 02:52:44 +00:00
peterv%netscape.com
cf090a8b83
Fix for bug 126691 (need extensions\interfaceinfo build fu). sr=sfraser. Not part of the default build.
2002-04-13 21:38:17 +00:00
jband%netscape.com
aa8f3684f0
adding readme file that is NOT PART OF THE BUILD
2002-03-24 23:30:31 +00:00
jband%netscape.com
e1a868ec5d
WSDL/Proxy support - NOT PART OF THE BUILD
2002-03-24 18:49:56 +00:00
jband%netscape.com
1b9c1c569c
adding gmake makefiles. NOT PART OF THE BUILD
2002-03-24 18:45:01 +00:00
dbaron%fas.harvard.edu
f7cd3e4992
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
2002-03-23 21:14:02 +00:00
jband%netscape.com
0a367311bb
null check. NOT PART OF THE BUILD
2002-03-23 19:09:29 +00:00
rayw%netscape.com
3db6d2fda2
Added support for new string types in SOAP so they are automatically recognized
...
as xs:string type during encoding. Bug 131952, r=heikki, sr=jband, a=asa.
2002-03-22 11:54:43 +00:00
heikki%netscape.com
319946f8c3
Bug 127490, fix compiler warning. r=vidur, sr=jband, a=asa.
2002-03-22 00:03:13 +00:00
jband%netscape.com
16d78379aa
fix bug 125084. Add support for empty arrays in nsIVariant. This is expressed as atype id rather than as a regular array with no elements. Includes changes to xpconnect to support mapping to empty JSArrays, xpconnect tests, and SOAP. Patches are from jcorwin@us.ibm.com and rayw@netscape.com. r=jband sr=brendan a=asa
2002-03-21 23:21:54 +00:00
rayw%netscape.com
9eba6af0ef
Auto-update of modification date and time of document.
...
This document is not part of any build.
2002-03-20 00:23:00 +00:00
rayw%netscape.com
558e1676df
Corrected documentation to point to dynamically-generated doxygen files
...
(which I was unaware of) rather than pointing to privately-generated
copies in the tree.
This is not part of any build. It is documentation of SOAP.
2002-03-20 00:04:41 +00:00
timeless%mac.com
dec943eb10
Bug 106386 rid source of misspellings
...
r=db48x sr=blake a=asa
2002-03-19 04:30:17 +00:00
rayw%netscape.com
817b1d3d66
Lots of fixes and new files in the documentation and tests for SOAP.
...
None of these are part of any build.
2002-03-19 00:08:15 +00:00
rayw%netscape.com
78bc4fbae3
This is the fix to bug 72900, r=heikki, sr=vidur, a=asa. This fix adds
...
an override to cause all SOAP responses to be parsed as XML, whatever the
reported MIME type is.
r=heikki, sr=vidur, a=asa for checkin to the 0.9.9 branch and the 1.0 trunk.
2002-03-08 22:12:38 +00:00
cbiesinger%web.de
5bf129fe8c
bug 127419 r=rayw sr=jst a=asa
...
fix build warning in nsDefaultSOAPEncoder.cpp
2002-03-06 22:07:24 +00:00
darin%netscape.com
f1a6738b6c
fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa
2002-03-06 07:48:55 +00:00