bryner%brianryner.com
aed69207f0
Add support for caching content viewers in session history to speed up back/forward (bug 274784). This initial landing has the feature disabled by default; set browser.sessionhistory.max_viewers to the maximum number of pages to cache to enable the feature. r=bzbarsky, sr/a=brendan.
2005-05-04 20:22:32 +00:00
bzbarsky%mit.edu
125f1fd3c1
Don't crash if responseText is gotten when we have no channel. Bug 289156,
...
r+sr=jst, a=chofmann
2005-05-03 15:57:21 +00:00
jst%mozilla.jstenback.com
50de4a3e1d
Fixing bug 289940. Make chrome event handlers only receive trusted events by default. r=jonas@sicking.cc, sr=peterv@propagandism.org, a=chofmann@mozilla.org
2005-04-28 23:48:28 +00:00
bsmedberg%covad.net
be30b2f533
Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin
2005-04-04 18:38:19 +00:00
bzbarsky%mit.edu
d602741004
Make sure to wrap a buffered stream around the stream we're passed before
...
sending it to the parser (which expects a buffered stream). Bug 287409,
r=darin, sr=jst
2005-03-30 04:18:08 +00:00
timeless%mozdev.org
8d3c241e40
Bug 286090 nsXMLHttpRequest.cpp should probably avoid text/xml
...
patch by bug@annevankesteren.nl r=doron sr=peterv
2005-03-14 22:15:05 +00:00
cbiesinger%web.de
e8d4c35266
181938 allow any protocol to support redirection, using a new
...
nsIChannelEventSink interface.
r=darin sr=bz
2005-03-07 19:46:06 +00:00
jst%mozilla.jstenback.com
be2f36ec94
Fixing bug 282615. Make DOMSerializer's security check check for enabled priveleges too. r=jonas@sicking.cc, sr=bzbarsky@mit.edu
2005-02-19 19:00:14 +00:00
bzbarsky%mit.edu
5ffa5142bf
Fixing build bustage
2005-01-29 04:46:02 +00:00
bzbarsky%mit.edu
eb250c13aa
Make nsIXMLHttpRequest.getResponseHeader follow the documented api. Bug
...
276705, r=doron, sr=jst
2005-01-29 04:12:12 +00:00
cbiesinger%web.de
8ab6e0d7d1
bug 264599 make unfrozen necko interfaces use 64-bit integers.
...
r=darin sr=bz a=asa
2005-01-09 20:43:35 +00:00
jst%mozilla.jstenback.com
0cd518a332
Fixing bug 268844. Don't force the cache to be bypassed for non-multipart requests. r=bzbarsky@mit.edu, sr=darin@meer.net
2004-11-11 19:44:33 +00:00
bzbarsky%mit.edu
3b1310cdc8
Don't try to parse the response on necko-level errors (dns failures, timeouts,
...
etc). Bug 268472, r+sr=jst
2004-11-10 01:55:18 +00:00
bzbarsky%mit.edu
ddc468e6d6
Make it possible to re-call an XMLHttpRequest object from its onreadystate
...
handler by clearing listeners before calling onreadystate, not after. Bug
258768, r=doron, sr=jst
2004-09-30 22:47:50 +00:00
bzbarsky%mit.edu
171aed6386
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
88acc07ddd
wrong IID; this one matches aviary and 1.7
2004-09-21 04:25:40 +00:00
vladimir%pobox.com
d1d148096e
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
bzbarsky%mit.edu
216e446106
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
2cbae95882
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
eef574b07f
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
e5c08f1f29
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
7060e0a619
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
cfa0c12313
fixy fixy
2004-07-07 06:19:54 +00:00
vladimir%pobox.com
867a56f1d1
b=250119, xmlextras parsestring/parsestream should use autf8string. r=jst, sr=shaver
2004-07-07 05:49:29 +00:00
cbiesinger%web.de
6263ab98d2
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
0f4150a4e5
Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin
2004-06-17 00:13:25 +00:00
timeless%mozdev.org
d60fe6d36c
Bug 243579 Change nsIOnReadystatechangeHandler to nsIOnReadyStateChangeHandler
...
r=jst sr=jst
2004-06-16 12:41:18 +00:00
roc+%cs.cmu.edu
0e3ff503fb
Bug 226439. Convert Seamonkey to EqualsLiteral. rs=darin
2004-05-22 22:15:22 +00:00
jst%mozilla.jstenback.com
51c893718d
Whitespace only change.
2004-05-13 03:36:39 +00:00
jst%mozilla.jstenback.com
b3368ce10b
Removing stray whitespace. No code change.
2004-04-21 23:49:46 +00:00
bzbarsky%mit.edu
7bbaee0352
Fix Windows bustage.
2004-04-19 23:47:40 +00:00
bzbarsky%mit.edu
4bdfce9548
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
86486431ae
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-18 22:14:17 +00:00
darin%meer.net
c083b41820
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
b403fa9cea
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
edfe95712f
Bug 239572: nullcheck before calling CallQueryInterface
...
r/sr=jst a=chofmann
2004-04-06 16:19:48 +00:00
darin%meer.net
ba2c790d5b
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
jst%mozilla.jstenback.com
1f82adcf25
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
02916b3d2e
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
6a11f179c5
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
9c4f6d3449
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
2785900fde
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
64ad19a801
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
505c634885
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
90431d8022
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
642fc25e7e
Fixing typo in comment.
2004-01-28 02:55:49 +00:00
jst%mozilla.jstenback.com
ce1edc1dc9
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
bryner%brianryner.com
2bddef83ba
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
c000ae86e8
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
bryner%brianryner.com
605cc06382
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