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

2014-02-03 Thread Xabier Rodríguez Calvar
Sorry for the late answer, but I was in Brussels at FOSDEM. O Ven, 31-01-2014 ás 14:01 +0100, Alberto Garcia escribiu: Not in the GTK+ port at least, I've been able to do builds without SVG perfectly fine, so there's probably something else wrong in your environment or the port you're using.

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

2014-02-05 Thread Xabier Rodríguez Calvar
O Mar, 04-02-2014 ás 13:11 +0100, Osztrogonác Csaba escribiu: I've checked the full clean build time of GTK port on a quad core i5-2320 (3GHz) machine with icecc buildfarm and -j30 makeflag: - with SVG disabled:WebKit is now built (11m:58s). - with SVG enabled: WebKit is now built (13m:38s).

Re: [webkit-dev] Streams API

2014-11-04 Thread Xabier Rodríguez Calvar
O Lun, 03-11-2014 ás 10:08 +0100, youenn fablet escribiu: Hi Benjamin, I have two concerns: 1) You have many patches waiting for review. I think you need to get better communication channels with reviewers in order to iterate over your patches faster. It is unfortunate but getting

[webkit-dev] Problem with a crash using JSC code

2015-01-21 Thread Xabier Rodríguez Calvar
Hi! I am now implementing with Youenn the Streams API standard [1] in WebKit. You can find the first patch at [2] (it's r? now). While we get that patch reviewed and landed we are adding more tests and working out the problems. One of them is one crash that I cannot hunt, with the

Re: [webkit-dev] Running new/modified tests on EWS bots

2015-03-19 Thread Xabier Rodríguez Calvar
O Xov, 19-03-2015 ás 16:46 +0100, youenn fablet escribiu: Related to the webkit contributor meeting discussion related to ports, I would find it useful if EWS bots (gtk, efl, win, ios) were running the tests that are modified/created by a patch. The idea would be to turn yellow the port

[webkit-dev] Invocation with undefined this on JS binding object

2015-07-01 Thread Xabier Rodríguez Calvar
Hello, I need some help with some JS bindings code. I am implementing CountQueuingStrategy [1], which is an object containing two properties, one of them a function. That strategy is passed to another ReadableStream object [2] and as you can see at step 8, the size method is extracted

Re: [webkit-dev] Invocation with undefined this on JS binding object

2015-07-02 Thread Xabier Rodríguez Calvar
O Mér, 01-07-2015 ás 18:48 +, youenn fablet escribiu: One way may be to make 'size' an attribute, cachable and returning a JSFunction wrapping a C++ function returning 1. Not sure this will pass signature tests though. I was thinking of trying this, yes. IIUC, 'size' is somehow similar

Re: [webkit-dev] Invocation with undefined this on JS binding object

2015-07-02 Thread Xabier Rodríguez Calvar
Hi, O Mér, 01-07-2015 ás 11:07 -0700, Geoffrey Garen escribiu: What exactly did you do when you tried that, and why exactly didn’t it work? What I tried was running the tests, concretely streams/reference -implementation/count-queuing-strategy.html and subtest Correctly governs the

[webkit-dev] Adding generated files to the Mac build

2015-07-30 Thread Xabier Rodríguez Calvar
Hi, Maybe it is something very stupid that I am missing, but I added a new IDL file, I added the object cpp and h files to the WebCore target, the idl file to the corresponding list, etc, but when I build I get linking errors caused by the non compilation of the generated JSxxxfile.cpp.

Re: [webkit-dev] Youenn Fablet is now a WebKit reviewer

2015-10-27 Thread Xabier Rodríguez Calvar
Hi, O Lun, 26-10-2015 ás 19:15 -0700, Mark Lam escribiu: > Youenn, congratulations. Definitely, congratulations! signature.asc Description: This is a digitally signed message part ___ webkit-dev mailing list webkit-dev@lists.webkit.org

[webkit-dev] Protect promise capabilities from being vended again

2015-11-12 Thread Xabier Rodríguez Calvar
Rodríguez Calvar Software Engineer IGALIA http://www.igalia.com signature.asc Description: This is a digitally signed message part ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] Joanmarie Diggs is now a WebKit reviewer

2016-03-29 Thread Xabier Rodríguez Calvar
Hi, O Lun, 28-03-2016 ás 10:38 -0700, Mark Lam escribiu: > Just want to announce that Joanmarie Diggs is now a reviewer. >  Joanmarie primarily works on GTK accessibility and is a current > editor of the ARIA spec (https://www.w3.org/TR/wai-aria-1.1/). Awesome! signature.asc

Re: [webkit-dev] [webkit-reviewers] usage of auto

2017-01-12 Thread Xabier Rodríguez Calvar
uto&& on range-based loops! I think this > gets confusing, and I'm not a huge fan of r-value references > everywhere. I'm ok with a rule similar to this one. Br. -- Xabier Rodríguez Calvar Software Engineer IGALIA http://www.igalia.com signature.asc Description: This is a digita

Re: [webkit-dev] Growing tired of long build times? Check out this awesome new way to speed up your build... soon (HINT: It's not buying a new computer)

2017-09-04 Thread Xabier Rodríguez Calvar
re as we use it (at least me and some other folks at Igalia HQ) extensively. And answering Chris about incremental builds, yes, depending on how the bundling is done (dinamically or staticly per build session) it can give make incremental builds much slower. Best regards. -- Xabier Rodríguez C

Re: [webkit-dev] Growing tired of long build times? Check out this awesome new way to speed up your build... soon (HINT: It's not buying a new computer)

2017-09-04 Thread Xabier Rodríguez Calvar
Hi, O Lun, 04-09-2017 ás 10:13 +0200, Xabier Rodríguez Calvar escribiu: > I have another one. You can deploy IceCC distributed compilation and > CCache. This will work only for people in offices as they those are > the > ones who can share the build time. If any of yo

Re: [webkit-dev] Growing tired of long build times? Check out this awesome new way to speed up your build... soon (HINT: It's not buying a new computer)

2017-09-04 Thread Xabier Rodríguez Calvar
metimes I do a clean build which takes more or less a couple of minutes if you use CCache (and have everything cached already which will be true most of the times during regular work). Best regards. -- Xabier Rodríguez Calvar Software Engineer http://www.igalia.com signature.asc De

[webkit-dev] Alicia Boya as new reviewer

2021-03-11 Thread Xabier Rodríguez Calvar via webkit-dev
Hi, It's my pleasure to announce that my colleague Alicia Boya has earned the reviewer status. I'm sure she will be a wonderful reviewer. Well done Alicia! ️ Best regards. signature.asc Description: This is a digitally signed message part