dbaron%dbaron.org
963a794bbc
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
23b10864c8
Fix for bug 176610 (Make nsNameSpaceManager a service). r=caillon, sr=jst.
2002-11-29 23:44:07 +00:00
seawood%netscape.com
d1bef3cbe0
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
heikki%netscape.com
5771e037cf
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
8ae6c40f5d
Removing old nmake build makefiles. Bug #158528 r=pavlov
2002-08-10 07:55:43 +00:00
seawood%netscape.com
fdafe18afe
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
alecf%netscape.com
f0263ddf07
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
dbaron%fas.harvard.edu
046fbde3d4
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
heikki%netscape.com
690b973b5f
Bug 127490, fix compiler warning. r=vidur, sr=jband, a=asa.
2002-03-22 00:03:13 +00:00
darin%netscape.com
026dda9f95
fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa
2002-03-06 07:48:55 +00:00
vidur%netscape.com
e92c609c41
Made anyType be the base of array. This is not part of the default build.
2002-02-15 01:54:49 +00:00
vidur%netscape.com
2509a09679
Reverted to having a cannonical namespace for schema and SOAP builtin types rather than maintaining two sets of each. For arrays with unspecified xsi:arrayType, the dimension is now 0.
2002-02-15 01:17:27 +00:00
vidur%netscape.com
623b290102
Remove linux warnings. This is not part of the default build.
2002-02-15 01:15:51 +00:00
vidur%netscape.com
04efd15def
Sharing of builtin types across loaders. Complex types now know when they are array and expose their array type and dimension. This is not part of the default build.
2002-02-06 22:06:10 +00:00
vidur%netscape.com
24f25e6829
Fix for bug 122305. XMLHttpRequest now has a way to override the mime type of the incoming stream. r=heikki, sr=jst
2002-02-05 02:10:52 +00:00
vidur%netscape.com
9bb2cceed3
Record schema namespace since there are at least 2. [not part of build]
2002-01-09 01:26:22 +00:00
vidur%netscape.com
c1bb56c24e
Default builtin types always return correct schema namespace. This is not part of the build.
2002-01-02 23:26:37 +00:00
vidur%netscape.com
e5c22e1136
Introduction of special SOAP types. Acceptance of pre-release schema namespace.
2002-01-02 23:25:35 +00:00
vidur%netscape.com
b6138bd4e9
Removal of DOS linefeeds. Child iterator can take multiple allowed namespaces. This is not part of the build.
2002-01-02 23:24:39 +00:00
mcafee%netscape.com
f0280c8740
Ignore generated files.
2001-12-29 03:52:41 +00:00
seawood%netscape.com
874c54280c
Landing the rest of the win32 gmake changes:
...
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup
Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
leaf%mozilla.org
99e99b9ff7
remove cppsrcs defines from makefile.win files, bug 102459, sr=cls r=dbaron
2001-12-05 03:43:29 +00:00
peterv%netscape.com
8273bef84f
Making SOAP build on Mac. Not part of the default build.
2001-12-03 14:43:30 +00:00
seawood%netscape.com
d8927fcc61
Rename 'install' build phase to 'libs'.
...
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
rayw%netscape.com
c48baaca52
Not part of default build.
...
Fixed casing of included file so that it compiles
on Linux. Schema is not part of build.
rs=rayw
2001-11-15 22:44:06 +00:00
dougt%netscape.com
5fe12c09e7
Extraneous Symbol Removal. Patch by Jon Smirl jonsmirl@mediaone.net. r=dougt@netscape.com, sr=alecf@netscape.com. Bug 104172 , 104316 , 104420 , 104426 , 104461 , 104511 , 104527
2001-10-23 01:37:21 +00:00
vidur%netscape.com
92c582e3ff
Adding WSDL to XMLExtras if MOZ_WSDL is defined. Also added REQUIRES macros to schema and wsdl makefiles (thanks to jonsmirl@mediaone.net). This not yet part of the build. r=heikki, rs=jst.
2001-10-03 21:03:02 +00:00
jaggernaut%netscape.com
3826eb9902
Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf
2001-09-18 13:41:47 +00:00
vidur%netscape.com
e77bf3bb83
Added nsISchemaCollection interface. Started using DOM3 namespace lookup methods. This is not (as yet) part of the build.
2001-09-14 20:56:06 +00:00
vidur%netscape.com
f3db6b5f5c
Adding DOM utility classes. This could get moved to a more general location if we continue to add functionality that is common to multiple modules. For now, it's a schema/wsdl-only thing. This is not yet part of the build.
2001-09-14 20:54:09 +00:00
rayw%netscape.com
f52f76a38c
Fixed makefile so I can build idl under linux.
2001-08-30 20:39:36 +00:00
vidur%netscape.com
14c113fafa
Implemented first pass of schema loader. This is not part of the build.
2001-08-06 07:12:31 +00:00
vidur%netscape.com
48a1d20cd1
More work in progress on schema loading. This is not yet part of the build.
2001-07-21 00:28:11 +00:00
vidur%netscape.com
c2b15c1d49
Work in progress on XML Schema representation component
2001-07-10 17:09:17 +00:00