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

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
related > to it. > > 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(SU

[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

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

2014-08-18 Thread Zalan Bujtas
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 jfernan...@igalia.com wrote: Hi, On 08/18/2014 08:14 PM, Zalan Bujtas wrote: Hi Everyone, I’d like to propose

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

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 canvas element in either

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

2008-11-19 Thread Zalan Bujtas
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
that needs to go, but can all of it be removed, or just the offending line '#include domain/osextensions/platform_paths.hrh' ? On Wed, Jul 16, 2008 at 6:19 PM, Zalan Bujtas [EMAIL PROTECTED] wrote: #include domain/osextensions/platform_paths.hrh it is #ifdef-ed out in the bld.inf. Carbide does

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

2008-07-16 Thread Zalan Bujtas
#include domain/osextensions/platform_paths.hrh 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: