[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] 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 benja...@webkit.org 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

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

Re: [webkit-dev] Opera and WebKit

2013-02-13 Thread Morten Stenshorne
Hello Shezan, Shezan Baig shezbaig...@gmail.com 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

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 msten...@opera.comwrote: Hello Shezan, Shezan Baig shezbaig...@gmail.com writes: I'm very interested in following the multicolumn changes you submitted - in particular the changes for page floats and

Re: [webkit-dev] Opera and WebKit

2013-02-13 Thread Håkon Wium Lie
Morten Stenshorne wrote: Shezan Baig shezbaig...@gmail.com 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?

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

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 oli...@apple.com 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

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

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

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 howc...@opera.com

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] 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 luxte...@company100.netwrote: 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

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

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

2013-02-13 Thread noam . rosenthal
From: ext Benjamin Poulain benja...@webkit.orgmailto:benja...@webkit.org Date: Thursday, February 14, 2013 8:07 AM To: Dongsung Huang luxte...@company100.netmailto:luxte...@company100.net Cc: webkit-dev@lists.webkit.orgmailto: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:16 PM, Dirk Pranke dpra...@chromium.org 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

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, noam.rosent...@nokia.com 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

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

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