CVS log for 2006/webapi/XMLHttpRequest-2/Overview.html
Up to [Public] / 2006 / webapi / XMLHttpRequest-2
Request diff between arbitrary revisions
Default branch: 1
Revision 1.34 / (download) / (as text) - annotate - [select for diffs]
, Tue Jun 3 11:14:29 2008 UTC (4 weeks, 4 days ago) by avankest
CVS Tags: HEAD
Changes since 1.33: +12 -9
lines
Diff to previous 1.33
(colored)
encoding user/password is for auth specs; add iri -> uri conversion
Revision 1.33 / (download) / (as text) - annotate - [select for diffs]
, Wed May 28 14:23:41 2008 UTC (5 weeks, 3 days ago) by avankest
Changes since 1.32: +268 -186
lines
Diff to previous 1.32
(colored)
integrate various changes made in XHR1 in response to LC comments; getResponseHeader restrictions are now defined in AC
Revision 1.32 / (download) / (as text) - annotate - [select for diffs]
, Mon Apr 7 18:06:00 2008 UTC (2 months, 4 weeks ago) by avankest
Changes since 1.31: +3 -3
lines
Diff to previous 1.31
(colored)
remove issue
Revision 1.31 / (download) / (as text) - annotate - [select for diffs]
, Mon Apr 7 18:02:03 2008 UTC (2 months, 4 weeks ago) by avankest
Changes since 1.30: +20 -11
lines
Diff to previous 1.30
(colored)
align with access-control editor's draft
Revision 1.30 / (download) / (as text) - annotate - [select for diffs]
, Fri Mar 7 23:51:58 2008 UTC (3 months, 4 weeks ago) by avankest
Changes since 1.29: +16 -14
lines
Diff to previous 1.29
(colored)
return null for invalid headers in getResponseHeader()
Revision 1.29 / (download) / (as text) - annotate - [select for diffs]
, Wed Feb 27 13:28:54 2008 UTC (4 months, 1 week ago) by avankest
Changes since 1.28: +5 -5
lines
Diff to previous 1.28
(colored)
getAllResponseHeaders() returns the empty strng in case of failure/non same-origin
Revision 1.28 / (download) / (as text) - annotate - [select for diffs]
, Tue Feb 26 11:19:01 2008 UTC (4 months, 1 week ago) by avankest
Changes since 1.27: +12 -17
lines
Diff to previous 1.27
(colored)
update the XMLHttpRequest stuff to not throw exceptions for responseText and responseXML; responseText is always a DOMString too
Revision 1.27 / (download) / (as text) - annotate - [select for diffs]
, Mon Feb 25 16:33:04 2008 UTC (4 months, 1 week ago) by avankest
Changes since 1.26: +3 -3
lines
Diff to previous 1.26
(colored)
fix dates
Revision 1.26 / (download) / (as text) - annotate - [select for diffs]
, Mon Feb 25 15:57:11 2008 UTC (4 months, 1 week ago) by avankest
Changes since 1.25: +2 -2
lines
Diff to previous 1.25
(colored)
fix minor errors
Revision 1.25 / (download) / (as text) - annotate - [select for diffs]
, Mon Feb 25 15:54:46 2008 UTC (4 months, 1 week ago) by avankest
Changes since 1.24: +5 -4
lines
Diff to previous 1.24
(colored)
make XHR2 FPWD ready
Revision 1.24 / (download) / (as text) - annotate - [select for diffs]
, Mon Feb 25 11:07:40 2008 UTC (4 months, 1 week ago) by avankest
Changes since 1.23: +13 -8
lines
Diff to previous 1.23
(colored)
add a reference to Progress Events and W3C editor's draft of HTML5
Revision 1.23 / (download) / (as text) - annotate - [select for diffs]
, Mon Feb 25 09:57:30 2008 UTC (4 months, 1 week ago) by avankest
Changes since 1.22: +57 -64
lines
Diff to previous 1.22
(colored)
cross-site headers is an open issue; restrict Sec-; remove referrer root and all
Revision 1.22 / (download) / (as text) - annotate - [select for diffs]
, Thu Nov 29 18:13:55 2007 UTC (7 months ago) by avankest
Changes since 1.21: +4 -2
lines
Diff to previous 1.21
(colored)
set accept-language conditionally
Revision 1.21 / (download) / (as text) - annotate - [select for diffs]
, Thu Nov 29 17:50:47 2007 UTC (7 months ago) by avankest
Changes since 1.20: +4 -4
lines
Diff to previous 1.20
(colored)
typo
Revision 1.20 / (download) / (as text) - annotate - [select for diffs]
, Thu Nov 29 17:41:55 2007 UTC (7 months ago) by avankest
Changes since 1.19: +4 -4
lines
Diff to previous 1.19
(colored)
accept-language is not to be set by the UA
Revision 1.19 / (download) / (as text) - annotate - [select for diffs]
, Mon Nov 26 11:03:35 2007 UTC (7 months, 1 week ago) by avankest
Changes since 1.18: +0 -3
lines
Diff to previous 1.18
(colored)
duh, just did that
Revision 1.18 / (download) / (as text) - annotate - [select for diffs]
, Mon Nov 26 10:56:18 2007 UTC (7 months, 1 week ago) by avankest
Changes since 1.17: +22 -3
lines
Diff to previous 1.17
(colored)
add the response stuff for non same-origin requests
Revision 1.17 / (download) / (as text) - annotate - [select for diffs]
, Mon Nov 26 10:43:49 2007 UTC (7 months, 1 week ago) by avankest
Changes since 1.16: +53 -41
lines
Diff to previous 1.16
(colored)
define the requests more detailed; add setRequestHeader limitation for non same-origin requests; define same-origin as to take a single URI to make it more easy to use in the context of XMLHttpRequest
Revision 1.16 / (download) / (as text) - annotate - [select for diffs]
, Sun Nov 25 12:29:19 2007 UTC (7 months, 1 week ago) by avankest
Changes since 1.15: +90 -69
lines
Diff to previous 1.15
(colored)
sync some more with XHR1
Revision 1.15 / (download) / (as text) - annotate - [select for diffs]
, Fri Nov 23 11:50:51 2007 UTC (7 months, 1 week ago) by avankest
Changes since 1.14: +100 -118
lines
Diff to previous 1.14
(colored)
merge several changes from XMLHttpRequest Level 1
Revision 1.14 / (download) / (as text) - annotate - [select for diffs]
, Tue Nov 20 20:08:14 2007 UTC (7 months, 2 weeks ago) by avankest
Changes since 1.13: +173 -192
lines
Diff to previous 1.13
(colored)
integrate support for the new access-control draft; still todo stuff left
Revision 1.13 / (download) / (as text) - annotate - [select for diffs]
, Wed Oct 3 20:40:56 2007 UTC (9 months ago) by avankest
Changes since 1.12: +10 -26
lines
Diff to previous 1.12
(colored)
clear up some issues
Revision 1.12 / (download) / (as text) - annotate - [select for diffs]
, Wed Oct 3 20:28:09 2007 UTC (9 months ago) by avankest
Changes since 1.11: +22 -109
lines
Diff to previous 1.11
(colored)
remove old examples and introduction
Revision 1.11 / (download) / (as text) - annotate - [select for diffs]
, Thu Sep 27 15:24:32 2007 UTC (9 months, 1 week ago) by avankest
Changes since 1.10: +13 -13
lines
Diff to previous 1.10
(colored)
update constructor proposal; updatereferences; update issues
Revision 1.10 / (download) / (as text) - annotate - [select for diffs]
, Thu Sep 27 15:16:24 2007 UTC (9 months, 1 week ago) by avankest
Changes since 1.9: +44 -46
lines
Diff to previous 1.9
(colored)
update abstract; sync part on exceptions
Revision 1.9 / (download) / (as text) - annotate - [select for diffs]
, Thu Aug 9 16:58:39 2007 UTC (10 months, 3 weeks ago) by avankest
Changes since 1.8: +56 -81
lines
Diff to previous 1.8
(colored)
clarify the access check algorithm in send()
Revision 1.8 / (download) / (as text) - annotate - [select for diffs]
, Thu Aug 9 15:50:43 2007 UTC (10 months, 3 weeks ago) by avankest
Changes since 1.7: +77 -21
lines
Diff to previous 1.7
(colored)
introduce uploading events
Revision 1.7 / (download) / (as text) - annotate - [select for diffs]
, Thu Aug 9 15:21:08 2007 UTC (10 months, 3 weeks ago) by avankest
Changes since 1.6: +5 -32
lines
Diff to previous 1.6
(colored)
remove redirect event until there is a more concrete proposal; remove solved issue regarding the open() method
Revision 1.6 / (download) / (as text) - annotate - [select for diffs]
, Mon Aug 6 13:10:42 2007 UTC (11 months ago) by avankest
Changes since 1.5: +11 -8
lines
Diff to previous 1.5
(colored)
include check for Allow header
Revision 1.5 / (download) / (as text) - annotate - [select for diffs]
, Mon Aug 6 12:52:56 2007 UTC (11 months ago) by avankest
Changes since 1.4: +8 -1
lines
Diff to previous 1.4
(colored)
add AC (access-control) reference
Revision 1.4 / (download) / (as text) - annotate - [select for diffs]
, Mon Aug 6 12:50:17 2007 UTC (11 months ago) by avankest
Changes since 1.3: +205 -97
lines
Diff to previous 1.3
(colored)
Introduce cross-site requests. Please review carefully
Revision 1.3 / (download) / (as text) - annotate - [select for diffs]
, Fri Aug 3 09:19:57 2007 UTC (11 months ago) by avankest
Changes since 1.2: +13 -10
lines
Diff to previous 1.2
(colored)
fix typos
Revision 1.2 / (download) / (as text) - annotate - [select for diffs]
, Thu Aug 2 13:47:52 2007 UTC (11 months ago) by avankest
Changes since 1.1: +1 -1
lines
Diff to previous 1.1
(colored)
It's not a W3C Working Draft (yet)
Revision 1.1 / (download) / (as text) - annotate - [select for diffs]
, Thu Aug 2 13:45:57 2007 UTC (11 months ago) by avankest
Diff
Land first draft of XMLHttpRequest level 2
This form allows you to request diff's 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.
Webmaster