Web Workers Tracker

Diff (omit for latest revision)
Filter
SVNBugCommentTime (UTC)
27810640Update IDL to recent WebIDL changes, thanks to heycam.2011-06-13 23:39
277[Gecko] [Internet Explorer] [Opera] [Webkit] Add the atob/btoa methods to WorkerUtils2011-06-10 22:15
276[Gecko] [Internet Explorer] [Opera] [Webkit] Expose handlers for online and offline events in workers2011-06-08 22:06
275Update 'fire' and 'dispatch' terminology.2011-06-04 00:47
274[Gecko] [Internet Explorer] [Opera] [Webkit] Fix WebIDL-related issues uncovered by the recent updates to the webidl checker2011-05-27 00:24
273remove pointless annotations2011-05-23 21:24
272pipeline update2011-04-13 22:10
271full regen because the publishing pipeline seems to have gotten out of sync2011-04-12 00:10
270[Gecko] [Internet Explorer] [Opera] [Webkit] Completely revamp how peer-to-peer networking works (and some minor typo fixes in other parts of the spec). This is only a second draft, and therefore this feature will likely evolve a lot over the coming months. Detailed responses to feedback on the topic will be sent out soon.2011-03-14 10:20
26911817copyright date update2011-02-16 07:44
26811105Add a note about cases where scripts won't run. Also, update some references (unrelated to the bug below).2011-02-08 21:31
267Comment out an example that uses startConversation(), which isn't yet in the spec (it's commented out also).2011-02-07 22:16
266the word 'completely' was confusing the issue2011-02-07 21:41
265forced refresh2011-01-20 20:55
264update spec subheading2011-01-06 22:21
263Purge references to Web SQL Database.2011-01-01 06:34
262typo2010-12-07 02:52
261ref rfc2397 where appropriate2010-12-01 00:47
260remove unexpected damage in yesterday's checkin (no idea what happened - disk corruption?)2010-10-13 18:45
25910411update ietf refs2010-10-12 06:35
2589663[Gecko] [Internet Explorer] [Opera] [Webkit] Tighten up UTF-8 error handling definitions2010-09-28 19:16
257give more images sizes2010-09-10 00:13
2569552xref2010-08-23 22:41
255Some more references to UTF-8.2010-08-10 01:16
254404s2010-07-29 23:41
253A variety of minor fixes.2010-07-27 23:03
252Make a WebSRT-only view for Jonas.2010-07-23 08:06
251[Gecko] [Internet Explorer] [Opera] [Webkit] Captions - Stage 11.3: completed the external timed track download processing model, and did some more work on parsing WebSRT. Also: Update the 'fetch' algorithm to support doing same-origin enforcing, and made various parts of the spec use it; also made parts of the spec that acted like the algorith was sync actually invoke it that way.2010-06-25 19:22
250change how boilerplate is added and update some boilerplate text with the new mechanism2010-06-01 04:26
249Remove the experimental timed tracks stuff from the W3C copy, by request of the chairs.2010-05-12 01:17
248regen for build scripts2010-05-11 08:59
247regen2010-05-11 08:39
246[Gecko] [Internet Explorer] [Opera] [Webkit] Make the worker event loop release the storage mutex.2010-04-17 01:05
245[Gecko] [Internet Explorer] [Opera] [Webkit] Make self.close() in a worker not close the ports until after the worker has ended.2010-04-17 00:58
244regen with updated scripts (no changes expected other than dates)2010-04-14 20:00
2439387add some worker demo links2010-04-12 08:04
2429022updating header per chair request2010-04-04 06:34
2419383try to make things clearer and more consistent2010-04-03 02:45
240spec gen updates2010-04-02 21:45
239I am incompetent at this editing thing.2010-03-25 08:18
238Fix the recently added examples.2010-03-25 07:56
237Add more shared worker examples.2010-03-25 00:52
236objects aren't equal to urls, oops2010-03-24 22:26
235Fix some pubrules problems. (only affects the W3C variants of the specs)2010-03-03 23:55
234Update all copyrights.2010-03-02 21:57
233prepare to xref Event2010-02-23 11:24
232[Gecko] [Internet Explorer] [Opera] [Webkit] 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.)2010-02-23 01:53
2318857Fix up some references.2010-02-14 08:42
2308536[Gecko] [Internet Explorer] [Opera] [Webkit] Make it clear that disabling a feature should truly remove it, not just stub it out.2010-02-12 13:09
229Fix the mess that was included in the last checkin.2010-02-11 10:03
2288691The annual restructuring to make things make sense again.2010-02-06 00:06
227Editorial 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.2010-02-04 03:12
2268575Update references from ES3 to ES5.2010-01-11 06:48
2258479[Tools] Allow skipping sniffing steps.2010-01-10 11:03
2248368split out communications section2010-01-08 09:22
223more cleanup2010-01-08 08:20
222cleanup. This may introduce other problems; I'll clean them up too shortly.2010-01-08 06:49
2217542Splitting out the Microdata spec.2010-01-08 02:07
2208607Add an example for CDATA sections.2010-01-07 08:16
2198472Change to referencing CSSATTR instead of CSS for style=''.2010-01-06 07:46
2188418s/first script/entry script/ for sanity.2010-01-06 03:36
2178325Avoid requiring that the user be notified of something, since that's a UI issue.2010-01-05 08:11
216Full regen to get things back in sync.2009-12-11 16:15
215[Gecko] [Internet Explorer] [Opera] [Webkit] Rename Navigator to WorkerNavigator in Workers.2009-12-09 15:02
214[Gecko] [Internet Explorer] [Opera] [Webkit] Prevent WorkerGlobalScope, Location, and WorkerNavigator from being visible on Window objects.2009-12-09 14:54
213[Gecko] [Internet Explorer] [Opera] [Webkit] Make AbstractWorker disappear into the interfaces that inherit from it.2009-12-09 14:37
212[Gecko] [Internet Explorer] [Opera] [Webkit] Change the way that WebWorkers defines which interfaces are visible so that it doesn't have to continually be updated.2009-12-02 05:17
211[Gecko] [Internet Explorer] [Opera] [Webkit] Handle the case where a worker that is very slow to start up gets a message before it has an event loop.2009-12-01 09:36
210Oops, wrong demo page.2009-12-01 07:22
209Fix bogus references in complete.html.2009-12-01 07:13
208Rename Web Database to Web SQL Database.2009-12-01 06:51
207Minor clarifications2009-12-01 06:47
206Prepare WHATWG drafts for CFC publication.2009-10-27 08:19
205correct examples2009-10-27 08:00
2047960xref typo2009-10-21 10:11
2037947s/script browsing context/script's browsing context/2009-10-21 09:39
2027947s/global scope/global object/2009-10-21 09:38
2017854xref2009-10-20 10:38
2007852[Gecko] [Internet Explorer] [Opera] [Webkit] Drop init*EventNS(), since DOM Events is dropping namespaced events.2009-10-20 10:37
1997752call the script's character encoding the URL character encoding.2009-10-18 10:49
198Fix an example that would never have received its messages.2009-10-18 07:59
197resync2009-10-17 08:59
196[Gecko] [Opera] [Webkit] Drop support for anything but UTF-8 from Workers.2009-10-14 10:55
195xref errors found by complete.html2009-10-14 10:42
194typo in idl2009-10-14 10:28
193Constructors _are_ interface objects... oops.2009-10-14 10:27
192'security exception' got defined more precisely a while ago2009-10-14 10:25
191Use HTML5 in HTML5.2009-10-09 08:11
190Make a 'complete' spec of all the bits that WHATWG has worked on.2009-10-09 06:54
189changed 'fire [an event] called /event/' to 'fire [an event] named /event/'.2009-10-04 11:42
188Split out the microdata vocabularies into their own specs2009-10-04 10:24
1877625Rename 'event handler attributes' to 'event handlers' to reduce confusion with the actual attributes.2009-09-29 00:40
1867599Synchronise with the latest Origin spec rules and semantics.2009-09-28 23:51
185Change 'unless' to 'except where' in cases where that reduces ambiguity.2009-09-27 09:17
184Oops, got the order of 'optional' and 'in' in teh wrong way around.2009-09-24 23:14
1837448Clean up an orphan colon in author mode.2009-09-21 23:32
182Move 'implements' requirements to IDL.2009-09-19 21:15
181miscellaneous cleanup2009-09-18 09:01
180More cleanup2009-09-18 07:57
179Update ws: and wss: registration.2009-09-17 10:12