Re: CSRF: alternative solutions

2009-06-08 Thread Thomas Broyer
. -- Thomas Broyer

Re: File API Feedback

2009-06-30 Thread Thomas Broyer
; note that a File in Gears doesn't inherit Blob, it rather has a 'blob' property of type Blob) -- Thomas Broyer

Re: solving the CPU usage issue for non-visible pages

2009-10-21 Thread Thomas Broyer
value that'd be set (with an idleStateChange event) as soon as the window (browsing context) becomes inactive. -- Thomas Broyer /tɔ.ma.bʁwa.je/

Re: [XHR2] AnonXMLHttpRequest()

2010-02-04 Thread Thomas Broyer
sends Vary: Cookie when using sessions (which includes form authentication AFAICT): http://code.djangoproject.com/browser/django/trunk/django/contrib/sessions/middleware.py -- Thomas Broyer /tɔ.ma.bʁwa.je/

Re: Status of Selectors API Level 1 Candidate

2010-05-05 Thread Thomas Broyer
the Dev Preview. Something like... just now! ;-) Just tested the 2nd Platform Preview on Windows Vista. Scored: 001: 73.9%: 745 passed, 263 failed 002: 55.9%: 1222 passed, 966 failed 003: crashed -- Thomas Broyer /tɔ.ma.bʁwa.je/

Re: ISSUE-133 (keyCode and charCode): Consider specifying keyCode and charCode [DOM3 Events]

2010-09-16 Thread Thomas Broyer
keyCode can be used as a fallback). I can't tell how this would translate to spec text though. -- Thomas Broyer /tɔ.ma.bʁwa.je/

Re: ISSUE-133 (keyCode and charCode): Consider specifying keyCode and charCode [DOM3 Events]

2010-09-16 Thread Thomas Broyer
On Thu, Sep 16, 2010 at 3:33 PM, Thomas Broyer wrote: Basically, and practically, use keyCode in keyDown and keyUp events, and charCode in keyDown events (except in Opera, where keyCode can be used as a fallback). Sorry, I obviously meant charCode in keyPress events. -- Thomas Broyer