[webkit-dev] Enable ArrayBuffer by default?

2011-02-11 Thread Adam Barth
How would folks feel about enabling ArrayBuffer by default?  It seems
to be a basic data type that's used by a bunch of stuff today and
likely to be used by more stuff in the future.  The API seems pretty
stable and it's implemented by Firefox as well.

Adam
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Enable ArrayBuffer by default?

2011-02-11 Thread Alex Milowski
On Fri, Feb 11, 2011 at 1:41 AM, Adam Barth aba...@webkit.org wrote:
 How would folks feel about enabling ArrayBuffer by default?  It seems
 to be a basic data type that's used by a bunch of stuff today and
 likely to be used by more stuff in the future.  The API seems pretty
 stable and it's implemented by Firefox as well.

+1

I'd like to have it enabled by default so we can get more feedback on its use.

-- 
--Alex Milowski
The excellence of grammar as a guide is proportional to the paucity of the
inflexions, i.e. to the degree of analysis effected by the language
considered.

Bertrand Russell in a footnote of Principles of Mathematics
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Enable ArrayBuffer by default?

2011-02-11 Thread Chris Marrin

On Feb 11, 2011, at 9:09 AM, Alex Milowski wrote:

 On Fri, Feb 11, 2011 at 1:41 AM, Adam Barth aba...@webkit.org wrote:
 How would folks feel about enabling ArrayBuffer by default?  It seems
 to be a basic data type that's used by a bunch of stuff today and
 likely to be used by more stuff in the future.  The API seems pretty
 stable and it's implemented by Firefox as well.
 
 +1
 
 I'd like to have it enabled by default so we can get more feedback on its use.

It's been discussed and I'm all for it. When you say ArrayBuffer, you mean all 
the Typed Array classes, right?

-
~Chris
cmar...@apple.com




___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Enable ArrayBuffer by default?

2011-02-11 Thread Adam Barth
On Fri, Feb 11, 2011 at 10:00 AM, Chris Marrin cmar...@apple.com wrote:
 On Feb 11, 2011, at 9:09 AM, Alex Milowski wrote:
 On Fri, Feb 11, 2011 at 1:41 AM, Adam Barth aba...@webkit.org wrote:
 How would folks feel about enabling ArrayBuffer by default?  It seems
 to be a basic data type that's used by a bunch of stuff today and
 likely to be used by more stuff in the future.  The API seems pretty
 stable and it's implemented by Firefox as well.

 +1

 I'd like to have it enabled by default so we can get more feedback on its 
 use.

 It's been discussed and I'm all for it. When you say ArrayBuffer, you mean 
 all the Typed Array classes, right?

Yes.

Adam
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Enable ArrayBuffer by default?

2011-02-11 Thread Adam Barth
On Fri, Feb 11, 2011 at 11:45 AM, Adam Barth aba...@webkit.org wrote:
 On Fri, Feb 11, 2011 at 10:00 AM, Chris Marrin cmar...@apple.com wrote:
 On Feb 11, 2011, at 9:09 AM, Alex Milowski wrote:
 On Fri, Feb 11, 2011 at 1:41 AM, Adam Barth aba...@webkit.org wrote:
 How would folks feel about enabling ArrayBuffer by default?  It seems
 to be a basic data type that's used by a bunch of stuff today and
 likely to be used by more stuff in the future.  The API seems pretty
 stable and it's implemented by Firefox as well.

 +1

 I'd like to have it enabled by default so we can get more feedback on its 
 use.

 It's been discussed and I'm all for it. When you say ArrayBuffer, you mean 
 all the Typed Array classes, right?

 Yes.

https://bugs.webkit.org/show_bug.cgi?id=54310

Thanks,
Adam
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev