
CVS log for html5/postmsg/Overview.html
Up to [Public] / html5 / postmsg
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.173: download - view: text, markup, annotated - select for diffs
Tue Mar 10 16:00:49 2015 UTC (10 years, 5 months ago) by xiaoqian
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.172: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.172: +6 -4 lines
fix several broken links
Revision 1.172: download - view: text, markup, annotated - select for diffs
Tue Mar 10 15:49:12 2015 UTC (10 years, 5 months ago) by xiaoqian
Branches: MAIN
Diff to: previous 1.171: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.171: +34 -26 lines
1. Add initMessageEvent() method to the MessageEvent interface IDL;
2. Some minor fixs to minimize the diffs to the WHATWG version.
Revision 1.171: download - view: text, markup, annotated - select for diffs
Wed May 14 23:22:00 2014 UTC (11 years, 3 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.170: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.170: +18 -20 lines
Big editorial cleanup. No normative changes. (whatwg r8634)
Revision 1.170: download - view: text, markup, annotated - select for diffs
Wed Apr 30 00:04:32 2014 UTC (11 years, 3 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.169: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.169: +2 -15 lines
Instead of MessageEvent.channel, use MessageEvent.target.name. (whatwg r8589)
Revision 1.169: download - view: text, markup, annotated - select for diffs
Wed Apr 23 17:05:21 2014 UTC (11 years, 3 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.168: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.168: +3 -3 lines
Print version of the spec (thanks IZh!); protocol-neutral version of the spec so that scripts and styles work on http://www.whatwg.org/ (whatwg r8578)
Revision 1.168: download - view: text, markup, annotated - select for diffs
Wed Mar 12 23:15:41 2014 UTC (11 years, 5 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.167: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.167: +3 -3 lines
Fix some missing mentions of 'fillRule' in the canvas domintro (whatwg r8542)
Revision 1.167: download - view: text, markup, annotated - select for diffs
Mon Feb 3 20:30:00 2014 UTC (11 years, 6 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.166: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.166: +3 -43 lines
Remove support for receiving an error message when a port's other side is destroyed by the OS, due to lack of implementation interest. (whatwg r8452)
Revision 1.166: download - view: text, markup, annotated - select for diffs
Thu Jan 30 02:41:51 2014 UTC (11 years, 6 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.165: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.165: +3 -12 lines
Ok, go back to exposing MessageEvent.source in one form everywhere, relying on WebIDL for the rest of the logic here (whatwg r8444)
Revision 1.165: download - view: text, markup, annotated - select for diffs
Tue Jan 28 20:34:30 2014 UTC (11 years, 6 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.164: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.164: +12 -4 lines
Try doing this a different way (MessageEvent.source exposure) (whatwg r8430)
Revision 1.164: download - view: text, markup, annotated - select for diffs
Mon Jan 27 23:08:51 2014 UTC (11 years, 6 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.163: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.163: +21 -11 lines
Update the spec to say what's exposed to workers: take 1 (whatwg r8425)
Revision 1.163: download - view: text, markup, annotated - select for diffs
Fri Jan 17 08:12:30 2014 UTC (11 years, 6 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.162: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.162: +94 -168 lines
Various editorial tweaks. (whatwg r8405)
Revision 1.162: download - view: text, markup, annotated - select for diffs
Wed Jan 8 23:55:12 2014 UTC (11 years, 7 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.161: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.161: +17 -16 lines
Add an event index which acts as the definition of the event names, for editorial purposes (event names are really just strings, so they don't have, or need, a normative definition per se). (whatwg r8385)
Revision 1.161: download - view: text, markup, annotated - select for diffs
Wed Dec 11 19:52:00 2013 UTC (11 years, 8 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.160: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.160: +16 -3 lines
Make sure subsequent owners of an ill-fated port's friend can know about that fate (whatwg r8342)
Revision 1.160: download - view: text, markup, annotated - select for diffs
Wed Dec 11 17:41:29 2013 UTC (11 years, 8 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.159: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.159: +5 -5 lines
Updates for r8297, fixing <option> to treat 'dirtiness' correctly, and r8336, fixing 'error' events sent to MessagePort objects to not race messages sent from those ports (or, worse, the event that the port is delivered on...). (whatwg r8341)
Revision 1.159: download - view: text, markup, annotated - select for diffs
Sat Dec 7 01:22:44 2013 UTC (11 years, 8 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.158: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.158: +36 -5 lines
Add a way to catch the other side of a port having a catastrophic death. (whatwg r8336)
Revision 1.158: download - view: text, markup, annotated - select for diffs
Thu Nov 21 23:49:03 2013 UTC (11 years, 8 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.157: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.157: +27 -7 lines
People apparently don't like it when the spec requires things that are impossible to implement, go figure. (In this case, synchronously detecting that one of the MessagePorts being Transferred in the MessagePort message is actually the target of the message. You can't necessarily know this synchronously, since if the port has been shunted around between workers, you might only discover who the final target actually is after the message has itself bounced between threads for a while.) (whatwg r8306)
Revision 1.157: download - view: text, markup, annotated - select for diffs
Wed Nov 13 19:09:39 2013 UTC (11 years, 9 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.156: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.156: +17 -3 lines
New BroadcastChannel feature to send messages to other tabs in the same origin, so you don't have to abuse the onstorage event, and don't need to use a heavy shared worker for something otherwise trivial. (whatwg r8274)
Revision 1.156: download - view: text, markup, annotated - select for diffs
Fri Nov 8 23:21:07 2013 UTC (11 years, 9 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.155: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.155: +7 -9 lines
Move the spec from a stack of incumbent scripts to a stack of script settings object. This should in theory have no concrete effects (though I may have changed some of the origin used for Web Workers started from document.domain-affected scripts that were called from other scripts with different original origins). (whatwg r8262)
Revision 1.155: download - view: text, markup, annotated - select for diffs
Wed Nov 6 22:01:31 2013 UTC (11 years, 9 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.154: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.154: +4 -4 lines
A MessageEvent object constructed using MessageEventInit doesn't get the actual array that was passed, that would be weird. It gets a copy. (whatwg r8260)
Revision 1.154: download - view: text, markup, annotated - select for diffs
Wed Oct 30 23:18:13 2013 UTC (11 years, 9 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.153: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.153: +43 -22 lines
The bulk of this is editorial: refactoring how scripts are defined so that all the common stuff is in a shared 'settings object' rather than being duplicated per script. But this also cleans up how postMessage() interacts with the event loop and a few other things I've since forgotten. (whatwg r8247)
Revision 1.153: download - view: text, markup, annotated - select for diffs
Fri Oct 18 06:28:11 2013 UTC (11 years, 9 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.152: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.152: +324 -412 lines
The giant clean-up of 2013. Improved internal consistency, adjusted section order to make more sense, started a move away from abusing title='' for cross-references, fixed minor typos, cleaned up some dangling TODOs, very minor typo fixes, dropped some obsolete comments, un-commented-out minor things that had previously been commented out for reasons that no longer apply, etc. No normative changes. (whatwg r8229)
Revision 1.152: download - view: text, markup, annotated - select for diffs
Wed Oct 9 22:05:26 2013 UTC (11 years, 10 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.151: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.151: +6 -2 lines
Make a note of the ills of PortCollection (whatwg r8216)
Revision 1.151: download - view: text, markup, annotated - select for diffs
Mon Aug 26 18:03:01 2013 UTC (11 years, 11 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.150: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.150: +12 -10 lines
Reorganise the stuff about port message queues to be clearer. (whatwg r8154)
Revision 1.150: download - view: text, markup, annotated - select for diffs
Mon Aug 26 17:59:48 2013 UTC (11 years, 11 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.149: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.149: +3 -3 lines
Disabled port message queues shouldn't have their messages dispatched when they're still unshipped, nor should they stall the entire message queueing mechanism. (whatwg r8153)
Revision 1.149: download - view: text, markup, annotated - select for diffs
Tue Aug 20 17:50:02 2013 UTC (11 years, 11 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.148: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.148: +3 -3 lines
Make sure you can create a MessageEvent object with a MessagePort as a source. (whatwg r8148)
Revision 1.148: download - view: text, markup, annotated - select for diffs
Thu Aug 1 20:44:12 2013 UTC (12 years ago) by ihickson
Branches: MAIN
Diff to: previous 1.147: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.147: +4 -3 lines
Cleanup (whatwg r8118)
Revision 1.147: download - view: text, markup, annotated - select for diffs
Fri Jul 26 17:57:11 2013 UTC (12 years ago) by ihickson
Branches: MAIN
Diff to: previous 1.146: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.146: +13 -13 lines
Try to tighten up text around event handlers (whatwg r8091)
Revision 1.146: download - view: text, markup, annotated - select for diffs
Wed Jun 12 23:46:53 2013 UTC (12 years, 2 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.145: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.145: +3 -3 lines
Integrate ArrayBuffer structured cloning (whatwg r7972)
Revision 1.145: download - view: text, markup, annotated - select for diffs
Tue Jun 11 21:45:28 2013 UTC (12 years, 2 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.144: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.144: +3 -3 lines
Try to clean up text where I referred to scripts that called a method, etc. Introduces the term 'incumbent script'. (whatwg r7954)
Revision 1.144: download - view: text, markup, annotated - select for diffs
Thu Jun 6 20:01:23 2013 UTC (12 years, 2 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.143: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.143: +4 -4 lines
Cleanup (whatwg r7919)
Revision 1.143: download - view: text, markup, annotated - select for diffs
Tue Jun 4 00:08:15 2013 UTC (12 years, 2 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.142: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.142: +16 -6 lines
Let's try some more explanatory text (whatwg r7892)
Revision 1.142: download - view: text, markup, annotated - select for diffs
Tue Apr 23 22:55:16 2013 UTC (12 years, 3 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.141: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.141: +3 -7 lines
Remove redundant requirements. (whatwg r7852)
Revision 1.141: download - view: text, markup, annotated - select for diffs
Sun Apr 14 23:15:26 2013 UTC (12 years, 4 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.140: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.140: +2 -3 lines
WebVTT is now being edited by Silvia Pfeiffer. If you want to follow further development, please subscribe to public-texttracks@w3.org, the WebVTT community group's mailing list. (whatwg r7834)
Revision 1.140: download - view: text, markup, annotated - select for diffs
Fri Apr 12 19:38:25 2013 UTC (12 years, 4 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.139: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.139: +4 -4 lines
Fix example. (whatwg r7818)
Revision 1.139: download - view: text, markup, annotated - select for diffs
Thu Apr 11 22:00:14 2013 UTC (12 years, 4 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.138: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.138: +3 -3 lines
Use more WebIDL, reduce amount of prose. Also, some typo fixes. (whatwg r7808)
Revision 1.138: download - view: text, markup, annotated - select for diffs
Wed Apr 10 23:05:03 2013 UTC (12 years, 4 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.137: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.137: +7 -7 lines
Lots of minor editorial fixes thanks to Michael Dyck. (whatwg r7803)
Revision 1.137: download - view: text, markup, annotated - select for diffs
Tue Feb 5 22:23:49 2013 UTC (12 years, 6 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.136: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.136: +30 -41 lines
Cleanup (whatwg r7695)
Revision 1.136: download - view: text, markup, annotated - select for diffs
Tue Feb 5 20:33:04 2013 UTC (12 years, 6 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.135: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.135: +11 -13 lines
Cleanup (whatwg r7694)
Revision 1.135: download - view: text, markup, annotated - select for diffs
Wed Jan 30 23:31:57 2013 UTC (12 years, 6 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.134: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.134: +3 -3 lines
Merge WorkerUtils into WorkerGlobalScope (whatwg r7675)
Revision 1.134: download - view: text, markup, annotated - select for diffs
Tue Jan 29 20:59:13 2013 UTC (12 years, 6 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.133: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.133: +31 -4 lines
Make MessagePort objects synchronised until they are posted through another port. (whatwg r7669)
Revision 1.133: download - view: text, markup, annotated - select for diffs
Thu Jan 24 01:38:49 2013 UTC (12 years, 6 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.132: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.132: +6 -23 lines
Embrace the Encodings specification. (whatwg r7647)
Revision 1.132: download - view: text, markup, annotated - select for diffs
Tue Dec 4 23:56:04 2012 UTC (12 years, 8 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.131: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.131: +5 -6 lines
Update references to DOM spec so they call it its real name. (Boy am I late to _this_ party.) This update will also make <iframe seamless> do event retargetting once DOM is updated to support that (see bug 18780 - marked this bug 'editorial' since this change doesn't work without the DOM stuff). Also, a lot of clean-up to affected areas. (whatwg r7562)
Revision 1.131: download - view: text, markup, annotated - select for diffs
Sat Nov 24 04:52:02 2012 UTC (12 years, 8 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.130: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.130: +2 -4 lines
Cleanup sweep. Should make diffs of upcoming patches easier to read. This edit contains no normative changes as far as I'm aware, and I believe the only textual changes of any kind are in the history section. (whatwg r7530)
Revision 1.130: download - view: text, markup, annotated - select for diffs
Mon Nov 5 21:38:07 2012 UTC (12 years, 9 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.129: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.129: +4 -4
lines
Try to be more normatively tight about 'fire' and 'dispatch'. (whatwg r7506)
Revision 1.129: download - view: text, markup, annotated - select for diffs
Mon Nov 5 20:14:15 2012 UTC (12 years, 9 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.128: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.128: +3 -3
lines
Fix some typos or copypasta. (whatwg r7503)
Revision 1.128: download - view: text, markup, annotated - select for diffs
Fri Nov 2 22:32:35 2012 UTC (12 years, 9 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.127: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.127: +114 -11
lines
Provide a way for authors to broadcast to many ports without memory leaks. (whatwg r7502)
Revision 1.127: download - view: text, markup, annotated - select for diffs
Thu Oct 25 18:10:28 2012 UTC (12 years, 9 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.126: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.126: +3 -5
lines
Add sandbox=allow-pointer-lock, and some nearby cleanup. (whatwg r7485)
Revision 1.126: download - view: text, markup, annotated - select for diffs
Fri Oct 19 22:40:08 2012 UTC (12 years, 9 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.125: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.125: +3 -5
lines
Fix link.
Revision 1.125: download - view: text, markup, annotated - select for diffs
Mon Oct 15 17:46:21 2012 UTC (12 years, 9 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.124: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.124: +5 -5
lines
Typos, thanks to foolip! (whatwg r7465)
Revision 1.124: download - view: text, markup, annotated - select for diffs
Sat Oct 6 18:04:41 2012 UTC (12 years, 10 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.123: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.123: +8 -13
lines
Define when events are trusted and when they're not. Hopefully I got all the places that create and dispatch events... (whatwg r7437)
Revision 1.123: download - view: text, markup, annotated - select for diffs
Mon Sep 17 03:06:03 2012 UTC (12 years, 10 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.122: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.122: +3 -3
lines
These specs are no longer being maintained at the W3C, so update links to point to where they are now being maintained. (whatwg r7361)
Revision 1.122: download - view: text, markup, annotated - select for diffs
Sun Aug 26 03:55:31 2012 UTC (12 years, 11 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.121: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.121: +2 -2
lines
Updates the the vCard section, and related cleanup. (whatwg r7276)
Revision 1.121: download - view: text, markup, annotated - select for diffs
Tue Jul 10 21:19:32 2012 UTC (13 years, 1 month ago) by ihickson
Branches: MAIN
Diff to: previous 1.120: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.120: +73 -6
lines
Explain start() with an example. (whatwg r7171)
Revision 1.120: download - view: text, markup, annotated - select for diffs
Tue Jun 26 19:59:02 2012 UTC (13 years, 1 month ago) by ihickson
Branches: MAIN
Diff to: previous 1.119: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.119: +3 -3
lines
sync with WebIDL for event handlers (whatwg r7146)
Revision 1.119: download - view: text, markup, annotated - select for diffs
Thu Jun 7 22:44:05 2012 UTC (13 years, 2 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.118: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.118: +3 -3
lines
Fix some typos or copypasta. (whatwg r7125)
Revision 1.118: download - view: text, markup, annotated - select for diffs
Fri Jun 1 22:44:16 2012 UTC (13 years, 2 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.117: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.117: +9 -5
lines
Update 'connect' events in shared workers to include the port on event.source, as well as event.ports[0], to make the event more intuitive. (whatwg r7114)
Revision 1.117: download - view: text, markup, annotated - select for diffs
Tue May 8 19:51:59 2012 UTC (13 years, 3 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.116: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.116: +3 -3
lines
Move slightly more towards using the word 'type' rather than 'name' for the concept of an event name (whatwg r7099)
Revision 1.116: download - view: text, markup, annotated - select for diffs
Tue Apr 24 21:25:12 2012 UTC (13 years, 3 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.115: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.115: +3 -3
lines
Add new escapes to WebVTT for bidi authors (whatwg r7063)
Revision 1.115: download - view: text, markup, annotated - select for diffs
Mon Apr 2 21:15:29 2012 UTC (13 years, 4 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.114: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.114: +3 -3
lines
Only apply styles for [dir] if the attribute value is actually valid (ltr, rtl, auto). (whatwg r7043)
Revision 1.114: download - view: text, markup, annotated - select for diffs
Tue Mar 13 19:34:18 2012 UTC (13 years, 5 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.113: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.113: +294 -69
lines
Add ellipse support to canvas. (whatwg r7025)
Revision 1.113: download - view: text, markup, annotated - select for diffs
Wed Jan 18 22:57:04 2012 UTC (13 years, 6 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.112: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.112: +26 -8
lines
Add more explanatory text about postMessage()'s first argument. (whatwg r6903)
Revision 1.112: download - view: text, markup, annotated - select for diffs
Wed Dec 7 23:24:23 2011 UTC (13 years, 8 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.111: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.111: +3 -3
lines
typo (whatwg r6852)
Revision 1.111: download - view: text, markup, annotated - select for diffs
Mon Nov 28 23:04:50 2011 UTC (13 years, 8 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.110: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.110: +4 -4
lines
Prepare a WebVTT standard. Remove the WebVTT text from the HTML standard; refer to the WebVTT spec instead. Drop PeerConnection (moved to W3C WebRTC WG). Clean up some internal annotations (sorry, this affects a number of topics but is purely editorial). Fix some WebIDL issues flagged by recent updates to the WebIDL checker. (whatwg r6837)
Revision 1.110: download - view: text, markup, annotated - select for diffs
Wed Nov 23 20:01:59 2011 UTC (13 years, 8 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.109: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.109: +2 -2
lines
New topics: DOM APIs, and Security. (Note that by default, people are _not_ subscribed to new topics.) Also, some tweaks to the previous annotations. (whatwg r6836)
Revision 1.109: download - view: text, markup, annotated - select for diffs
Tue Oct 25 03:11:01 2011 UTC (13 years, 9 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.108: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.108: +10 -2
lines
refs (whatwg r6747)
Revision 1.108: download - view: text, markup, annotated - select for diffs
Tue Oct 25 00:01:19 2011 UTC (13 years, 9 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.107: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.107: +14 -3
lines
Mention some DOS risks with window.postMessage(). (whatwg r6743)
Revision 1.107: download - view: text, markup, annotated - select for diffs
Mon Oct 24 23:21:39 2011 UTC (13 years, 9 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.106: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.106: +3 -3
lines
typo (whatwg r6738)
Revision 1.106: download - view: text, markup, annotated - select for diffs
Wed Oct 19 22:22:33 2011 UTC (13 years, 9 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.105: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.105: +5 -1
lines
Correctness (useMap reflects 'usemap' not 'useMap'). (whatwg r6702)
Revision 1.105: download - view: text, markup, annotated - select for diffs
Wed Oct 19 00:49:55 2011 UTC (13 years, 9 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.104: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.104: +74 -42
lines
Update postMessage() to do the transfers after the cloning so that if cloning fails, the transferables don't get killed. (whatwg r6697)
Revision 1.104: download - view: text, markup, annotated - select for diffs
Wed Oct 19 00:09:15 2011 UTC (13 years, 9 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.103: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.103: +5 -5
lines
Clarify that you can transfer a port more than once by avoiding confusing terminology that suggested otherwise. (see also r6653) (whatwg r6696)
Revision 1.103: download - view: text, markup, annotated - select for diffs
Mon Oct 17 22:13:33 2011 UTC (13 years, 9 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.102: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.102: +4 -31
lines
Revert last checkin. My testing was bogus. (whatwg r6691)
Revision 1.102: download - view: text, markup, annotated - select for diffs
Mon Oct 17 21:50:59 2011 UTC (13 years, 9 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.101: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.101: +33 -6
lines
Make postMessage() accept the second and third arguments in either order. Compat with WebKit and hopefully solves the difficulty people have about remembering which goes first. (whatwg r6690)
Revision 1.101: download - view: text, markup, annotated - select for diffs
Fri Oct 7 22:01:50 2011 UTC (13 years, 10 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.100: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.100: +10 -9
lines
Clarify that you can transfer a port more than once by avoiding confusing terminology that suggested otherwise. (whatwg r6653)
Revision 1.100: download - view: text, markup, annotated - select for diffs
Thu Oct 6 22:44:35 2011 UTC (13 years, 10 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.99: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.99: +75 -4
lines
include information about the capabilities model (whatwg r6647)
Revision 1.99: download - view: text, markup, annotated - select for diffs
Tue Oct 4 17:01:11 2011 UTC (13 years, 10 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.98: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.98: +3 -2
lines
Shake up the publication pipeline a bit. Merge the main two WHATWG specs. Update styles. (whatwg r6619)
Revision 1.98: download - view: text, markup, annotated - select for diffs
Fri Sep 30 00:24:51 2011 UTC (13 years, 10 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.97: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.97: +8 -8
lines
Exceptions DOM Core/WebIDL fix. (whatwg r6602)
Revision 1.97: download - view: text, markup, annotated - select for diffs
Thu Sep 29 21:01:58 2011 UTC (13 years, 10 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.96: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.96: +3 -3
lines
Event handler IDL attribute compatibility WebIDL fix. (whatwg r6599)
Revision 1.96: download - view: text, markup, annotated - select for diffs
Sat Sep 10 01:26:10 2011 UTC (13 years, 11 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.95: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.95: +39 -38
lines
Update Event interfaces to use constructors instead of init*Event methods; remove some typedefs. (whatwg r6551)
Revision 1.95: download - view: text, markup, annotated - select for diffs
Wed Aug 17 23:33:21 2011 UTC (13 years, 11 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +4 -4
lines
Update WebIDL blocks to use new syntax. (whatwg r6502)
Revision
1.94:
download - view:
text,
markup,
annotated -
[selected for diffs]
Mon Aug 15 20:30:51 2011 UTC (14 years ago) by
ihickson
Branches:
MAIN
Diff to: previous 1.93:
preferred,
colored
Changes since revision 1.93: +1 -1
lines
prettyify (whatwg r6461)
Revision 1.93: download - view: text, markup, annotated - select for diffs
Mon Aug 15 04:37:22 2011 UTC (14 years ago) by ihickson
Branches: MAIN
Diff to: previous 1.92: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.92: +4 -3
lines
style update
Revision 1.92: download - view: text, markup, annotated - select for diffs
Fri Aug 5 23:44:01 2011 UTC (14 years ago) by ihickson
Branches: MAIN
Diff to: previous 1.91: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.91: +3 -4
lines
Move the Web to a world where things that implement EventTarget just inherit from it. I, for one, now welcome our new EventTarget overlords. (whatwg r6378)
Revision 1.91: download - view: text, markup, annotated - select for diffs
Thu Jul 28 01:29:15 2011 UTC (14 years ago) by ihickson
Branches: MAIN
Diff to: previous 1.90: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.90: +4 -2
lines
styling
Revision 1.90: download - view: text, markup, annotated - select for diffs
Thu Jul 7 21:14:32 2011 UTC (14 years, 1 month ago) by ihickson
Branches: MAIN
Diff to: previous 1.89: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.89: +9 -7
lines
Fix the handling of infinite loops in the various microdata algorithms. (whatwg r6277)
Revision 1.89: download - view: text, markup, annotated - select for diffs
Thu Jun 30 23:52:56 2011 UTC (14 years, 1 month ago) by ihickson
Branches: MAIN
Diff to: previous 1.88: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.88: +8 -8
lines
Revamp how audioTracks and videoTracks work on HTMLMediaElement and MediaStream. (whatwg r6275)
Revision 1.88: download - view: text, markup, annotated - select for diffs
Thu Jun 23 23:49:00 2011 UTC (14 years, 1 month ago) by ihickson
Branches: MAIN
Diff to: previous 1.87: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.87: +135 -72
lines
add infrastructure to postMessage() to support ArrayBuffer cloning (whatwg r6273)
Revision 1.87: download - view: text, markup, annotated - select for diffs
Mon Jun 13 23:39:17 2011 UTC (14 years, 2 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.86: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.86: +17 -20
lines
Update IDL to recent WebIDL changes, thanks to heycam. (whatwg r6220)
Revision 1.86: download - view: text, markup, annotated - select for diffs
Fri Jun 3 20:20:29 2011 UTC (14 years, 2 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.85: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.85: +4 -5
lines
Make structured clone handle getters. (whatwg r6185)
Revision 1.85: download - view: text, markup, annotated - select for diffs
Wed Jun 1 17:43:22 2011 UTC (14 years, 2 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.84: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.84: +19 -18
lines
Don't overpromise in security sections... (whatwg r6169)
Revision 1.84: download - view: text, markup, annotated - select for diffs
Fri May 27 00:24:13 2011 UTC (14 years, 2 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.83: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.83: +20 -10
lines
Fix WebIDL-related issues uncovered by the recent updates to the webidl checker (whatwg r6152)
Revision 1.83: download - view: text, markup, annotated - select for diffs
Thu May 12 07:08:41 2011 UTC (14 years, 3 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.82: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.82: +1 -1
lines
w3c lc preparation
Revision 1.82: download - view: text, markup, annotated - select for diffs
Thu May 12 06:58:23 2011 UTC (14 years, 3 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.81: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.81: +3 -2
lines
Mention the case of getContext('webgl') returning null due to hardware limitations. (whatwg r6130)
Revision 1.81: download - view: text, markup, annotated - select for diffs
Tue May 10 05:53:05 2011 UTC (14 years, 3 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.80: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.80: +3 -19
lines
remove the external scripts from the w3c specs
Revision 1.80: download - view: text, markup, annotated - select for diffs
Wed Apr 27 05:08:32 2011 UTC (14 years, 3 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.79: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.79: +2 -2
lines
fix pub issues
Revision 1.79: download - view: text, markup, annotated - select for diffs
Wed Apr 13 22:09:52 2011 UTC (14 years, 4 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.78: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.78: +25 -137
lines
pipeline update (whatwg r6003)
Revision 1.78: download - view: text, markup, annotated - select for diffs
Tue Apr 12 00:10:27 2011 UTC (14 years, 4 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.77: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.77: +2 -2
lines
full regen because the publishing pipeline seems to have gotten out of sync (whatwg r5987)
Revision 1.77: download - view: text, markup, annotated - select for diffs
Fri Mar 4 00:26:59 2011 UTC (14 years, 5 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.76: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.76: +3 -3
lines
typo
Revision 1.76: download - view: text, markup, annotated - select for diffs
Mon Feb 28 22:16:44 2011 UTC (14 years, 5 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.75: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.75: +11 -4
lines
block more spam
Revision 1.75: download - view: text, markup, annotated - select for diffs
Tue Feb 8 21:31:06 2011 UTC (14 years, 6 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.74: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.74: +3 -10
lines
Add a note about cases where scripts won't run. Also, update some references (unrelated to the bug below). (whatwg r5856)
Revision 1.74: download - view: text, markup, annotated - select for diffs
Thu Feb 3 23:41:55 2011 UTC (14 years, 6 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.73: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.73: +4 -4
lines
xref (whatwg r5832)
Revision 1.73: download - view: text, markup, annotated - select for diffs
Thu Jan 20 20:55:14 2011 UTC (14 years, 6 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.72: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.72: +2 -2
lines
forced refresh
Revision 1.72: download - view: text, markup, annotated - select for diffs
Tue Dec 14 02:07:34 2010 UTC (14 years, 8 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.71: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.71: +153 -217
lines
Revamp the way the boilerplate stuff is done so that Tab can help me out doing publications. (whatwg r5719)
Revision 1.71: download - view: text, markup, annotated - select for diffs
Thu Nov 18 19:58:13 2010 UTC (14 years, 8 months ago) by abarsto
Branches: MAIN
Diff to: previous 1.70: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.70: +13 -3
lines
remove whatwg.org form dependency
Revision 1.70: download - view: text, markup, annotated - select for diffs
Wed Nov 17 22:47:26 2010 UTC (14 years, 8 months ago) by abarsto
Branches: MAIN
Diff to: previous 1.69: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.69: +2 -2
lines
change shortname to webmessaging
Revision 1.69: download - view: text, markup, annotated - select for diffs
Tue Nov 16 12:01:03 2010 UTC (14 years, 8 months ago) by abarsto
Branches: MAIN
Diff to: previous 1.68: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.68: +16 -9
lines
Added red block to Implementor warning
Revision 1.68: download - view: text, markup, annotated - select for diffs
Mon Nov 15 23:54:38 2010 UTC (14 years, 8 months ago) by abarsto
Branches: MAIN
Diff to: previous 1.67: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.67: +1 -2
lines
updates for pubrules
Revision 1.67: download - view: text, markup, annotated - select for diffs
Mon Nov 15 21:05:06 2010 UTC (14 years, 8 months ago) by abarsto
Branches: MAIN
Diff to: previous 1.66: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.66: +13 -11
lines
first version to make FPWD ready
Revision 1.66: download - view: text, markup, annotated - select for diffs
Mon Nov 1 23:02:03 2010 UTC (14 years, 9 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.65: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.65: +11 -6
lines
push a manual update
Revision 1.65: download - view: text, markup, annotated - select for diffs
Wed Oct 20 19:14:49 2010 UTC (14 years, 9 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.64: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.64: +21 -6
lines
update the form to be less spammed
Revision 1.64: download - view: text, markup, annotated - select for diffs
Fri Oct 15 21:29:14 2010 UTC (14 years, 9 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.63: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.63: +4 -3
lines
Add <video audio=muted>. (whatwg r5636)
Revision 1.63: download - view: text, markup, annotated - select for diffs
Wed Oct 13 10:12:17 2010 UTC (14 years, 10 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.62: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.62: +23 -10
lines
wd pub preparation (whatwg r5618)
Revision 1.62: download - view: text, markup, annotated - select for diffs
Wed Sep 29 18:48:00 2010 UTC (14 years, 10 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.61: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.61: +8 -5
lines
Add the remaining MathML entities -- the ones that expand to two characters. (whatwg r5557)
Revision 1.61: download - view: text, markup, annotated - select for diffs
Fri Sep 24 21:59:31 2010 UTC (14 years, 10 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.60: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.60: +4 -2
lines
Reintroduce <ol type> as conforming. (whatwg r5478)
Revision 1.60: download - view: text, markup, annotated - select for diffs
Sat Sep 4 06:25:23 2010 UTC (14 years, 11 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.59: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.59: +2 -2
lines
couple of minor errors (whatwg r5415)
Revision 1.59: download - view: text, markup, annotated - select for diffs
Wed Aug 11 03:50:11 2010 UTC (15 years ago) by ihickson
Branches: MAIN
Diff to: previous 1.58: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.58: +1 -1
lines
Try to clarify an example (whatwg r5278)
Revision 1.58: download - view: text, markup, annotated - select for diffs
Wed Aug 11 01:11:07 2010 UTC (15 years ago) by ihickson
Branches: MAIN
Diff to: previous 1.57: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.57: +6 -16
lines
drop support for '/' origins in postMessage(), and require that paths be ignored. (whatwg r5277)
Revision 1.57: download - view: text, markup, annotated - select for diffs
Tue Aug 10 21:11:00 2010 UTC (15 years ago) by ihickson
Branches: MAIN
Diff to: previous 1.56: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.56: +4 -2
lines
try adding registration templates to the spec (whatwg r5273)
Revision 1.56: download - view: text, markup, annotated - select for diffs
Mon Aug 9 23:12:52 2010 UTC (15 years ago) by ihickson
Branches: MAIN
Diff to: previous 1.55: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.55: +2 -1
lines
new class attribute in header
Revision 1.55: download - view: text, markup, annotated - select for diffs
Mon Aug 9 22:34:46 2010 UTC (15 years ago) by ihickson
Branches: MAIN
Diff to: previous 1.54: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.54: +11 -3
lines
Add WEBIDL ref to HTML modules
Revision 1.54: download - view: text, markup, annotated - select for diffs
Wed Jul 28 22:19:55 2010 UTC (15 years ago) by ihickson
Branches: MAIN
Diff to: previous 1.53: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.53: +13 -3
lines
Mention that postMessage() won't work when the target hasn't loaded yet. (whatwg r5217)
Revision 1.53: download - view: text, markup, annotated - select for diffs
Fri Jul 23 08:05:40 2010 UTC (15 years ago) by ihickson
Branches: MAIN
Diff to: previous 1.52: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.52: +2 -2
lines
Make a WebSRT-only view for Jonas. (whatwg r5192)
Revision 1.52: download - view: text, markup, annotated - select for diffs
Tue Jun 15 23:40:29 2010 UTC (15 years, 2 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.51: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.51: +6 -6
lines
update various boilerplate text to be more accurate and more precisely follow pubrules (whatwg r5105)
Revision 1.51: download - view: text, markup, annotated - select for diffs
Wed Jun 9 20:23:13 2010 UTC (15 years, 2 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.50: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.50: +6 -6
lines
oops, got the urls for the fonts wrong... (whatwg r5103)
Revision 1.50: download - view: text, markup, annotated - select for diffs
Mon Jun 7 23:32:42 2010 UTC (15 years, 2 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.49: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.49: +23 -2
lines
play with @fontface
Revision 1.49: download - view: text, markup, annotated - select for diffs
Sat Jun 5 05:55:16 2010 UTC (15 years, 2 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.48: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.48: +2 -2
lines
Remove a paragraph from the W3C version by request of the chairs. Add a list of differences between the versions of the spec to the WHATWG version now that there's more than a few. Add a paragraph to the W3C version mentioning this. Make it easier to keep track of what is in what version of the spec when editing. (whatwg r5101)
Revision 1.48: download - view: text, markup, annotated - select for diffs
Tue Jun 1 04:26:25 2010 UTC (15 years, 2 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.47: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.47: +8 -7
lines
change how boilerplate is added and update some boilerplate text with the new mechanism (whatwg r5099)
Revision 1.47: download - view: text, markup, annotated - select for diffs
Sun May 23 05:34:49 2010 UTC (15 years, 2 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.46: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.46: +4 -2
lines
build system update (whatwg r5098)
Revision 1.46: download - view: text, markup, annotated - select for diffs
Wed May 12 01:17:02 2010 UTC (15 years, 3 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.45: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.45: +2 -2
lines
Remove the experimental timed tracks stuff from the W3C copy, by request of the chairs.
Revision 1.45: download - view: text, markup, annotated - select for diffs
Tue May 11 10:24:58 2010 UTC (15 years, 3 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.44: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.44: +1 -6
lines
boilerplate updates based on w3c agreement
Revision 1.44: download - view: text, markup, annotated - select for diffs
Tue May 11 10:15:56 2010 UTC (15 years, 3 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.43: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.43: +10 -10
lines
id update for request from anne (whatwg r5091)
Revision 1.43: download - view: text, markup, annotated - select for diffs
Tue May 11 08:59:02 2010 UTC (15 years, 3 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.42: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.42: +1 -2
lines
regen for build scripts (whatwg r5090)
Revision 1.42: download - view: text, markup, annotated - select for diffs
Tue May 11 08:39:14 2010 UTC (15 years, 3 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.41: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.41: +2 -2
lines
regen (whatwg r5089)
Revision 1.41: download - view: text, markup, annotated - select for diffs
Thu May 6 09:58:13 2010 UTC (15 years, 3 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.40: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.40: +1 -1
lines
update bugs db links (whatwg r5086)
Revision 1.40: download - view: text, markup, annotated - select for diffs
Thu May 6 09:47:54 2010 UTC (15 years, 3 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.39: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.39: +2 -2
lines
Update component annotations (whatwg r5085)
Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed May 5 08:24:12 2010 UTC (15 years, 3 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.38: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.38: +3 -3
lines
Captions - Stage 8: MIME registration for text/websrt and minor edits around that. (whatwg r5078)
Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue Apr 20 08:18:53 2010 UTC (15 years, 3 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.37: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.37: +3 -3
lines
make the open bug list more visible (new link from maciej) (whatwg r5064)
Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Apr 14 20:00:36 2010 UTC (15 years, 4 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.36: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.36: +2 -2
lines
regen with updated scripts (no changes expected other than dates)
Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue Apr 13 20:53:14 2010 UTC (15 years, 4 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.35: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.35: +5 -4
lines
Make microdata not depend on HTML5 for now to decouple them process-wise. (whatwg r5037)
Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Apr 12 23:04:50 2010 UTC (15 years, 4 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.34: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.34: +29 -129
lines
Merge the two postMessage algorithsm back into one. (whatwg r5002)
Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon Apr 12 22:51:25 2010 UTC (15 years, 4 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.33: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.33: +3 -3
lines
fix domintro which had gotten out of sync with reality (whatwg r5001)
Revision 1.33: download - view: text, markup, annotated - select for diffs
Sun Apr 4 06:34:06 2010 UTC (15 years, 4 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.32: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.32: +2 -2
lines
updating header per chair request (whatwg r4963)
Revision 1.32: download - view: text, markup, annotated - select for diffs
Sat Apr 3 01:59:12 2010 UTC (15 years, 4 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.31: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.31: +3 -3
lines
typo (whatwg r4961)
Revision 1.31: download - view: text, markup, annotated - select for diffs
Fri Apr 2 21:45:05 2010 UTC (15 years, 4 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.30: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.30: +3 -3
lines
spec gen updates (whatwg r4958)
Revision 1.30: download - view: text, markup, annotated - select for diffs
Wed Mar 31 05:17:50 2010 UTC (15 years, 4 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.29: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.29: +2 -2
lines
Apparently position:relative on table-cell is undefined. Let's rely on the slightly less undefined top:auto;left:auto. (whatwg r4916)
Revision 1.29: download - view: text, markup, annotated - select for diffs
Wed Mar 31 02:16:03 2010 UTC (15 years, 4 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.28: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.28: +14 -12
lines
Add the glyphs to the named character references table (whatwg r4915)
Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue Mar 30 01:39:34 2010 UTC (15 years, 4 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.27: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.27: +7 -7
lines
stablise ids for security sections (whatwg r4900)
Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Mar 29 06:08:16 2010 UTC (15 years, 4 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.26: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.26: +4 -4
lines
make the domintro warning boxes less like .issue boxes (whatwg r4895)
Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Mar 25 23:57:24 2010 UTC (15 years, 4 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.25: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.25: +6 -6
lines
Move the 'ports' argument to the end of postMessage() instead of in the middle. (whatwg r4870)
Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Mar 17 23:50:50 2010 UTC (15 years, 4 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.24: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.24: +11 -11
lines
Fix meaning of 'live' throughout. Hide a Window object that had leaked out instead of turning into a WindowProxy object. Fix a note that had rotted. (whatwg r4857)
Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu Mar 4 07:07:22 2010 UTC (15 years, 5 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.23: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.23: +3 -3
lines
w3c continues to insist on using html4 apparently.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Mar 3 23:55:18 2010 UTC (15 years, 5 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.22: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.22: +2 -2
lines
Fix some pubrules problems. (only affects the W3C variants of the specs) (whatwg r4819)
Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Mar 2 21:57:08 2010 UTC (15 years, 5 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.21: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.21: +2 -2
lines
Update all copyrights. (whatwg r4818)
Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Mar 2 09:01:55 2010 UTC (15 years, 5 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.20: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.20: +4 -4
lines
First draft of possible change to the WebSocket handshake. Also, make the protocol and API be consistently called WebSocket. (whatwg r4814)
Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Mar 1 22:19:12 2010 UTC (15 years, 5 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.19: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.19: +1 -1
lines
typo
Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Mar 1 22:05:20 2010 UTC (15 years, 5 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.18: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.18: +4 -4
lines
pubrules updates
Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Feb 23 22:26:25 2010 UTC (15 years, 5 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.17: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.17: +2 -2
lines
minor wording change for status section
Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Feb 23 11:24:19 2010 UTC (15 years, 5 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.16: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.16: +1 -1
lines
prepare to xref Event (whatwg r4799)
Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Feb 23 01:53:18 2010 UTC (15 years, 5 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.15: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.15: +6 -8
lines
Make 'Referer' work correctly for scripts in shared workers. (For some definition of 'correctly' -- it uses the URL of the document that actually created the script. Arguably it should use the URL of the script itself. However, this doesn't change that, it just makes it not leak the URL of documents that that document's browsing context is navigated to.) (whatwg r4789)
Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Feb 22 23:03:30 2010 UTC (15 years, 5 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.14: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.14: +6 -4
lines
Emphasise the non-normative status of the domintro boxes. (whatwg r4787)
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Feb 21 23:06:32 2010 UTC (15 years, 5 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.13: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.13: +2 -2
lines
Oops, included the extension text in the main html5 spec.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Feb 18 03:26:39 2010 UTC (15 years, 5 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.12: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.12: +6 -6
lines
browsing contexts don't have origins... these should have been referring to the active document. (whatwg r4774)
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Feb 15 19:11:21 2010 UTC (15 years, 5 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.11: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.11: +3 -3
lines
front matter updates for publication this week
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Feb 14 05:44:05 2010 UTC (15 years, 6 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.10: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.10: +43 -23
lines
Change postMessage()'s targetOrigin argument to not actually resolve but to just treat '/' specially. This will mean that targetOrigin can no longer be in the form '//example.com/' and can no longer be the empty string. (whatwg r4720)
Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Feb 12 09:50:39 2010 UTC (15 years, 6 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.9: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.9: +29 -30
lines
Add a note to the 'fetch' algorithm about redirects. I'm sure it'll need tweaking later, since browsers ignore HTTP here for compatibility with deployed content. Also, tweak the W3C postmsg draft's boilerplate. (whatwg r4692)
Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Feb 11 10:03:17 2010 UTC (15 years, 6 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.8: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.8: +2 -2
lines
Fix the mess that was included in the last checkin. (whatwg r4690)
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Feb 4 03:12:30 2010 UTC (15 years, 6 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.7: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.7: +12 -14
lines
Editorial changes to 2D and Microdata specs for FPWD. Clean-up of the references sections. Fix some problems caused by dropping language versioning at the WHATWG. (whatwg r4646)
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Feb 1 23:23:41 2010 UTC (15 years, 6 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.6: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.6: +21 -2
lines
missed the dfn styles
Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Jan 29 11:54:42 2010 UTC (15 years, 6 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.5: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.5: +29 -36
lines
Make the microdata spec stand slightly more alone. (whatwg r4634)
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Jan 10 11:03:38 2010 UTC (15 years, 7 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.4: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.4: +2 -2
lines
Allow skipping sniffing steps. (whatwg r4556)
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Jan 9 08:53:17 2010 UTC (15 years, 7 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.3: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.3: +6 -24
lines
Merge core and vocab specs back together. (whatwg r4553)
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Jan 9 01:10:53 2010 UTC (15 years, 7 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.2: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.2: +3 -4
lines
Put back <details> into the W3C copy of the spec. (whatwg r4552)
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Jan 8 23:53:20 2010 UTC (15 years, 7 months ago) by ihickson
Branches: MAIN
Diff to: previous 1.1: preferred, colored; selected 1.94: preferred, colored
Changes since revision 1.1: +23 -6
lines
Split out the Web Browsers section and related bits. (whatwg r4551)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Jan 8 09:22:08 2010 UTC (15 years, 7 months ago) by ihickson
Branches: MAIN
Diff to: selected 1.94: preferred, colored
split out communications section (whatwg r4548)
Webmaster