Re: [webkit-dev] WEB_TIMING enabled on all ports - let's remove the flag?

2017-08-02 Thread Gustavo Sverzut Barbieri
ature, unlike here where most features are port-dependent. -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -- MSN, GTalk, FaceTime: barbi...@gmail.com Skype: gsbarbieri Mobile: +55 (16) 99354-9890 ___

Re: [webkit-dev] WebKit opengl

2017-08-02 Thread Gustavo Sverzut Barbieri
your project. Indeed... we did such port for a customer based on WebKit-EFL (now out-of-tree) and it worked, but was a major pain to get there due CoordinatedGraphics and TextureMapper being heavy on GL calls... however in our case it was software rendering only, no GL at all. -- Gustavo Sverz

Re: [webkit-dev] EFL port?

2017-02-15 Thread Gustavo Sverzut Barbieri
On Wed, Feb 15, 2017 at 12:48 PM, Konstantin Tokarev <annu...@yandex.ru> wrote: > > > 15.02.2017, 17:18, "Gustavo Sverzut Barbieri" <barbi...@profusion.mobi>: >> On Wed, Feb 15, 2017 at 3:19 AM, Gyuyoung Kim <gyuyoung@webkit.org> >> wro

Re: [webkit-dev] EFL port?

2017-02-15 Thread Gustavo Sverzut Barbieri
to produce smaller archives just use git-archive ignore files (which can be in the git repo)... likely good to produce smaller downloads without layouttests and the likes. -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -- MSN, GTalk, FaceTim

Re: [webkit-dev] EFL port?

2017-02-14 Thread Gustavo Sverzut Barbieri
and do minor things >> blindly, but sometimes bigger tasks require cooperation. For example, >> https://bugs.webkit.org/show_bug.cgi?id=167096 should also be done on the >> EFL WebGL implementation. >> >> On Feb 13, 2017, at 3:08 AM, Gustavo Sverzut Barbieri >>

Re: [webkit-dev] EFL port?

2017-02-13 Thread Gustavo Sverzut Barbieri
AM, Anders Carlsson <ander...@apple.com> wrote: >> >> Hello, >> >> Looks like the EFL port isn’t really being worked on anymore. Is this >> true? Can we rip it out? >> >> - Anders >> ___ >> webk

Re: [webkit-dev] WebCore/platform standalone library

2017-01-13 Thread Gustavo Sverzut Barbieri
y default on Debug builds, static by default in Release? -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -- MSN, GTalk, FaceTime: barbi...@gmail.com Skype: gsbarbieri Mobile: +55 (16) 99354-9890 ___ webki

Re: [webkit-dev] Does any port implements Navigator.registerProtocolHandler and Navigator.registerContentHandler?

2010-07-24 Thread Gustavo Sverzut Barbieri
itself. It does not require changes to WebKit. The Mac OS X WebKit networking layer, NSURLConnection, has this feature. It’s done by creating a custom NSURLProtocol object.    -- Darin -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems

Re: [webkit-dev] Does any port implements Navigator.registerProtocolHandler and Navigator.registerContentHandler?

2010-07-23 Thread Gustavo Sverzut Barbieri
On Thu, Jul 22, 2010 at 11:07 PM, Darin Adler da...@apple.com wrote: On Jul 22, 2010, at 2:12 PM, Gustavo Sverzut Barbieri wrote: Sorry to disturb this already dead thread, but we're (webkit-efl) thinking of letting applications/browsers register new protocol handlers to provide contents

Re: [webkit-dev] Does any port implements Navigator.registerProtocolHandler and Navigator.registerContentHandler?

2010-07-22 Thread Gustavo Sverzut Barbieri
-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev -- Gustavo Sverzut Barbieri

Re: [webkit-dev] Add WebKit EFL component on Bugzilla

2010-07-08 Thread Gustavo Sverzut Barbieri
On Wed, Jun 30, 2010 at 4:08 PM, Leandro Pereira lean...@profusion.mobi wrote: Hi. Could anyone please add a WebKit EFL component on Bugzilla? Anyone could handle this? (I see that people requested WebKit2 component, so the one doing it could do EFL as well?) -- Gustavo Sverzut Barbieri

Re: [webkit-dev] Why so many text nodes in the DOM? (especially ones with just whitespace)

2010-06-17 Thread Gustavo Sverzut Barbieri
On Thu, Jun 17, 2010 at 6:24 PM, Matt 'Murph' Finnicum mattf...@gmail.com wrote: On Thu, Jun 17, 2010 at 4:19 PM, David Hyatt hy...@apple.com wrote: On Jun 17, 2010, at 2:45 PM, Gustavo Sverzut Barbieri wrote: David, it's bit more than annoying, it's fragmenting memory for no good

Re: [webkit-dev] WebKit-EFL finally merged, pay attention to CMake build system!

2010-05-17 Thread Gustavo Sverzut Barbieri
On Sat, May 15, 2010 at 2:06 PM, Adam Barth aba...@webkit.org wrote: On Sat, May 15, 2010 at 9:14 AM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: I'm glad to say that WebKit-EFL was finally merged as the last but definitely bit, the build system, was merged into tree today. Many

[webkit-dev] WebKit-EFL finally merged, pay attention to CMake build system!

2010-05-15 Thread Gustavo Sverzut Barbieri
! Adam Treat is trying to move one port to it, and we should help with GTK when time allows. -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -- MSN: barbi...@gmail.com Skype: gsbarbieri Mobile: +55 (19) 9225-2202

Re: [webkit-dev] Help with review of EFL CMake patches?

2010-05-07 Thread Gustavo Sverzut Barbieri
explained. If later on we detect some parts are shared, then we can just create a third file that is included by these. Much like we already do with code in WebKit. BR, -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -- MSN: barbi...@gmail.com

Re: [webkit-dev] Help with review of EFL CMake patches?

2010-05-04 Thread Gustavo Sverzut Barbieri
Barbieri barbi...@profusion.mobi wrote: On Mon, May 3, 2010 at 6:09 PM, Patrick Roland Gansterer par...@paroga.com wrote: Hi, On Mon, 3 May 2010 17:33:45 -0300, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: Did you see this new version?  Leandro did the work on top of yours. However

[webkit-dev] Help with review of EFL CMake patches?

2010-05-03 Thread Gustavo Sverzut Barbieri
to webkit-gtk the move to it. BR, -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -- MSN: barbi...@gmail.com Skype: gsbarbieri Mobile: +55 (19) 9225-2202 ___ webkit-dev mailing list webkit-dev

Re: [webkit-dev] Help with review of EFL CMake patches?

2010-05-03 Thread Gustavo Sverzut Barbieri
this new version? Leandro did the work on top of yours. However he removed the .h from the source list, he did it before he read that it may be useful to get some IDE to show it. If mandatory we can add them back. BR, -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems

Re: [webkit-dev] Help with review of EFL CMake patches?

2010-05-03 Thread Gustavo Sverzut Barbieri
On Mon, May 3, 2010 at 6:09 PM, Patrick Roland Gansterer par...@paroga.com wrote: Hi, On Mon, 3 May 2010 17:33:45 -0300, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: Did you see this new version?  Leandro did the work on top of yours. However he removed the .h from the source list

Re: [webkit-dev] Fwd: CMake WebKit-EFL: initial preview

2010-04-20 Thread Gustavo Sverzut Barbieri
On Mon, Apr 19, 2010 at 11:34 PM, Patrick Roland Gansterer par...@paroga.com wrote: Hi, Gustavo Sverzut Barbieri: Find attached 2 patches. ? ?- WebKit-EFL-CMake_All-Missing-Patches.patch is a bundle that implements CMake support for WebKit-EFL and also adds the missing patches to make

Re: [webkit-dev] Clean way to allow delegates for PopupMenu?

2010-04-16 Thread Gustavo Sverzut Barbieri
On Fri, Apr 16, 2010 at 10:30 AM, Luiz Agostini luiz.agost...@openbossa.org wrote: 2010/4/15 Gustavo Sverzut Barbieri barbi...@profusion.mobi Hello all, I'm part of the EFL port team and we're implementing the PopupMenu, however EFL is a different platform as for our port it is just

Re: [webkit-dev] Clean way to allow delegates for PopupMenu?

2010-04-16 Thread Gustavo Sverzut Barbieri
On Fri, Apr 16, 2010 at 11:21 AM, Luiz Agostini luiz.agost...@openbossa.org wrote: 2010/4/16 Gustavo Sverzut Barbieri barbi...@profusion.mobi On Fri, Apr 16, 2010 at 10:30 AM, Luiz Agostini luiz.agost...@openbossa.org wrote: 2010/4/15 Gustavo Sverzut Barbieri barbi...@profusion.mobi

[webkit-dev] Clean way to allow delegates for PopupMenu?

2010-04-15 Thread Gustavo Sverzut Barbieri
PopupMenuEfl.cpp will just proxy to these calls. However, although Mac does that it may not be the best solution, so to avoid endless patches to be discussed at bugzilla I'd like to know your opinion on the best way so our patch is right from beginning. Regards, -- Gustavo Sverzut Barbieri http

Re: [webkit-dev] [webkit meeting notes] build systems

2010-04-15 Thread Gustavo Sverzut Barbieri
, ..., but not VIDEO, new options would trigger a warning to help developers, the options would be generated based on the port support. BR, -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -- MSN: barbi...@gmail.com Skype: gsbarbieri Mobile: +55 (19

Re: [webkit-dev] Announcing WebKit2

2010-04-08 Thread Gustavo Sverzut Barbieri
that is later responsible to call another function, providing the continuation based on some shared token/context. [1] https://lists.webkit.org/pipermail/webkit-dev/2010-March/011845.html -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -- MSN: barbi

Re: [webkit-dev] Announcing new port: EFL

2010-04-07 Thread Gustavo Sverzut Barbieri
, PopupMenu and so on. BR, -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -- MSN: barbi...@gmail.com Skype: gsbarbieri Mobile: +55 (19) 9225-2202 ___ webkit-dev mailing list webkit-dev@lists.webkit.org

Re: [webkit-dev] parallel painting

2010-04-05 Thread Gustavo Sverzut Barbieri
, -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -- MSN: barbi...@gmail.com Skype: gsbarbieri Mobile: +55 (19) 9225-2202 ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org

Re: [webkit-dev] [Fwd: Re: Announcing new port: EFL]

2010-02-23 Thread Gustavo Sverzut Barbieri
working on this port, however: - Rafael Antognolli antogo...@profusion.mobi, working on the port since August last year, did a great amount of work to get optimizations and fixes. - Gustavo Sverzut Barbieri barbi...@profusion.mobi, core developer of EFL, rewrote the WebKit/efl/ based on initial