Re: [webkit-dev] [Styling] () for a lambda without arguments (Was Space between [] and () in C++ lambdas)

2019-11-01 Thread Zalan Bujtas
I've been using the short form in the layout code for a while now and never mistaken it for code block start & end. That being said I don't have strong preference on this. Alan. On Fri, Nov 1, 2019 at 4:37 PM Ryosuke Niwa wrote: > On Fri, Nov 1, 2019 at 11:53 AM Michael Catanzaro > wrote: > >>

Re: [webkit-dev] Code Style: Opinion on returning void

2019-02-07 Thread Zalan Bujtas
I use this idiom too in the layout code. I guess I just prefer a more compact code. (I don't feel too strongly about it though) Alan. On Thu, Feb 7, 2019 at 7:31 PM Alex Christensen wrote: > If you search for “return completionHandler” in WebKit you will find over > a hundred instances. Most

Re: [webkit-dev] Rounded dots in dotted border

2016-07-14 Thread Zalan Bujtas
Hi, There’s a bit of a history here. https://bugs.webkit.org/show_bug.cgi?id=95203 I don’t see anyone working on this issue, but Myles might have plans. Zalan. > On Jul 14, 2016, at 6:21 AM, Konstantin Tokarev wrote: > > Hello, > > Document [1] says defines "dotted" style as "a series of round

Re: [webkit-dev] MathML layout refactor proposal

2015-12-14 Thread Zalan Bujtas
It’s great to hear that MathML is getting some proper cleanup. I think the proposal sounds good and I am looking forward to the patches. Minor observation: I noticed that, since MathML block is no longer a flexbox, but it still needs some of the flexbox functionality, the following pattern has

Re: [webkit-dev] Proposal: Remove ENABLE(SATURATED_LAYOUT_ARITHMETIC)

2015-11-09 Thread Zalan Bujtas
. > > I'd like to propose to remove the ENABLE(SATURATED_LAYOUT_ARITHMETIC) guards > too. > https://bugs.webkit.org/show_bug.cgi?id=150972 > > Any objection? > > br, > Ossy > > former thread - [webkit-dev] Proposal: Remove ENABLE(SUBPIXEL_LAYOUT) > On 2014-08-

Re: [webkit-dev] Proposal: Remove ENABLE(SUBPIXEL_LAYOUT)

2014-08-18 Thread Zalan Bujtas
ually removing it.” Makes sense. I might just remove ENABLE(SATURATED_LAYOUT_ARITHMETIC) too (instead of just enable it by default). Zalan. On Aug 18, 2014, at 12:47 PM, Javier Fernandez wrote: > Hi, > > On 08/18/2014 08:14 PM, Zalan Bujtas wrote: >> Hi Everyone, I’d like to pro

[webkit-dev] Proposal: Remove ENABLE(SUBPIXEL_LAYOUT)

2014-08-18 Thread Zalan Bujtas
Hi Everyone, I’d like to propose removing ENABLE(SUBPIXEL_LAYOUT), as every port has it enabled. As part of this activity, I am planning to enable SATURATED_LAYOUT_ARITHMETIC by default. Thanks, Zalan. ___ webkit-dev mailing list webkit-dev@lists.webki

Re: [webkit-dev] S60WebKit MIME type question

2009-07-15 Thread Zalan Bujtas
>One thing to look out for is that I don't thin the NPAPI is fully implemented >on S60. it is pretty much fully implemented on S60 AFAIK, though the API got "symbianized" for some reason, by changing some data types (char*) to Symbian types (HBufC*). http://trac.webkit.org/browser/S60/trunk/WebKi

Re: [webkit-dev] Canvas API in Webkit

2008-12-25 Thread Zalan Bujtas
> Well, those browsers aren't open source, so there's no real way for you to > find out how they implemented the feature. > > I think it's safe to assume that they draw the web pages into a bitmap and > then shrink the image. > > It certainly has nothing to do with the HTML element in either > cas

[webkit-dev] We are porting WebKit to UIQ (Symbian based platform)

2008-11-19 Thread Zalan Bujtas
x27;d like to merge our changes back, rather than having it forked. Thanks, Zalan Bujtas / Ozone team. ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] errors in Carbide but not on command line

2008-07-17 Thread Zalan Bujtas
m\javascriptcore\npruntime.h >>> ..\bindings\npruntime_impl.h >>> \epoc32\include\oem\javascriptcore\npruntime_impl.h >>> ..\bindings\npruntime_priv.h >>> \epoc32\include\oem\javascriptcore\npruntime_priv.h >>> ..\bindings\runtime.h >>> \epoc32\include\o

Re: [webkit-dev] errors in Carbide but not on command line

2008-07-16 Thread Zalan Bujtas
>#include it is #ifdef-ed out in the bld.inf. Carbide does not manage #ifdefs in the build files properly. Zalan. On Wed, Jul 16, 2008 at 12:41 PM, Jack Wootton <[EMAIL PROTECTED]> wrote: > To add, the following two files are displaying errors in Carbide: > > S60\JavaScriptCore\group\bld.inf > S