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

362 Коммитов

Автор SHA1 Сообщение Дата
bzbarsky%mit.edu 31c1cac564 Make XPCNativeWrapper call the wrapped native's classinfo resolve/get/set
hooks.  Makes native wrappers work in lots of nasty DOM0 corner cases.  Bug
296967, r=mrbkap, sr=jst, a=asa
2005-07-29 15:11:08 +00:00
doronr%us.ibm.com 18fed7a265 Bug 300130 - Schema Loader can crash if an non-existing type is referenced in a schema file. r/sr=peterv, a=mkaply 2005-07-20 14:48:43 +00:00
doronr%us.ibm.com dbddbc1a58 Bug 292634 - nsSchemaLoader does not handle ref=ns:type correctly. r/sr=peterv,a=mkaply 2005-05-18 15:34:25 +00:00
doronr%us.ibm.com 9180afa00a Bug 292637 - nsSchemaLoader can only load http/https urls. r=biesi,sr=jst,a=mkaply 2005-05-04 16:59:23 +00:00
timeless%mozdev.org ee359bfc45 Bug 243904 SOAP code problem with null, unpositioned array item
patch by chantepie@altern.org r=doron sr=jst a=asa
2005-05-02 19:42:26 +00:00
darin%meer.net 1298632127 damn, missed this files 2005-04-06 02:12:51 +00:00
bsmedberg%covad.net 44c4cbce10 Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin 2005-04-04 18:38:19 +00:00
timeless%mozdev.org 7146ba3112 Bug 282698 use application/soap+xml in nsHTTPSOAPTransport
patch by bug@annevankesteren.nl r=doron sr=jst
2005-03-30 16:31:27 +00:00
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
doronr%us.ibm.com 30608a55da Bug 286630 - nsSchemaLoader doesn't bail on invalid elements as direct children of xs:schema. r/sr=peterv 2005-03-22 19:03:42 +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
timeless%mozdev.org 4c276ee9c4 Bug 283513 OOM crasher [@ WSPProxy::GetInterfaces]
patch by dewildt@gmail.com r=timeless sr=jst
2005-03-21 12:50:16 +00:00
doronr%us.ibm.com 7ac58811f1 Bug 285751 - Move nsSchemaLoader from nsSupportsHashtable to nsInterfaceHashtable. r/sr=peterv 2005-03-15 17:26:06 +00:00
bzbarsky%mit.edu e5b42293b5 Change more internal consumers to use application/xml instead of text/xml. Bug
247024, patch by Anne van Kesteren <bug@annevankesteren.nl>, r+sr=bzbarsky
2005-03-13 19:08:42 +00:00
doronr%us.ibm.com 1b2fca3f86 bug 284351 - nsSchemaLoader doesn't handle xsd:complexType correctly. r/sr=peterv 2005-03-08 21:34:41 +00:00
gandalf%firefox.pl c2d3232365 bug 279768: Bring build system to work with --enable-ui-locale; r=bsmedberg; a=doron on webservices move 2005-03-08 17:21:36 +00:00
timeless%mozdev.org 4d9b33cc4f Bug 283514 OOM mlk [@ WSPTestComplexType::Array2]
patch by dewildt@gmail.com r=timeless sr=bz
2005-03-06 10:54:54 +00:00
bzbarsky%mit.edu 9edf6924d0 Switch some internal users of text/xml to application/xml. Bug 247024, patch
by Anne van Kesteren <bug@annevankesteren.nl>, r+sr=bzbarsky
2005-02-27 19:34:11 +00:00
bsmedberg%covad.net 4b68fa447a Bug 281414 - global s/nsIPrefBranchInternal/nsIPrefBranch2/ rs=darin (did not change backwards-compatible code in extensions/irc extensions/venkman or extensions/inspector) 2005-02-25 20:46:35 +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
jst%mozilla.jstenback.com 27e1ba55b0 Landing fix for bug 249366. Better error handing for webservices. Patch by keeda@hotpop.com, r=chantepie@altern.org, sr=jst@mozilla.org 2005-01-12 19:26:45 +00:00
darin%meer.net 046b3f0f6b fixes bug 274505 "404 error does not result in xforms-link-exception for external schema" r+sr=jst 2004-12-14 23:08:48 +00:00
hpradhan%hotpop.com 7d0235d47b bug 269131: reduce codesize of SOAP encoders r+sr=jst 2004-11-12 06:14:01 +00:00
hpradhan%hotpop.com bc67703f29 bug 269129 : Init schema component before using it r+sr=jst 2004-11-12 06:12:10 +00:00
timeless%mozdev.org ea2f3df3b9 Bug 106386 Correct misspellings in source code
patch by ajvincent@gmail.com r=dbradley rs=brendan
2004-11-10 07:27:11 +00:00
doronr%us.ibm.com 538ac86b22 Bug 262188 - nsSchemaLoader::ProcessFacet checks for sMaxInclusive_atom twice, it should check for sMinInclusive_atopm the 2nd time. r=timeless/sr=peterv 2004-09-30 15:09:10 +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
peterv%propagandism.org d2f5c64e0a Remove semicolon to fix bustage. 2004-09-16 17:25:09 +00:00
hpradhan%hotpop.com e17c9e0dc0 bug 249366 : oops, missed a file 2004-09-16 11:46:09 +00:00
hpradhan%hotpop.com 47e5b5d1f8 bug 249366 : Better error handling for webservices. patch chantepie@altern.org, r=me sr=jst 2004-09-16 10:59:36 +00:00
darin%meer.net 43c3948f99 landing non-nspr portion of patch for bug 239358 "DNS: Reverse lookups are
degrading performance" r=lorenzo sr=bryner
2004-09-01 19:55:58 +00:00
gerv%gerv.net 62e3767f68 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-08-25 23:02:50 +00:00
timeless%mozdev.org 7a4a5a2ab9 Bug 255927 When handling a fault in nsIWebServiceCallContext it crashes
patch by chantepie@altern.org thanks to scc r=timeless sr=roc
2004-08-18 22:06:50 +00:00
jst%mozilla.jstenback.com 987814a997 Landing fix for bug 244952, patch by chantepie@altern.org. Fixing crash when creating multiple proxy instances for the same webservice. r=keeda@hotpop.com, sr=jst@mozilla.org 2004-07-28 04:02:19 +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 a3c257f366 bug 246783 : Support base64binary type in webservices r+sr=jst 2004-06-23 07:13:10 +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 a0433986e4 bug 246783 : Support base64binary type in webservices r+sr=jst 2004-06-23 06:55:47 +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
dmose%mozilla.org 6345f11409 Fix XML Schema crash that happens when using WSDL/SOAP arrays (bug 246082). r=timeless; sr=jst 2004-06-09 20:52:25 +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
hpradhan%hotpop.com a1856671fb bug 244349 : Bulletproof webservice proxy code against
crashes when server sends invalid SOAP response.
r+sr=jst
2004-05-31 08:46:12 +00:00
roc+%cs.cmu.edu b8ecbc84da Bug 226439. Convert Seamonkey to EqualsLiteral. rs=darin 2004-05-22 22:15:22 +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 7b5970dc1f Bug 243621 Standardize QueryInterface without throw
r=neil sr=darin
2004-05-17 23:38:25 +00:00