W3C CVS Root

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

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.368: download - view: text, markup, annotated - select for diffs
Wed Nov 23 14:14:18 2011 UTC (13 years, 6 months ago) by avankest
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.367: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.367: +9 -5 lines
license

Revision 1.367: download - view: text, markup, annotated - select for diffs
Wed Nov 23 13:54:22 2011 UTC (13 years, 6 months ago) by avankest
Branches: MAIN
Diff to: previous 1.366: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.366: +32 -35 lines
define header manipulation in terms of author request headers to work better with CORS

Revision 1.366: download - view: text, markup, annotated - select for diffs
Fri Nov 18 14:35:38 2011 UTC (13 years, 6 months ago) by avankest
Branches: MAIN
Diff to: previous 1.365: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.365: +38 -34 lines
update method and constructor terminology (more terse)

Revision 1.365: download - view: text, markup, annotated - select for diffs
Wed Nov 16 15:44:44 2011 UTC (13 years, 6 months ago) by avankest
Branches: MAIN
Diff to: previous 1.364: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.364: +4 -3 lines
each XMLHttpRequest object needs its own task source

Revision 1.364: download - view: text, markup, annotated - select for diffs
Wed Nov 16 15:42:39 2011 UTC (13 years, 6 months ago) by avankest
Branches: MAIN
Diff to: previous 1.363: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.363: +6 -3 lines
throw for synchronous usage of new features in Document (i.e. non-Worker) context

Revision 1.363: download - view: text, markup, annotated - select for diffs
Wed Nov 16 15:26:31 2011 UTC (13 years, 6 months ago) by avankest
Branches: MAIN
Diff to: previous 1.362: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.362: +22 -22 lines
convert asynchronous flag into an synchronous flag for an upcoming change

Revision 1.362: download - view: text, markup, annotated - select for diffs
Mon Nov 14 13:15:02 2011 UTC (13 years, 6 months ago) by avankest
Branches: MAIN
Diff to: previous 1.361: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.361: +0 -2 lines
allow withCredentials to be set during UNSENT

Revision 1.361: download - view: text, markup, annotated - select for diffs
Mon Nov 14 13:10:20 2011 UTC (13 years, 6 months ago) by avankest
Branches: MAIN
Diff to: previous 1.360: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.360: +2 -2 lines
allow overrideMimeType and responseType to be set during UNSENT

Revision 1.360: download - view: text, markup, annotated - select for diffs
Wed Oct 19 12:55:57 2011 UTC (13 years, 7 months ago) by avankest
Branches: MAIN
Diff to: previous 1.359: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.359: +11 -9 lines
more clearly distinguish between simple state changes (change) and state change steps (switch)

Revision 1.359: download - view: text, markup, annotated - select for diffs
Mon Oct 3 09:33:11 2011 UTC (13 years, 8 months ago) by avankest
Branches: MAIN
Diff to: previous 1.358: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.358: +1 -0 lines
ack Ms2ger

Revision 1.358: download - view: text, markup, annotated - select for diffs
Mon Oct 3 09:31:26 2011 UTC (13 years, 8 months ago) by avankest
Branches: MAIN
Diff to: previous 1.357: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.357: +1 -1 lines
align event handler attributes with the new ugly-syntax reality http://www.w3.org/Bugs/Public/show_bug.cgi?id=14351

Revision 1.357: download - view: text, markup, annotated - select for diffs
Mon Oct 3 09:19:04 2011 UTC (13 years, 8 months ago) by avankest
Branches: MAIN
Diff to: previous 1.356: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.356: +49 -43 lines
reference exceptions

Revision 1.356: download - view: text, markup, annotated - select for diffs
Fri Sep 30 11:46:01 2011 UTC (13 years, 8 months ago) by avankest
Branches: MAIN
Diff to: previous 1.355: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.355: +77 -64 lines
align with DOM4

Revision 1.355: download - view: text, markup, annotated - select for diffs
Tue Aug 23 10:39:50 2011 UTC (13 years, 9 months ago) by avankest
Branches: MAIN
Diff to: previous 1.354: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.354: +5 -10 lines
event listeners do not have to be on both objects for it not to be garbage collected

Revision 1.354: download - view: text, markup, annotated - select for diffs
Tue Aug 23 10:29:55 2011 UTC (13 years, 9 months ago) by avankest
Branches: MAIN
Diff to: previous 1.353: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.353: +1 -1 lines
url is not optional; doh

Revision 1.353: download - view: text, markup, annotated - select for diffs
Tue Aug 23 10:06:09 2011 UTC (13 years, 9 months ago) by avankest
Branches: MAIN
Diff to: previous 1.352: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.352: +1 -0 lines
garbage collection did not account for XMLHttpRequestUpload

Revision 1.352: download - view: text, markup, annotated - select for diffs
Tue Aug 23 09:50:08 2011 UTC (13 years, 9 months ago) by avankest
Branches: MAIN
Diff to: previous 1.351: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.351: +3 -6 lines
use optional rather than overloading

Revision 1.351: download - view: text, markup, annotated - select for diffs
Thu Aug 18 11:23:59 2011 UTC (13 years, 9 months ago) by avankest
Branches: MAIN
Diff to: previous 1.350: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.350: +1 -7 lines
do not not mention XHR2 events in XHR1

Revision 1.350: download - view: text, markup, annotated - select for diffs
Thu Aug 18 11:20:14 2011 UTC (13 years, 9 months ago) by avankest
Branches: MAIN
Diff to: previous 1.349: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.349: +68 -32 lines
attempt at defining garbage collection

Revision 1.349: download - view: text, markup, annotated - select for diffs
Thu Aug 18 10:52:37 2011 UTC (13 years, 9 months ago) by avankest
Branches: MAIN
Diff to: previous 1.348: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.348: +12 -12 lines
use concept-document

Revision 1.348: download - view: text, markup, annotated - select for diffs
Wed Aug 17 15:19:00 2011 UTC (13 years, 9 months ago) by avankest
Branches: MAIN
Diff to: previous 1.347: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.347: +12 -12 lines
consistify

Revision 1.347: download - view: text, markup, annotated - select for diffs
Tue Aug 16 15:26:05 2011 UTC (13 years, 9 months ago) by avankest
Branches: MAIN
Diff to: previous 1.346: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.346: +4 -4 lines
ED

Revision 1.346: download - view: text, markup, annotated - select for diffs
Sat Aug 13 14:23:35 2011 UTC (13 years, 9 months ago) by avankest
Branches: MAIN
Diff to: previous 1.345: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.345: +51 -51 lines
specification-data changed

Revision 1.345: download - view: text, markup, annotated - select for diffs
Sat Jul 2 07:38:09 2011 UTC (13 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.344: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.344: +20 -20 lines
more cleanup (Anolis)

Revision 1.344: download - view: text, markup, annotated - select for diffs
Sat Jul 2 07:30:26 2011 UTC (13 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.343: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.343: +3 -4 lines
remove IDs as Anolis generates them

Revision 1.343: download - view: text, markup, annotated - select for diffs
Fri Jul 1 18:42:43 2011 UTC (13 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.342: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.342: +1415 -1626 lines
oops

Revision 1.342: download - view: text, markup, annotated - select for diffs
Fri Jul 1 18:40:05 2011 UTC (13 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.341: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.341: +1626 -1415 lines
typo

Revision 1.341: download - view: text, markup, annotated - select for diffs
Fri Jul 1 18:31:23 2011 UTC (13 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.340: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.340: +1409 -1752 lines
XHR uses Anolis now

Revision 1.340: download - view: text, markup, annotated - select for diffs
Thu Jun 23 10:06:54 2011 UTC (13 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.339: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.339: +5 -6 lines
RFC can haz cookies

Revision 1.339: download - view: text, markup, annotated - select for diffs
Wed Jun 22 10:05:24 2011 UTC (13 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.338: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.338: +3 -3 lines
CORS renamed custom request headers to author request headers

Revision 1.338: download - view: text, markup, annotated - select for diffs
Tue Jun 21 15:42:56 2011 UTC (13 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.337: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.337: +3 -3 lines
restrict overrideMimeType in the same way responseType is restricted

Revision 1.337: download - view: text, markup, annotated - select for diffs
Tue Jun 21 15:34:48 2011 UTC (13 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.336: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.336: +3 -3 lines
allow timeout to always be set and make open() not reset it; allows for adjusting the timeout while the request is ongoing

Revision 1.336: download - view: text, markup, annotated - select for diffs
Fri Mar 4 14:28:11 2011 UTC (14 years, 3 months ago) by avankest
Branches: MAIN
Diff to: previous 1.335: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.335: +1 -2 lines
set the boundary string for multipart/form-data; thanks Hixie

Revision 1.335: download - view: text, markup, annotated - select for diffs
Fri Mar 4 14:18:57 2011 UTC (14 years, 3 months ago) by avankest
Branches: MAIN
Diff to: previous 1.334: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.334: +4 -4 lines
define FormData(form)

Revision 1.334: download - view: text, markup, annotated - select for diffs
Thu Feb 24 09:56:23 2011 UTC (14 years, 3 months ago) by avankest
Branches: MAIN
Diff to: previous 1.333: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.333: +42 -35 lines
define Window/Document by reference

Revision 1.333: download - view: text, markup, annotated - select for diffs
Thu Feb 24 09:48:35 2011 UTC (14 years, 3 months ago) by avankest
Branches: MAIN
Diff to: previous 1.332: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.332: +28 -23 lines
reign of fire

Revision 1.332: download - view: text, markup, annotated - select for diffs
Thu Feb 24 09:33:52 2011 UTC (14 years, 3 months ago) by avankest
Branches: MAIN
Diff to: previous 1.331: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.331: +58 -60 lines
make Terminology a top-level section and rename Conformance Criteria to Conformance for consistency

Revision 1.331: download - view: text, markup, annotated - select for diffs
Thu Feb 24 09:30:00 2011 UTC (14 years, 3 months ago) by avankest
Branches: MAIN
Diff to: previous 1.330: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.330: +106 -102 lines
exceptions are defined by DOM Core now

Revision 1.330: download - view: text, markup, annotated - select for diffs
Tue Feb 8 09:44:24 2011 UTC (14 years, 4 months ago) by avankest
Branches: MAIN
Diff to: previous 1.329: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.329: +11 -18 lines
Window Object draft needs no mention; we need these definitions beyond HTML5

Revision 1.329: download - view: text, markup, annotated - select for diffs
Tue Feb 8 09:18:27 2011 UTC (14 years, 4 months ago) by avankest
Branches: MAIN
Diff to: previous 1.328: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.328: +3 -3 lines
beginnings of FormData(form)

Revision 1.328: download - view: text, markup, annotated - select for diffs
Mon Feb 7 16:24:23 2011 UTC (14 years, 4 months ago) by avankest
Branches: MAIN
Diff to: previous 1.327: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.327: +3 -3 lines
define FormData.append() in more detail and be explicit about encoding per change in HTML

Revision 1.327: download - view: text, markup, annotated - select for diffs
Thu Feb 3 14:18:52 2011 UTC (14 years, 4 months ago) by avankest
Branches: MAIN
Diff to: previous 1.326: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.326: +18 -17 lines
there is no mediaType; only dispatch progress events for async calls

Revision 1.326: download - view: text, markup, annotated - select for diffs
Wed Jan 26 15:42:45 2011 UTC (14 years, 4 months ago) by avankest
Branches: MAIN
Diff to: previous 1.325: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.325: +7 -6 lines
define the origin of Document objects returned by responseXML

Revision 1.325: download - view: text, markup, annotated - select for diffs
Wed Jan 26 13:41:44 2011 UTC (14 years, 4 months ago) by avankest
Branches: MAIN
Diff to: previous 1.324: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.324: +9 -9 lines
cookie-free now comes for free so no need to say it

Revision 1.324: download - view: text, markup, annotated - select for diffs
Wed Jan 26 10:27:40 2011 UTC (14 years, 4 months ago) by avankest
Branches: MAIN
Diff to: previous 1.323: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.323: +3 -3 lines
arraybuffer is here to stay, is what the people say

Revision 1.323: download - view: text, markup, annotated - select for diffs
Wed Dec 1 12:29:03 2010 UTC (14 years, 6 months ago) by avankest
Branches: MAIN
Diff to: previous 1.322: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.322: +4 -4 lines
define request timeout and credentials flag in terms of .timeout and .withCredentials instead

Revision 1.322: download - view: text, markup, annotated - select for diffs
Tue Nov 30 15:33:24 2010 UTC (14 years, 6 months ago) by avankest
Branches: MAIN
Diff to: previous 1.321: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.321: +3 -4 lines
define responseType/response

Revision 1.321: download - view: text, markup, annotated - select for diffs
Tue Nov 30 13:26:23 2010 UTC (14 years, 6 months ago) by avankest
Branches: MAIN
Diff to: previous 1.320: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.320: +4 -4 lines
remove followRedirects for now

Revision 1.320: download - view: text, markup, annotated - select for diffs
Fri Oct 29 13:05:51 2010 UTC (14 years, 7 months ago) by avankest
Branches: MAIN
Diff to: previous 1.319: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.319: +9 -8 lines
remove leading U+FEFF character; doh

Revision 1.319: download - view: text, markup, annotated - select for diffs
Mon Sep 27 13:30:25 2010 UTC (14 years, 8 months ago) by avankest
Branches: MAIN
Diff to: previous 1.318: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.318: +32 -15 lines
abort() can be terminated too

Revision 1.318: download - view: text, markup, annotated - select for diffs
Sat Sep 18 10:01:01 2010 UTC (14 years, 8 months ago) by avankest
Branches: MAIN
Diff to: previous 1.317: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.317: +3 -3 lines
ArrayBuffer it is

Revision 1.317: download - view: text, markup, annotated - select for diffs
Tue Sep 14 12:04:12 2010 UTC (14 years, 8 months ago) by avankest
Branches: MAIN
Diff to: previous 1.316: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.316: +8 -16 lines
let the various response* attributes also use the error flag; allows removing other things; no functional change

Revision 1.316: download - view: text, markup, annotated - select for diffs
Tue Sep 14 11:18:25 2010 UTC (14 years, 8 months ago) by avankest
Branches: MAIN
Diff to: previous 1.315: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.315: +16 -14 lines
more minor editorial nits

Revision 1.315: download - view: text, markup, annotated - select for diffs
Mon Sep 13 10:05:44 2010 UTC (14 years, 8 months ago) by avankest
Branches: MAIN
Diff to: previous 1.314: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.314: +12 -16 lines
fix minor issue with authentication text and simplify it as well

Revision 1.314: download - view: text, markup, annotated - select for diffs
Mon Sep 13 09:30:21 2010 UTC (14 years, 8 months ago) by avankest
Branches: MAIN
Diff to: previous 1.313: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.313: +26 -26 lines
address various editorial comments

Revision 1.313: download - view: text, markup, annotated - select for diffs
Sun Sep 12 11:13:07 2010 UTC (14 years, 8 months ago) by avankest
Branches: MAIN
Diff to: previous 1.312: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.312: +3 -3 lines
do something before terminating

Revision 1.312: download - view: text, markup, annotated - select for diffs
Sun Sep 12 11:04:52 2010 UTC (14 years, 8 months ago) by avankest
Branches: MAIN
Diff to: previous 1.311: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.311: +30 -31 lines
consistify spacing of examples

Revision 1.311: download - view: text, markup, annotated - select for diffs
Fri Sep 3 14:14:08 2010 UTC (14 years, 9 months ago) by avankest
Branches: MAIN
Diff to: previous 1.310: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.310: +4 -4 lines
XHR2 will not have exit criteria for now

Revision 1.310: download - view: text, markup, annotated - select for diffs
Fri Aug 27 12:46:54 2010 UTC (14 years, 9 months ago) by avankest
Branches: MAIN
Diff to: previous 1.309: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.309: +3 -3 lines
introduce followRedirects; there will be much rejoicing

Revision 1.309: download - view: text, markup, annotated - select for diffs
Fri Aug 27 08:09:21 2010 UTC (14 years, 9 months ago) by avankest
Branches: MAIN
Diff to: previous 1.308: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.308: +4 -4 lines
introduce responseBlob member

Revision 1.308: download - view: text, markup, annotated - select for diffs
Fri Aug 27 07:26:38 2010 UTC (14 years, 9 months ago) by avankest
Branches: MAIN
Diff to: previous 1.307: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.307: +16 -16 lines
put things in logical order

Revision 1.307: download - view: text, markup, annotated - select for diffs
Thu Aug 26 13:17:33 2010 UTC (14 years, 9 months ago) by avankest
Branches: MAIN
Diff to: previous 1.306: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.306: +6 -3 lines
set media type correctly for HTML documents; fixes http://www.w3.org/Bugs/Public/show_bug.cgi?id=10324

Revision 1.306: download - view: text, markup, annotated - select for diffs
Thu Aug 26 13:08:05 2010 UTC (14 years, 9 months ago) by avankest
Branches: MAIN
Diff to: previous 1.305: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.305: +3 -17 lines
special casing URL schemes is for noobs; fixes http://www.w3.org/Bugs/Public/show_bug.cgi?id=10327

Revision 1.305: download - view: text, markup, annotated - select for diffs
Thu Aug 26 13:03:50 2010 UTC (14 years, 9 months ago) by avankest
Branches: MAIN
Diff to: previous 1.304: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.304: +98 -60 lines
converge same-origin rules between XHR1 and XHR2; risky fix; fixes http://www.w3.org/Bugs/Public/show_bug.cgi?id=10322

Revision 1.304: download - view: text, markup, annotated - select for diffs
Thu Aug 26 12:19:07 2010 UTC (14 years, 9 months ago) by avankest
Branches: MAIN
Diff to: previous 1.303: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.303: +12 -19 lines
everyone does XML; fixes http://www.w3.org/Bugs/Public/show_bug.cgi?id=10325

Revision 1.303: download - view: text, markup, annotated - select for diffs
Thu Aug 26 12:12:01 2010 UTC (14 years, 9 months ago) by avankest
Branches: MAIN
Diff to: previous 1.302: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.302: +5 -7 lines
no longer mention Accept-Encoding and Accept-Charset; fixes http://www.w3.org/Bugs/Public/show_bug.cgi?id=10328

Revision 1.302: download - view: text, markup, annotated - select for diffs
Sun Aug 8 10:38:06 2010 UTC (14 years, 10 months ago) by avankest
Branches: MAIN
Diff to: previous 1.301: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.301: +2 -2 lines
Set-Cookie2 is not part of the web; no need to talk about it in the send() section

Revision 1.301: download - view: text, markup, annotated - select for diffs
Sun Aug 8 08:37:10 2010 UTC (14 years, 10 months ago) by avankest
Branches: MAIN
Diff to: previous 1.300: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.300: +8 -5 lines
clarify a state transition by making things more explicit

Revision 1.300: download - view: text, markup, annotated - select for diffs
Sat Aug 7 07:25:53 2010 UTC (14 years, 10 months ago) by avankest
Branches: MAIN
Diff to: previous 1.299: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.299: +4 -4 lines
fix typo

Revision 1.299: download - view: text, markup, annotated - select for diffs
Thu Aug 5 10:57:59 2010 UTC (14 years, 10 months ago) by avankest
Branches: MAIN
Diff to: previous 1.298: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.298: +43 -33 lines
fix internal references for inflating and deflating

Revision 1.298: download - view: text, markup, annotated - select for diffs
Wed Aug 4 20:03:21 2010 UTC (14 years, 10 months ago) by avankest
Branches: MAIN
Diff to: previous 1.297: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.297: +9 -8 lines
getAllResponseHeaders() needs to link too

Revision 1.297: download - view: text, markup, annotated - select for diffs
Tue Aug 3 19:18:11 2010 UTC (14 years, 10 months ago) by avankest
Branches: MAIN
Diff to: previous 1.296: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.296: +0 -6 lines
user credentials is only used in XHR2

Revision 1.296: download - view: text, markup, annotated - select for diffs
Tue Aug 3 19:16:21 2010 UTC (14 years, 10 months ago) by avankest
Branches: MAIN
Diff to: previous 1.295: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.295: +17 -14 lines
sync source doc with CR publication

Revision 1.295: download - view: text, markup, annotated - select for diffs
Tue Aug 3 10:52:40 2010 UTC (14 years, 10 months ago) by avankest
Branches: MAIN
Diff to: previous 1.294: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.294: +19 -13 lines
minor CR fixes

Revision 1.294: download - view: text, markup, annotated - select for diffs
Fri Jul 30 07:08:05 2010 UTC (14 years, 10 months ago) by avankest
Branches: MAIN
Diff to: previous 1.293: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.293: +6 -5 lines
whee CR

Revision 1.293: download - view: text, markup, annotated - select for diffs
Fri Jul 30 07:06:33 2010 UTC (14 years, 10 months ago) by avankest
Branches: MAIN
Diff to: previous 1.292: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.292: +3 -0 lines
forgot a link in previous versions

Revision 1.292: download - view: text, markup, annotated - select for diffs
Fri Jul 30 07:04:51 2010 UTC (14 years, 10 months ago) by avankest
Branches: MAIN
Diff to: previous 1.291: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.291: +7 -3 lines
add link to disposition of comments

Revision 1.291: download - view: text, markup, annotated - select for diffs
Tue Jul 27 11:52:48 2010 UTC (14 years, 10 months ago) by avankest
Branches: MAIN
Diff to: previous 1.290: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.290: +11 -10 lines
point to test suite; point out minor issue with responseXML

Revision 1.290: download - view: text, markup, annotated - select for diffs
Mon Jul 26 12:28:34 2010 UTC (14 years, 10 months ago) by avankest
Branches: MAIN
Diff to: previous 1.289: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.289: +6 -6 lines
sync wording with CORS

Revision 1.289: download - view: text, markup, annotated - select for diffs
Wed Jul 14 12:45:12 2010 UTC (14 years, 10 months ago) by avankest
Branches: MAIN
Diff to: previous 1.288: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.288: +12 -13 lines
copypasta

Revision 1.288: download - view: text, markup, annotated - select for diffs
Tue Jul 6 11:41:59 2010 UTC (14 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.287: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.287: +7 -7 lines
make a change Art proposed to #crec

Revision 1.287: download - view: text, markup, annotated - select for diffs
Mon Jul 5 07:57:35 2010 UTC (14 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.286: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.286: +8 -3 lines
add security document as CR exit criteria

Revision 1.286: download - view: text, markup, annotated - select for diffs
Tue Jun 29 14:58:58 2010 UTC (14 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.285: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.285: +4 -3 lines
cosmetics

Revision 1.285: download - view: text, markup, annotated - select for diffs
Tue Jun 29 14:38:33 2010 UTC (14 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.284: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.284: +54 -31 lines
remove two bogus sentences; add a bunch more intro; improve wording of a note a little

Revision 1.284: download - view: text, markup, annotated - select for diffs
Fri Jun 18 10:04:15 2010 UTC (14 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.283: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.283: +39 -34 lines
more cosmetic changes; this time setRequestHeader

Revision 1.283: download - view: text, markup, annotated - select for diffs
Fri Jun 18 09:49:26 2010 UTC (14 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.282: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.282: +26 -43 lines
more domintro magic; also nuking some old stuff

Revision 1.282: download - view: text, markup, annotated - select for diffs
Fri Jun 18 09:23:39 2010 UTC (14 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.281: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.281: +14 -4 lines
domintro readyState

Revision 1.281: download - view: text, markup, annotated - select for diffs
Fri Jun 18 09:17:45 2010 UTC (14 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.280: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.280: +52 -12 lines
domintro for the status and response attributes

Revision 1.280: download - view: text, markup, annotated - select for diffs
Fri Jun 18 09:08:01 2010 UTC (14 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.279: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.279: +22 -15 lines
domintro abort()

Revision 1.279: download - view: text, markup, annotated - select for diffs
Thu Jun 17 13:26:20 2010 UTC (14 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.278: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.278: +20 -16 lines
editorial open method

Revision 1.278: download - view: text, markup, annotated - select for diffs
Thu Jun 17 13:22:29 2010 UTC (14 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.277: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.277: +20 -13 lines
and more editorial stuff; now events

Revision 1.277: download - view: text, markup, annotated - select for diffs
Thu Jun 17 13:04:54 2010 UTC (14 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.276: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.276: +98 -76 lines
fix the states

Revision 1.276: download - view: text, markup, annotated - select for diffs
Thu Jun 17 13:01:32 2010 UTC (14 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.275: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.275: +34 -28 lines
introduce title= for send()

Revision 1.275: download - view: text, markup, annotated - select for diffs
Thu Jun 17 12:53:46 2010 UTC (14 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.274: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.274: +118 -90 lines
change IDs now we still can

Revision 1.274: download - view: text, markup, annotated - select for diffs
Wed Jun 16 14:54:03 2010 UTC (14 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.273: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.273: +18 -0 lines
domintro trial

Revision 1.273: download - view: text, markup, annotated - select for diffs
Wed Jun 16 11:55:42 2010 UTC (14 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.272: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.272: +27 -10 lines
add candidate recommendation exit criteria

Revision 1.272: download - view: text, markup, annotated - select for diffs
Tue May 11 07:39:30 2010 UTC (15 years, 1 month ago) by avankest
Branches: MAIN
Diff to: previous 1.271: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.271: +28 -33 lines
remove dates, editions, and the term editor frtor from references

Revision 1.271: download - view: text, markup, annotated - select for diffs
Mon May 10 10:15:35 2010 UTC (15 years, 1 month ago) by avankest
Branches: MAIN
Diff to: previous 1.270: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.270: +15 -9 lines
AnonXMLHttpRequest()

Revision 1.270: download - view: text, markup, annotated - select for diffs
Mon May 10 10:13:01 2010 UTC (15 years, 1 month ago) by avankest
Branches: MAIN
Diff to: previous 1.269: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.269: +99 -99 lines
generator script changed...

Revision 1.269: download - view: text, markup, annotated - select for diffs
Fri Feb 19 12:11:51 2010 UTC (15 years, 3 months ago) by avankest
Branches: MAIN
Diff to: previous 1.268: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.268: +3 -3 lines
linkify anonymous flag

Revision 1.268: download - view: text, markup, annotated - select for diffs
Thu Feb 18 09:12:54 2010 UTC (15 years, 3 months ago) by avankest
Branches: MAIN
Diff to: previous 1.267: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.267: +12 -10 lines
no cookies for you, Document

Revision 1.267: download - view: text, markup, annotated - select for diffs
Wed Feb 17 10:38:23 2010 UTC (15 years, 3 months ago) by avankest
Branches: MAIN
Diff to: previous 1.266: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.266: +3 -3 lines
raise exception for username/password for cross-origin requests

Revision 1.266: download - view: text, markup, annotated - select for diffs
Tue Feb 16 15:55:01 2010 UTC (15 years, 3 months ago) by avankest
Branches: MAIN
Diff to: previous 1.265: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.265: +4 -4 lines
oops; add boolean in front of constructor argument

Revision 1.265: download - view: text, markup, annotated - select for diffs
Tue Feb 16 15:32:38 2010 UTC (15 years, 3 months ago) by avankest
Branches: MAIN
Diff to: previous 1.264: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.264: +0 -2 lines
new XMLHttpRequest(anon)

Revision 1.264: download - view: text, markup, annotated - select for diffs
Tue Feb 16 13:19:41 2010 UTC (15 years, 3 months ago) by avankest
Branches: MAIN
Diff to: previous 1.263: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.263: +30 -12 lines
fix authorization stuff a little better

Revision 1.263: download - view: text, markup, annotated - select for diffs
Tue Feb 16 10:54:35 2010 UTC (15 years, 3 months ago) by avankest
Branches: MAIN
Diff to: previous 1.262: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.262: +2 -2 lines
separate Fetch and request URL with a word

Revision 1.262: download - view: text, markup, annotated - select for diffs
Tue Feb 16 10:38:35 2010 UTC (15 years, 3 months ago) by avankest
Branches: MAIN
Diff to: previous 1.261: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.261: +10 -29 lines
start using fetch

Revision 1.261: download - view: text, markup, annotated - select for diffs
Mon Feb 8 16:50:43 2010 UTC (15 years, 4 months ago) by avankest
Branches: MAIN
Diff to: previous 1.260: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.260: +13 -16 lines
turn evil method should into must; turn banned header should into must; fix some minor issues

Revision 1.260: download - view: text, markup, annotated - select for diffs
Mon Feb 8 14:59:53 2010 UTC (15 years, 4 months ago) by avankest
Branches: MAIN
Diff to: previous 1.259: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.259: +42 -52 lines
reword definitions per bz

Revision 1.259: download - view: text, markup, annotated - select for diffs
Sun Jan 31 13:48:20 2010 UTC (15 years, 4 months ago) by avankest
Branches: MAIN
Diff to: previous 1.258: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.258: +18 -12 lines
fix a few things related to redirects

Revision 1.258: download - view: text, markup, annotated - select for diffs
Sun Jan 31 12:30:46 2010 UTC (15 years, 4 months ago) by avankest
Branches: MAIN
Diff to: previous 1.257: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.257: +99 -73 lines
move from Unicode to bytes; fix Olli\'s name

Revision 1.257: download - view: text, markup, annotated - select for diffs
Thu Dec 24 15:29:41 2009 UTC (15 years, 5 months ago) by avankest
Branches: MAIN
Diff to: previous 1.256: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.256: +22 -15 lines
update response entity body using the event queue

Revision 1.256: download - view: text, markup, annotated - select for diffs
Wed Dec 23 18:29:46 2009 UTC (15 years, 5 months ago) by avankest
Branches: MAIN
Diff to: previous 1.255: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.255: +15 -7 lines
actually, lets not; also actually terminate the request in case of network errors

Revision 1.255: download - view: text, markup, annotated - select for diffs
Wed Dec 23 18:24:17 2009 UTC (15 years, 5 months ago) by avankest
Branches: MAIN
Diff to: previous 1.254: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.254: +3 -1 lines
lets make it explicit

Revision 1.254: download - view: text, markup, annotated - select for diffs
Wed Dec 23 18:16:11 2009 UTC (15 years, 5 months ago) by avankest
Branches: MAIN
Diff to: previous 1.253: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.253: +21 -8 lines
empty the task queue

Revision 1.253: download - view: text, markup, annotated - select for diffs
Wed Dec 23 17:56:13 2009 UTC (15 years, 5 months ago) by avankest
Branches: MAIN
Diff to: previous 1.252: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.252: +4 -27 lines
only need one task source after all

Revision 1.252: download - view: text, markup, annotated - select for diffs
Wed Dec 23 16:56:05 2009 UTC (15 years, 5 months ago) by avankest
Branches: MAIN
Diff to: previous 1.251: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.251: +55 -43 lines
clean up a bunch of things; also unicorns

Revision 1.251: download - view: text, markup, annotated - select for diffs
Fri Dec 18 15:18:28 2009 UTC (15 years, 5 months ago) by avankest
Branches: MAIN
Diff to: previous 1.250: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.250: +3 -6 lines
remove a bunch of nested 'queue a task'; still need to solve race condition and updating of the response entity body

Revision 1.250: download - view: text, markup, annotated - select for diffs
Fri Dec 18 15:11:26 2009 UTC (15 years, 5 months ago) by avankest
Branches: MAIN
Diff to: previous 1.249: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.249: +214 -210 lines
generate XHR1 and XHR2 from a single file

Revision 1.249: download - view: text, markup, annotated - select for diffs
Wed Dec 16 15:20:24 2009 UTC (15 years, 5 months ago) by avankest
Branches: MAIN
Diff to: previous 1.248: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.248: +16 -15 lines
markup typo; add Huub

Revision 1.248: download - view: text, markup, annotated - select for diffs
Wed Dec 16 15:05:18 2009 UTC (15 years, 5 months ago) by avankest
Branches: MAIN
Diff to: previous 1.247: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.247: +66 -66 lines
fix type; back to ED

Revision 1.247: download - view: text, markup, annotated - select for diffs
Tue Nov 17 15:04:14 2009 UTC (15 years, 6 months ago) by avankest
Branches: MAIN
Diff to: previous 1.246: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.246: +1 -1 lines
copy pasta

Revision 1.246: download - view: text, markup, annotated - select for diffs
Tue Nov 17 15:03:40 2009 UTC (15 years, 6 months ago) by avankest
Branches: MAIN
Diff to: previous 1.245: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.245: +2 -2 lines
HTML4 is dead to me, but not to almighty pubrules I suspect

Revision 1.245: download - view: text, markup, annotated - select for diffs
Tue Nov 17 15:01:25 2009 UTC (15 years, 6 months ago) by avankest
Branches: MAIN
Diff to: previous 1.244: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.244: +10 -11 lines
prepare for publication; remove outdated comment

Revision 1.244: download - view: text, markup, annotated - select for diffs
Thu Nov 12 15:20:25 2009 UTC (15 years, 6 months ago) by avankest
Branches: MAIN
Diff to: previous 1.243: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.243: +6 -6 lines
typo

Revision 1.243: download - view: text, markup, annotated - select for diffs
Thu Nov 12 15:19:37 2009 UTC (15 years, 6 months ago) by avankest
Branches: MAIN
Diff to: previous 1.242: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.242: +11 -40 lines
merge near identical algorithms into one

Revision 1.242: download - view: text, markup, annotated - select for diffs
Thu Nov 12 15:06:59 2009 UTC (15 years, 6 months ago) by avankest
Branches: MAIN
Diff to: previous 1.241: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.241: +12 -12 lines
tiny editorial changes

Revision 1.241: download - view: text, markup, annotated - select for diffs
Tue Nov 10 14:58:00 2009 UTC (15 years, 7 months ago) by avankest
Branches: MAIN
Diff to: previous 1.240: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.240: +25 -38 lines
Implement resolution of http://www.w3.org/2008/webapps/track/issues/103 and remove unneeded markup; also remove one check that is no longer needed in getResponseHeader()

Revision 1.240: download - view: text, markup, annotated - select for diffs
Tue Nov 10 14:35:24 2009 UTC (15 years, 7 months ago) by avankest
Branches: MAIN
Diff to: previous 1.239: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.239: +2 -2 lines
nit

Revision 1.239: download - view: text, markup, annotated - select for diffs
Tue Nov 10 11:02:04 2009 UTC (15 years, 7 months ago) by avankest
Branches: MAIN
Diff to: previous 1.238: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.238: +15 -27 lines
put Document before DOMString

Revision 1.238: download - view: text, markup, annotated - select for diffs
Mon Oct 12 09:21:36 2009 UTC (15 years, 7 months ago) by avankest
Branches: MAIN
Diff to: previous 1.237: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.237: +3 -0 lines
add reminder so I can remove emails

Revision 1.237: download - view: text, markup, annotated - select for diffs
Mon Oct 12 09:18:50 2009 UTC (15 years, 7 months ago) by avankest
Branches: MAIN
Diff to: previous 1.236: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.236: +6 -11 lines
mention domintro boxes (will be added during CR or so); remove obsolete advice

Revision 1.236: download - view: text, markup, annotated - select for diffs
Mon Oct 12 09:05:51 2009 UTC (15 years, 7 months ago) by avankest
Branches: MAIN
Diff to: previous 1.235: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.235: +1 -1 lines
error handling in case of multiple charset parameters

Revision 1.235: download - view: text, markup, annotated - select for diffs
Mon Oct 12 08:56:18 2009 UTC (15 years, 7 months ago) by avankest
Branches: MAIN
Diff to: previous 1.234: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.234: +12 -4 lines
DOMString != Unicode

Revision 1.234: download - view: text, markup, annotated - select for diffs
Mon Oct 12 08:47:15 2009 UTC (15 years, 7 months ago) by avankest
Branches: MAIN
Diff to: previous 1.233: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.233: +47 -54 lines
Content-Type is not changed when there is no charset parameter; also rewrite how I dealt with this; DOM Events is no longer namespaced

Revision 1.233: download - view: text, markup, annotated - select for diffs
Thu Oct 8 14:36:15 2009 UTC (15 years, 8 months ago) by avankest
Branches: MAIN
Diff to: previous 1.232: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.232: +35 -15 lines
improve requirements on Accept and Accept-Language

Revision 1.232: download - view: text, markup, annotated - select for diffs
Wed Aug 19 18:46:04 2009 UTC (15 years, 9 months ago) by avankest
Branches: MAIN
Diff to: previous 1.231: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.231: +18 -22 lines
make the XHR specs pub ready

Revision 1.231: download - view: text, markup, annotated - select for diffs
Fri Aug 14 11:43:02 2009 UTC (15 years, 9 months ago) by avankest
Branches: MAIN
Diff to: previous 1.230: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.230: +26 -24 lines
fix copyright date and titles

Revision 1.230: download - view: text, markup, annotated - select for diffs
Wed Aug 12 12:23:17 2009 UTC (15 years, 9 months ago) by avankest
Branches: MAIN
Diff to: previous 1.229: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.229: +11 -8 lines
WebIDL cleanup

Revision 1.229: download - view: text, markup, annotated - select for diffs
Wed Aug 12 12:02:32 2009 UTC (15 years, 9 months ago) by avankest
Branches: MAIN
Diff to: previous 1.228: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.228: +12 -12 lines
use end user for clarity

Revision 1.228: download - view: text, markup, annotated - select for diffs
Wed Aug 12 11:41:33 2009 UTC (15 years, 9 months ago) by avankest
Branches: MAIN
Diff to: previous 1.227: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.227: +15 -26 lines
use AllowAny

Revision 1.227: download - view: text, markup, annotated - select for diffs
Sun Jun 14 16:31:54 2009 UTC (15 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.226: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.226: +15 -16 lines
defining this properly is simpler in terms of dom-innerHTML

Revision 1.226: download - view: text, markup, annotated - select for diffs
Sat Jun 13 16:30:27 2009 UTC (15 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.225: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.225: +6 -4 lines
fix a small error

Revision 1.225: download - view: text, markup, annotated - select for diffs
Sat Jun 13 16:09:50 2009 UTC (15 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.224: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.224: +45 -48 lines
editorial consistency with other specs

Revision 1.224: download - view: text, markup, annotated - select for diffs
Sat Jun 13 15:47:55 2009 UTC (15 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.223: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.223: +32 -10 lines
define status and statusText like every other member

Revision 1.223: download - view: text, markup, annotated - select for diffs
Sat Jun 13 11:32:05 2009 UTC (15 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.222: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.222: +1 -5 lines
cleanup

Revision 1.222: download - view: text, markup, annotated - select for diffs
Sat Jun 13 11:21:02 2009 UTC (15 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.221: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.221: +26 -28 lines
simplify send() algorithm some more

Revision 1.221: download - view: text, markup, annotated - select for diffs
Sat Jun 13 10:04:08 2009 UTC (15 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.220: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.220: +13 -9 lines
use the same terminology as in XHR2

Revision 1.220: download - view: text, markup, annotated - select for diffs
Sat Jun 13 10:02:00 2009 UTC (15 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.219: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.219: +20 -18 lines
Allow the Authorization header to be set; it is safe cross-origin

Revision 1.219: download - view: text, markup, annotated - select for diffs
Fri Jun 12 20:08:00 2009 UTC (15 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.218: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.218: +13 -15 lines
minor editorial changes

Revision 1.218: download - view: text, markup, annotated - select for diffs
Fri Jun 12 12:54:18 2009 UTC (15 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.217: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.217: +47 -44 lines
split out cookies and switching to the done state

Revision 1.217: download - view: text, markup, annotated - select for diffs
Fri Jun 12 12:18:39 2009 UTC (15 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.216: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.216: +1 -2 lines
oops

Revision 1.216: download - view: text, markup, annotated - select for diffs
Fri Jun 12 12:16:45 2009 UTC (15 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.215: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.215: +2 -0 lines
fix small mistake

Revision 1.215: download - view: text, markup, annotated - select for diffs
Fri Jun 12 12:15:10 2009 UTC (15 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.214: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.214: +106 -123 lines
make the writing match XHR2 closer to make it easier to keep the specs in sync

Revision 1.214: download - view: text, markup, annotated - select for diffs
Fri Jun 12 11:26:07 2009 UTC (15 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.213: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.213: +73 -68 lines
put request event rules into its own section

Revision 1.213: download - view: text, markup, annotated - select for diffs
Fri Jun 12 11:12:59 2009 UTC (15 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.212: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.212: +94 -130 lines
restructure the async/sync part of send()

Revision 1.212: download - view: text, markup, annotated - select for diffs
Tue Jun 9 13:23:06 2009 UTC (16 years ago) by avankest
Branches: MAIN
Diff to: previous 1.211: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.211: +5 -5 lines
method token is a production

Revision 1.211: download - view: text, markup, annotated - select for diffs
Tue Jun 9 12:00:27 2009 UTC (16 years ago) by avankest
Branches: MAIN
Diff to: previous 1.210: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.210: +25 -11 lines
define simple terms inline

Revision 1.210: download - view: text, markup, annotated - select for diffs
Tue Jun 9 10:33:21 2009 UTC (16 years ago) by avankest
Branches: MAIN
Diff to: previous 1.209: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.209: +24 -16 lines
do not rely on innerHTML but rather the XML fragment serialization algorithm

Revision 1.209: download - view: text, markup, annotated - select for diffs
Mon Jun 1 13:47:31 2009 UTC (16 years ago) by avankest
Branches: MAIN
Diff to: previous 1.208: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.208: +17 -17 lines
fix sotd; simplify title

Revision 1.208: download - view: text, markup, annotated - select for diffs
Mon Jun 1 12:01:39 2009 UTC (16 years ago) by avankest
Branches: MAIN
Diff to: previous 1.207: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.207: +10 -9 lines
markup typo; introduce Function from HTML5

Revision 1.207: download - view: text, markup, annotated - select for diffs
Mon Jun 1 11:57:50 2009 UTC (16 years ago) by avankest
Branches: MAIN
Diff to: previous 1.206: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.206: +34 -34 lines
link from IDL to event handler attributes, states, request, and response; also put sections in order

Revision 1.206: download - view: text, markup, annotated - select for diffs
Mon Jun 1 11:51:00 2009 UTC (16 years ago) by avankest
Branches: MAIN
Diff to: previous 1.205: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.205: +40 -26 lines
group all request variables; also introduce request entity body

Revision 1.205: download - view: text, markup, annotated - select for diffs
Mon Jun 1 11:36:41 2009 UTC (16 years ago) by avankest
Branches: MAIN
Diff to: previous 1.204: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.204: +1299 -957 lines
define base URL and origin better; integrate with the event loop and storage mutex; add more sections as some people requested; rewrite part of the send() algorithm because of the event loop; sorry about the diff

Revision 1.204: download - view: text, markup, annotated - select for diffs
Tue May 26 16:01:23 2009 UTC (16 years ago) by avankest
Branches: MAIN
Diff to: previous 1.203: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.203: +24 -23 lines
specgen changed

Revision 1.203: download - view: text, markup, annotated - select for diffs
Thu Dec 11 10:28:02 2008 UTC (16 years, 6 months ago) by avankest
Branches: MAIN
Diff to: previous 1.202: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.202: +34 -32 lines
remove silly use of quotes; clear error flag when invoking send()

Revision 1.202: download - view: text, markup, annotated - select for diffs
Wed Dec 10 13:33:33 2008 UTC (16 years, 6 months ago) by avankest
Branches: MAIN
Diff to: previous 1.201: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.201: +18 -8 lines
hide Set-Cookie and Set-Cookie2 from response headers

Revision 1.201: download - view: text, markup, annotated - select for diffs
Thu Sep 4 11:57:15 2008 UTC (16 years, 9 months ago) by avankest
Branches: MAIN
Diff to: previous 1.200: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.200: +50 -52 lines
reference HTML5 for URL, resolves issue with URLs not following IRI syntax; also reference HTML5 for case issues, simplifies things; make it clear when user agents must not prompt the user based on IRC conversation with sicking; update Web IDL reference

Revision 1.200: download - view: text, markup, annotated - select for diffs
Sun Aug 10 22:40:48 2008 UTC (16 years, 10 months ago) by avankest
Branches: MAIN
Diff to: previous 1.199: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.199: +9 -11 lines
change exception codes to be more consistent

Revision 1.199: download - view: text, markup, annotated - select for diffs
Mon Jun 16 14:42:41 2008 UTC (16 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.198: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.198: +20 -5 lines
add several pointers to US-CERT for the disallowed  methods

Revision 1.198: download - view: text, markup, annotated - select for diffs
Fri Jun 13 10:10:54 2008 UTC (16 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.197: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.197: +6 -5 lines
only require the basics of the Window object...

Revision 1.197: download - view: text, markup, annotated - select for diffs
Thu Jun 12 13:13:27 2008 UTC (16 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.196: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.196: +13 -12 lines
add comma, add fails, add ed

Revision 1.196: download - view: text, markup, annotated - select for diffs
Thu Jun 12 13:07:24 2008 UTC (16 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.195: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.195: +5 -3 lines
clarify a note; add another reference to XML

Revision 1.195: download - view: text, markup, annotated - select for diffs
Thu Jun 12 12:50:42 2008 UTC (16 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.194: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.194: +16 -2 lines
send() with and Content-Type changes; now also for DOMString and also charset fixup for both Document and DOMString

Revision 1.194: download - view: text, markup, annotated - select for diffs
Thu Jun 12 12:32:39 2008 UTC (16 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.193: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.193: +3 -5 lines
remove confusing paragraph in events section; add a note about exceptions

Revision 1.193: download - view: text, markup, annotated - select for diffs
Thu Jun 12 12:27:29 2008 UTC (16 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.192: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.192: +12 -12 lines
make getAllResponseHeaders a little bit more clear; mention the character name after the Unicode reference; make a small editorial change to the note at the start of send()

Revision 1.192: download - view: text, markup, annotated - select for diffs
Tue Jun 3 11:07:25 2008 UTC (17 years ago) by avankest
Branches: MAIN
Diff to: previous 1.191: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.191: +6 -0 lines
apply IRI -> URI conversion

Revision 1.191: download - view: text, markup, annotated - select for diffs
Tue Jun 3 10:58:35 2008 UTC (17 years ago) by avankest
Branches: MAIN
Diff to: previous 1.190: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.190: +6 -10 lines
remove encoding of user/password; leave it up to other specs

Revision 1.190: download - view: text, markup, annotated - select for diffs
Wed May 28 14:07:06 2008 UTC (17 years ago) by avankest
Branches: MAIN
Diff to: previous 1.189: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.189: +17 -14 lines
add link to latest editor version; make several editorial fixes

Revision 1.189: download - view: text, markup, annotated - select for diffs
Tue May 27 13:43:13 2008 UTC (17 years ago) by avankest
Branches: MAIN
Diff to: previous 1.188: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.188: +2 -5 lines
HTML5 dropped UTF-32; makes sense

Revision 1.188: download - view: text, markup, annotated - select for diffs
Tue May 27 13:25:30 2008 UTC (17 years ago) by avankest
Branches: MAIN
Diff to: previous 1.187: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.187: +15 -15 lines
reference the IRI thingie

Revision 1.187: download - view: text, markup, annotated - select for diffs
Tue May 27 12:27:44 2008 UTC (17 years ago) by avankest
Branches: MAIN
Diff to: previous 1.186: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.186: +7 -5 lines
make it more clear that failure does not result in user interaction

Revision 1.186: download - view: text, markup, annotated - select for diffs
Tue May 27 12:00:33 2008 UTC (17 years ago) by avankest
Branches: MAIN
Diff to: previous 1.185: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.185: +16 -11 lines
make handling 401 responses match IE; address comments from MC

Revision 1.185: download - view: text, markup, annotated - select for diffs
Tue May 27 10:57:01 2008 UTC (17 years ago) by avankest
Branches: MAIN
Diff to: previous 1.184: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.184: +87 -59 lines
use HTML5 same-origin; define author request headers; don't allow UAs to set headers other than those explicitly permitted by the spec (should-level though)

Revision 1.184: download - view: text, markup, annotated - select for diffs
Mon May 26 11:50:52 2008 UTC (17 years ago) by avankest
Branches: MAIN
Diff to: previous 1.183: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.183: +12 -8 lines
treat GET/HEAd the same; drop entity body for both

Revision 1.183: download - view: text, markup, annotated - select for diffs
Mon May 26 10:50:30 2008 UTC (17 years ago) by avankest
Branches: MAIN
Diff to: previous 1.182: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.182: +9 -9 lines
editorial changes to the dependencies section; also reference the correction section in HTML5

Revision 1.182: download - view: text, markup, annotated - select for diffs
Mon May 26 10:44:52 2008 UTC (17 years ago) by avankest
Branches: MAIN
Diff to: previous 1.181: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.181: +31 -21 lines
integrate Web IDL; serialize using document.innerHTML

Revision 1.181: download - view: text, markup, annotated - select for diffs
Fri May 16 10:19:32 2008 UTC (17 years ago) by avankest
Branches: MAIN
Diff to: previous 1.180: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.180: +5 -3 lines
make requirement for Accept:*/*

Revision 1.180: download - view: text, markup, annotated - select for diffs
Fri May 16 10:05:51 2008 UTC (17 years ago) by avankest
Branches: MAIN
Diff to: previous 1.179: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.179: +11 -8 lines
fix several examples; clarify some text

Revision 1.179: download - view: text, markup, annotated - select for diffs
Fri May 16 09:58:19 2008 UTC (17 years ago) by avankest
Branches: MAIN
Diff to: previous 1.178: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.178: +12 -3 lines
add 2109 back even though cookie specs are useless

Revision 1.178: download - view: text, markup, annotated - select for diffs
Fri May 16 09:49:22 2008 UTC (17 years ago) by avankest
Branches: MAIN
Diff to: previous 1.177: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.177: +10 -0 lines
add a reference to HTTPONLY cookies

Revision 1.177: download - view: text, markup, annotated - select for diffs
Fri May 16 08:53:06 2008 UTC (17 years ago) by avankest
Branches: MAIN
Diff to: previous 1.176: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.176: +20 -11 lines
add a note for TRACK; add Authorization / Cookie / Cookie2; add TLS negotiation failure; rephrase DOM requirements

Revision 1.176: download - view: text, markup, annotated - select for diffs
Mon May 12 20:45:14 2008 UTC (17 years ago) by avankest
Branches: MAIN
Diff to: previous 1.175: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.175: +19 -17 lines
make several small editorial changes per LC comments

Revision 1.175: download - view: text, markup, annotated - select for diffs
Mon May 12 14:58:11 2008 UTC (17 years, 1 month ago) by avankest
Branches: MAIN
Diff to: previous 1.174: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.174: +10 -10 lines
make Accept always present; explain error/send() flags

Revision 1.174: download - view: text, markup, annotated - select for diffs
Mon May 12 13:27:40 2008 UTC (17 years, 1 month ago) by avankest
Branches: MAIN
Diff to: previous 1.173: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.173: +10 -6 lines
fix two typos; make ED draft

Revision 1.173: download - view: text, markup, annotated - select for diffs
Tue Apr 15 10:28:50 2008 UTC (17 years, 1 month ago) by avankest
Branches: MAIN
Diff to: previous 1.172: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.172: +6 -7 lines
prepare for Last Call publication

Revision 1.172: download - view: text, markup, annotated - select for diffs
Fri Mar 7 23:51:57 2008 UTC (17 years, 3 months ago) by avankest
Branches: MAIN
Diff to: previous 1.171: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.171: +10 -6 lines
return null for invalid headers in getResponseHeader()

Revision 1.171: download - view: text, markup, annotated - select for diffs
Wed Feb 27 13:28:54 2008 UTC (17 years, 3 months ago) by avankest
Branches: MAIN
Diff to: previous 1.170: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.170: +5 -6 lines
getAllResponseHeaders() returns the empty strng in case of failure/non same-origin

Revision 1.170: download - view: text, markup, annotated - select for diffs
Tue Feb 26 11:19:00 2008 UTC (17 years, 3 months ago) by avankest
Branches: MAIN
Diff to: previous 1.169: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.169: +5 -8 lines
update the XMLHttpRequest stuff to not throw exceptions for responseText and responseXML; responseText is always a DOMString too

Revision 1.169: download - view: text, markup, annotated - select for diffs
Mon Feb 25 15:32:52 2008 UTC (17 years, 3 months ago) by avankest
Branches: MAIN
Diff to: previous 1.168: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.168: +4 -3 lines
ban headers starting with Sec-

Revision 1.168: download - view: text, markup, annotated - select for diffs
Mon Feb 25 15:25:26 2008 UTC (17 years, 3 months ago) by avankest
Branches: MAIN
Diff to: previous 1.167: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.167: +18 -18 lines
responseText shall return the empty string

Revision 1.167: download - view: text, markup, annotated - select for diffs
Wed Dec 19 13:35:12 2007 UTC (17 years, 5 months ago) by avankest
Branches: MAIN
Diff to: previous 1.166: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.166: +9 -6 lines
GET will not have an entity body

Revision 1.166: download - view: text, markup, annotated - select for diffs
Wed Dec 12 17:09:18 2007 UTC (17 years, 6 months ago) by avankest
Branches: MAIN
Diff to: previous 1.165: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.165: +11 -7 lines
use inputEncoding for encoding a Document

Revision 1.165: download - view: text, markup, annotated - select for diffs
Wed Dec 12 16:44:49 2007 UTC (17 years, 6 months ago) by avankest
Branches: MAIN
Diff to: previous 1.164: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.164: +6 -6 lines
ensure charset is set to UTF-8

Revision 1.164: download - view: text, markup, annotated - select for diffs
Thu Dec 6 15:56:10 2007 UTC (17 years, 6 months ago) by avankest
Branches: MAIN
Diff to: previous 1.163: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.163: +46 -32 lines
make 'conforming xml user agent' more 'clear' plus several non-normative changes

Revision 1.163: download - view: text, markup, annotated - select for diffs
Thu Nov 29 18:14:12 2007 UTC (17 years, 6 months ago) by avankest
Branches: MAIN
Diff to: previous 1.162: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.162: +4 -2 lines
set accept-language conditionally

Revision 1.162: download - view: text, markup, annotated - select for diffs
Thu Nov 29 17:48:44 2007 UTC (17 years, 6 months ago) by avankest
Branches: MAIN
Diff to: previous 1.161: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.161: +24 -24 lines
accept-language is not to be set by the UA

Revision 1.161: download - view: text, markup, annotated - select for diffs
Fri Nov 23 11:34:54 2007 UTC (17 years, 6 months ago) by avankest
Branches: MAIN
Diff to: previous 1.160: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.160: +2 -4 lines
fix DOM2Events ref

Revision 1.160: download - view: text, markup, annotated - select for diffs
Fri Nov 23 11:21:55 2007 UTC (17 years, 6 months ago) by avankest
Branches: MAIN
Diff to: previous 1.159: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.159: +13 -100 lines
do acknowledgments different

Revision 1.159: download - view: text, markup, annotated - select for diffs
Fri Nov 23 10:55:20 2007 UTC (17 years, 6 months ago) by avankest
Branches: MAIN
Diff to: previous 1.158: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.158: +1 -5 lines
HttpOnly; remove duplicate stuff

Revision 1.158: download - view: text, markup, annotated - select for diffs
Fri Nov 23 10:21:11 2007 UTC (17 years, 6 months ago) by avankest
Branches: MAIN
Diff to: previous 1.157: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.157: +34 -35 lines
use event handler attribute dfn from HTML5; document pointer

Revision 1.157: download - view: text, markup, annotated - select for diffs
Fri Nov 23 09:47:33 2007 UTC (17 years, 6 months ago) by avankest
Branches: MAIN
Diff to: previous 1.156: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.156: +28 -28 lines
make the method story with respect to security more clear

Revision 1.156: download - view: text, markup, annotated - select for diffs
Thu Nov 22 19:16:29 2007 UTC (17 years, 6 months ago) by avankest
Branches: MAIN
Diff to: previous 1.155: preferred, colored
Changes since revision 1.155: +39 -33 lines
DOM3Events -> DOM2Events; clearly mark dependency on HTML5; remove dependency on obsolete Window spec

Revision 1.155: download - view: text, markup, annotated - [selected for diffs]
Thu Nov 22 19:01:37 2007 UTC (17 years, 6 months ago) by avankest
Branches: MAIN
Diff to: previous 1.154: preferred, colored
Changes since revision 1.154: +6 -3 lines
reword

Revision 1.154: download - view: text, markup, annotated - select for diffs
Thu Nov 22 18:58:55 2007 UTC (17 years, 6 months ago) by avankest
Branches: MAIN
Diff to: previous 1.153: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.153: +39 -40 lines
change case-insensitive dfn; add security consideration sec

Revision 1.153: download - view: text, markup, annotated - select for diffs
Tue Oct 23 21:49:52 2007 UTC (17 years, 7 months ago) by avankest
Branches: MAIN
Diff to: previous 1.152: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.152: +0 -1 lines
no need for a base style sheet

Revision 1.152: download - view: text, markup, annotated - select for diffs
Tue Oct 23 21:42:38 2007 UTC (17 years, 7 months ago) by avankest
Branches: MAIN
Diff to: previous 1.151: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.151: +7 -10 lines
make draft ready for publication; remove note I missed earlier

Revision 1.151: download - view: text, markup, annotated - select for diffs
Thu Oct 18 12:54:37 2007 UTC (17 years, 7 months ago) by avankest
Branches: MAIN
Diff to: previous 1.150: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.150: +10 -9 lines
make some editorial changes

Revision 1.150: download - view: text, markup, annotated - select for diffs
Thu Oct 18 12:26:06 2007 UTC (17 years, 7 months ago) by avankest
Branches: MAIN
Diff to: previous 1.149: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.149: +8 -8 lines
header not match syntax production -> empty string

Revision 1.149: download - view: text, markup, annotated - select for diffs
Thu Oct 11 09:33:10 2007 UTC (17 years, 8 months ago) by avankest
Branches: MAIN
Diff to: previous 1.148: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.148: +2 -2 lines
typo

Revision 1.148: download - view: text, markup, annotated - select for diffs
Thu Oct 11 09:31:25 2007 UTC (17 years, 8 months ago) by avankest
Branches: MAIN
Diff to: previous 1.147: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.147: +15 -21 lines
remove data: URL support for now

Revision 1.147: download - view: text, markup, annotated - select for diffs
Thu Oct 4 13:42:52 2007 UTC (17 years, 8 months ago) by avankest
Branches: MAIN
Diff to: previous 1.146: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.146: +1 -7 lines
remove obsolete reference

Revision 1.146: download - view: text, markup, annotated - select for diffs
Thu Oct 4 13:14:10 2007 UTC (17 years, 8 months ago) by avankest
Branches: MAIN
Diff to: previous 1.145: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.145: +49 -43 lines
solve last issue with respect to same-origin and make some editorial changes

Revision 1.145: download - view: text, markup, annotated - select for diffs
Tue Oct 2 16:38:51 2007 UTC (17 years, 8 months ago) by avankest
Branches: MAIN
Diff to: previous 1.144: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.144: +9 -12 lines
define which Document object same-origin is checked against

Revision 1.144: download - view: text, markup, annotated - select for diffs
Thu Sep 27 14:59:34 2007 UTC (17 years, 8 months ago) by avankest
Branches: MAIN
Diff to: previous 1.143: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.143: +18 -15 lines
use term ihost; can't use baseURI; clearly mark open issue about which Document object to use

Revision 1.143: download - view: text, markup, annotated - select for diffs
Tue Sep 25 13:09:11 2007 UTC (17 years, 8 months ago) by avankest
Branches: MAIN
Diff to: previous 1.142: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.142: +12 -3 lines
reference HTML5

Revision 1.142: download - view: text, markup, annotated - select for diffs
Tue Sep 25 12:49:02 2007 UTC (17 years, 8 months ago) by avankest
Branches: MAIN
Diff to: previous 1.141: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.141: +19 -8 lines
define same-origin

Revision 1.141: download - view: text, markup, annotated - select for diffs
Tue Sep 25 12:20:00 2007 UTC (17 years, 8 months ago) by avankest
Branches: MAIN
Diff to: previous 1.140: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.140: +16 -23 lines
define XML user agent better; small editorial change

Revision 1.140: download - view: text, markup, annotated - select for diffs
Tue Sep 25 11:29:13 2007 UTC (17 years, 8 months ago) by avankest
Branches: MAIN
Diff to: previous 1.139: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.139: +6 -5 lines
less UTF-8; note work in progress in references

Revision 1.139: download - view: text, markup, annotated - select for diffs
Tue Sep 25 11:20:10 2007 UTC (17 years, 8 months ago) by avankest
Branches: MAIN
Diff to: previous 1.138: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.138: +33 -17 lines
clarify how exceptions work; introduce SECURITY_ERR definition into this draft to guide implementors

Revision 1.138: download - view: text, markup, annotated - select for diffs
Fri Aug 3 09:19:56 2007 UTC (17 years, 10 months ago) by avankest
Branches: MAIN
Diff to: previous 1.137: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.137: +5 -5 lines
fix typos

Revision 1.137: download - view: text, markup, annotated - select for diffs
Thu Aug 2 12:39:29 2007 UTC (17 years, 10 months ago) by avankest
Branches: MAIN
Diff to: previous 1.136: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.136: +5 -5 lines
The anti-UTF-8 dev.w3.org movement has won.

Revision 1.136: download - view: text, markup, annotated - select for diffs
Thu Aug 2 12:29:07 2007 UTC (17 years, 10 months ago) by avankest
Branches: MAIN
Diff to: previous 1.135: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.135: +7 -7 lines
set send() flag to 'false' later on in the abort() algorithm to ensure the algorithm functions properly

Revision 1.135: download - view: text, markup, annotated - select for diffs
Fri Jul 27 18:35:52 2007 UTC (17 years, 10 months ago) by avankest
Branches: MAIN
Diff to: previous 1.134: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.134: +45 -39 lines
s/OPEN state/OPENED state/ to avoid case issue with IDL; minor editorial fixes

Revision 1.134: download - view: text, markup, annotated - select for diffs
Wed Jul 25 15:33:20 2007 UTC (17 years, 10 months ago) by avankest
Branches: MAIN
Diff to: previous 1.133: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.133: +3 -0 lines
add latest 'previous version'

Revision 1.133: download - view: text, markup, annotated - select for diffs
Wed Jul 25 14:28:50 2007 UTC (17 years, 10 months ago) by avankest
Branches: MAIN
Diff to: previous 1.132: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.132: +7 -3 lines
disallow anything that starts with 'Proxy-'

Revision 1.132: download - view: text, markup, annotated - select for diffs
Wed Jul 25 14:15:32 2007 UTC (17 years, 10 months ago) by avankest
Branches: MAIN
Diff to: previous 1.131: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.131: +120 -119 lines
improve fragment identifiers

Revision 1.131: download - view: text, markup, annotated - select for diffs
Wed Jul 25 13:59:04 2007 UTC (17 years, 10 months ago) by avankest
Branches: MAIN
Diff to: previous 1.130: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.130: +6 -3 lines
forgot EH; editorial changes

Revision 1.130: download - view: text, markup, annotated - select for diffs
Wed Jul 25 12:58:39 2007 UTC (17 years, 10 months ago) by avankest
Branches: MAIN
Diff to: previous 1.129: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.129: +2 -0 lines
block Proxy-Connection header for security reasons

Revision 1.129: download - view: text, markup, annotated - select for diffs
Wed Jul 25 09:44:53 2007 UTC (17 years, 10 months ago) by avankest
Branches: MAIN
Diff to: previous 1.128: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.128: +10 -6 lines
add a note saying that responseXML just gives you a (static) tree

Revision 1.128: download - view: text, markup, annotated - select for diffs
Wed Jul 25 09:34:38 2007 UTC (17 years, 10 months ago) by avankest
Branches: MAIN
Diff to: previous 1.127: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.127: +14 -19 lines
make it an editor's draft again and make several editorial changes

Revision 1.127: download - view: text, markup, annotated - select for diffs
Thu Jun 28 14:47:45 2007 UTC (17 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.126: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.126: +34 -31 lines
make several editorial fixes at request of Denis

Revision 1.126: download - view: text, markup, annotated - select for diffs
Tue Jun 26 11:43:03 2007 UTC (17 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.125: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.125: +2 -0 lines
add Stewart to the list of acknowledgements

Revision 1.125: download - view: text, markup, annotated - select for diffs
Tue Jun 26 10:31:06 2007 UTC (17 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.124: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.124: +37 -23 lines
introduce error flag to more clearly indicate behavior; fix getResponseHeader() and getAllResponseHeaders()

Revision 1.124: download - view: text, markup, annotated - select for diffs
Mon Jun 25 11:32:59 2007 UTC (17 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.123: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.123: +35 -21 lines
introduce HEADERS_RECEIVED

Revision 1.123: download - view: text, markup, annotated - select for diffs
Mon Jun 18 10:21:43 2007 UTC (17 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.122: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.122: +4 -3 lines
fix CSS and update date as requested by W3C webmaster

Revision 1.122: download - view: text, markup, annotated - select for diffs
Fri Jun 15 10:45:20 2007 UTC (17 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.121: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.121: +15 -9 lines
introduce ABORT_ERR; hopefully last new feature needed...

Revision 1.121: download - view: text, markup, annotated - select for diffs
Thu Jun 14 15:05:48 2007 UTC (17 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.120: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.120: +11 -8 lines
make it a W3C WD ready for publication

Revision 1.120: download - view: text, markup, annotated - select for diffs
Mon Jun 11 12:13:18 2007 UTC (18 years ago) by avankest
Branches: MAIN
Diff to: previous 1.119: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.119: +6 -4 lines
introduce class=switch

Revision 1.119: download - view: text, markup, annotated - select for diffs
Mon Jun 11 12:10:28 2007 UTC (18 years ago) by avankest
Branches: MAIN
Diff to: previous 1.118: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.118: +152 -65 lines
high potential for errors: make the send() algorithm more explicit and add text/html charset detection

Revision 1.118: download - view: text, markup, annotated - select for diffs
Mon Jun 4 12:13:54 2007 UTC (18 years ago) by avankest
Branches: MAIN
Diff to: previous 1.117: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.117: +41 -38 lines
fix some typos; fix SENT; remove some incorrect EOL

Revision 1.117: download - view: text, markup, annotated - select for diffs
Fri May 25 12:06:57 2007 UTC (18 years ago) by avankest
Branches: MAIN
Diff to: previous 1.116: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.116: +7 -9 lines
drop text/xsl

Revision 1.116: download - view: text, markup, annotated - select for diffs
Fri May 25 11:53:18 2007 UTC (18 years ago) by avankest
Branches: MAIN
Diff to: previous 1.115: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.115: +9 -5 lines
make a small clarification to the charset detection algorithm

Revision 1.115: download - view: text, markup, annotated - select for diffs
Wed May 23 12:02:21 2007 UTC (18 years ago) by avankest
Branches: MAIN
Diff to: previous 1.114: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.114: +5 -3 lines
mention overrideMimeType

Revision 1.114: download - view: text, markup, annotated - select for diffs
Sat May 19 12:18:17 2007 UTC (18 years ago) by avankest
Branches: MAIN
Diff to: previous 1.113: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.113: +16 -19 lines
simplify charset detection for text response entity body

Revision 1.113: download - view: text, markup, annotated - select for diffs
Thu May 17 16:12:11 2007 UTC (18 years ago) by avankest
Branches: MAIN
Diff to: previous 1.112: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.112: +12 -0 lines
forget a bunch of people in the list of acknowledgements

Revision 1.112: download - view: text, markup, annotated - select for diffs
Thu May 17 16:05:21 2007 UTC (18 years ago) by avankest
Branches: MAIN
Diff to: previous 1.111: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.111: +61 -6 lines
cover BOM detection in text response entity body

Revision 1.111: download - view: text, markup, annotated - select for diffs
Mon May 14 12:39:00 2007 UTC (18 years ago) by avankest
Branches: MAIN
Diff to: previous 1.110: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.110: +5 -5 lines
s/stop/terminate/

Revision 1.110: download - view: text, markup, annotated - select for diffs
Sun May 13 20:21:25 2007 UTC (18 years, 1 month ago) by avankest
Branches: MAIN
Diff to: previous 1.109: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.109: +5 -5 lines
fix markup error

Revision 1.109: download - view: text, markup, annotated - select for diffs
Sun May 13 20:19:39 2007 UTC (18 years, 1 month ago) by avankest
Branches: MAIN
Diff to: previous 1.108: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.108: +27 -13 lines
clarify how the send() algorithm might get aborted and make it a bit more explicit

Revision 1.108: download - view: text, markup, annotated - select for diffs
Fri May 11 09:22:36 2007 UTC (18 years, 1 month ago) by avankest
Branches: MAIN
Diff to: previous 1.107: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.107: +18 -23 lines
change some of the cross references around response entity body and remove a redundant paragraph

Revision 1.107: download - view: text, markup, annotated - select for diffs
Fri May 11 09:01:05 2007 UTC (18 years, 1 month ago) by avankest
Branches: MAIN
Diff to: previous 1.106: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.106: +10 -17 lines
410 Conforming script

Revision 1.106: download - view: text, markup, annotated - select for diffs
Thu May 10 13:00:29 2007 UTC (18 years, 1 month ago) by avankest
Branches: MAIN
Diff to: previous 1.105: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.105: +4 -4 lines
markup fix

Revision 1.105: download - view: text, markup, annotated - select for diffs
Wed May 9 09:33:49 2007 UTC (18 years, 1 month ago) by avankest
Branches: MAIN
Diff to: previous 1.104: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.104: +8 -7 lines
make it more explicit when the send() flag is set to "false"

Revision 1.104: download - view: text, markup, annotated - select for diffs
Wed May 9 08:54:32 2007 UTC (18 years, 1 month ago) by avankest
Branches: MAIN
Diff to: previous 1.103: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.103: +10 -10 lines
make XML response entity body steps slightly more clear and fix the send() flag pointers

Revision 1.103: download - view: text, markup, annotated - select for diffs
Tue May 8 14:13:15 2007 UTC (18 years, 1 month ago) by avankest
Branches: MAIN
Diff to: previous 1.102: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.102: +12 -6 lines
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 - view: text, markup, annotated - select for diffs
Tue May 8 12:09:37 2007 UTC (18 years, 1 month ago) by avankest
Branches: MAIN
Diff to: previous 1.101: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.101: +8 -4 lines
throw NOT_SUPPORTED_ERR for unsupported schemes, fix two (editorial) mistakes

Revision 1.101: download - view: text, markup, annotated - select for diffs
Tue May 8 10:29:22 2007 UTC (18 years, 1 month ago) by avankest
Branches: MAIN
Diff to: previous 1.100: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.100: +1 -1 lines
grr

Revision 1.100: download - view: text, markup, annotated - select for diffs
Tue May 8 10:27:54 2007 UTC (18 years, 1 month ago) by avankest
Branches: MAIN
Diff to: previous 1.99: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.99: +4 -8 lines
address comments from Bjoern; don't dispatch event after an exception and allow responseXML for no Content-Type responses

Revision 1.99: download - view: text, markup, annotated - select for diffs
Tue May 8 09:57:36 2007 UTC (18 years, 1 month ago) by avankest
Branches: MAIN
Diff to: previous 1.98: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.98: +34 -34 lines
terminate the phrase 'abort these steps' in favor of 'terminate these steps'

Revision 1.98: download - view: text, markup, annotated - select for diffs
Tue May 8 09:50:08 2007 UTC (18 years, 1 month ago) by avankest
Branches: MAIN
Diff to: previous 1.97: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.97: +8 -8 lines
doesn't -> does not; don't -> do not

Revision 1.97: download - view: text, markup, annotated - select for diffs
Tue May 8 09:45:10 2007 UTC (18 years, 1 month ago) by avankest
Branches: MAIN
Diff to: previous 1.96: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.96: +131 -154 lines
remove lots of redundant conformance requirements; thanks Simon for pointing that out!

Revision 1.96: download - view: text, markup, annotated - select for diffs
Tue May 8 08:34:40 2007 UTC (18 years, 1 month ago) by avankest
Branches: MAIN
Diff to: previous 1.95: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.95: +24 -21 lines
clean up 'Conformance' a bit more

Revision 1.95: download - view: text, markup, annotated - select for diffs
Tue May 8 08:23:28 2007 UTC (18 years, 1 month ago) by avankest
Branches: MAIN
Diff to: previous 1.94: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.94: +29 -19 lines
introduce Conforming XML user agent based on a comment from Maciej

Revision 1.94: download - view: text, markup, annotated - select for diffs
Mon May 7 17:59:02 2007 UTC (18 years, 1 month ago) by avankest
Branches: MAIN
Diff to: previous 1.93: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.93: +3 -3 lines
make some more minor comments to satisfy a comment

Revision 1.93: download - view: text, markup, annotated - select for diffs
Mon May 7 16:44:42 2007 UTC (18 years, 1 month ago) by avankest
Branches: MAIN
Diff to: previous 1.92: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.92: +12 -8 lines
make some editorial changes based on feedback from Mohamed on public-webapi

Revision 1.92: download - view: text, markup, annotated - select for diffs
Mon May 7 08:53:35 2007 UTC (18 years, 1 month ago) by avankest
Branches: MAIN
Diff to: previous 1.91: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.91: +11 -10 lines
add text/xsl and fix an editorial issue; also update DoC

Revision 1.91: download - view: text, markup, annotated - select for diffs
Wed May 2 13:40:44 2007 UTC (18 years, 1 month ago) by avankest
Branches: MAIN
Diff to: previous 1.90: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.90: +34 -55 lines
remove some old stuff and define charset sniffing for responseText

Revision 1.90: download - view: text, markup, annotated - select for diffs
Wed May 2 12:52:44 2007 UTC (18 years, 1 month ago) by avankest
Branches: MAIN
Diff to: previous 1.89: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.89: +6 -12 lines
reset response entity body as opposed to the attributes

Revision 1.89: download - view: text, markup, annotated - select for diffs
Wed May 2 12:49:03 2007 UTC (18 years, 1 month ago) by avankest
Branches: MAIN
Diff to: previous 1.88: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.88: +65 -48 lines
define response entity body, text response entity body and xml response entity body

Revision 1.88: download - view: text, markup, annotated - select for diffs
Wed May 2 11:21:27 2007 UTC (18 years, 1 month ago) by avankest
Branches: MAIN
Diff to: previous 1.87: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.87: +25 -16 lines
define send() flag up front

Revision 1.87: download - view: text, markup, annotated - select for diffs
Mon Apr 2 11:26:10 2007 UTC (18 years, 2 months ago) by avankest
Branches: MAIN
Diff to: previous 1.86: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.86: +20 -21 lines
change RECEIVING to the simpler LOADING

Revision 1.86: download - view: text, markup, annotated - select for diffs
Mon Apr 2 09:53:23 2007 UTC (18 years, 2 months ago) by avankest
Branches: MAIN
Diff to: previous 1.85: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.85: +3 -3 lines
when the state is DONE don't dispatch readystatechange

Revision 1.85: download - view: text, markup, annotated - select for diffs
Mon Apr 2 08:50:19 2007 UTC (18 years, 2 months ago) by avankest
Branches: MAIN
Diff to: previous 1.84: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.84: +1 -1 lines
editorial: simplify some language

Revision 1.84: download - view: text, markup, annotated - select for diffs
Mon Apr 2 08:47:25 2007 UTC (18 years, 2 months ago) by avankest
Branches: MAIN
Diff to: previous 1.83: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.83: +13 -7 lines
when abort() is invoked you don't always switch to DONE and dispatch readystatechange

Revision 1.83: download - view: text, markup, annotated - select for diffs
Sat Mar 31 12:05:58 2007 UTC (18 years, 2 months ago) by avankest
Branches: MAIN
Diff to: previous 1.82: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.82: +21 -20 lines
fix editorial typos and make sure state switching happens synchronously as well during send()

Revision 1.82: download - view: text, markup, annotated - select for diffs
Sat Mar 31 11:49:38 2007 UTC (18 years, 2 months ago) by avankest
Branches: MAIN
Diff to: previous 1.81: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.81: +7 -4 lines
make the last two steps of responseXML more clear

Revision 1.81: download - view: text, markup, annotated - select for diffs
Sat Mar 31 11:44:30 2007 UTC (18 years, 2 months ago) by avankest
Branches: MAIN
Diff to: previous 1.80: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.80: +28 -16 lines
define case-insensitive match

Revision 1.80: download - view: text, markup, annotated - select for diffs
Sat Mar 31 11:15:36 2007 UTC (18 years, 2 months ago) by avankest
Branches: MAIN
Diff to: previous 1.79: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.79: +26 -27 lines
s/LOADED/DONE/ as that better reflects the state

Revision 1.79: download - view: text, markup, annotated - select for diffs
Sat Mar 31 11:05:07 2007 UTC (18 years, 2 months ago) by avankest
Branches: MAIN
Diff to: previous 1.78: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.78: +11 -6 lines
more formatting

Revision 1.78: download - view: text, markup, annotated - select for diffs
Sat Mar 31 11:00:28 2007 UTC (18 years, 2 months ago) by avankest
Branches: MAIN
Diff to: previous 1.77: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.77: +3 -1 lines
editorial

Revision 1.77: download - view: text, markup, annotated - select for diffs
Sat Mar 31 10:57:09 2007 UTC (18 years, 2 months ago) by avankest
Branches: MAIN
Diff to: previous 1.76: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.76: +36 -29 lines
formatting fix

Revision 1.76: download - view: text, markup, annotated - select for diffs
Sat Mar 31 10:55:08 2007 UTC (18 years, 2 months ago) by avankest
Branches: MAIN
Diff to: previous 1.75: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.75: +38 -20 lines
first step at fixing responseXML; mark up a MAY

Revision 1.75: download - view: text, markup, annotated - select for diffs
Sat Mar 31 10:39:20 2007 UTC (18 years, 2 months ago) by avankest
Branches: MAIN
Diff to: previous 1.74: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.74: +22 -16 lines
fix some conformance requirements based on a comment from Simon Pieters; add a note about addressing case-insensitive

Revision 1.74: download - view: text, markup, annotated - select for diffs
Fri Mar 30 22:13:19 2007 UTC (18 years, 2 months ago) by avankest
Branches: MAIN
Diff to: previous 1.73: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.73: +1 -1 lines
typo; thanks bjoern

Revision 1.73: download - view: text, markup, annotated - select for diffs
Fri Mar 30 21:47:36 2007 UTC (18 years, 2 months ago) by avankest
Branches: MAIN
Diff to: previous 1.72: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.72: +22 -36 lines
fix some typos pointed out in LC comments; fix readystatechange, statusText and status based on comments from Hixie

Revision 1.72: download - view: text, markup, annotated - select for diffs
Fri Mar 30 10:49:18 2007 UTC (18 years, 2 months ago) by avankest
Branches: MAIN
Diff to: previous 1.71: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.71: +28 -30 lines
several typos + s/UNINITIALIZED/UNSENT/

Revision 1.71: download - view: text, markup, annotated - select for diffs
Thu Mar 22 14:20:34 2007 UTC (18 years, 2 months ago) by avankest
Branches: MAIN
Diff to: previous 1.70: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.70: +29 -27 lines
change the layout of the "IDL", fix an issue with setRequestHeader (value or header being null)

Revision 1.70: download - view: text, markup, annotated - select for diffs
Wed Mar 21 13:40:49 2007 UTC (18 years, 2 months ago) by avankest
Branches: MAIN
Diff to: previous 1.69: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.69: +5 -5 lines
No need to list Date twice + editorial

Revision 1.69: download - view: text, markup, annotated - select for diffs
Wed Mar 21 12:54:59 2007 UTC (18 years, 2 months ago) by avankest
Branches: MAIN
Diff to: previous 1.68: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.68: +16 -3 lines
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 - view: text, markup, annotated - select for diffs
Tue Mar 20 15:54:20 2007 UTC (18 years, 2 months ago) by avankest
Branches: MAIN
Diff to: previous 1.67: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.67: +16 -2 lines
make sure readystatechange is dispatched after send() is invoked as well and fix abort()

Revision 1.67: download - view: text, markup, annotated - select for diffs
Tue Mar 20 15:19:58 2007 UTC (18 years, 2 months ago) by avankest
Branches: MAIN
Diff to: previous 1.66: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.66: +1 -2 lines
editorial

Revision 1.66: download - view: text, markup, annotated - select for diffs
Tue Mar 20 15:00:12 2007 UTC (18 years, 2 months ago) by avankest
Branches: MAIN
Diff to: previous 1.65: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.65: +6 -7 lines
improve variable names and say that people should support XML for interop reasons

Revision 1.65: download - view: text, markup, annotated - select for diffs
Tue Mar 20 14:30:23 2007 UTC (18 years, 2 months ago) by avankest
Branches: MAIN
Diff to: previous 1.64: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.64: +25 -24 lines
some more editorial; also fix status to say editor's draft

Revision 1.64: download - view: text, markup, annotated - select for diffs
Tue Mar 20 14:18:56 2007 UTC (18 years, 2 months ago) by avankest
Branches: MAIN
Diff to: previous 1.63: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.63: +6 -7 lines
fix the wording of the readystatechange event

Revision 1.63: download - view: text, markup, annotated - select for diffs
Tue Mar 20 14:15:11 2007 UTC (18 years, 2 months ago) by avankest
Branches: MAIN
Diff to: previous 1.62: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.62: +7 -7 lines
editorial fix

Revision 1.62: download - view: text, markup, annotated - select for diffs
Tue Mar 20 14:13:41 2007 UTC (18 years, 2 months ago) by avankest
Branches: MAIN
Diff to: previous 1.61: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.61: +28 -11 lines
fix abort()

Revision 1.61: download - view: text, markup, annotated - select for diffs
Tue Mar 20 14:01:04 2007 UTC (18 years, 2 months ago) by avankest
Branches: MAIN
Diff to: previous 1.60: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.60: +39 -68 lines
change setRequestHeader() to do what IE does

Revision 1.60: download - view: text, markup, annotated - select for diffs
Tue Mar 20 13:57:39 2007 UTC (18 years, 2 months ago) by avankest
Branches: MAIN
Diff to: previous 1.59: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.59: +548 -382 lines
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 - view: text, markup, annotated - select for diffs
Sat Mar 17 16:55:10 2007 UTC (18 years, 2 months ago) by avankest
Branches: MAIN
Diff to: previous 1.58: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.58: +62 -38 lines
lots of small editorial changes

Revision 1.58: download - view: text, markup, annotated - select for diffs
Fri Mar 9 16:30:29 2007 UTC (18 years, 3 months ago) by avankest
Branches: MAIN
Diff to: previous 1.57: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.57: +3 -4 lines
change the ping to a log sample to not confuse people

Revision 1.57: download - view: text, markup, annotated - select for diffs
Fri Mar 9 16:23:30 2007 UTC (18 years, 3 months ago) by avankest
Branches: MAIN
Diff to: previous 1.56: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.56: +23 -22 lines
fix some more comments from Dan Winship

Revision 1.56: download - view: text, markup, annotated - select for diffs
Fri Mar 9 15:34:40 2007 UTC (18 years, 3 months ago) by avankest
Branches: MAIN
Diff to: previous 1.55: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.55: +26 -21 lines
fix several reported issues

Revision 1.55: download - view: text, markup, annotated - select for diffs
Wed Feb 28 11:30:56 2007 UTC (18 years, 3 months ago) by avankest
Branches: MAIN
Diff to: previous 1.54: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.54: +7 -5 lines
also change Overview.html

Revision 1.54: download - view: text, markup, annotated - select for diffs
Mon Feb 26 09:35:47 2007 UTC (18 years, 3 months ago) by avankest
Branches: MAIN
Diff to: previous 1.53: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.53: +2 -2 lines
it's not informative...

Revision 1.53: download - view: text, markup, annotated - select for diffs
Sat Feb 24 14:55:07 2007 UTC (18 years, 3 months ago) by avankest
Branches: MAIN
Diff to: previous 1.52: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.52: +9 -9 lines
s/abbr/acronym and change the date manually in Overview.html to make it ready for publication

Revision 1.52: download - view: text, markup, annotated - select for diffs
Fri Feb 23 22:02:18 2007 UTC (18 years, 3 months ago) by avankest
Branches: MAIN
Diff to: previous 1.51: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.51: +10 -16 lines
remove some bogus statements made in responseText; should prolly make more testcases on this; should also reply to bjoern

Revision 1.51: download - view: text, markup, annotated - select for diffs
Thu Feb 22 18:43:00 2007 UTC (18 years, 3 months ago) by avankest
Branches: MAIN
Diff to: previous 1.50: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.50: +1 -8 lines
remove reference to an obsolete cookie draft; we already referenced a newer version

Revision 1.50: download - view: text, markup, annotated - select for diffs
Thu Feb 22 18:38:45 2007 UTC (18 years, 3 months ago) by avankest
Branches: MAIN
Diff to: previous 1.49: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.49: +13 -9 lines
address some comments from bjoern: don't talk about things already specified somewhere else

Revision 1.49: download - view: text, markup, annotated - select for diffs
Wed Feb 21 10:16:43 2007 UTC (18 years, 3 months ago) by avankest
Branches: MAIN
Diff to: previous 1.48: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.48: +20 -17 lines
pleasing pubrules

Revision 1.48: download - view: text, markup, annotated - select for diffs
Sun Feb 18 12:55:14 2007 UTC (18 years, 3 months ago) by avankest
Branches: MAIN
Diff to: previous 1.47: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.47: +5 -6 lines
attempt to make the sentence more readable

Revision 1.47: download - view: text, markup, annotated - select for diffs
Sun Feb 18 11:45:15 2007 UTC (18 years, 3 months ago) by avankest
Branches: MAIN
Diff to: previous 1.46: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.46: +22 -13 lines
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 draft

Revision 1.46: download - view: text, markup, annotated - select for diffs
Sun Feb 18 10:47:09 2007 UTC (18 years, 3 months ago) by avankest
Branches: MAIN
Diff to: previous 1.45: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.45: +5 -6 lines
move the note to directly after the list of headers and fix the text a bit (thanks bjoern!); also make another small editorial change

Revision 1.45: download - view: text, markup, annotated - select for diffs
Sun Feb 18 10:23:20 2007 UTC (18 years, 3 months ago) by avankest
Branches: MAIN
Diff to: previous 1.44: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.44: +4 -0 lines
add a note to make it clear that people can't reset the values of certain headers

Revision 1.44: download - view: text, markup, annotated - select for diffs
Sun Feb 18 10:19:47 2007 UTC (18 years, 3 months ago) by avankest
Branches: MAIN
Diff to: previous 1.43: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.43: +37 -34 lines
add OPTIONS, move references to the end of paragraphs

Revision 1.43: download - view: text, markup, annotated - select for diffs
Sat Feb 17 20:11:16 2007 UTC (18 years, 3 months ago) by avankest
Branches: MAIN
Diff to: previous 1.42: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.42: +28 -7 lines
implementations may support XML; reference the XML specs

Revision 1.42: download - view: text, markup, annotated - select for diffs
Sat Feb 17 19:46:44 2007 UTC (18 years, 3 months ago) by avankest
Branches: MAIN
Diff to: previous 1.41: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.41: +17 -14 lines
address some more editorial bits, clarify responseText and responseXML and add two more feature requests

Revision 1.41: download - view: text, markup, annotated - select for diffs
Sat Feb 17 18:52:17 2007 UTC (18 years, 3 months ago) by avankest
Branches: MAIN
Diff to: previous 1.40: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.40: +41 -49 lines
address some editorial nits

Revision 1.40: download - view: text, markup, annotated - select for diffs
Tue Feb 13 19:30:48 2007 UTC (18 years, 3 months ago) by avankest
Branches: MAIN
Diff to: previous 1.39: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.39: +8 -12 lines
improve the user and password story

Revision 1.39: download - view: text, markup, annotated - select for diffs
Tue Feb 13 19:00:02 2007 UTC (18 years, 3 months ago) by avankest
Branches: MAIN
Diff to: previous 1.38: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.38: +42 -37 lines
change the way references are done; add dom core as a dependency

Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue Feb 13 18:26:25 2007 UTC (18 years, 3 months ago) by avankest
Branches: MAIN
Diff to: previous 1.37: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.37: +8 -8 lines
small sotd changes

Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Feb 13 16:28:49 2007 UTC (18 years, 3 months ago) by avankest
Branches: MAIN
Diff to: previous 1.36: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.36: +5 -13 lines
remove some stuff about the spec not being stable, still need to update sotd a bit more; changed wording in a sentence to satisfy comment from Julian and Maciej

Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue Feb 13 14:36:38 2007 UTC (18 years, 3 months ago) by avankest
Branches: MAIN
Diff to: previous 1.35: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.35: +8 -5 lines
fix a small error with null versus empty string

Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Feb 13 10:57:58 2007 UTC (18 years, 3 months ago) by avankest
Branches: MAIN
Diff to: previous 1.34: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.34: +12 -13 lines
make some small editorial changes

Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Jan 16 11:48:14 2007 UTC (18 years, 4 months ago) by avankest
Branches: MAIN
Diff to: previous 1.33: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.33: +84 -27 lines
make the list of headers actual list for easy scanning and remove 'Expect' from the second list since it was already in the first

Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Jan 9 12:53:15 2007 UTC (18 years, 5 months ago) by avankest
Branches: MAIN
Diff to: previous 1.32: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.32: +29 -12 lines
introduce XMLHttpRequestException.NETWORK_ERR

Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Jan 8 23:16:16 2007 UTC (18 years, 5 months ago) by avankest
Branches: MAIN
Diff to: previous 1.31: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.31: +10 -11 lines
implement a solution for user/password -> last red blob gone; delinkify some stuff; time for more implementation experience!

Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Jan 8 21:32:49 2007 UTC (18 years, 5 months ago) by avankest
Branches: MAIN
Diff to: previous 1.30: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.30: +66 -65 lines
add dependencies, nuke history as it's not very good and move 'not in this specification' to the end as an appendix

Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Jan 8 01:53:16 2007 UTC (18 years, 5 months ago) by avankest
Branches: MAIN
Diff to: previous 1.29: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.29: +8 -4 lines
delinkify; point to the [Window] spec

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Jan 8 01:36:51 2007 UTC (18 years, 5 months ago) by avankest
Branches: MAIN
Diff to: previous 1.28: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.28: +63 -65 lines
resolve password issue; resolve async network error issue, reformat some things

Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue Nov 14 19:44:39 2006 UTC (18 years, 6 months ago) by avankest
Branches: MAIN
Diff to: previous 1.27: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.27: +20 -23 lines
fixed open() to do what implementations should actually implement

Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Nov 13 18:07:45 2006 UTC (18 years, 6 months ago) by avankest
Branches: MAIN
Diff to: previous 1.26: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.26: +155 -132 lines
try to implement some alternate solution for the uri resolving mess called 'Window pointer' and rewrite redo the object states

Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Nov 10 18:05:07 2006 UTC (18 years, 7 months ago) by avankest
Branches: MAIN
Diff to: previous 1.25: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.25: +34 -24 lines
fix the fragment identifier problem, put in a potential solution for open() and make some editorial changes

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun Oct 29 11:52:41 2006 UTC (18 years, 7 months ago) by avankest
Branches: MAIN
Diff to: previous 1.24: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.24: +287 -279 lines
switch to the new postprocessor

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Sep 30 15:46:32 2006 UTC (18 years, 8 months ago) by avankest
Branches: MAIN
Diff to: previous 1.23: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.23: +62 -129 lines
define base URI more properly and move some sections around, add a new issue and remove a bunch of methods that really shouldn't be in here

Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Sep 27 18:19:47 2006 UTC (18 years, 8 months ago) by avankest
Branches: MAIN
Diff to: previous 1.22: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.22: +39 -30 lines
implement a fix for ISSUE-91 and ISSUE-92 and use some suggested text from mjs for resolving URIs

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Sep 25 09:13:25 2006 UTC (18 years, 8 months ago) by avankest
Branches: MAIN
Diff to: previous 1.21: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.21: +90 -13 lines
adding more HTTP methods and references

Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Sep 22 19:37:53 2006 UTC (18 years, 8 months ago) by avankest
Branches: MAIN
Diff to: previous 1.20: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.20: +2 -2 lines
type caused linking not to work

Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Sep 22 19:26:58 2006 UTC (18 years, 8 months ago) by avankest
Branches: MAIN
Diff to: previous 1.19: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.19: +48 -27 lines
fix an issue and more clearly indicate others

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Sep 22 12:54:46 2006 UTC (18 years, 8 months ago) by avankest
Branches: MAIN
Diff to: previous 1.18: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.18: +31 -26 lines
fix the way send() works and add the great Alexey!

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Sep 22 12:02:15 2006 UTC (18 years, 8 months ago) by avankest
Branches: MAIN
Diff to: previous 1.17: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.17: +214 -139 lines
add some examples, clean up some references and try to implement various resolutions

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Sep 20 11:07:50 2006 UTC (18 years, 8 months ago) by avankest
Branches: MAIN
Diff to: previous 1.16: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.16: +84 -42 lines
implement more resolutions and fix the examples

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Sep 19 12:05:16 2006 UTC (18 years, 8 months ago) by avankest
Branches: MAIN
Diff to: previous 1.15: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.15: +76 -149 lines
removing the security section and addressing some of the resolutions; more to come...

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Sep 18 10:27:57 2006 UTC (18 years, 8 months ago) by avankest
Branches: MAIN
Diff to: previous 1.14: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.14: +45 -21 lines
cleaning up references, still needs lots of work, but checking this in anyway

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Sep 17 18:11:40 2006 UTC (18 years, 8 months ago) by avankest
Branches: MAIN
Diff to: previous 1.13: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.13: +37 -12 lines
more editorial work, exposing some issues and such

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Aug 22 14:46:46 2006 UTC (18 years, 9 months ago) by avankest
Branches: MAIN
Diff to: previous 1.12: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.12: +45 -34 lines
fix some stupid editorial bugs

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Aug 10 13:31:09 2006 UTC (18 years, 10 months ago) by avankest
Branches: MAIN
Diff to: previous 1.11: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.11: +13 -3 lines
resolve some issues and remove one issue that wasn't an issue, point others out more clearly

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Aug 10 11:42:10 2006 UTC (18 years, 10 months ago) by avankest
Branches: MAIN
Diff to: previous 1.10: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.10: +44 -37 lines
even more editorial

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Aug 10 11:06:58 2006 UTC (18 years, 10 months ago) by avankest
Branches: MAIN
Diff to: previous 1.9: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.9: +11 -13 lines
more editorial and let getResponseHeader return null instead

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Aug 9 09:39:00 2006 UTC (18 years, 10 months ago) by avankest
Branches: MAIN
Diff to: previous 1.8: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.8: +24 -21 lines
several attributes are really readonly, just like in the WHATWG draft and as sort of implemented...

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Jun 21 09:57:32 2006 UTC (18 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.7: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.7: +1 -1 lines
and again

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Jun 21 09:56:49 2006 UTC (18 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.6: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.6: +7 -4 lines
make it an editor's draft instead of a w3c working draft

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jun 20 21:46:23 2006 UTC (18 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.5: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.5: +179 -185 lines
remove useless distintion between methods and attributes and put them in IDL order (which also happens to make a lot of sense)

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Jun 20 21:31:01 2006 UTC (18 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.4: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.4: +2 -2 lines
some markup nits

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Jun 20 20:36:00 2006 UTC (18 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.3: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.3: +56 -245 lines
make the specification more readable step 1

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Jun 20 14:26:40 2006 UTC (18 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.2: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.2: +1 -1 lines
actually link to that style sheet...

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Jun 20 14:20:55 2006 UTC (18 years, 11 months ago) by avankest
Branches: MAIN
Diff to: previous 1.1: preferred, colored; selected 1.155: preferred, colored
Changes since revision 1.1: +1061 -542 lines
stepping away from respec

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Jun 20 14:15:42 2006 UTC (18 years, 11 months ago) by avankest
Branches: MAIN
Diff to: selected 1.155: preferred, colored
version WD-XMLHttpRequest-20060619

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

Webmaster