Re: [webkit-dev] Running v8 in the major platform ports (win and mac)

2012-01-31 Thread Ryan Ackley
I just found http://www.chromium.org/developers/content-module/ . It looks very promising. On Wed, Feb 1, 2012 at 3:45 AM, Evan Martin wrote: > On Mon, Jan 30, 2012 at 4:41 PM, Ryan Ackley wrote: >> I want to use Webkit for a project I'm working on but I would prefer >> the v8 JavaScript engine

Re: [webkit-dev] Introducing run-perf-tests and Adding Performance Bots

2012-01-31 Thread Ryosuke Niwa
FYI, I've added a wiki page describing how to write a new perf. test: https://trac.webkit.org/wiki/Writing%20Performance%20Tests On Fri, Jan 20, 2012 at 11:20 AM, Ojan Vafai wrote: > > On Thu, Jan 19, 2012 at 3:20 PM, Ryosuke Niwa wrote: > >> I didn't merge it into run-webkit-tests because perfo

Re: [webkit-dev] Style bot needs kick

2012-01-31 Thread Adam Barth
Done. Thanks. On Tue, Jan 31, 2012 at 12:12 PM, Kenneth Russell wrote: > Looks like the workspace on the style bot is messed up. Example failure: > > http://queues.webkit.org/results/11388080 > > Could someone please take a look? > > Thanks, > > -Ken > ___

Re: [webkit-dev] Gstreamer libraries not linking?

2012-01-31 Thread Philippe Normand
> > ./.libs/libwebkitgtk-1.0.so: undefined reference to > `gst_app_src_push_buffer' > ./.libs/libwebkitgtk-1.0.so: undefined reference to > `gst_app_src_get_type' > ./.libs/libwebkitgtk-1.0.so: undefined reference to > `gst_missing_element_message_new' > ./.libs/libwebkitgtk-1.0.so: undefined ref

[webkit-dev] Gstreamer libraries not linking?

2012-01-31 Thread Alexander Golec
Hey all, I'm trying to compile webkit as follows: ./Tools/Scripts/build-webkit --gtk --with-gtk=2.0 --enable-webkit2=falsemake all-am Which yields: make[1]: Entering directory `/home/akg2136/JSH/WebKit-HashTab/WebKitBuild/Release' test ! -f ./Source/WebKit/gtk/po/webkit-2.0.pot || \

[webkit-dev] Style bot needs kick

2012-01-31 Thread Kenneth Russell
Looks like the workspace on the style bot is messed up. Example failure: http://queues.webkit.org/results/11388080 Could someone please take a look? Thanks, -Ken ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/l

Re: [webkit-dev] Adding the Vibration API to WebCore

2012-01-31 Thread Robin Berjon
On Jan 30, 2012, at 08:14 , Hajime Morrita wrote: > Please let this thread know if there are any concern or objection, > otherwise I'll r+ this in this week. Also, if the author of original > proposal has any discussion around the points that Adam and Simon > raised, it would be helpful to drop it

Re: [webkit-dev] Adding the Vibration API to WebCore

2012-01-31 Thread Wonsuk Lee
Hi. Simon. I added inline comment. 2012년 2월 1일 오전 3:00, Simon Fraser 님의 말: > On Jan 31, 2012, at 12:50 PM, 권기홍 wrote: > >>> For game pads that have vibration feedback, there's obviously a tie-in >>> with the joystick API here: >>>

Re: [webkit-dev] Adding the Vibration API to WebCore

2012-01-31 Thread Simon Fraser
On Jan 31, 2012, at 12:50 PM, 권기홍 wrote: >> For game pads that have vibration feedback, there's obviously a tie-in >> with the joystick API here: >> > > Thanks for your comments Simon. > I can see your point. However, while

Re: [webkit-dev] Running v8 in the major platform ports (win and mac)

2012-01-31 Thread Evan Martin
On Mon, Jan 30, 2012 at 4:41 PM, Ryan Ackley wrote: > I want to use Webkit for a project I'm working on but I would prefer > the v8 JavaScript engine for a variety of reasons. I did see that > there was a Qt v8 port and a gtk v8 port. > > Has anyone attempted a port that uses v8 for Windows and/or

[webkit-dev] Users of PlatformGestureRecognizer?

2012-01-31 Thread Robert Kroeger
Hi Antonio, On Monday, January 30, 2012, Antonio Gomes wrote: > > I remember it being added, and yes I think it is not being used by any > upstream port. > > What is chromium using instead now, btw? :-) Chromium will use platform-specific gesture recognizers on platforms that provide them or def

Re: [webkit-dev] Running v8 in the major platform ports (win and mac)

2012-01-31 Thread Stephen Chenney
The Chromium port uses v8 for all platforms. Is that not what you would like? Stephen. On Mon, Jan 30, 2012 at 7:41 PM, Ryan Ackley wrote: > I want to use Webkit for a project I'm working on but I would prefer > the v8 JavaScript engine for a variety of reasons. I did see that > there was a Qt

Re: [webkit-dev] Adding the Vibration API to WebCore

2012-01-31 Thread 권기홍
Hi, I wrote my opinion about Adam and Simon's comments. > One minor comment: you might want to add a security consideration to > the spec about spam issues. An unfriendly web site might spam the > vibration API and deplete the user's battery. Thanks for your comments Adam. I guess users can t