timeless%mozdev.org
a1e09c4a21
Bug 268482 ###!!! ASSERTION: You are calling CreateInstance "@mozilla.org/xmlextras/schemas/schemaloader;1" when a service for this CID already exists!
...
r=doron sr=peterv
2005-03-22 19:10:35 +00:00
cbiesinger%web.de
f6c5f13bb9
270224 create nsIPropertyBag2 for easier getting of values from a propertybag
...
r=shaver sr=darin
2005-03-22 18:16:53 +00:00
bzbarsky%mit.edu
dc11326947
Don't use PR_s.?printf to format floats for W3C-spec purposes, since it's
...
locale-sensitive. Bug 282245 partial fix, r+sr=peterv
2005-02-22 19:31:39 +00:00
hpradhan%hotpop.com
7d0235d47b
bug 269131: reduce codesize of SOAP encoders r+sr=jst
2004-11-12 06:14:01 +00:00
vladimir%pobox.com
3c86288e1c
b=253954, let nsDOMParser detect charset from xml entity decl -- finally remembered to land this; r=bz,sr=shaver
2004-09-20 23:15:26 +00:00
vladimir%pobox.com
f6868306b8
b=250119, xmlextras parsestring/parsestream should use autf8string. r=jst, sr=shaver
2004-07-07 05:49:29 +00:00
dbaron%dbaron.org
4a51202a02
Keep egcs happy (btek bustage).
2004-06-23 08:19:49 +00:00
hpradhan%hotpop.com
d12123dda6
fix comment
2004-06-23 07:02:16 +00:00
hpradhan%hotpop.com
e4c6d7f467
bug 246783: Support base64binary types in webservices r+sr=jst
2004-06-23 06:57:09 +00:00
hpradhan%hotpop.com
5fadefaa02
bug 247541 : Fix a case where the SOAP encoder got the schame type wrong.
2004-06-19 15:37:48 +00:00
roc+%cs.cmu.edu
52092297fe
Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin
2004-06-17 00:13:25 +00:00
cbiesinger%web.de
8efd04ae2e
bug 245673 named literal strings should be const
...
r+sr=darin
2004-06-11 15:05:29 +00:00
hpradhan%hotpop.com
1441e83fbb
bug 245772 : Remove some useless null checks. r+sr=peterv
2004-06-07 16:28:19 +00:00
hpradhan%hotpop.com
3059a616aa
bug 244717: SOAP requests should state that the charset of their payloads is utf-8
2004-06-01 12:48:11 +00:00
jst%mozilla.jstenback.com
daf5d2563b
Fixing remaining part of bug 241157 (patch by ben@bengoodger.com). Make nsDefaultEncoder::Decode() properly deal with null valued elements. r=darin@meer.net, sr=jst@mozilla.jstenback.com
2004-05-21 21:23:10 +00:00
timeless%mozdev.org
09fbb2abd0
Bug 242760 code cleaning: rechecking checked rc's, dropping a temporary comptr, a comment change
...
r=jst sr=jst
2004-05-06 18:43:32 +00:00
timeless%mozdev.org
2190d9d363
Bug 242613 Crash [@ EncodeStructParticle] because getEnumerator returned null
...
r=jst sr=jst
2004-05-06 04:56:38 +00:00
timeless%mozdev.org
4bc313c0f8
Bug 242613 Crash [@ EncodeStructParticle] because getEnumerator returned null
...
r=jst sr=jst
2004-05-05 01:38:03 +00:00
hpradhan%hotpop.com
7be8860a28
bug 241970 : Make webservices use static atoms r+sr=jst
...
bug 241975 : nsSOAPPropertyBag cleanup r=peterv sr=jst
bug 242157 : Deal with wsdl that has a types element with more than one schema children r=peterv sr=jst
2004-05-01 09:31:27 +00:00
peterv%propagandism.org
46372d3e49
Fix for bug 241201 (Clean up some webservices code). r/sr=jst.
2004-04-23 12:14:59 +00:00
jst%mozilla.jstenback.com
ebf85a8a2f
Changing "!NS_FAILED(x)" to "NS_SUCCEEDED(x)". No real code changes.
2004-04-21 01:21:24 +00:00
jst%mozilla.jstenback.com
9fc030a463
Changing odd whitespace usage in template variable (nsCOMPtr) declarations to 'normal' whitespace usage. No code change.
2004-04-21 01:11:14 +00:00
darin%meer.net
238e51583f
fixes bug 241147 "DecodeStructParticle fails on 'sequences' and 'choices'" r=ben sr=jst
2004-04-21 00:54:03 +00:00
jst%mozilla.jstenback.com
11cc65e727
Whitespace cleanup.
2004-04-21 00:48:41 +00:00
gerv%gerv.net
4d3385092d
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-18 22:14:17 +00:00
timeless%mozdev.org
ca9515af07
Bug 240727 soapcall example should use (new XMLSerializer()).serializeToString(...) instead of new XMLSerializer()).serializeToString(...)
...
r=doron
Not part of the build
2004-04-16 20:23:32 +00:00
timeless%mozdev.org
2b0eacfb8d
Bug 226167 DRefTool analysis for soap files
...
r=roc sr=roc
2004-04-14 05:32:13 +00:00
jst%mozilla.jstenback.com
6e5d1ec469
Fixing bug 232493. Paving the way for DOM Level 3 LS. This is mostly cleanup that will make life easier (and safer) when implementing DOM LS. r=caillon@aillon.org, sr=peterv@propagandism.org
2004-03-08 23:52:26 +00:00
jst%mozilla.jstenback.com
77605dd9e4
Whitespace cleanup.
2004-03-06 00:32:07 +00:00
hpradhan%hotpop.com
86e241d2fb
bug 236351 : Fix string leak in nsSOAPCall::GetTransport() r+sr=jst
2004-03-04 08:13:09 +00:00
darin%meer.net
0616fb43c2
fixes bug 234916 "Remove global/static NS_NAMED_LITERAL_C?STRING usage [was: Firefox crashes on startup on Mac OS X]" r=jst sr=dbaron
2004-02-25 02:08:34 +00:00
jst%mozilla.jstenback.com
4ab234b8be
General deCOMtamination of nsIDocument, nsIContent, and nsIFormSubmission. Eliminating nsIAttributeContent, and doing some URL->URI changes. r+sr=peterv@propagandism.org
2004-01-09 23:54:21 +00:00
bryner%brianryner.com
a0e219b348
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
de3d3fbf61
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
2d7979f035
#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
bryner%brianryner.com
352e645b90
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
c11c6acb17
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
caillon%returnzero.com
9c22160a4b
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
f008bc2bad
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
nisheeth%netscape.com
dfb83fb603
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
harishd%netscape.com
5d5585b629
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
89f4870fb1
Cleaning up some whitespace.
2003-06-11 06:15:23 +00:00
dwitte%stanford.edu
149f719c00
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
jgaunt%netscape.com
5b4a307c0c
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
fbe5869e0d
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
f524307e9a
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
f5038d7a46
backing out cause of bustage
2003-05-08 18:03:43 +00:00
jgaunt%netscape.com
01d60af231
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
jgaunt%netscape.com
a0616ca7e6
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
c3dd397a39
bug 198531 - pluggin SOAP leak
...
r=rayw
sr=jst
a=asa
2003-04-28 21:55:17 +00:00