W3C CVS

CVS log for 2006/webapi/XMLHttpRequest/Overview.src.html

[BACK] Up to [Public] / 2006 / webapi / XMLHttpRequest

Request diff between arbitrary revisions


Default branch: 1

Revision 1.180 / (download) / (as text) - annotate - [select for diffs] , Fri May 16 10:19:32 2008 UTC (26 hours, 57 minutes ago) by avankest
CVS Tags: HEAD
Changes since 1.179: +5 -3 lines
Diff to previous 1.179 (colored)
make requirement for Accept:*/*

Revision 1.179 / (download) / (as text) - annotate - [select for diffs] , Fri May 16 10:05:51 2008 UTC (27 hours, 11 minutes ago) by avankest
Changes since 1.178: +11 -8 lines
Diff to previous 1.178 (colored)
fix several examples; clarify some text

Revision 1.178 / (download) / (as text) - annotate - [select for diffs] , Fri May 16 09:58:19 2008 UTC (27 hours, 18 minutes ago) by avankest
Changes since 1.177: +17 -6 lines
Diff to previous 1.177 (colored)
add 2109 back even though cookie specs are useless

Revision 1.177 / (download) / (as text) - annotate - [select for diffs] , Fri May 16 09:49:22 2008 UTC (27 hours, 27 minutes ago) by avankest
Changes since 1.176: +8 -1 lines
Diff to previous 1.176 (colored)
add a reference to HTTPONLY cookies

Revision 1.176 / (download) / (as text) - annotate - [select for diffs] , Fri May 16 08:53:06 2008 UTC (28 hours, 23 minutes ago) by avankest
Changes since 1.175: +17 -8 lines
Diff to previous 1.175 (colored)
add a note for TRACK; add Authorization / Cookie / Cookie2; add TLS negotiation failure; rephrase DOM requirements

Revision 1.175 / (download) / (as text) - annotate - [select for diffs] , Mon May 12 20:45:14 2008 UTC (4 days, 16 hours ago) by avankest
Changes since 1.174: +20 -13 lines
Diff to previous 1.174 (colored)
make several small editorial changes per LC comments

Revision 1.174 / (download) / (as text) - annotate - [select for diffs] , Mon May 12 14:58:11 2008 UTC (4 days, 22 hours ago) by avankest
Changes since 1.173: +10 -9 lines
Diff to previous 1.173 (colored)
make Accept always present; explain error/send() flags

Revision 1.173 / (download) / (as text) - annotate - [select for diffs] , Mon May 12 13:27:41 2008 UTC (4 days, 23 hours ago) by avankest
Changes since 1.172: +4 -3 lines
Diff to previous 1.172 (colored)
fix two typos; make ED draft

Revision 1.172 / (download) / (as text) - annotate - [select for diffs] , Tue Apr 15 10:28:50 2008 UTC (4 weeks, 4 days ago) by avankest
Changes since 1.171: +4 -5 lines
Diff to previous 1.171 (colored)
prepare for Last Call publication

Revision 1.171 / (download) / (as text) - annotate - [select for diffs] , Fri Mar 7 23:51:57 2008 UTC (2 months, 1 week ago) by avankest
Changes since 1.170: +6 -4 lines
Diff to previous 1.170 (colored)
return null for invalid headers in getResponseHeader()

Revision 1.170 / (download) / (as text) - annotate - [select for diffs] , Wed Feb 27 13:28:54 2008 UTC (2 months, 2 weeks ago) by avankest
Changes since 1.169: +3 -4 lines
Diff to previous 1.169 (colored)
getAllResponseHeaders() returns the empty strng in case of failure/non same-origin

Revision 1.169 / (download) / (as text) - annotate - [select for diffs] , Tue Feb 26 11:19:00 2008 UTC (2 months, 2 weeks ago) by avankest
Changes since 1.168: +8 -10 lines
Diff to previous 1.168 (colored)
update the XMLHttpRequest stuff to not throw exceptions for responseText and responseXML; responseText is always a DOMString too

Revision 1.168 / (download) / (as text) - annotate - [select for diffs] , Mon Feb 25 15:32:52 2008 UTC (2 months, 3 weeks ago) by avankest
Changes since 1.167: +5 -4 lines
Diff to previous 1.167 (colored)
ban headers starting with Sec-

Revision 1.167 / (download) / (as text) - annotate - [select for diffs] , Mon Feb 25 15:25:26 2008 UTC (2 months, 3 weeks ago) by avankest
Changes since 1.166: +15 -13 lines
Diff to previous 1.166 (colored)
responseText shall return the empty string

Revision 1.166 / (download) / (as text) - annotate - [select for diffs] , Wed Dec 19 13:35:12 2007 UTC (4 months, 4 weeks ago) by avankest
Changes since 1.165: +6 -3 lines
Diff to previous 1.165 (colored)
GET will not have an entity body

Revision 1.165 / (download) / (as text) - annotate - [select for diffs] , Wed Dec 12 17:09:18 2007 UTC (5 months ago) by avankest
Changes since 1.164: +12 -10 lines
Diff to previous 1.164 (colored)
use inputEncoding for encoding a Document

Revision 1.164 / (download) / (as text) - annotate - [select for diffs] , Wed Dec 12 16:44:49 2007 UTC (5 months ago) by avankest
Changes since 1.163: +3 -3 lines
Diff to previous 1.163 (colored)
ensure charset is set to UTF-8

Revision 1.163 / (download) / (as text) - annotate - [select for diffs] , Thu Dec 6 15:56:11 2007 UTC (5 months, 1 week ago) by avankest
Changes since 1.162: +32 -13 lines
Diff to previous 1.162 (colored)
make 'conforming xml user agent' more 'clear' plus several non-normative changes

Revision 1.162 / (download) / (as text) - annotate - [select for diffs] , Thu Nov 29 18:14:12 2007 UTC (5 months, 2 weeks ago) by avankest
Changes since 1.161: +6 -4 lines
Diff to previous 1.161 (colored)
set accept-language conditionally

Revision 1.161 / (download) / (as text) - annotate - [select for diffs] , Thu Nov 29 17:48:44 2007 UTC (5 months, 2 weeks ago) by avankest
Changes since 1.160: +21 -21 lines
Diff to previous 1.160 (colored)
accept-language is not to be set by the UA

Revision 1.160 / (download) / (as text) - annotate - [select for diffs] , Fri Nov 23 11:34:54 2007 UTC (5 months, 3 weeks ago) by avankest
Changes since 1.159: +2 -16 lines
Diff to previous 1.159 (colored)
fix DOM2Events ref

Revision 1.159 / (download) / (as text) - annotate - [select for diffs] , Fri Nov 23 11:21:55 2007 UTC (5 months, 3 weeks ago) by avankest
Changes since 1.158: +51 -52 lines
Diff to previous 1.158 (colored)
do acknowledgments different

Revision 1.158 / (download) / (as text) - annotate - [select for diffs] , Fri Nov 23 10:55:20 2007 UTC (5 months, 3 weeks ago) by avankest
Changes since 1.157: +1 -4 lines
Diff to previous 1.157 (colored)
HttpOnly; remove duplicate stuff

Revision 1.157 / (download) / (as text) - annotate - [select for diffs] , Fri Nov 23 10:21:11 2007 UTC (5 months, 3 weeks ago) by avankest
Changes since 1.156: +30 -35 lines
Diff to previous 1.156 (colored)
use event handler attribute dfn from HTML5; document pointer

Revision 1.156 / (download) / (as text) - annotate - [select for diffs] , Fri Nov 23 09:47:33 2007 UTC (5 months, 3 weeks ago) by avankest
Changes since 1.155: +25 -22 lines
Diff to previous 1.155 (colored)
make the method story with respect to security more clear

Revision 1.155 / (download) / (as text) - annotate - [select for diffs] , Thu Nov 22 19:16:29 2007 UTC (5 months, 3 weeks ago) by avankest
Changes since 1.154: +38 -33 lines
Diff to previous 1.154 (colored)
DOM3Events -> DOM2Events; clearly mark dependency on HTML5; remove dependency on obsolete Window spec

Revision 1.154 / (download) / (as text) - annotate - [select for diffs] , Thu Nov 22 19:01:37 2007 UTC (5 months, 3 weeks ago) by avankest
Changes since 1.153: +4 -3 lines
Diff to previous 1.153 (colored)
reword

Revision 1.153 / (download) / (as text) - annotate - [select for diffs] , Thu Nov 22 18:58:55 2007 UTC (5 months, 3 weeks ago) by avankest
Changes since 1.152: +25 -22 lines
Diff to previous 1.152 (colored)
change case-insensitive dfn; add security consideration sec

Revision 1.152 / (download) / (as text) - annotate - [select for diffs] , Tue Oct 23 21:49:52 2007 UTC (6 months, 3 weeks ago) by avankest
Changes since 1.151: +0 -1 lines
Diff to previous 1.151 (colored)
no need for a base style sheet

Revision 1.151 / (download) / (as text) - annotate - [select for diffs] , Tue Oct 23 21:42:38 2007 UTC (6 months, 3 weeks ago) by avankest
Changes since 1.150: +8 -13 lines
Diff to previous 1.150 (colored)
make draft ready for publication; remove note I missed earlier

Revision 1.150 / (download) / (as text) - annotate - [select for diffs] , Thu Oct 18 12:54:37 2007 UTC (6 months, 4 weeks ago) by avankest
Changes since 1.149: +22 -22 lines
Diff to previous 1.149 (colored)
make some editorial changes

Revision 1.149 / (download) / (as text) - annotate - [select for diffs] , Thu Oct 18 12:26:06 2007 UTC (6 months, 4 weeks ago) by avankest
Changes since 1.148: +13 -13 lines
Diff to previous 1.148 (colored)
header not match syntax production -> empty string

Revision 1.148 / (download) / (as text) - annotate - [select for diffs] , Thu Oct 11 09:33:11 2007 UTC (7 months ago) by avankest
Changes since 1.147: +1 -1 lines
Diff to previous 1.147 (colored)
typo

Revision 1.147 / (download) / (as text) - annotate - [select for diffs] , Thu Oct 11 09:31:25 2007 UTC (7 months ago) by avankest
Changes since 1.146: +14 -20 lines
Diff to previous 1.146 (colored)
remove data: URL support for now

Revision 1.146 / (download) / (as text) - annotate - [select for diffs] , Thu Oct 4 13:42:52 2007 UTC (7 months, 1 week ago) by avankest
Changes since 1.145: +1 -7 lines
Diff to previous 1.145 (colored)
remove obsolete reference

Revision 1.145 / (download) / (as text) - annotate - [select for diffs] , Thu Oct 4 13:14:10 2007 UTC (7 months, 1 week ago) by avankest
Changes since 1.144: +61 -53 lines
Diff to previous 1.144 (colored)
solve last issue with respect to same-origin and make some editorial changes

Revision 1.144 / (download) / (as text) - annotate - [select for diffs] , Tue Oct 2 16:38:51 2007 UTC (7 months, 2 weeks ago) by avankest
Changes since 1.143: +9 -15 lines
Diff to previous 1.143 (colored)
define which Document object same-origin is checked against

Revision 1.143 / (download) / (as text) - annotate - [select for diffs] , Thu Sep 27 14:59:34 2007 UTC (7 months, 2 weeks ago) by avankest
Changes since 1.142: +20 -15 lines
Diff to previous 1.142 (colored)
use term ihost; can't use baseURI; clearly mark open issue about which Document object to use

Revision 1.142 / (download) / (as text) - annotate - [select for diffs] , Tue Sep 25 13:09:11 2007 UTC (7 months, 3 weeks ago) by avankest
Changes since 1.141: +16 -5 lines
Diff to previous 1.141 (colored)
reference HTML5

Revision 1.141 / (download) / (as text) - annotate - [select for diffs] , Tue Sep 25 12:49:02 2007 UTC (7 months, 3 weeks ago) by avankest
Changes since 1.140: +23 -12 lines
Diff to previous 1.140 (colored)
define same-origin

Revision 1.140 / (download) / (as text) - annotate - [select for diffs] , Tue Sep 25 12:20:00 2007 UTC (7 months, 3 weeks ago) by avankest
Changes since 1.139: +15 -21 lines
Diff to previous 1.139 (colored)
define XML user agent better; small editorial change

Revision 1.139 / (download) / (as text) - annotate - [select for diffs] , Tue Sep 25 11:29:13 2007 UTC (7 months, 3 weeks ago) by avankest
Changes since 1.138: +6 -6 lines
Diff to previous 1.138 (colored)
less UTF-8; note work in progress in references

Revision 1.138 / (download) / (as text) - annotate - [select for diffs] , Tue Sep 25 11:20:10 2007 UTC (7 months, 3 weeks ago) by avankest
Changes since 1.137: +25 -8 lines
Diff to previous 1.137 (colored)
clarify how exceptions work; introduce SECURITY_ERR definition into this draft to guide implementors

Revision 1.137 / (download) / (as text) - annotate - [select for diffs] , Fri Aug 3 09:19:56 2007 UTC (9 months, 2 weeks ago) by avankest
Changes since 1.136: +2 -2 lines
Diff to previous 1.136 (colored)
fix typos

Revision 1.136 / (download) / (as text) - annotate - [select for diffs] , Thu Aug 2 12:39:29 2007 UTC (9 months, 2 weeks ago) by avankest
Changes since 1.135: +5 -5 lines
Diff to previous 1.135 (colored)
The anti-UTF-8 dev.w3.org movement has won.

Revision 1.135 / (download) / (as text) - annotate - [select for diffs] , Thu Aug 2 12:29:07 2007 UTC (9 months, 2 weeks ago) by avankest
Changes since 1.134: +7 -6 lines
Diff to previous 1.134 (colored)
set send() flag to 'false' later on in the abort() algorithm to ensure the algorithm functions properly

Revision 1.134 / (download) / (as text) - annotate - [select for diffs] , Fri Jul 27 18:35:52 2007 UTC (9 months, 3 weeks ago) by avankest
Changes since 1.133: +15 -14 lines
Diff to previous 1.133 (colored)
s/OPEN state/OPENED state/ to avoid case issue with IDL; minor editorial fixes

Revision 1.133 / (download) / (as text) - annotate - [select for diffs] , Wed Jul 25 15:33:21 2007 UTC (9 months, 3 weeks ago) by avankest
Changes since 1.132: +1 -7 lines
Diff to previous 1.132 (colored)
add latest 'previous version'

Revision 1.132 / (download) / (as text) - annotate - [select for diffs] , Wed Jul 25 14:28:50 2007 UTC (9 months, 3 weeks ago) by avankest
Changes since 1.131: +6 -2 lines
Diff to previous 1.131 (colored)
disallow anything that starts with 'Proxy-'

Revision 1.131 / (download) / (as text) - annotate - [select for diffs] , Wed Jul 25 14:15:32 2007 UTC (9 months, 3 weeks ago) by avankest
Changes since 1.130: +22 -22 lines
Diff to previous 1.130 (colored)
improve fragment identifiers

Revision 1.130 / (download) / (as text) - annotate - [select for diffs] , Wed Jul 25 13:59:04 2007 UTC (9 months, 3 weeks ago) by avankest
Changes since 1.129: +4 -2 lines
Diff to previous 1.129 (colored)
forgot EH; editorial changes

Revision 1.129 / (download) / (as text) - annotate - [select for diffs] , Wed Jul 25 12:58:39 2007 UTC (9 months, 3 weeks ago) by avankest
Changes since 1.128: +1 -0 lines
Diff to previous 1.128 (colored)
block Proxy-Connection header for security reasons

Revision 1.128 / (download) / (as text) - annotate - [select for diffs] , Wed Jul 25 09:44:53 2007 UTC (9 months, 3 weeks ago) by avankest
Changes since 1.127: +12 -5 lines
Diff to previous 1.127 (colored)
add a note saying that responseXML just gives you a (static) tree

Revision 1.127 / (download) / (as text) - annotate - [select for diffs] , Wed Jul 25 09:34:38 2007 UTC (9 months, 3 weeks ago) by avankest
Changes since 1.126: +18 -23 lines
Diff to previous 1.126 (colored)
make it an editor's draft again and make several editorial changes

Revision 1.126 / (download) / (as text) - annotate - [select for diffs] , Thu Jun 28 14:47:45 2007 UTC (10 months, 2 weeks ago) by avankest
Changes since 1.125: +25 -24 lines
Diff to previous 1.125 (colored)
make several editorial fixes at request of Denis

Revision 1.125 / (download) / (as text) - annotate - [select for diffs] , Tue Jun 26 11:43:03 2007 UTC (10 months, 3 weeks ago) by avankest
Changes since 1.124: +1 -0 lines
Diff to previous 1.124 (colored)
add Stewart to the list of acknowledgements

Revision 1.124 / (download) / (as text) - annotate - [select for diffs] , Tue Jun 26 10:31:06 2007 UTC (10 months, 3 weeks ago) by avankest
Changes since 1.123: +27 -14 lines
Diff to previous 1.123 (colored)
introduce error flag to more clearly indicate behavior; fix getResponseHeader() and getAllResponseHeaders()

Revision 1.123 / (download) / (as text) - annotate - [select for diffs] , Mon Jun 25 11:32:59 2007 UTC (10 months, 3 weeks ago) by avankest
Changes since 1.122: +27 -15 lines
Diff to previous 1.122 (colored)
introduce HEADERS_RECEIVED

Revision 1.122 / (download) / (as text) - annotate - [select for diffs] , Mon Jun 18 10:21:43 2007 UTC (10 months, 4 weeks ago) by avankest
Changes since 1.121: +1 -0 lines
Diff to previous 1.121 (colored)
fix CSS and update date as requested by W3C webmaster

Revision 1.121 / (download) / (as text) - annotate - [select for diffs] , Fri Jun 15 10:45:20 2007 UTC (11 months ago) by avankest
Changes since 1.120: +19 -8 lines
Diff to previous 1.120 (colored)
introduce ABORT_ERR; hopefully last new feature needed...

Revision 1.120 / (download) / (as text) - annotate - [select for diffs] , Thu Jun 14 15:05:48 2007 UTC (11 months ago) by avankest
Changes since 1.119: +8 -5 lines
Diff to previous 1.119 (colored)
make it a W3C WD ready for publication

Revision 1.119 / (download) / (as text) - annotate - [select for diffs] , Mon Jun 11 12:13:18 2007 UTC (11 months ago) by avankest
Changes since 1.118: +6 -4 lines
Diff to previous 1.118 (colored)
introduce class=switch

Revision 1.118 / (download) / (as text) - annotate - [select for diffs] , Mon Jun 11 12:10:28 2007 UTC (11 months ago) by avankest
Changes since 1.117: +126 -55 lines
Diff to previous 1.117 (colored)
high potential for errors: make the send() algorithm more explicit and add text/html charset detection

Revision 1.117 / (download) / (as text) - annotate - [select for diffs] , Mon Jun 4 12:13:54 2007 UTC (11 months, 1 week ago) by avankest
Changes since 1.116: +63 -56 lines
Diff to previous 1.116 (colored)
fix some typos; fix SENT; remove some incorrect EOL

Revision 1.116 / (download) / (as text) - annotate - [select for diffs] , Fri May 25 12:06:57 2007 UTC (11 months, 3 weeks ago) by avankest
Changes since 1.115: +7 -9 lines
Diff to previous 1.115 (colored)
drop text/xsl

Revision 1.115 / (download) / (as text) - annotate - [select for diffs] , Fri May 25 11:53:18 2007 UTC (11 months, 3 weeks ago) by avankest
Changes since 1.114: +9 -3 lines
Diff to previous 1.114 (colored)
make a small clarification to the charset detection algorithm

Revision 1.114 / (download) / (as text) - annotate - [select for diffs] , Wed May 23 12:02:21 2007 UTC (11 months, 3 weeks ago) by avankest
Changes since 1.113: +1 -0 lines
Diff to previous 1.113 (colored)
mention overrideMimeType

Revision 1.113 / (download) / (as text) - annotate - [select for diffs] , Sat May 19 12:18:18 2007 UTC (11 months, 4 weeks ago) by avankest
Changes since 1.112: +14 -15 lines
Diff to previous 1.112 (colored)
simplify charset detection for text response entity body

Revision 1.112 / (download) / (as text) - annotate - [select for diffs] , Thu May 17 16:12:11 2007 UTC (12 months ago) by avankest
Changes since 1.111: +6 -0 lines
Diff to previous 1.111 (colored)
forget a bunch of people in the list of acknowledgements

Revision 1.111 / (download) / (as text) - annotate - [select for diffs] , Thu May 17 16:05:21 2007 UTC (12 months ago) by avankest
Changes since 1.110: +47 -4 lines
Diff to previous 1.110 (colored)
cover BOM detection in text response entity body

Revision 1.110 / (download) / (as text) - annotate - [select for diffs] , Mon May 14 12:39:00 2007 UTC (12 months ago) by avankest
Changes since 1.109: +7 -8 lines
Diff to previous 1.109 (colored)
s/stop/terminate/

Revision 1.109 / (download) / (as text) - annotate - [select for diffs] , Sun May 13 20:21:25 2007 UTC (12 months ago) by avankest
Changes since 1.108: +3 -2 lines
Diff to previous 1.108 (colored)
fix markup error

Revision 1.108 / (download) / (as text) - annotate - [select for diffs] , Sun May 13 20:19:39 2007 UTC (12 months ago) by avankest
Changes since 1.107: +20 -9 lines
Diff to previous 1.107 (colored)
clarify how the send() algorithm might get aborted and make it a bit more explicit

Revision 1.107 / (download) / (as text) - annotate - [select for diffs] , Fri May 11 09:22:36 2007 UTC (12 months, 1 week ago) by avankest
Changes since 1.106: +17 -23 lines
Diff to previous 1.106 (colored)
change some of the cross references around response entity body and remove a redundant paragraph

Revision 1.106 / (download) / (as text) - annotate - [select for diffs] , Fri May 11 09:01:05 2007 UTC (12 months, 1 week ago) by avankest
Changes since 1.105: +6 -12 lines
Diff to previous 1.105 (colored)
410 Conforming script

Revision 1.105 / (download) / (as text) - annotate - [select for diffs] , Thu May 10 13:00:30 2007 UTC (12 months, 1 week ago) by avankest
Changes since 1.104: +1 -1 lines
Diff to previous 1.104 (colored)
markup fix

Revision 1.104 / (download) / (as text) - annotate - [select for diffs] , Wed May 9 09:33:49 2007 UTC (12 months, 1 week ago) by avankest
Changes since 1.103: +11 -11 lines
Diff to previous 1.103 (colored)
make it more explicit when the send() flag is set to "false"

Revision 1.103 / (download) / (as text) - annotate - [select for diffs] , Wed May 9 08:54:32 2007 UTC (12 months, 1 week ago) by avankest
Changes since 1.102: +4 -4 lines
Diff to previous 1.102 (colored)
make XML response entity body steps slightly more clear and fix the send() flag pointers

Revision 1.102 / (download) / (as text) - annotate - [select for diffs] , Tue May 8 14:13:15 2007 UTC (12 months, 1 week ago) by avankest
Changes since 1.101: +9 -4 lines
Diff to previous 1.101 (colored)
elaborate on non same-origin; change when the send() flag is set; fix an obvious error with the default value of async

Revision 1.101 / (download) / (as text) - annotate - [select for diffs] , Tue May 8 12:09:37 2007 UTC (12 months, 1 week ago) by avankest
Changes since 1.100: +5 -2 lines
Diff to previous 1.100 (colored)
throw NOT_SUPPORTED_ERR for unsupported schemes, fix two (editorial) mistakes

Revision 1.100 / (download) / (as text) - annotate - [select for diffs] , Tue May 8 10:29:22 2007 UTC (12 months, 1 week ago) by avankest
Changes since 1.99: +1 -1 lines
Diff to previous 1.99 (colored)
grr

Revision 1.99 / (download) / (as text) - annotate - [select for diffs] , Tue May 8 10:27:54 2007 UTC (12 months, 1 week ago) by avankest
Changes since 1.98: +4 -7 lines
Diff to previous 1.98 (colored)
address comments from Bjoern; don't dispatch event after an exception and allow responseXML for no Content-Type responses

Revision 1.98 / (download) / (as text) - annotate - [select for diffs] , Tue May 8 09:57:36 2007 UTC (12 months, 1 week ago) by avankest
Changes since 1.97: +36 -28 lines
Diff to previous 1.97 (colored)
terminate the phrase 'abort these steps' in favor of 'terminate these steps'

Revision 1.97 / (download) / (as text) - annotate - [select for diffs] , Tue May 8 09:50:08 2007 UTC (12 months, 1 week ago) by avankest
Changes since 1.96: +9 -8 lines
Diff to previous 1.96 (colored)
doesn't -> does not; don't -> do not

Revision 1.96 / (download) / (as text) - annotate - [select for diffs] , Tue May 8 09:45:10 2007 UTC (12 months, 1 week ago) by avankest
Changes since 1.95: +129 -158 lines
Diff to previous 1.95 (colored)
remove lots of redundant conformance requirements; thanks Simon for pointing that out!

Revision 1.95 / (download) / (as text) - annotate - [select for diffs] , Tue May 8 08:34:40 2007 UTC (12 months, 1 week ago) by avankest
Changes since 1.94: +22 -21 lines
Diff to previous 1.94 (colored)
clean up 'Conformance' a bit more

Revision 1.94 / (download) / (as text) - annotate - [select for diffs] , Tue May 8 08:23:28 2007 UTC (12 months, 1 week ago) by avankest
Changes since 1.93: +23 -16 lines
Diff to previous 1.93 (colored)
introduce Conforming XML user agent based on a comment from Maciej

Revision 1.93 / (download) / (as text) - annotate - [select for diffs] , Mon May 7 17:59:02 2007 UTC (12 months, 1 week ago) by avankest
Changes since 1.92: +6 -5 lines
Diff to previous 1.92 (colored)
make some more minor comments to satisfy a comment

Revision 1.92 / (download) / (as text) - annotate - [select for diffs] , Mon May 7 16:44:42 2007 UTC (12 months, 1 week ago) by avankest
Changes since 1.91: +38 -34 lines
Diff to previous 1.91 (colored)
make some editorial changes based on feedback from Mohamed on public-webapi

Revision 1.91 / (download) / (as text) - annotate - [select for diffs] , Mon May 7 08:53:35 2007 UTC (12 months, 1 week ago) by avankest
Changes since 1.90: +8 -7 lines
Diff to previous 1.90 (colored)
add text/xsl and fix an editorial issue; also update DoC

Revision 1.90 / (download) / (as text) - annotate - [select for diffs] , Wed May 2 13:40:44 2007 UTC (12 months, 2 weeks ago) by avankest
Changes since 1.89: +32 -58 lines
Diff to previous 1.89 (colored)
remove some old stuff and define charset sniffing for responseText

Revision 1.89 / (download) / (as text) - annotate - [select for diffs] , Wed May 2 12:52:44 2007 UTC (12 months, 2 weeks ago) by avankest
Changes since 1.88: +6 -8 lines
Diff to previous 1.88 (colored)
reset response entity body as opposed to the attributes

Revision 1.88 / (download) / (as text) - annotate - [select for diffs] , Wed May 2 12:49:03 2007 UTC (12 months, 2 weeks ago) by avankest
Changes since 1.87: +56 -42 lines
Diff to previous 1.87 (colored)
define response entity body, text response entity body and xml response entity body

Revision 1.87 / (download) / (as text) - annotate - [select for diffs] , Wed May 2 11:21:27 2007 UTC (12 months, 2 weeks ago) by avankest
Changes since 1.86: +22 -15 lines
Diff to previous 1.86 (colored)
define send() flag up front

Revision 1.86 / (download) / (as text) - annotate - [select for diffs] , Mon Apr 2 11:26:10 2007 UTC (13 months, 2 weeks ago) by avankest
Changes since 1.85: +14 -15 lines
Diff to previous 1.85 (colored)
change RECEIVING to the simpler LOADING

Revision 1.85 / (download) / (as text) - annotate - [select for diffs] , Mon Apr 2 09:53:23 2007 UTC (13 months, 2 weeks ago) by avankest
Changes since 1.84: +4 -3 lines
Diff to previous 1.84 (colored)
when the state is DONE don't dispatch readystatechange

Revision 1.84 / (download) / (as text) - annotate - [select for diffs] , Mon Apr 2 08:50:19 2007 UTC (13 months, 2 weeks ago) by avankest
Changes since 1.83: +1 -2 lines
Diff to previous 1.83 (colored)
editorial: simplify some language

Revision 1.83 / (download) / (as text) - annotate - [select for diffs] , Mon Apr 2 08:47:25 2007 UTC (13 months, 2 weeks ago) by avankest
Changes since 1.82: +10 -3 lines
Diff to previous 1.82 (colored)
when abort() is invoked you don't always switch to DONE and dispatch readystatechange

Revision 1.82 / (download) / (as text) - annotate - [select for diffs] , Sat Mar 31 12:05:58 2007 UTC (13 months, 2 weeks ago) by avankest
Changes since 1.81: +12 -12 lines
Diff to previous 1.81 (colored)
fix editorial typos and make sure state switching happens synchronously as well during send()

Revision 1.81 / (download) / (as text) - annotate - [select for diffs] , Sat Mar 31 11:49:38 2007 UTC (13 months, 2 weeks ago) by avankest
Changes since 1.80: +8 -6 lines
Diff to previous 1.80 (colored)
make the last two steps of responseXML more clear

Revision 1.80 / (download) / (as text) - annotate - [select for diffs] , Sat Mar 31 11:44:30 2007 UTC (13 months, 2 weeks ago) by avankest
Changes since 1.79: +19 -11 lines
Diff to previous 1.79 (colored)
define case-insensitive match

Revision 1.79 / (download) / (as text) - annotate - [select for diffs] , Sat Mar 31 11:15:36 2007 UTC (13 months, 2 weeks ago) by avankest
Changes since 1.78: +25 -25 lines
Diff to previous 1.78 (colored)
s/LOADED/DONE/ as that better reflects the state

Revision 1.78 / (download) / (as text) - annotate - [select for diffs] , Sat Mar 31 11:05:07 2007 UTC (13 months, 2 weeks ago) by avankest
Changes since 1.77: +6 -4 lines
Diff to previous 1.77 (colored)
more formatting

Revision 1.77 / (download) / (as text) - annotate - [select for diffs] , Sat Mar 31 11:00:28 2007 UTC (13 months, 2 weeks ago) by avankest
Changes since 1.76: +3 -2 lines
Diff to previous 1.76 (colored)
editorial

Revision 1.76 / (download) / (as text) - annotate - [select for diffs] , Sat Mar 31 10:57:09 2007 UTC (13 months, 2 weeks ago) by avankest
Changes since 1.75: +19 -18 lines
Diff to previous 1.75 (colored)
formatting fix

Revision 1.75 / (download) / (as text) - annotate - [select for diffs] , Sat Mar 31 10:55:08 2007 UTC (13 months, 2 weeks ago) by avankest
Changes since 1.74: +35 -20 lines
Diff to previous 1.74 (colored)
first step at fixing responseXML; mark up a MAY

Revision 1.74 / (download) / (as text) - annotate - [select for diffs] , Sat Mar 31 10:39:21 2007 UTC (13 months, 2 weeks ago) by avankest
Changes since 1.73: +20 -12 lines
Diff to previous 1.73 (colored)
fix some conformance requirements based on a comment from Simon Pieters; add a note about addressing case-insensitive

Revision 1.73 / (download) / (as text) - annotate - [select for diffs] , Fri Mar 30 22:13:19 2007 UTC (13 months, 2 weeks ago) by avankest
Changes since 1.72: +1 -2 lines
Diff to previous 1.72 (colored)
typo; thanks bjoern

Revision 1.72 / (download) / (as text) - annotate - [select for diffs] , Fri Mar 30 21:47:36 2007 UTC (13 months, 2 weeks ago) by avankest
Changes since 1.71: +23 -37 lines
Diff to previous 1.71 (colored)
fix some typos pointed out in LC comments; fix readystatechange, statusText and status based on comments from Hixie

Revision 1.71 / (download) / (as text) - annotate - [select for diffs] , Fri Mar 30 10:49:18 2007 UTC (13 months, 2 weeks ago) by avankest
Changes since 1.70: +20 -21 lines
Diff to previous 1.70 (colored)
several typos + s/UNINITIALIZED/UNSENT/

Revision 1.70 / (download) / (as text) - annotate - [select for diffs] , Thu Mar 22 14:20:34 2007 UTC (13 months, 3 weeks ago) by avankest
Changes since 1.69: +26 -25 lines
Diff to previous 1.69 (colored)
change the layout of the "IDL", fix an issue with setRequestHeader (value or header being null)

Revision 1.69 / (download) / (as text) - annotate - [select for diffs] , Wed Mar 21 13:40:49 2007 UTC (13 months, 3 weeks ago) by avankest
Changes since 1.68: +9 -6 lines
Diff to previous 1.68 (colored)
No need to list Date twice + editorial

Revision 1.68 / (download) / (as text) - annotate - [select for diffs] , Wed Mar 21 12:54:59 2007 UTC (13 months, 3 weeks ago) by avankest
Changes since 1.67: +8 -0 lines
Diff to previous 1.67 (colored)
add four more headers that need to be ignored for security reasons and add a list of other HTTP methods that potentially need to be uppercased

Revision 1.67 / (download) / (as text) - annotate - [select for diffs] , Tue Mar 20 15:54:20 2007 UTC (13 months, 4 weeks ago) by avankest
Changes since 1.66: +14 -2 lines
Diff to previous 1.66 (colored)
make sure readystatechange is dispatched after send() is invoked as well and fix abort()

Revision 1.66 / (download) / (as text) - annotate - [select for diffs] , Tue Mar 20 15:19:58 2007 UTC (13 months, 4 weeks ago) by avankest
Changes since 1.65: +1 -2 lines
Diff to previous 1.65 (colored)
editorial

Revision 1.65 / (download) / (as text) - annotate - [select for diffs] , Tue Mar 20 15:00:12 2007 UTC (13 months, 4 weeks ago) by avankest
Changes since 1.64: +4 -4 lines
Diff to previous 1.64 (colored)
improve variable names and say that people should support XML for interop reasons

Revision 1.64 / (download) / (as text) - annotate - [select for diffs] , Tue Mar 20 14:32:17 2007 UTC (13 months, 4 weeks ago) by avankest
Changes since 1.63: +3 -3 lines
Diff to previous 1.63 (colored)
some more editorial; also fix status to say editor's draft

Revision 1.63 / (download) / (as text) - annotate - [select for diffs] , Tue Mar 20 14:30:23 2007 UTC (13 months, 4 weeks ago) by avankest
Changes since 1.62: +17 -16 lines
Diff to previous 1.62 (colored)
some more editorial; also fix status to say editor's draft

Revision 1.62 / (download) / (as text) - annotate - [select for diffs] , Tue Mar 20 14:18:56 2007 UTC (13 months, 4 weeks ago) by avankest
Changes since 1.61: +5 -5 lines
Diff to previous 1.61 (colored)
fix the wording of the readystatechange event

Revision 1.61 / (download) / (as text) - annotate - [select for diffs] , Tue Mar 20 14:15:12 2007 UTC (13 months, 4 weeks ago) by avankest
Changes since 1.60: +1 -1 lines
Diff to previous 1.60 (colored)
editorial fix

Revision 1.60 / (download) / (as text) - annotate - [select for diffs] , Tue Mar 20 14:13:41 2007 UTC (13 months, 4 weeks ago) by avankest
Changes since 1.59: +36 -22 lines
Diff to previous 1.59 (colored)
fix abort()

Revision 1.59 / (download) / (as text) - annotate - [select for diffs] , Tue Mar 20 14:01:04 2007 UTC (13 months, 4 weeks ago) by avankest
Changes since 1.58: +2 -0 lines
Diff to previous 1.58 (colored)
change setRequestHeader() to do what IE does

Revision 1.58 / (download) / (as text) - annotate - [select for diffs] , Tue Mar 20 13:57:39 2007 UTC (13 months, 4 weeks ago) by avankest
Changes since 1.57: +455 -328 lines
Diff to previous 1.57 (colored)
handle method invocation as a set of steps to ensure correct order of dispatching of exceptions and to make it more clear what is expected; be more clear about when events are to be dispatched; introduce constants; merge section 2.0 and 2.1; my apologies for doing this all in one go; more changes to come though

Revision 1.57 / (download) / (as text) - annotate -