#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:
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
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
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
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*).
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
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
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
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
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
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
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:
>
12 matches
Mail list logo