bzbarsky%mit.edu
95ad165f0f
Don't add 4 to the length, so we don't send 4 extra bytes of garbage POST
...
data. Bug 246651 followup, r+sr=darin, a=asa
2004-09-24 17:58:03 +00:00
vladimir%pobox.com
fd953d24b4
wrong IID; this one matches aviary and 1.7
2004-09-21 04:25:40 +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
bf119d218f
Fix for 209699 (bug convert some consumers over to CopyUTF8toUTF16 / CopyUTF16toUTF8). r=jshin, sr=jst.
2004-09-17 13:03:33 +00:00
bzbarsky%mit.edu
b85399e488
Just let the HTTP impl compute the content-length for our POST data. It does a
...
better job of it. Bug 246651, r=darin, sr=jst.
2004-09-10 23:18:02 +00:00
pkw%us.ibm.com
787c75e986
Bug 252345 - Memory leak in nsXMLHttpRequest.cpp (seen when using GMail).
...
r=peterv@propagandism.org , sr=darin@meer.net
2004-07-26 23:17:40 +00:00
scott%scott-macgregor.org
bbaa044539
Bug #251418 --> Expose progress notification events through nsIXMLHttpRequest. Allow consumers of nsIXMLHttpRequest to
...
set a progress event listener. Listen for the http channel's nsIProgressEventSink notification and fire our new progress event
to the consumer.
r/sr=jst
2004-07-15 16:47:10 +00:00
scott%scott-macgregor.org
3f5ff003c9
Backing myself out. I thought I was checking into the aviary 1.0 branch
2004-07-15 02:55:47 +00:00
scott%scott-macgregor.org
a51398a1aa
Bug #251418 --> Expose progress notification events through nsIXMLHttpRequest. Allow consumers of nsIXMLHttpRequest to
...
set a progress event listener. Listen for the http channel's nsIProgressEventSink notification and fire our new progress event
to the consumer.
r/sr=jst
2004-07-15 01:58:47 +00:00
vladimir%pobox.com
dee362661e
fixy fixy
2004-07-07 06:19:54 +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
cbiesinger%web.de
accb367c14
bug 248810 nsIStreamConverter[Service] uses wide strings for mime types
...
r+sr=darin
2004-06-29 16:45:07 +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
timeless%mozdev.org
b4ffc1f48b
Bug 243579 Change nsIOnReadystatechangeHandler to nsIOnReadyStateChangeHandler
...
r=jst sr=jst
2004-06-16 12:41:18 +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
dc1de6cd9e
Whitespace only change.
2004-05-13 03:36:39 +00:00
jst%mozilla.jstenback.com
4198754596
Removing stray whitespace. No code change.
2004-04-21 23:49:46 +00:00
bzbarsky%mit.edu
8ff49dc7e1
Fix Windows bustage.
2004-04-19 23:47:40 +00:00
bzbarsky%mit.edu
c4f5611606
Make sure to parse the data as UTF-8, since we serialized it as UTF8. Bug
...
240717, r+sr=jst
2004-04-19 20:12:53 +00:00
gerv%gerv.net
4d3385092d
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-18 22:14:17 +00:00
darin%meer.net
25d84ac621
fixes bug 239038 "rev IIDs for all interfaces modified since Mozilla 1.6" r=bsmedberg sr=jst
2004-04-15 23:30:05 +00:00
sicking%bigfoot.com
9b6a5eba5b
Still bug 239572, but this time with the fix not commented out!
...
r/sr=jst a=chofmann
2004-04-06 16:25:43 +00:00
sicking%bigfoot.com
233f4ada2c
Bug 239572: nullcheck before calling CallQueryInterface
...
r/sr=jst a=chofmann
2004-04-06 16:19:48 +00:00
darin%meer.net
25858cb85e
fixes bug 237845 "WSDL bindings fail on Mozilla 1.7 beta" patch by keeda@hotpop.com r+sr=bz,jst a=asa
2004-03-29 04:04:18 +00:00
tor%cs.brown.edu
30551b03a3
Bug 237685 - make xmlextras not point to green.nscp. Not part of build.
...
patch=doron, r=heikki, sr=darin
2004-03-16 22:00:41 +00:00
jst%mozilla.jstenback.com
b95c4ab7af
Fixing bug 237319. Adding support for server push of XML documents to an XMLHttpRequest using "multipart/x-mixed-replace". r=darin@meer.net, sr=hjtoi-bugzilla@comcast.net, a=chofmann@mozilla.org
2004-03-16 06:34:29 +00:00
jst%mozilla.jstenback.com
6d23b210a8
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:56:17 +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
hjtoi%comcast.net
d415229a0d
Bug 236436, need to null check URL so we won't crash, r+sr=jst.
2004-03-08 19:29:45 +00:00
bzbarsky%mit.edu
3e7be428ed
Make XMLHttpRequest dispatch an error event when it fails. Bug 218236, patch
...
by Wladimir Palant <trev@gtchat.de>, r=jst, sr=bzbarsky
2004-03-06 19:05:08 +00:00
jst%mozilla.jstenback.com
6ca4c1a78e
Fixing bug 68215. Adding support for the onbeforeunload event. r=peterv@propagandism.org, sr=brendan@mozilla.org
2004-02-11 06:09:51 +00:00
jst%mozilla.jstenback.com
8b6dc1c3ca
Fixing bug 233307. deCOMtaminating nsIScript* and related interfaces. r+sr=bryner@brianryner.com.
2004-02-09 22:48:53 +00:00
jst%mozilla.jstenback.com
1804c4910c
Fixing bug 232503. Start using Empty[C]String() to save a bit on code-size. r+sr=peterv@propagandism.org
2004-01-29 22:04:45 +00:00
jst%mozilla.jstenback.com
1f147a5800
Tweak to new APIs. Not part of the build.
2004-01-29 03:25:59 +00:00
jst%mozilla.jstenback.com
95fb697d35
Silly filter stuff (not working), and make the serializer work, or work better at least. Not part of the build.
2004-01-29 01:44:00 +00:00
jst%mozilla.jstenback.com
ccbb9a1ed9
Moving code around. Not part of the build.
2004-01-29 01:05:32 +00:00
jst%mozilla.jstenback.com
b6c5559a09
Support sync loading (if mIsAsync is somehow set), and implement abort(). Not part of the build.
2004-01-29 00:34:19 +00:00
jst%mozilla.jstenback.com
40f3136034
Fixing typo in comment.
2004-01-28 02:55:49 +00:00
jst%mozilla.jstenback.com
008734068d
Adding partial implementations of some DOM LS classes. Not part of the build yet.
2004-01-28 02:55:18 +00:00
jst%mozilla.jstenback.com
0b578ab1cf
Removing these interfaces in favor of the ones in dom/public/idl/ls/. Not part of the build.
2004-01-27 23:00:38 +00:00
hpradhan%hotpop.com
233d5f0197
bug 229177 : Make TestXMLExtras not leak on shutdown r+sr=heikki
2004-01-24 07:21:57 +00:00
jst%mozilla.jstenback.com
d62aed44c4
Fixing bug 230840. DeCOMtaminating nsIDocumentObserver, nsIAttribute, nsIContentList, and nsIContentIterator, and doing some other cleanup. r=jonas@sicking.cc, sr=bryner@brianryner.com
2004-01-24 00:46:17 +00:00
jst%mozilla.jstenback.com
e30a4e35a0
Making these interfaces compile. Not part of the build.
2004-01-15 00:12:36 +00:00
jst%mozilla.jstenback.com
ba05f14ab3
First stab at new W3C DOM Load and Save interfaces. Not part of the build.
2004-01-14 23:59:50 +00:00
bryner%brianryner.com
a135ce4d60
Improve the way in which nsEvent and its subclasses are initialized. Commonly-used members can now be initialized via an inline constructor, and all other members are initialized to zero. eventStructType is set automatically. This also fixes some cases where an eventStructType was doubling as a message -- NS_TEXT_EVENT is now only used as an eventStructType, with a message of NS_TEXT_TEXT. NS_COMPOSITION_* events get an eventStructType of NS_COMPOSITION_EVENT, and ditto for NS_RECONVERSION_*. NS_DRAGDROP_EVENT is no longer an eventStructType since it is not a unique type of struct. There is also some miscellaneous cleanup to nsDOMEvent. Bug 220228, r=jst, sr=blizzard.
2004-01-12 08:25:18 +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
bsmedberg%covad.net
1f4ab81acd
Continuing to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet.
2004-01-07 13:37:00 +00:00
bsmedberg%covad.net
f0bfff2628
Beginning to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet.
2004-01-07 01:22:31 +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
hpradhan%hotpop.com
822edd67b1
Bug 206947: Synchronous XMLHttpRequest leaks and can cause crashes r=heikki sr=jst
2003-09-24 06:20:02 +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
cls%seawood.org
c08e99a287
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
timeless%mozdev.org
198a81594e
Bug 214398 - Refactor some copied code into a function in nsXMLHttpRequest
...
patch by riceman+bmo@mail.rit.edu r=jst sr=jst
2003-07-30 06:57:02 +00:00
jaggernaut%netscape.com
f1efc20ae6
Bug 213602: Switch some users of NS_GetWeakReference over to do_GetWeakReference. r=bzbarsky, sr=dbaron
2003-07-25 19:06:59 +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
20004e3489
Bug 73353: clean up MODULE/REQUIRES story. r=cls, sr=bryner
2003-07-13 22:29:00 +00:00
bzbarsky%mit.edu
e91ae1f2b8
Update the string stream interface a bit and simplify the implementation a
...
lot. Bug 212109, r=dougt, sr=darin
2003-07-11 23:10:27 +00:00
jst%netscape.com
b2dd1f5161
Fixing more of bug 209884. Same change that was done all over the place in the original patch, sr=me.
2003-06-25 22:24:25 +00:00
jst%netscape.com
2e8edec781
Fixing bug 209884. Writing an inline helper to safely get an nsIScriptContext from a JSContext and making direct callers of JS_GetContextPrivate() use the helper. r=caillon@aillon.org, sr=peterv@netscape.com
2003-06-24 21:43:01 +00:00
alecf%flett.org
5614718dd3
fix for bug 209220 - now that i18n APIs take ASCII charset names, update consumers to avoid excess conversions.. which usually means storing charset names as ASCII and updating a few other APIs
...
r=jkeiser, sr=jst and some great comments from jshin@mailaps.org
2003-06-17 16:40:34 +00:00
caillon%returnzero.com
ba75de772b
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
alecf%flett.org
ccf01a2786
fix for bug 206379:
...
- combine nsICharsetConverterManager2 and nsICharsetConverterManager
- get rid of nsIAtom in most of the methods
- provide versions of getUnicodeDecoder/Encoder which don't do alias resolution
- change all charset types to ASCII strings
- clean up some other i18n APIs which could be simplified
- fix all consumers of all changed i18n interfaces
r=jshin, smontagu
rs=sfraser
2003-06-11 18:16:03 +00:00
varga%netscape.com
6ae39ee29c
Fix for bug 208912. DOMParser produces documents with about:blank uri.
...
r=heikki, sr=peterv
2003-06-10 23:31:07 +00:00
seawood%netscape.com
8f112a4226
Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
2003-06-10 21:18:27 +00:00
seawood%netscape.com
6934dc37a9
Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
2003-06-10 20:12:33 +00:00
heikki%netscape.com
5a7cc4bac2
Bug 204545, remove event listeners when needed, which fixes practically all known memory leaks and gets us a step closer to IE compatibility. r=harishd, sr=jst, a=asa.
2003-05-20 21:48:25 +00:00
heikki%netscape.com
759bab5a67
Bug 177533, fix most XMLHttpRequest memory leaks and other minor issues, r=darin, sr=jst, a=asa.
2003-05-08 17:33:59 +00:00
heikki%netscape.com
ddefbdc907
These files were copied to webservices extension, not part of build.
2003-05-01 20:59:36 +00:00
heikki%netscape.com
c4c9184524
This file was moved into the webservices extension, not used here.
2003-05-01 20:56:33 +00:00
heikki%netscape.com
7f2b774404
Removing unused file.
2003-05-01 20:52:10 +00:00
heikki%netscape.com
4035e867e8
Bug 203111, remove unused code, r=harishd, sr=jst, a=asa.
2003-04-29 21:28:17 +00:00
harishd%netscape.com
551ec57a4a
Removing obsolete files that missed my last checkin. *** NOT PART OF THE BUILD ***
2003-04-28 20:10:41 +00:00
jst%netscape.com
73e47eee95
Removing dead .cvsignore file.
2003-04-28 19:16:18 +00:00
harishd%netscape.com
0ba9003dc1
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
heikki%netscape.com
8583070500
Bug 191800, move FIXptr and XPointer into xmlextras, r=harishd, sr=jst.
2003-04-23 00:07:37 +00:00
harishd%netscape.com
1a3a7cd075
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
f2912cb0b1
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
9f37ba1cee
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
131dc4b4db
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
ab5a4af144
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
heikki%netscape.com
f97fe97caf
Bug 186554 XMLSerializer does not serialize documentElement correctly. Extended document encoder API to make it possible to seriaalize a node. r=jfrancis, sr=bzbarsky.
2003-04-15 18:13:13 +00:00
heikki%netscape.com
e511dd271f
Bug 197141, XMLHttpRequest behavior did not match IE when host was not found, r=harishd, sr=darin.
2003-04-11 17:06:29 +00:00
harishd%netscape.com
8ab7563456
New security model doc. ** NOT PART OF THE BUID
2003-04-03 20:27:28 +00:00
heikki%netscape.com
3ad56c2740
Remove unneeded dependency.
2003-04-02 21:50:55 +00:00
jst%netscape.com
14882c9d0c
Fixing bug 124412. Making nsXULDocument inherit nsXMLDocument to avoid the need to duplicate a large amount of code in nsXULDocument. Also removing nsMarkupDocument and nsIDOMEventCapturer that are no longer needed. Changing the inheritance of nsIDOMXULDocument to avoid ~60 or so forwarding methods, and doing a *lot* of code cleanup. r=bugmail@sicking.cc, sr=peterv@netscape.com
2003-03-26 07:41:30 +00:00
harishd%netscape.com
d8caa04d2a
Fixing a bug in my previous checking. sr=jst@netscape.com
2003-03-26 01:49:59 +00:00
harishd%netscape.com
363e9e328b
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
2d30a3a7a0
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
9bd2582d31
Fixing bustage in a different way! Courtesy: Heikki
2003-03-25 02:02:33 +00:00
harishd%netscape.com
00d2a44902
Fixing bustage
2003-03-25 01:46:24 +00:00
harishd%netscape.com
c03be6a87e
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
965ba28bb1
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
db93294146
Added newline to EOF
2003-03-22 02:42:22 +00:00
harishd%netscape.com
b922392392
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
bryner%netscape.com
18028df7d2
Fix dom serializer bustage (bugzilla edit attachment as comment) by making sure not to clobber xmlextras/base/public's .xpt file with xmlextras/interfaceinfo/public's xpt file. Bug 198568, r=harishd, sr=dveditz.
2003-03-21 22:47:30 +00:00
jst%netscape.com
2765c02d68
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
47ae9abde3
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
4dbe6e1def
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
33ea31bd88
This file is no longer used.
2003-03-21 18:58:12 +00:00