[webkit-dev] [cmake] Proposal: Move commonly used platform-dependent files in WebCore to .cmake include files.

2016-02-09 Thread Konstantin Tokarev
Hello WebKit, Currently there is a number of files in WebCore that a shared between 2 or more ports (but not all of them). Here are a few examples: * texmap, gstreamer, openwebrtc, soup, stuff in platform/linux - shared between GTK and Efl * cairo, image-decoders - shared between GTK, Efl, and

Re: [webkit-dev] [cmake] Proposal: Move commonly used platform-dependent files in WebCore to .cmake include files.

2016-02-09 Thread Michael Catanzaro
I'm curious what Martin and Alex think about this. It seems fine to me; the downside is there are more CMake files to maintain, the upside is the big ones should be slightly smaller, and we can reduce duplication between PlatformEFL.cmake and PlatformGTK.cmake. Michael

Re: [webkit-dev] Change WTFCrash to not trash the crash site register state.

2016-02-09 Thread Geoffrey Garen
I like this change. Perhaps all ports can adopt this behavior. Geoff > On Feb 8, 2016, at 11:55 AM, Mark Lam wrote: > > Hi WebKit folks, > > For non-debug OS(DARWIN) builds, I would like to change WTFCrash()’s > implementation into an inlined function that has a single inlined asm > statem

Re: [webkit-dev] [cmake] Proposal: Move commonly used platform-dependent files in WebCore to .cmake include files.

2016-02-09 Thread Alex Christensen
Let’s go for it. Less duplication is a good thing. The only downside is the occasional “Which CMake file do I add this to?” but that should be just as straightforward as adding the file to multiple platform cmake files, if not more. > On Feb 9, 2016, at 10:44 AM, Michael Catanzaro wrote: > >

Re: [webkit-dev] Web inspector images

2016-02-09 Thread Timothy Hatcher
Hi Michael, I am looking into our options for the license of the images. Stay tuned. — Timothy Hatcher > On Feb 6, 2016, at 8:23 PM, Michael Catanzaro wrote: > > Hi, > > I'd like to address the problem with the license for the web inspector > images. The background on this is that a WebKitGTK

[webkit-dev] Fwd: Some text about the B3 compiler

2016-02-09 Thread Ryosuke Niwa
-- Forwarded message -- From: Ryosuke Niwa Date: Wed, Feb 3, 2016 at 4:18 PM Subject: Re: [webkit-dev] Some text about the B3 compiler To: Carlos Alberto Lopez Perez On Tue, Feb 2, 2016 at 4:56 PM, Carlos Alberto Lopez Perez wrote: > On 02/02/16 19:58, Ryosuke Niwa wrote: >> On

Re: [webkit-dev] Thought about Nix JavaScriptCore port

2016-02-09 Thread Eric Wing
On 2/7/16, Konstantin Tokarev wrote: > Please try updated version of my branch, it now does not use LLVM unless you > enable USE_LLVM_DISASSEMBLER. I merged your branch. That seemed to build and work. So what would USE_LLVM_DISAAEMBLER get me if I could build it? Also, are there things I can do t