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 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.

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

2011-12-16 Thread Eric Zhu
exter On Friday, December 16, 2011, michaelwang 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 > http://lists.webkit.o

Re: [webkit-dev] WebKit branch to support multiple VMs (e.g., Dart)

2011-12-16 Thread Vijay Menon
Hi all, Thanks for the replies. Based on the feedback here, we've decided to host our branch of WebKit at: http://src.chromium.org/multivm/trunk/webkit. We'll use this branch to try to address the technical and maintenance issues you've brought up. Cheers, Anton, Pavel, and Vijay On Mon, Dec

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 callbac

[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", fun

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@lists.webki

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

2011-12-16 Thread Peter Beverloo
On Fri, Dec 16, 2011 at 08:11, michaelwang 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: https://lists.webk

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

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 >

[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