[webkit-dev] How to Port Webkit to Andriod?

2011-12-16 Thread michaelwang
Hi,All: Is there anyone have done the job of porting Webkit to Andriod platform? Thanks. Michael ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] JavaScriptCore and ES6

2011-12-16 Thread Gavin Barraclough
Hi Andy, As you probably know, the ECMA TC39 committee is slowly approaching consensus on a new revision of the ECMAScript language. The interim results of this process have gone under various names: Harmony, ES.next, and ES6. They are the same thing. This mail is intended to open the

Re: [webkit-dev] JavaScriptCore and ES6

2011-12-16 Thread Anne van Kesteren
In general I think versioning is a bad idea, but out-of-band is even worse. We'd have to change Web Workers (both constructors and importScripts() would need to take some kind version-related information) and everyone on the platform would instead of simply using script have to resort back to

Re: [webkit-dev] How to Port Webkit to Andriod?

2011-12-16 Thread Peter Beverloo
On Fri, Dec 16, 2011 at 08:11, michaelwang michaelw...@linpus.com wrote: Hi,All: Is there anyone have done the job of porting Webkit to Andriod platform? The Android port was partially upstreamed to WebKit, until it was removed earlier this year following an announcement by the Android team:

Re: [webkit-dev] JavaScriptCore and ES6

2011-12-16 Thread Brendan Eich
On Dec 16, 2011, at 1:24 AM, Anne van Kesteren wrote: In general I think versioning is a bad idea, but out-of-band is even worse. ES.next is going to have a use version 6; in-band pragma. /be ___ webkit-dev mailing list

[webkit-dev] JavaScriptCore question

2011-12-16 Thread Rolando Abarca
Hi all, I'm using JavaScriptCore for scripting purposes (isolated from webkit), and I'm encountering the following problem: I would like to store a reference to an anonymous function, and later to be able to call it as a callback, something like this: ---javascript node.schedule(some name,

Re: [webkit-dev] JavaScriptCore question

2011-12-16 Thread Oliver Hunt
On Dec 16, 2011, at 9:05 AM, Rolando Abarca wrote: Hi all, I'm using JavaScriptCore for scripting purposes (isolated from webkit), and I'm encountering the following problem: I would like to store a reference to an anonymous function, and later to be able to call it as a callback,

Re: [webkit-dev] How to Port Webkit to Andriod?

2011-12-16 Thread Eric Zhu
exter On Friday, December 16, 2011, michaelwang michaelw...@linpus.com wrote: Hi,All: Is there anyone have done the job of porting Webkit to Andriod platform? Thanks. Michael ___ webkit-dev mailing list webkit-dev@lists.webkit.org

Re: [webkit-dev] How to Port Webkit to Andriod?

2011-12-16 Thread Eric Zhu
see the code in external/webkit/ On Friday, December 16, 2011, michaelwang michaelw...@linpus.com wrote: Hi,All: Is there anyone have done the job of porting Webkit to Andriod platform? Thanks. Michael ___ webkit-dev mailing list