dougt%netscape.com
c5e8f896cd
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
c1b9f8114d
Move FROZEN ContractID into nsXPCOM.h and define r=rpotts, sr=alec, b=166426
2002-09-03 23:36:13 +00:00
seawood%netscape.com
d18ef1f4be
Updating cvsignore files.
...
Thanks to Diego Biurrun <diego@biurrun.de> for the patch.
Bug #164774 r=cls
2002-08-30 05:12:02 +00:00
heikki%netscape.com
9150f607cf
Bug 83573, XMLHttpRequest now adds itself to the loadgroup of the page (if called from JS) so that when you leave the page/hit stop, XMLHttpRequest aborts automatically. r=sicking, sr=bzbarsky.
2002-08-29 22:07:18 +00:00
alecf%netscape.com
5d2a2e5fef
bug 157624 - freeze nsISupportsPrimitives, which includes changing nsISupport[C]String over to using A[C]String and fixing consumers
...
r=dougt, sr=darin
2002-08-26 21:20:34 +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
heikki%netscape.com
3740741f70
Bug 137866, responseText should default to UTF-8. r=bzbarsky, sr=jst.
2002-08-16 23:18:20 +00:00
heikki%netscape.com
02401324a9
Bug 142812, setRequestHeader() should set, not add to, the header. r=timeless, sr=darin.
2002-08-13 19:25:54 +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
henry.jia%sun.com
5b64006da1
4th patch for bug 158080
...
Description: replace the hardcode of "@mozilla.org/embedcomp/window-watcher;1" with NS_WINDOWWATCHER_CONTRACTID
Patch by Henry.Jia@sun.com
r=anto, sr=alecf
2002-08-06 05:56:22 +00:00
alecf%netscape.com
3703f3c61b
bug 157624 - prep for freezing nsISupports* primitives by renaming the string classes appropriately
...
nsISupportsString -> nsISupportsCString
nsISupportsWString -> nsISupportsString
r=dougt, sr=jag
2002-08-06 00:53:19 +00:00
rayw%netscape.com
86765eb8e0
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
mstoltz%netscape.com
76d3ee501f
133170 - Need to re-check host for security on a redirect after a call to
...
XMLHttpRequest.open(). For xmlextras, r=heikki, sr=jband. For caps,
r=bzbarsky, sr=jst
147754 - Add same-origin check to XMLSerializer. Patch by jst. r=mstoltz,
sr=jband
113351 - Add same-origin check to XSL Include. Patch by peterv and jst,
r=mstoltz, sr=rpotts
135267 - Add same-origin check to stylesheets included via LINK tags.
r=dveditz, sr=scc
2002-06-14 23:54:18 +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
bryner%netscape.com
8c72aaa366
Ignore generated Makefiles.
2002-05-27 02:03:23 +00:00
dougt%netscape.com
e96df2ad1b
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
f705884ca5
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
6cbd032dc0
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
9b7fe4b521
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
09ce09edfb
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
ce9e9903a5
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
heikki%netscape.com
22ca2b61fd
Bug 129607, avoid trying to parse the response if we cannot be sure it is XML. This fixes hang in HTML parser, and is a big performance improvement if you are loading non-XML data. r=harishd, sr=vidur.
2002-04-19 00:06:40 +00:00
heikki%netscape.com
9ac5bd4ba9
Bug 128541, make send(null) work again. r=harishd, sr=jst.
2002-04-16 00:02:58 +00:00
peterv%netscape.com
a1777c96ce
Keep WSDL building on Mac. Not part of the default build.
2002-04-13 21:56:36 +00:00
peterv%netscape.com
82035f873e
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
cbiesinger%web.de
9a34fd204a
bug 134608 r=hwaara/timeless sr=tor a=asa
...
fix memory leak in xmlextras and transformiix
2002-04-01 21:18:07 +00:00
jband%netscape.com
5321ad5b43
adding readme file that is NOT PART OF THE BUILD
2002-03-24 23:30:31 +00:00
jband%netscape.com
9ade6ca3e2
removing dead cpp file - NOT PART OF THE BUILD
2002-03-24 18:55:54 +00:00
jband%netscape.com
2a850c244d
removing dead idl file - NOT PART OF THE BUILD
2002-03-24 18:53:53 +00:00
jband%netscape.com
95cc2f541d
WSDL/Proxy support - NOT PART OF THE BUILD
2002-03-24 18:49:56 +00:00
jband%netscape.com
d33eea08ac
adding gmake makefiles. NOT PART OF THE BUILD
2002-03-24 18:45:01 +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
jband%netscape.com
86f046b6a8
null check. NOT PART OF THE BUILD
2002-03-23 19:09:29 +00:00
rayw%netscape.com
809608eca1
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
690b973b5f
Bug 127490, fix compiler warning. r=vidur, sr=jband, a=asa.
2002-03-22 00:03:13 +00:00
heikki%netscape.com
482fd80167
Bug 120836, responseText had regressed so that invalid characters made us throw error. Now we just replace invalid characters and continue, as before. r=harishd, sr=jst, a=scc
2002-03-21 23:30:36 +00:00
jband%netscape.com
ca148e6fd1
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
darin%netscape.com
819ce1f98f
b=128508 "freeze nsIChannel nsIRequest" r=gagan, sr=rpotts, a=asa
2002-03-20 22:50:33 +00:00
rayw%netscape.com
ed834cebbb
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
d45d2586c0
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
fc883176bf
Bug 106386 rid source of misspellings
...
r=db48x sr=blake a=asa
2002-03-19 04:30:17 +00:00
rayw%netscape.com
30e10c46ae
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
4c642ea343
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
15155e53f7
bug 127419 r=rayw sr=jst a=asa
...
fix build warning in nsDefaultSOAPEncoder.cpp
2002-03-06 22:07:24 +00:00
peterv%netscape.com
ee8e58db03
Fix for bug 129135 (XMLSerializer is broken). r=heikki, sr=jst, a=shaver.
2002-03-06 09:50:35 +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
heikki%netscape.com
5f530db87d
Bug 129109, abort() was partially implemented. r=harishd, sr=darin, a=asa.
2002-03-05 23:30:09 +00:00
heikki%netscape.com
c41e05a3b1
Bug 123953, crash when using XMLSerializer on 'orphaned' node. r=harishd, sr=vidur, a=asa.
2002-03-05 22:52:45 +00:00
alecf%netscape.com
30260b9c1e
bug 127091 - big string cleanup, removing old APIs
...
- removing Assign/AppendWithConversion for single-characters
- removing unused StripChars
- removing ReplaceChar[s] for non-matching chars
- removing CompressSet
- removing nsCString::Find/FindCharInSet/RFind for unichar strings
- removing lots of EqualsWithConversion
r=dp, sr=jag
a=asa
2002-03-04 23:18:21 +00:00