Re: CfC: publish a new Working Draft of Web IDL; deadline October 18

2010-10-15 Thread Sam Weinig
I support this as well. -Sam On Oct 11, 2010, at 8:59 AM, Jonas Sicking wrote: Same here. On Monday, October 11, 2010, Anne van Kesteren ann...@opera.com wrote: On Mon, 11 Oct 2010 12:56:22 +0200, Arthur Barstow art.bars...@nokia.com wrote: In case you didn't know, Cameron is back!

Re: Can IndexedDB depend on JavaScript? (WAS: [Bug 9793] New: Allow dates and floating point numbers in keys)

2010-05-24 Thread Sam Weinig
On May 24, 2010, at 3:30 AM, Jeremy Orlow wrote: On Sun, May 23, 2010 at 4:06 AM, Maciej Stachowiak m...@apple.com wrote: On May 22, 2010, at 3:58 AM, Jeremy Orlow wrote: Even though no one is currently considering implementing this outside of JavaScript land and even though it'll

Re: CfC: to publish First Public Working Draft of File API spec; deadline Nov 10

2009-11-09 Thread Sam Weinig
http://dev.w3.org/2006/webapi/FileAPI/ I support the publication as well. -Sam

Re: [selectors-api] Summary of Feature Requests for v2

2009-09-24 Thread Sam Weinig
On Sep 23, 2009, at 8:37 PM, Jonas Sicking wrote: On Wed, Sep 23, 2009 at 8:17 PM, John Resig jere...@gmail.com wrote: Quick Summary of my opinions: Matches Selector: Super-super useful - critical, in fact. We're not able to remove jQuery's selector engine until this is implemented. I'm

Re: [selectors-api] Summary of Feature Requests for v2

2009-09-24 Thread Sam Weinig
On Sep 24, 2009, at 11:39 AM, Boris Zbarsky wrote: On 9/24/09 2:36 PM, Sam Weinig wrote: WebKit now also has an implementation of Element.matchesSelector() (we are calling ours webkitMatchesSelector for the time being). [https://bugs.webkit.org/show_bug.cgi?id=29703] Right. The Gecko one

Re: [webidl] XMLHttpRequest interface object

2009-04-30 Thread Sam Weinig
On Apr 30, 2009, at 9:58 AM, Ian Hickson wrote: On Thu, 30 Apr 2009, Anne van Kesteren wrote: For environments where the global object is represented by the Window object XMLHttpRequest needs to be associated with a Document object for determining the origin and base URL. The problem is

Re: ElementTraversal support in Firefox 3.1

2008-08-20 Thread Sam Weinig
On Aug 19, 2008, at 3:08 PM, Jonas Sicking wrote: Hi all, I just landed support for ElementTraversal in firefox. This will be available in tomorrow nightlies, as well as the upcoming Firefox 3.1 Alpha 2 release that should be out soon. On top of this we also implement a 'children'

Re: File Upload Status ?

2008-08-11 Thread Sam Weinig
Just a few weeks ago (http://lists.w3.org/Archives/Public/public-webapps/2008JulSep/0186.html ) I proposed a stripped down version of the File Upload spec (thinking it defunct) that matched Mozilla's implementation sans the data accessors. One reason for not including the data accessors

Re: File Upload Status ?

2008-08-11 Thread Sam Weinig
On Aug 11, 2008, at 7:30 PM, Garrett Smith wrote: On Mon, Aug 11, 2008 at 7:18 PM, Sam Weinig [EMAIL PROTECTED] wrote: Just a few weeks ago (http://lists.w3.org/Archives/Public/public-webapps/2008JulSep/0186.html ) I proposed a stripped down version of the File Upload spec (thinking

Re: Proposal for an extension XMLHttpRequest to allow sending files

2008-07-28 Thread Sam Weinig
On Jul 28, 2008, at 10:45 AM, Jonas Sicking wrote: Arthur Barstow wrote: Hi Sam, This seems like a reasonable extension to me. A colleague asks Are there any new security concerns by putting this inside XHR, or is the assumption that we are not exposing anything new? What are your

Re: Proposal for an extension XMLHttpRequest to allow sending files

2008-07-17 Thread Sam Weinig
2. The slice() method seems important for the initial version, particularly if you are targeting the large upload use case. We use this to cut up a large file into smaller pieces so that they can be uploaded individually. This makes the upload resilient and also allows the UI to show progress

Sending request headers for Simple Cross-Site Access Request

2008-07-01 Thread Sam Weinig
-listed headers. -Sam Weinig