Re: [webkit-dev] Testing feature suggestion: animation/interaction pixel-results "on the fly"

2013-02-13 Thread noam . rosenthal
From: ext Benjamin Poulain mailto:benja...@webkit.org>> Date: Thursday, February 14, 2013 8:36 AM To: Noam Rosenthal mailto:noam.rosent...@nokia.com>> Cc: "luxte...@company100.net" mailto:luxte...@company100.net>>, "webkit-dev@lists.webkit.org

Re: [webkit-dev] Testing feature suggestion: animation/interaction pixel-results "on the fly"

2013-02-13 Thread Benjamin Poulain
On Wed, Feb 13, 2013 at 11:27 PM, wrote: > Why wasn't a ref-test a better solution in this particular case? > > Because gaussian blurs on the GPU are not accurate, and look slightly > different on different GPUs, but usually "close enough". > We need a way to measure "close enough" for features

Re: [webkit-dev] Testing feature suggestion: animation/interaction pixel-results "on the fly"

2013-02-13 Thread Benjamin Poulain
On Wed, Feb 13, 2013 at 11:16 PM, Dirk Pranke wrote: > > Those changes are not harmless. There are people monitoring tests results > > full time in order to keep WebKit in good shape. No other part of WebKit > > require continuous attention. > > I'm sorry, but either I don't understand Dongsung's

Re: [webkit-dev] Testing feature suggestion: animation/interaction pixel-results "on the fly"

2013-02-13 Thread noam . rosenthal
From: ext Benjamin Poulain mailto:benja...@webkit.org>> Date: Thursday, February 14, 2013 8:07 AM To: Dongsung Huang mailto:luxte...@company100.net>> Cc: "webkit-dev@lists.webkit.org" mailto:webkit-dev@lists.webkit.org>> Subject: Re: [webkit-dev] Testing featu

Re: [webkit-dev] sln files with wrong line endings

2013-02-13 Thread Vivek Galatage
Hello Eric, Christophe, I had the same problem and was able to trace the reason for this. http://stackoverflow.com/questions/1889559/git-diff-to-ignore-m Its the ^M characters at the EOL. git diff --ignore-space-at-eol ignores the change from the diff. Something similar was happening with http:

Re: [webkit-dev] Testing feature suggestion: animation/interaction pixel-results "on the fly"

2013-02-13 Thread Dirk Pranke
On Wed, Feb 13, 2013 at 11:07 PM, Benjamin Poulain wrote: > On Wed, Feb 13, 2013 at 9:38 PM, Dongsung Huang > wrote: >> >> I like this idea. I cannot find any harm if we have this functionality. > > > Those changes are not harmless. There are people monitoring tests results > full time in order t

Re: [webkit-dev] sln files with wrong line endings

2013-02-13 Thread Christophe Dumez - SISA
Hi, The same thing has just happened to me. I managed to get rid of the changes to this file by doing: git reset --hard Kr, Christope Dumez. From: webkit-dev-boun...@lists.webkit.org [webkit-dev-boun...@lists.webkit.org] on behalf of Eric Seidel [e...@we

Re: [webkit-dev] Testing feature suggestion: animation/interaction pixel-results "on the fly"

2013-02-13 Thread Benjamin Poulain
On Wed, Feb 13, 2013 at 9:38 PM, Dongsung Huang wrote: > I like this idea. I cannot find any harm if we have this functionality. > Those changes are not harmless. There are people monitoring tests results full time in order to keep WebKit in good shape. No other part of WebKit require continuous

[webkit-dev] sln files with wrong line endings

2013-02-13 Thread Eric Seidel
We've had this come up before, but I figure I should ask on webkit-dev to see if we have a solution. :) Right now the Tools/DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree.sln file is in some sort of bad state such that my Git checkout can't seem to not-modify the file. I'm not sure if it's

Re: [webkit-dev] Testing feature suggestion: animation/interaction pixel-results "on the fly"

2013-02-13 Thread Dongsung Huang
I like this idea. I cannot find any harm if we have this functionality. When a pixel test is more succinct, we can make a pixel test. When a 'getPixel on Javascript' test is more succinct, we can make a 'getPixel' test. As http://trac.webkit.org/wiki/Writing%20Layout%20Tests%20for%20DumpRenderTree

Re: [webkit-dev] Opera and WebKit

2013-02-13 Thread Maciej Stachowiak
Welcome to the WebKit community! Opera has a long and impressive history of pushing the Web platform forward. I look forward to working together to advance the Web; I think it's a great opportunity for all of us. Regards, Maciej On Feb 13, 2013, at 12:06 AM, Håkon Wium Lie wrote: > Dear WebK

Re: [webkit-dev] Opera and WebKit

2013-02-13 Thread Håkon Wium Lie
Michelangelo De Simone wrote: > it's great to have you in the community, welcome! > > A question, that it's likely to be OT for this list [1]: do you > guys have any plan to open Presto's source? It may be that the Presto code will be released, but for now it's all hands on deck making the t

Re: [webkit-dev] Opera and WebKit

2013-02-13 Thread Michelangelo De Simone
Hi there, it's great to have you in the community, welcome! A question, that it's likely to be OT for this list [1]: do you guys have any plan to open Presto's source? [1] …but given the magnitude of this, I guess I'll be indulged.:) -- Bye, Michelangelo Il giorno Feb 13, 2013, alle ore 12:06

Re: [webkit-dev] Opera and WebKit

2013-02-13 Thread Dirk Schulze
I interprete 'Chromium' as V8 and not JSC. Dirk 2013/2/13 Oliver Hunt > Welcome to webkit! > > Are you still going to be using Carakan? Or are you planning on using > WebKit's ES engine? If so are there any Carakan<->JSC compatibility issues > we should be aware of? > > --Oliver > > On Feb 13

Re: [webkit-dev] Opera and WebKit

2013-02-13 Thread Sangwhan Moon
On Thursday, February 14, 2013 at 3:28 AM, Oliver Hunt wrote: > Welcome to webkit! > > Are you still going to be using Carakan? Or are you planning on using > WebKit's ES engine? If so are there any Carakan<->JSC compatibility issues we > should be aware of? Not the public spokesperson as such,

Re: [webkit-dev] Opera and WebKit

2013-02-13 Thread Oliver Hunt
Welcome to webkit! Are you still going to be using Carakan? Or are you planning on using WebKit's ES engine? If so are there any Carakan<->JSC compatibility issues we should be aware of? --Oliver On Feb 13, 2013, at 12:06 AM, Håkon Wium Lie wrote: > Dear WebKit community, > > Many of us h

Re: [webkit-dev] css: rotateY(90) with perspective()

2013-02-13 Thread Marcin Szamotulski
As suggested on this thread I moved the discussion to the WebKit bugzilla: https://bugs.webkit.org/show_bug.cgi?id=109613 I am on Linux. Actually not only perspecitve is ignore but all 3d transforms are not rendered (see examples which I have attached to the bugzilla report). Thanks for help, Marc

Re: [webkit-dev] Exposing Mouse Simulation event API from webkit

2013-02-13 Thread Julien Chaffraix
webkit-dev is reserved for discussion about WebKit development. Your question seems to be about some changes you want to do locally so it belongs to webkit-help (https://lists.webkit.org/mailman/listinfo/webkit-help). > I have done changes to expose the mouse simulation API from webkit. > Everythi

Re: [webkit-dev] Opera and WebKit

2013-02-13 Thread Dimitri Glazkov
Welcome, Opera folks! Exciting stuff. :DG< ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] Opera and WebKit

2013-02-13 Thread Håkon Wium Lie
Morten Stenshorne wrote: > Shezan Baig writes: > > > I'm very interested in following the multicolumn changes you submitted - in > > particular the changes for page floats and column spans, but I couldn't > > find > > the relevant bugs,  Do you happen to have links for those? > > For n

Re: [webkit-dev] Opera and WebKit

2013-02-13 Thread Ryosuke Niwa
Welcome to the WebKit community. On Wed, Feb 13, 2013 at 6:19 AM, Morten Stenshorne wrote: > Hello Shezan, > > Shezan Baig writes: > > > I'm very interested in following the multicolumn changes you submitted - > in > > particular the changes for page floats and column spans, but I couldn't > fin

Re: [webkit-dev] Opera and WebKit

2013-02-13 Thread Morten Stenshorne
Hello Shezan, Shezan Baig writes: > I'm very interested in following the multicolumn changes you submitted - in > particular the changes for page floats and column spans, but I couldn't find > the relevant bugs,  Do you happen to have links for those? For now we will only submit some general an

Re: [webkit-dev] Opera and WebKit

2013-02-13 Thread Shezan Baig
Welcome! I'm very interested in following the multicolumn changes you submitted - in particular the changes for page floats and column spans, but I couldn't find the relevant bugs, Do you happen to have links for those? Thanks, -shez- On Wed, Feb 13, 2013 at 3:06 AM, Håkon Wium Lie wrote: >

Re: [webkit-dev] Opera and WebKit

2013-02-13 Thread Dirk Schulze
Very mixed feelings. Presto is a great engine. It is really hard to loose a browser engine such as Presto from a lot of perspectives. My tributes to Presto, an awesome competitor in the browser market, and the developers of Presto. Thanks for the announcement on the WebKit-dev mailing list. Op

Re: [webkit-dev] Opera and WebKit

2013-02-13 Thread Tor Arne Vestbø
Velkommen! tor arne On 2/13/13 9:06 , Håkon Wium Lie wrote: Dear WebKit community, Many of us have met through various web standards efforts, such as W3C and WHAT WG. Today I'd like to introduce Opera Software in a new forum for us: the webkit-dev mailing list. We have known WebKit and its KT

Re: [webkit-dev] Is the wxWidgets port maintained?

2013-02-13 Thread Simon Hausmann
On Tuesday, February 12, 2013 03:07:33 AM Dirk Pranke wrote: > On Mon, Feb 11, 2013 at 7:44 PM, Benjamin Poulain wrote: > > I am sorry, I should have given more context. > > > > There is visibly a growing discontent in the community about the cost > > imposed from small ports. Just two weeks ago

Re: [webkit-dev] Can Qt use some of the common DRT code?

2013-02-13 Thread Simon Hausmann
On Monday, February 11, 2013 10:33:03 AM Allan Sandfeld Jensen wrote: > On Monday 11 February 2013, Benjamin Poulain wrote: > > One of the differences is the way the Qt port works. Instead of using the > > JSC binding APIs, it uses its own JS Qt bindings. > > Would it be possible for Qt to move to

[webkit-dev] Guide: How to enable Form features

2013-02-13 Thread TAMURA, Kent
We made a wiki page to describe how to enable HTML5 form-related features: http://trac.webkit.org/wiki/EnableFormFeatures If you have questions, please ask me and Keishi Hattori. -- TAMURA Kent Software Engineer, Google ___ webkit-dev mailing list

Re: [webkit-dev] Opera and WebKit

2013-02-13 Thread Benjamin Poulain
Welcome to WebKit! Benjamin On Wed, Feb 13, 2013 at 12:06 AM, Håkon Wium Lie wrote: > Dear WebKit community, > > Many of us have met through various web standards efforts, such as > W3C and WHAT WG. Today I'd like to introduce Opera Software in a new > forum for us: the webkit-dev mailing list.

Re: [webkit-dev] Opera and WebKit

2013-02-13 Thread Kenneth Rohde Christiansen
Welcome! Velkommen! Kenneth On Wed, Feb 13, 2013 at 9:06 AM, Håkon Wium Lie wrote: > Dear WebKit community, > > Many of us have met through various web standards efforts, such as > W3C and WHAT WG. Today I'd like to introduce Opera Software in a new > forum for us: the webkit-dev mailing list. >

Re: [webkit-dev] Opera and WebKit

2013-02-13 Thread Antti Koivisto
Welcome! antti On Wed, Feb 13, 2013 at 10:06 AM, Håkon Wium Lie wrote: > Dear WebKit community, > > Many of us have met through various web standards efforts, such as > W3C and WHAT WG. Today I'd like to introduce Opera Software in a new > forum for us: the webkit-dev mailing list. > > We

Re: [webkit-dev] Opera and WebKit

2013-02-13 Thread Adam Barth
Welcome! Adam On Wed, Feb 13, 2013 at 12:06 AM, Håkon Wium Lie wrote: > Dear WebKit community, > > Many of us have met through various web standards efforts, such as > W3C and WHAT WG. Today I'd like to introduce Opera Software in a new > forum for us: the webkit-dev mailing list. > > We have k

[webkit-dev] Opera and WebKit

2013-02-13 Thread Håkon Wium Lie
Dear WebKit community, Many of us have met through various web standards efforts, such as W3C and WHAT WG. Today I'd like to introduce Opera Software in a new forum for us: the webkit-dev mailing list. We have known WebKit and its KTHML predecessor for some time. Lars Knoll, who (re)wrote KHTML i