CVS log for 2006/webapi/XMLHttpRequest/Overview.html
Up to [Public] / 2006 / webapi / XMLHttpRequest
Request diff between arbitrary revisions
Default branch: 1
Revision 1.173 / (download) / (as text) - annotate - [select for diffs]
, Tue Apr 15 10:28:50 2008 UTC (3 weeks, 3 days ago) by avankest
CVS Tags: HEAD
Changes since 1.172: +6 -7
lines
Diff to previous 1.172
(colored)
prepare for Last Call publication
Revision 1.172 / (download) / (as text) - annotate - [select for diffs]
, Fri Mar 7 23:51:57 2008 UTC (2 months ago) by avankest
Changes since 1.171: +10 -6
lines
Diff to previous 1.171
(colored)
return null for invalid headers in getResponseHeader()
Revision 1.171 / (download) / (as text) - annotate - [select for diffs]
, Wed Feb 27 13:28:54 2008 UTC (2 months, 1 week ago) by avankest
Changes since 1.170: +5 -6
lines
Diff to previous 1.170
(colored)
getAllResponseHeaders() returns the empty strng in case of failure/non same-origin
Revision 1.170 / (download) / (as text) - annotate - [select for diffs]
, Tue Feb 26 11:19:00 2008 UTC (2 months, 1 week ago) by avankest
Changes since 1.169: +5 -8
lines
Diff to previous 1.169
(colored)
update the XMLHttpRequest stuff to not throw exceptions for responseText and responseXML; responseText is always a DOMString too
Revision 1.169 / (download) / (as text) - annotate - [select for diffs]
, Mon Feb 25 15:32:52 2008 UTC (2 months, 1 week ago) by avankest
Changes since 1.168: +4 -3
lines
Diff to previous 1.168
(colored)
ban headers starting with Sec-
Revision 1.168 / (download) / (as text) - annotate - [select for diffs]
, Mon Feb 25 15:25:26 2008 UTC (2 months, 1 week ago) by avankest
Changes since 1.167: +18 -18
lines
Diff to previous 1.167
(colored)
responseText shall return the empty string
Revision 1.167 / (download) / (as text) - annotate - [select for diffs]
, Wed Dec 19 13:35:12 2007 UTC (4 months, 2 weeks ago) by avankest
Changes since 1.166: +9 -6
lines
Diff to previous 1.166
(colored)
GET will not have an entity body
Revision 1.166 / (download) / (as text) - annotate - [select for diffs]
, Wed Dec 12 17:09:18 2007 UTC (4 months, 3 weeks ago) by avankest
Changes since 1.165: +11 -7
lines
Diff to previous 1.165
(colored)
use inputEncoding for encoding a Document
Revision 1.165 / (download) / (as text) - annotate - [select for diffs]
, Wed Dec 12 16:44:49 2007 UTC (4 months, 3 weeks ago) by avankest
Changes since 1.164: +6 -6
lines
Diff to previous 1.164
(colored)
ensure charset is set to UTF-8
Revision 1.164 / (download) / (as text) - annotate - [select for diffs]
, Thu Dec 6 15:56:10 2007 UTC (5 months ago) by avankest
Changes since 1.163: +46 -32
lines
Diff to previous 1.163
(colored)
make 'conforming xml user agent' more 'clear' plus several non-normative changes
Revision 1.163 / (download) / (as text) - annotate - [select for diffs]
, Thu Nov 29 18:14:12 2007 UTC (5 months, 1 week ago) by avankest
Changes since 1.162: +4 -2
lines
Diff to previous 1.162
(colored)
set accept-language conditionally
Revision 1.162 / (download) / (as text) - annotate - [select for diffs]
, Thu Nov 29 17:48:44 2007 UTC (5 months, 1 week ago) by avankest
Changes since 1.161: +24 -24
lines
Diff to previous 1.161
(colored)
accept-language is not to be set by the UA
Revision 1.161 / (download) / (as text) - annotate - [select for diffs]
, Fri Nov 23 11:34:54 2007 UTC (5 months, 2 weeks ago) by avankest
Changes since 1.160: +2 -4
lines
Diff to previous 1.160
(colored)
fix DOM2Events ref
Revision 1.160 / (download) / (as text) - annotate - [select for diffs]
, Fri Nov 23 11:21:55 2007 UTC (5 months, 2 weeks ago) by avankest
Changes since 1.159: +13 -100
lines
Diff to previous 1.159
(colored)
do acknowledgments different
Revision 1.159 / (download) / (as text) - annotate - [select for diffs]
, Fri Nov 23 10:55:20 2007 UTC (5 months, 2 weeks ago) by avankest
Changes since 1.158: +1 -5
lines
Diff to previous 1.158
(colored)
HttpOnly; remove duplicate stuff
Revision 1.158 / (download) / (as text) - annotate - [select for diffs]
, Fri Nov 23 10:21:11 2007 UTC (5 months, 2 weeks ago) by avankest
Changes since 1.157: +34 -35
lines
Diff to previous 1.157
(colored)
use event handler attribute dfn from HTML5; document pointer
Revision 1.157 / (download) / (as text) - annotate - [select for diffs]
, Fri Nov 23 09:47:33 2007 UTC (5 months, 2 weeks ago) by avankest
Changes since 1.156: +28 -28
lines
Diff to previous 1.156
(colored)
make the method story with respect to security more clear
Revision 1.156 / (download) / (as text) - annotate - [select for diffs]
, Thu Nov 22 19:16:29 2007 UTC (5 months, 2 weeks ago) by avankest
Changes since 1.155: +39 -33
lines
Diff to previous 1.155
(colored)
DOM3Events -> DOM2Events; clearly mark dependency on HTML5; remove dependency on obsolete Window spec
Revision 1.155 / (download) / (as text) - annotate - [select for diffs]
, Thu Nov 22 19:01:37 2007 UTC (5 months, 2 weeks ago) by avankest
Changes since 1.154: +6 -3
lines
Diff to previous 1.154
(colored)
reword
Revision 1.154 / (download) / (as text) - annotate - [select for diffs]
, Thu Nov 22 18:58:55 2007 UTC (5 months, 2 weeks ago) by avankest
Changes since 1.153: +39 -40
lines
Diff to previous 1.153
(colored)
change case-insensitive dfn; add security consideration sec
Revision 1.153 / (download) / (as text) - annotate - [select for diffs]
, Tue Oct 23 21:49:52 2007 UTC (6 months, 2 weeks ago) by avankest
Changes since 1.152: +0 -1
lines
Diff to previous 1.152
(colored)
no need for a base style sheet
Revision 1.152 / (download) / (as text) - annotate - [select for diffs]
, Tue Oct 23 21:42:38 2007 UTC (6 months, 2 weeks ago) by avankest
Changes since 1.151: +7 -10
lines
Diff to previous 1.151
(colored)
make draft ready for publication; remove note I missed earlier
Revision 1.151 / (download) / (as text) - annotate - [select for diffs]
, Thu Oct 18 12:54:37 2007 UTC (6 months, 3 weeks ago) by avankest
Changes since 1.150: +10 -9
lines
Diff to previous 1.150
(colored)
make some editorial changes
Revision 1.150 / (download) / (as text) - annotate - [select for diffs]
, Thu Oct 18 12:26:06 2007 UTC (6 months, 3 weeks ago) by avankest
Changes since 1.149: +8 -8
lines
Diff to previous 1.149
(colored)
header not match syntax production -> empty string
Revision 1.149 / (download) / (as text) - annotate - [select for diffs]
, Thu Oct 11 09:33:10 2007 UTC (6 months, 4 weeks ago) by avankest
Changes since 1.148: +2 -2
lines
Diff to previous 1.148
(colored)
typo
Revision 1.148 / (download) / (as text) - annotate - [select for diffs]
, Thu Oct 11 09:31:25 2007 UTC (6 months, 4 weeks ago) by avankest
Changes since 1.147: +15 -21
lines
Diff to previous 1.147
(colored)
remove data: URL support for now
Revision 1.147 / (download) / (as text) - annotate - [select for diffs]
, Thu Oct 4 13:42:52 2007 UTC (7 months ago) by avankest
Changes since 1.146: +1 -7
lines
Diff to previous 1.146
(colored)
remove obsolete reference
Revision 1.146 / (download) / (as text) - annotate - [select for diffs]
, Thu Oct 4 13:14:10 2007 UTC (7 months ago) by avankest
Changes since 1.145: +49 -43
lines
Diff to previous 1.145
(colored)
solve last issue with respect to same-origin and make some editorial changes
Revision 1.145 / (download) / (as text) - annotate - [select for diffs]
, Tue Oct 2 16:38:51 2007 UTC (7 months ago) by avankest
Changes since 1.144: +9 -12
lines
Diff to previous 1.144
(colored)
define which Document object same-origin is checked against
Revision 1.144 / (download) / (as text) - annotate - [select for diffs]
, Thu Sep 27 14:59:34 2007 UTC (7 months, 1 week ago) by avankest
Changes since 1.143: +18 -15
lines
Diff to previous 1.143
(colored)
use term ihost; can't use baseURI; clearly mark open issue about which Document object to use
Revision 1.143 / (download) / (as text) - annotate - [select for diffs]
, Tue Sep 25 13:09:11 2007 UTC (7 months, 2 weeks ago) by avankest
Changes since 1.142: +12 -3
lines
Diff to previous 1.142
(colored)
reference HTML5
Revision 1.142 / (download) / (as text) - annotate - [select for diffs]
, Tue Sep 25 12:49:02 2007 UTC (7 months, 2 weeks ago) by avankest
Changes since 1.141: +19 -8
lines
Diff to previous 1.141
(colored)
define same-origin
Revision 1.141 / (download) / (as text) - annotate - [select for diffs]
, Tue Sep 25 12:20:00 2007 UTC (7 months, 2 weeks ago) by avankest
Changes since 1.140: +16 -23
lines
Diff to previous 1.140
(colored)
define XML user agent better; small editorial change
Revision 1.140 / (download) / (as text) - annotate - [select for diffs]
, Tue Sep 25 11:29:13 2007 UTC (7 months, 2 weeks ago) by avankest
Changes since 1.139: +6 -5
lines
Diff to previous 1.139
(colored)
less UTF-8; note work in progress in references
Revision 1.139 / (download) / (as text) - annotate - [select for diffs]
, Tue Sep 25 11:20:10 2007 UTC (7 months, 2 weeks ago) by avankest
Changes since 1.138: +33 -17
lines
Diff to previous 1.138
(colored)
clarify how exceptions work; introduce SECURITY_ERR definition into this draft to guide implementors
Revision 1.138 / (download) / (as text) - annotate - [select for diffs]
, Fri Aug 3 09:19:56 2007 UTC (9 months ago) by avankest
Changes since 1.137: +5 -5
lines
Diff to previous 1.137
(colored)
fix typos
Revision 1.137 / (download) / (as text) - annotate - [select for diffs]
, Thu Aug 2 12:39:29 2007 UTC (9 months, 1 week ago) by avankest
Changes since 1.136: +5 -5
lines
Diff to previous 1.136
(colored)
The anti-UTF-8 dev.w3.org movement has won.
Revision 1.136 / (download) / (as text) - annotate - [select for diffs]
, Thu Aug 2 12:29:07 2007 UTC (9 months, 1 week ago) by avankest
Changes since 1.135: +7 -7
lines
Diff to previous 1.135
(colored)
set send() flag to 'false' later on in the abort() algorithm to ensure the algorithm functions properly
Revision 1.135 / (download) / (as text) - annotate - [select for diffs]
, Fri Jul 27 18:35:52 2007 UTC (9 months, 1 week ago) by avankest
Changes since 1.134: +45 -39
lines
Diff to previous 1.134
(colored)
s/OPEN state/OPENED state/ to avoid case issue with IDL; minor editorial fixes
Revision 1.134 / (download) / (as text) - annotate - [select for diffs]
, Wed Jul 25 15:33:20 2007 UTC (9 months, 2 weeks ago) by avankest
Changes since 1.133: +3 -0
lines
Diff to previous 1.133
(colored)
add latest 'previous version'
Revision 1.133 / (download) / (as text) - annotate - [select for diffs]
, Wed Jul 25 14:28:50 2007 UTC (9 months, 2 weeks ago) by avankest
Changes since 1.132: +7 -3
lines
Diff to previous 1.132
(colored)
disallow anything that starts with 'Proxy-'
Revision 1.132 / (download) / (as text) - annotate - [select for diffs]
, Wed Jul 25 14:15:32 2007 UTC (9 months, 2 weeks ago) by avankest
Changes since 1.131: +120 -119
lines
Diff to previous 1.131
(colored)
improve fragment identifiers
Revision 1.131 / (download) / (as text) - annotate - [select for diffs]
, Wed Jul 25 13:59:04 2007 UTC (9 months, 2 weeks ago) by avankest
Changes since 1.130: +6 -3
lines
Diff to previous 1.130
(colored)
forgot EH; editorial changes
Revision 1.130 / (download) / (as text) - annotate - [select for diffs]
, Wed Jul 25 12:58:39 2007 UTC (9 months, 2 weeks ago) by avankest
Changes since 1.129: +2 -0
lines
Diff to previous 1.129
(colored)
block Proxy-Connection header for security reasons
Revision 1.129 / (download) / (as text) - annotate - [select for diffs]
, Wed Jul 25 09:44:53 2007 UTC (9 months, 2 weeks ago) by avankest
Changes since 1.128: +10 -6
lines
Diff to previous 1.128
(colored)
add a note saying that responseXML just gives you a (static) tree
Revision 1.128 / (download) / (as text) - annotate - [select for diffs]
, Wed Jul 25 09:34:38 2007 UTC (9 months, 2 weeks ago) by avankest
Changes since 1.127: +14 -19
lines
Diff to previous 1.127
(colored)
make it an editor's draft again and make several editorial changes
Revision 1.127 / (download) / (as text) - annotate - [select for diffs]
, Thu Jun 28 14:47:45 2007 UTC (10 months, 1 week ago) by avankest
Changes since 1.126: +34 -31
lines
Diff to previous 1.126
(colored)
make several editorial fixes at request of Denis
Revision 1.126 / (download) / (as text) - annotate - [select for diffs]
, Tue Jun 26 11:43:03 2007 UTC (10 months, 1 week ago) by avankest
Changes since 1.125: +2 -0
lines
Diff to previous 1.125
(colored)
add Stewart to the list of acknowledgements
Revision 1.125 / (download) / (as text) - annotate - [select for diffs]
, Tue Jun 26 10:31:06 2007 UTC (10 months, 1 week ago) by avankest
Changes since 1.124: +37 -23
lines
Diff to previous 1.124
(colored)
introduce error flag to more clearly indicate behavior; fix getResponseHeader() and getAllResponseHeaders()
Revision 1.124 / (download) / (as text) - annotate - [select for diffs]
, Mon Jun 25 11:32:59 2007 UTC (10 months, 2 weeks ago) by avankest
Changes since 1.123: +35 -21
lines
Diff to previous 1.123
(colored)
introduce HEADERS_RECEIVED
Revision 1.123 / (download) / (as text) - annotate - [select for diffs]
, Mon Jun 18 10:21:43 2007 UTC (10 months, 3 weeks ago) by avankest
Changes since 1.122: +4 -3
lines
Diff to previous 1.122
(colored)
fix CSS and update date as requested by W3C webmaster
Revision 1.122 / (download) / (as text) - annotate - [select for diffs]
, Fri Jun 15 10:45:20 2007 UTC (10 months, 3 weeks ago) by avankest
Changes since 1.121: +15 -9
lines
Diff to previous 1.121
(colored)
introduce ABORT_ERR; hopefully last new feature needed...
Revision 1.121 / (download) / (as text) - annotate - [select for diffs]
, Thu Jun 14 15:05:48 2007 UTC (10 months, 3 weeks ago) by avankest
Changes since 1.120: +11 -8
lines
Diff to previous 1.120
(colored)
make it a W3C WD ready for publication
Revision 1.120 / (download) / (as text) - annotate - [select for diffs]
, Mon Jun 11 12:13:18 2007 UTC (10 months, 4 weeks ago) by avankest
Changes since 1.119: +6 -4
lines
Diff to previous 1.119
(colored)
introduce class=switch
Revision 1.119 / (download) / (as text) - annotate - [select for diffs]
, Mon Jun 11 12:10:28 2007 UTC (10 months, 4 weeks ago) by avankest
Changes since 1.118: +152 -65
lines
Diff to previous 1.118
(colored)
high potential for errors: make the send() algorithm more explicit and add text/html charset detection
Revision 1.118 / (download) / (as text) - annotate - [select for diffs]
, Mon Jun 4 12:13:54 2007 UTC (11 months ago) by avankest
Changes since 1.117: +41 -38
lines
Diff to previous 1.117
(colored)
fix some typos; fix SENT; remove some incorrect EOL
Revision 1.117 / (download) / (as text) - annotate - [select for diffs]
, Fri May 25 12:06:57 2007 UTC (11 months, 2 weeks ago) by avankest
Changes since 1.116: +7 -9
lines
Diff to previous 1.116
(colored)
drop text/xsl
Revision 1.116 / (download) / (as text) - annotate - [select for diffs]
, Fri May 25 11:53:18 2007 UTC (11 months, 2 weeks ago) by avankest
Changes since 1.115: +9 -5
lines
Diff to previous 1.115
(colored)
make a small clarification to the charset detection algorithm
Revision 1.115 / (download) / (as text) - annotate - [select for diffs]
, Wed May 23 12:02:21 2007 UTC (11 months, 2 weeks ago) by avankest
Changes since 1.114: +5 -3
lines
Diff to previous 1.114
(colored)
mention overrideMimeType
Revision 1.114 / (download) / (as text) - annotate - [select for diffs]
, Sat May 19 12:18:17 2007 UTC (11 months, 3 weeks ago) by avankest
Changes since 1.113: +16 -19
lines
Diff to previous 1.113
(colored)
simplify charset detection for text response entity body
Revision 1.113 / (download) / (as text) - annotate - [select for diffs]
, Thu May 17 16:12:11 2007 UTC (11 months, 3 weeks ago) by avankest
Changes since 1.112: +12 -0
lines
Diff to previous 1.112
(colored)
forget a bunch of people in the list of acknowledgements
Revision 1.112 / (download) / (as text) - annotate - [select for diffs]
, Thu May 17 16:05:21 2007 UTC (11 months, 3 weeks ago) by avankest
Changes since 1.111: +61 -6
lines
Diff to previous 1.111
(colored)
cover BOM detection in text response entity body
Revision 1.111 / (download) / (as text) - annotate - [select for diffs]
, Mon May 14 12:39:00 2007 UTC (11 months, 3 weeks ago) by avankest
Changes since 1.110: +5 -5
lines
Diff to previous 1.110
(colored)
s/stop/terminate/
Revision 1.110 / (download) / (as text) - annotate - [select for diffs]
, Sun May 13 20:21:25 2007 UTC (11 months, 3 weeks ago) by avankest
Changes since 1.109: +5 -5
lines
Diff to previous 1.109
(colored)
fix markup error
Revision 1.109 / (download) / (as text) - annotate - [select for diffs]
, Sun May 13 20:19:39 2007 UTC (11 months, 3 weeks ago) by avankest
Changes since 1.108: +27 -13
lines
Diff to previous 1.108
(colored)
clarify how the send() algorithm might get aborted and make it a bit more explicit
Revision 1.108 / (download) / (as text) - annotate - [select for diffs]
, Fri May 11 09:22:36 2007 UTC (11 months, 4 weeks ago) by avankest
Changes since 1.107: +18 -23
lines
Diff to previous 1.107
(colored)
change some of the cross references around response entity body and remove a redundant paragraph
Revision 1.107 / (download) / (as text) - annotate - [select for diffs]
, Fri May 11 09:01:05 2007 UTC (11 months, 4 weeks ago) by avankest
Changes since 1.106: +10 -17
lines
Diff to previous 1.106
(colored)
410 Conforming script
Revision 1.106 / (download) / (as text) - annotate - [select for diffs]
, Thu May 10 13:00:29 2007 UTC (12 months ago) by avankest
Changes since 1.105: +4 -4
lines
Diff to previous 1.105
(colored)
markup fix
Revision 1.105 / (download) / (as text) - annotate - [select for diffs]
, Wed May 9 09:33:49 2007 UTC (12 months ago) by avankest
Changes since 1.104: +8 -7
lines
Diff to previous 1.104
(colored)
make it more explicit when the send() flag is set to "false"
Revision 1.104 / (download) / (as text) - annotate - [select for diffs]
, Wed May 9 08:54:32 2007 UTC (12 months ago) by avankest
Changes since 1.103: +10 -10
lines
Diff to previous 1.103
(colored)
make XML response entity body steps slightly more clear and fix the send() flag pointers
Revision 1.103 / (download) / (as text) - annotate - [select for diffs]
, Tue May 8 14:13:15 2007 UTC (12 months ago) by avankest
Changes since 1.102: +12 -6
lines
Diff to previous 1.102
(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.102 / (download) / (as text) - annotate - [select for diffs]
, Tue May 8 12:09:37 2007 UTC (12 months ago) by avankest
Changes since 1.101: +8 -4
lines
Diff to previous 1.101
(colored)
throw NOT_SUPPORTED_ERR for unsupported schemes, fix two (editorial) mistakes
Revision 1.101 / (download) / (as text) - annotate - [select for diffs]
, Tue May 8 10:29:22 2007 UTC (12 months ago) by avankest
Changes since 1.100: +1 -1
lines
Diff to previous 1.100
(colored)
grr
Revision 1.100 / (download) / (as text) - annotate - [select for diffs]
, Tue May 8 10:27:54 2007 UTC (12 months ago) by avankest
Changes since 1.99: +4 -8
lines
Diff to previous 1.99
(colored)
address comments from Bjoern; don't dispatch event after an exception and allow responseXML for no Content-Type responses
Revision 1.99 / (download) / (as text) - annotate - [select for diffs]
, Tue May 8 09:57:36 2007 UTC (12 months ago) by avankest
Changes since 1.98: +34 -34
lines
Diff to previous 1.98
(colored)
terminate the phrase 'abort these steps' in favor of 'terminate these steps'
Revision 1.98 / (download) / (as text) - annotate - [select for diffs]
, Tue May 8 09:50:08 2007 UTC (12 months ago) by avankest
Changes since 1.97: +8 -8
lines
Diff to previous 1.97
(colored)
doesn't -> does not; don't -> do not
Revision 1.97 / (download) / (as text) - annotate - [select for diffs]
, Tue May 8 09:45:10 2007 UTC (12 months ago) by avankest
Changes since 1.96: +131 -154
lines
Diff to previous 1.96
(colored)
remove lots of redundant conformance requirements; thanks Simon for pointing that out!
Revision 1.96 / (download) / (as text) - annotate - [select for diffs]
, Tue May 8 08:34:40 2007 UTC (12 months ago) by avankest
Changes since 1.95: +24 -21
lines
Diff to previous 1.95
(colored)
clean up 'Conformance' a bit more
Revision 1.95 / (download) / (as text) - annotate - [select for diffs]
, Tue May 8 08:23:28 2007 UTC (12 months ago) by avankest
Changes since 1.94: +29 -19
lines
Diff to previous 1.94
(colored)
introduce Conforming XML user agent based on a comment from Maciej
Revision 1.94 / (download) / (as text) - annotate - [select for diffs]
, Mon May 7 17:59:02 2007 UTC (12 months ago) by avankest
Changes since 1.93: +3 -3
lines
Diff to previous 1.93
(colored)
make some more minor comments to satisfy a comment
Revision 1.93 / (download) / (as text) - annotate - [select for diffs]
, Mon May 7 16:44:42 2007 UTC (12 months ago) by avankest
Changes since 1.92: +12 -8
lines
Diff to previous 1.92
(colored)
make some editorial changes based on feedback from Mohamed on public-webapi
Revision 1.92 / (download) / (as text) - annotate - [select for diffs]
, Mon May 7 08:53:35 2007 UTC (12 months ago) by avankest
Changes since 1.91: +11 -10
lines
Diff to previous 1.91
(colored)
add text/xsl and fix an editorial issue; also update DoC
Revision 1.91 / (download) / (as text) - annotate - [select for diffs]
, Wed May 2 13:40:44 2007 UTC (12 months, 1 week ago) by avankest
Changes since 1.90: +34 -55
lines
Diff to previous 1.90
(colored)
remove some old stuff and define charset sniffing for responseText
Revision 1.90 / (download) / (as text) - annotate - [select for diffs]
, Wed May 2 12:52:44 2007 UTC (12 months, 1 week ago) by avankest
Changes since 1.89: +6 -12
lines
Diff to previous 1.89
(colored)
reset response entity body as opposed to the attributes
Revision 1.89 / (download) / (as text) - annotate - [select for diffs]
, Wed May 2 12:49:03 2007 UTC (12 months, 1 week ago) by avankest
Changes since 1.88: +65 -48
lines
Diff to previous 1.88
(colored)
define response entity body, text response entity body and xml response entity body
Revision 1.88 / (download) / (as text) - annotate - [select for diffs]
, Wed May 2 11:21:27 2007 UTC (12 months, 1 week ago) by avankest
Changes since 1.87: +25 -16
lines
Diff to previous 1.87
(colored)
define send() flag up front
Revision 1.87 / (download) / (as text) - annotate - [select for diffs]
, Mon Apr 2 11:26:10 2007 UTC (13 months, 1 week ago) by avankest
Changes since 1.86: +20 -21
lines
Diff to previous 1.86
(colored)
change RECEIVING to the simpler LOADING
Revision 1.86 / (download) / (as text) - annotate - [select for diffs]
, Mon Apr 2 09:53:23 2007 UTC (13 months, 1 week ago) by avankest
Changes since 1.85: +3 -3
lines
Diff to previous 1.85
(colored)
when the state is DONE don't dispatch readystatechange
Revision 1.85 / (download) / (as text) - annotate - [select for diffs]
, Mon Apr 2 08:50:19 2007 UTC (13 months, 1 week ago) by avankest
Changes since 1.84: +1 -1
lines
Diff to previous 1.84
(colored)
editorial: simplify some language
Revision 1.84 / (download) / (as text) - annotate - [select for diffs]
, Mon Apr 2 08:47:25 2007 UTC (13 months, 1 week ago) by avankest
Changes since 1.83: +13 -7
lines
Diff to previous 1.83
(colored)
when abort() is invoked you don't always switch to DONE and dispatch readystatechange
Revision 1.83 / (download) / (as text) - annotate - [select for diffs]
, Sat Mar 31 12:05:58 2007 UTC (13 months, 1 week ago) by avankest
Changes since 1.82: +21 -20
lines
Diff to previous 1.82
(colored)
fix editorial typos and make sure state switching happens synchronously as well during send()
Revision 1.82 / (download) / (as text) - annotate - [select for diffs]
, Sat Mar 31 11:49:38 2007 UTC (13 months, 1 week ago) by avankest
Changes since 1.81: +7 -4
lines
Diff to previous 1.81
(colored)
make the last two steps of responseXML more clear
Revision 1.81 / (download) / (as text) - annotate - [select for diffs]
, Sat Mar 31 11:44:30 2007 UTC (13 months, 1 week ago) by avankest
Changes since 1.80: +28 -16
lines
Diff to previous 1.80
(colored)
define case-insensitive match
Revision 1.80 / (download) / (as text) - annotate - [select for diffs]
, Sat Mar 31 11:15:36 2007 UTC (13 months, 1 week ago) by avankest
Changes since 1.79: +26 -27
lines
Diff to previous 1.79
(colored)
s/LOADED/DONE/ as that better reflects the state
Revision 1.79 / (download) / (as text) - annotate - [select for diffs]
, Sat Mar 31 11:05:07 2007 UTC (13 months, 1 week ago) by avankest
Changes since 1.78: +11 -6
lines
Diff to previous 1.78
(colored)
more formatting
Revision 1.78 / (download) / (as text) - annotate - [select for diffs]
, Sat Mar 31 11:00:28 2007 UTC (13 months, 1 week ago) by avankest
Changes since 1.77: +3 -1
lines
Diff to previous 1.77
(colored)
editorial
Revision 1.77 / (download) / (as text) - annotate - [select for diffs]
, Sat Mar 31 10:57:09 2007 UTC (13 months, 1 week ago) by avankest
Changes since 1.76: +36 -29
lines
Diff to previous 1.76
(colored)
formatting fix
Revision 1.76 / (download) / (as text) - annotate - [select for diffs]
, Sat Mar 31 10:55:08 2007 UTC (13 months, 1 week ago) by avankest
Changes since 1.75: +38 -20
lines
Diff to previous 1.75
(colored)
first step at fixing responseXML; mark up a MAY
Revision 1.75 / (download) / (as text) - annotate - [select for diffs]
, Sat Mar 31 10:39:20 2007 UTC (13 months, 1 week ago) by avankest
Changes since 1.74: +22 -16
lines
Diff to previous 1.74
(colored)
fix some conformance requirements based on a comment from Simon Pieters; add a note about addressing case-insensitive
Revision 1.74 / (download) / (as text) - annotate - [select for diffs]
, Fri Mar 30 22:13:19 2007 UTC (13 months, 1 week ago) by avankest
Changes since 1.73: +1 -1
lines
Diff to previous 1.73
(colored)
typo; thanks bjoern
Revision 1.73 / (download) / (as text) - annotate - [select for diffs]
, Fri Mar 30 21:47:36 2007 UTC (13 months, 1 week ago) by avankest
Changes since 1.72: +22 -36
lines
Diff to previous 1.72
(colored)
fix some typos pointed out in LC comments; fix readystatechange, statusText and status based on comments from Hixie
Revision 1.72 / (download) / (as text) - annotate - [select for diffs]
, Fri Mar 30 10:49:18 2007 UTC (13 months, 1 week ago) by avankest
Changes since 1.71: +28 -30
lines
Diff to previous 1.71
(colored)
several typos + s/UNINITIALIZED/UNSENT/
Revision 1.71 / (download) / (as text) - annotate - [select for diffs]
, Thu Mar 22 14:20:34 2007 UTC (13 months, 2 weeks ago) by avankest
Changes since 1.70: +29 -27
lines
Diff to previous 1.70
(colored)
change the layout of the "IDL", fix an issue with setRequestHeader (value or header being null)
Revision 1.70 / (download) / (as text) - annotate - [select for diffs]
, Wed Mar 21 13:40:49 2007 UTC (13 months, 2 weeks ago) by avankest
Changes since 1.69: +5 -5
lines
Diff to previous 1.69
(colored)
No need to list Date twice + editorial
Revision 1.69 / (download) / (as text) - annotate - [select for diffs]
, Wed Mar 21 12:54:59 2007 UTC (13 months, 2 weeks ago) by avankest
Changes since 1.68: +16 -3
lines
Diff to previous 1.68
(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.68 / (download) / (as text) - annotate - [select for diffs]
, Tue Mar 20 15:54:20 2007 UTC (13 months, 2 weeks ago) by avankest
Changes since 1.67: +16 -2
lines
Diff to previous 1.67
(colored)
make sure readystatechange is dispatched after send() is invoked as well and fix abort()
Revision 1.67 / (download) / (as text) - annotate - [select for diffs]
, Tue Mar 20 15:19:58 2007 UTC (13 months, 2 weeks ago) by avankest
Changes since 1.66: +1 -2
lines
Diff to previous 1.66
(colored)
editorial
Revision 1.66 / (download) / (as text) - annotate - [select for diffs]
, Tue Mar 20 15:00:12 2007 UTC (13 months, 2 weeks ago) by avankest
Changes since 1.65: +6 -7
lines
Diff to previous 1.65
(colored)
improve variable names and say that people should support XML for interop reasons
Revision 1.65 / (download) / (as text) - annotate - [select for diffs]
, Tue Mar 20 14:30:23 2007 UTC (13 months, 2 weeks ago) by avankest
Changes since 1.64: +25 -24
lines
Diff to previous 1.64
(colored)
some more editorial; also fix status to say editor's draft
Revision 1.64 / (download) / (as text) - annotate - [select for diffs]
, Tue Mar 20 14:18:56 2007 UTC (13 months, 2 weeks ago) by avankest
Changes since 1.63: +6 -7
lines
Diff to previous 1.63
(colored)
fix the wording of the readystatechange event
Revision 1.63 / (download) / (as text) - annotate - [select for diffs]
, Tue Mar 20 14:15:11 2007 UTC (13 months, 2 weeks ago) by avankest
Changes since 1.62: +7 -7
lines
Diff to previous 1.62
(colored)
editorial fix
Revision 1.62 / (download) / (as text) - annotate - [select for diffs]
, Tue Mar 20 14:13:41 2007 UTC (13 months, 2 weeks ago) by avankest
Changes since 1.61: +28 -11
lines
Diff to previous 1.61
(colored)
fix abort()
Revision 1.61 / (download) / (as text) - annotate - [select for diffs]
, Tue Mar 20 14:01:04 2007 UTC (13 months, 2 weeks ago) by avankest
Changes since 1.60: +39 -68
lines
Diff to previous 1.60
(colored)
change setRequestHeader() to do what IE does
Revision 1.60 / (download) / (as text) - annotate - [select for diffs]
, Tue Mar 20 13:57:39 2007 UTC (13 months, 2 weeks ago) by avankest
Changes since 1.59: +548 -382
lines
Diff to previous 1.59
(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.59 / (download) / (as text) - annotate - [select for diffs]
, Sat Mar 17 16:55:10 2007 UTC (13 months, 3 weeks ago) by avankest
Changes since 1.58: +62 -38
lines
Diff to previous 1.58
(colored)
lots of small editorial changes
Revision 1.58 / (download) / (as text) - annotate - [select for diffs]
, Fri Mar 9 16:30:29 2007 UTC (14 months ago) by avankest
Changes since 1.57: +3 -4
lines
Diff to previous 1.57
(colored)
change the ping to a log sample to not confuse people
Revision 1.57 / (download) / (as text) - annotate - [select for diffs]
, Fri Mar 9 16:23:30 2007 UTC (14 months ago) by avankest
Changes since 1.56: +23 -22
lines
Diff to previous 1.56
(colored)
fix some more comments from Dan Winship
Revision 1.56 / (download) / (as text) - annotate - [select for diffs]
, Fri Mar 9 15:34:40 2007 UTC (14 months ago) by avankest
Changes since 1.55: +26 -21
lines
Diff to previous 1.55
(colored)
fix several reported issues
Revision 1.55 / (download) / (as text) - annotate - [select for diffs]
, Wed Feb 28 11:30:56 2007 UTC (14 months, 1 week ago) by avankest
Changes since 1.54: +7 -5
lines
Diff to previous 1.54
(colored)
also change Overview.html
Revision 1.54 / (download) / (as text) - annotate - [select for diffs]
, Mon Feb 26 09:35:47 2007 UTC (14 months, 1 week ago) by avankest
Changes since 1.53: +2 -2
lines
Diff to previous 1.53
(colored)
it's not informative...
Revision 1.53 / (download) / (as text) - annotate - [select for diffs]
, Sat Feb 24 14:55:07 2007 UTC (14 months, 2 weeks ago) by avankest
Changes since 1.52: +9 -9
lines
Diff to previous 1.52
(colored)
s/abbr/acronym and change the date manually in Overview.html to make it ready for publication
Revision 1.52 / (download) / (as text) - annotate - [select for diffs]
, Fri Feb 23 22:02:18 2007 UTC (14 months, 2 weeks ago) by avankest
Changes since 1.51: +10 -16
lines
Diff to previous 1.51
(colored)
remove some bogus statements made in responseText; should prolly make more testcases on this; should also reply to bjoern
Revision 1.51 / (download) / (as text) - annotate - [select for diffs]
, Thu Feb 22 18:43:00 2007 UTC (14 months, 2 weeks ago) by avankest
Changes since 1.50: +1 -8
lines
Diff to previous 1.50
(colored)
remove reference to an obsolete cookie draft; we already referenced a newer version
Revision 1.50 / (download) / (as text) - annotate - [select for diffs]
, Thu Feb 22 18:38:45 2007 UTC (14 months, 2 weeks ago) by avankest
Changes since 1.49: +13 -9
lines
Diff to previous 1.49
(colored)
address some comments from bjoern: don't talk about things already specified somewhere else
Revision 1.49 / (download) / (as text) - annotate - [select for diffs]
, Wed Feb 21 10:16:43 2007 UTC (14 months, 2 weeks ago) by avankest
Changes since 1.48: +20 -17
lines
Diff to previous 1.48
(colored)
pleasing pubrules
Revision 1.48 / (download) / (as text) - annotate - [select for diffs]
, Sun Feb 18 12:55:14 2007 UTC (14 months, 2 weeks ago) by avankest
Changes since 1.47: +5 -6
lines
Diff to previous 1.47
(colored)
attempt to make the sentence more readable
Revision 1.47 / (download) / (as text) - annotate - [select for diffs]
, Sun Feb 18 11:45:15 2007 UTC (14 months, 2 weeks ago) by avankest
Changes since 1.46: +22 -13
lines
Diff to previous 1.46
(colored)
solve the user and password encoding problem, for now; say what setRequestHeader does; make sure UAs can either use multiple headers, combine the values, or a combination; use namespace well-formed throughout the dra