Commit Graph

817 Commits

Author SHA1 Message Date
cvshook%sicking.cc
45f2ad3296 Bug 338247: Operator precedence isn't always what you think it is. Patch by bz. r+sr=sicking 2006-05-17 05:27:21 +00:00
cvshook%sicking.cc
2241eae8cb Bug 335913: Reimplement CompareDocumentPosition using nsINode interfaces. r/sr=bz 2006-05-16 14:51:52 +00:00
Olli.Pettay%helsinki.fi
b9c2cdd0a8 Bug 336381, Crash [@ nsRange::InsertNode] involving ranges in detached nodes, r=sicking,glazman,sr=bz 2006-05-15 19:35:12 +00:00
jag%tty.nl
d6ac48d2b7 Ok, undo other attempt, apparently all it took was to move this after the function it references. 2006-05-15 13:58:23 +00:00
jag%tty.nl
5c9c507378 Bustage fix attempt number ... well, I lost track. 2006-05-15 12:47:53 +00:00
jag%tty.nl
b3f99b11ee Attempt to fix 2.95.2 bustage by inlining GetCurrentDoc()'s body 2006-05-15 11:23:20 +00:00
jag%tty.nl
da58b4d480 Only have the nsIContent_base constructor when MOZILLA_INTERNAL_API is defined. The base class constructor it calls won't exist otherwise. Caught by mrbkap. 2006-05-15 10:15:05 +00:00
cvshook%sicking.cc
93d0df9663 And the fixes keep on comming 2006-05-15 09:46:44 +00:00
cvshook%sicking.cc
d095c5e744 Fix windows bustage this time 2006-05-15 09:18:35 +00:00
cvshook%sicking.cc
1587bf0aa1 Grr.. this is it 2006-05-15 08:37:40 +00:00
cvshook%sicking.cc
c42a657902 Correct fix for gcc 2.95.2 2006-05-15 08:36:42 +00:00
cvshook%sicking.cc
fc66e42de2 More bustage fix for gcc 2.95.2 2006-05-15 08:07:35 +00:00
cvshook%sicking.cc
073093c129 Bug 334075: Push mFlagsOrSlots to nsINode to allow storing flags and (in the future) slots on nsGenericDOMDataNodes. r=mrbkap sr=bz 2006-05-15 07:03:15 +00:00
darin%meer.net
0318b8c707 landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb 2006-05-10 17:30:15 +00:00
bzbarsky%mit.edu
86cdacb339 Clean up event dispatch code in XMLHttpRequest, make onreadystatechange an
EventListener, fire upload progress events.  Bug 198595 and bug 312213, patch
by me for the cleanup and onreadystatechange and by Rob Adams
<readams@readams.net> for the upload progress changes, r=sicking, sr=peterv
2006-05-05 17:01:53 +00:00
cvshook%sicking.cc
d3ec0aa5c5 Bug 335911: Change nsIContent::IsContentOfType to nsINode::IsNodeOfType. r/sr=bz 2006-05-05 06:52:21 +00:00
bzbarsky%mit.edu
b1ee2830dd Make nsIDocumentEncoder::init scriptable. Bug 330517, patch by jpl24
<jlurz24@gmail.com>, r=bzbarsky, sr=sicking
2006-05-01 05:25:52 +00:00
bzbarsky%mit.edu
0c3706888c Rename GetNodePrincipal to NodePrincipal. Bug 327246, r+sr=sicking 2006-04-27 18:21:11 +00:00
mrbkap%gmail.com
fcb69da993 When a document's scope object changes (e.g., for a call to document.open), actually change the scope object and move all of the wrappers in the old scope into the new one. bug 333697, r+sr=jst 2006-04-26 19:53:27 +00:00
neil%parkwaycc.co.uk
cb8f071e1c Improve box object hashtable storage b=326931 r=jst sr=bz 2006-04-26 12:42:49 +00:00
peterv%propagandism.org
02f7995799 Fix for bug 324865 (Move XMLHttpRequest to gklayout). r/sr=jst. 2006-04-26 09:19:48 +00:00
roc+%cs.cmu.edu
4667a9b409 Bug 330305. Rename nsSelection to nsFrameSelection, and deCOMtaminate it, removing nsIFrameSelection. patch by Marc Liddell, r+sr=roc 2006-04-26 01:57:22 +00:00
bzbarsky%mit.edu
242103d680 Make getElementsByTagName do the right thing with prefixes. Bug 206053,
r=peterv, sr=jst
2006-04-25 21:21:49 +00:00
bzbarsky%mit.edu
c6cc005766 Fix image blocking for obviously image objects. Bug 334825, r=biesi, sr=shaver 2006-04-24 19:56:18 +00:00
bzbarsky%mit.edu
7f9b937064 Dispatch mutation events even in documents that are not rendered in a window.
Bug 201236, patch by Alex Vincent <ajvincent@gmail.com>, r=smaug, sr=peterv
2006-04-24 19:52:21 +00:00
darin%meer.net
15fd51a18e fixes bug 307769 "document how to pass a nsIInputStream to nsIXMLHttpRequest.send" r=biesi, sr=jst 2006-04-20 03:39:22 +00:00
scott%scott-macgregor.org
5bba4679e3 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
2006-04-20 03:39:18 +00:00
scott%scott-macgregor.org
cda79a6198 Backing myself out. I thought I was checking into the aviary 1.0 branch 2006-04-20 03:39:17 +00:00
scott%scott-macgregor.org
c866840e10 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
2006-04-20 03:39:16 +00:00
timeless%mozdev.org
0df9601162 Bug 243579 Change nsIOnReadystatechangeHandler to nsIOnReadyStateChangeHandler
r=jst sr=jst
2006-04-20 03:39:13 +00:00
vladimir%pobox.com
a5785bf55b wrong IID; this one matches aviary and 1.7 2006-04-20 03:39:04 +00:00
vladimir%pobox.com
441af8c3bc b=253954, let nsDOMParser detect charset from xml entity decl -- finally remembered to land this; r=bz,sr=shaver 2006-04-20 03:39:02 +00:00
vladimir%pobox.com
faa6379303 b=250119, xmlextras parsestring/parsestream should use autf8string. r=jst, sr=shaver 2006-04-20 03:39:00 +00:00
gerv%gerv.net
d2904cd7c1 Bug 236613: change to MPL/LGPL/GPL tri-license. 2006-04-20 03:38:57 +00:00
darin%meer.net
865090f264 fixes bug 239038 "rev IIDs for all interfaces modified since Mozilla 1.6" r=bsmedberg sr=jst 2006-04-20 03:38:53 +00:00
jst%mozilla.jstenback.com
1b422eca3a 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 2006-04-20 03:38:52 +00:00
jst%mozilla.jstenback.com
a9eb73ebb5 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 2006-04-20 03:38:51 +00:00
jst%mozilla.jstenback.com
9b33abb12c Fixing typo in comment. 2006-04-20 03:38:31 +00:00
heikki%netscape.com
3292eda9fe 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. 2006-04-20 03:38:26 +00:00
heikki%netscape.com
e427083b8c Bug 169984, sanitize XMExtras method availability to scripts. r=mstoltz, sr=jst. 2006-04-20 03:38:13 +00:00
alecf%netscape.com
fe8bb82129 bug 157624 - prep for freezing nsISupports* primitives by renaming the string classes appropriately
nsISupportsString  -> nsISupportsCString
nsISupportsWString -> nsISupportsString
r=dougt, sr=jag
2006-04-20 03:38:05 +00:00
heikki%netscape.com
250cbe186e Bug 123499, enable arbitrary HTTP commands via XMLHttpRequest. Patch from matthew@mjwilson.demon.co.uk, r=heikki, sr=darin. 2006-04-20 03:37:49 +00:00
vidur%netscape.com
73d029f652 Fix for bug 122305. XMLHttpRequest now has a way to override the mime type of the incoming stream. r=heikki, sr=jst 2006-04-20 03:37:48 +00:00
heikki%netscape.com
571f3f4791 Bug 98928, send() can take any type of parameter, i.e. it can now take JavaScript string. r=jst, sr=jband. 2006-04-20 03:37:45 +00:00
gerv%gerv.net
7050e960ae License changes, take 2. Bug 98089. mozilla/extensions/. 2006-04-20 03:37:39 +00:00
gerv%gerv.net
8246ccbcea Oops. 2006-04-20 03:37:38 +00:00
scc%mozilla.org
1c50c6cd5e bug #98089: ripped new license 2006-04-20 03:37:37 +00:00
heikki%netscape.com
7bdbe28cdb Bug 96459, bug 96307 and Bugscape 8288. Implement readyState and onreadystatechange members to enable progress indicators for download. Make it possible to call send() again in onload without crashing. Send load event only after everything done (was sent too early if XML errors). Make some functions throw error if called at the wrong time (match IE). Make it possible to build SOAP again (patch from peterv, r=heikki). r=harishd, sr=vidur, a=asa. 2006-04-20 03:37:31 +00:00
vidur%netscape.com
a2a0d9aae7 Fix for bug 88078. XMLHttpRequest now accepts non-HTTP URIs as well. This is similar to IE behavior. r=heikki, sr=jst 2006-04-20 03:37:29 +00:00
heikki%netscape.com
e19c0ee67a Bug 83557, make xmlextras work in embedding. XMLHttpRequest is more like a DOM class now, events are fired and executed on the proper context, and a lot of JS specific code was removed. Patch by jst, r=heikki, sr=vidur, a=asa@mozilla.org. 2006-04-20 03:37:23 +00:00