Re: [webkit-dev] Running the GTK port on macOS with Docker

2021-11-23 Thread Philippe Normand via webkit-dev
ad to keep uploading patches to bugzilla to find > compilation errors. > > Jean-Yves > >> On 15 Oct 2021, at 10:33 pm, Philippe Normand wrote: >> >> On Fri, 2021-10-15 at 10:04 +1100, Jean-Yves Avenard wrote: >>> Hi. >>> >>> Personally, I would l

Re: [webkit-dev] How to set up Intellisense-ish code completion/suggestions for editing WebKit sources on macOS?

2021-11-11 Thread Philippe Normand via webkit-dev
Hi Mike, About ccls, some of us Igalians use it on Linux, I compiled a few tips: https://trac.webkit.org/wiki/WebKitEmacsTips Nowadays trunk includes a .ccls file, is it not working for you? Alicia recently blogged about setting up clangd/VSCode, that's on Linux, but maybe some parts apply for

Re: [webkit-dev] Running the GTK port on macOS with Docker

2021-10-15 Thread Philippe Normand via webkit-dev
r using my local tree would be ideal. > Alright, thanks for answering Jean-Yves :) I'll clean-up the experiment a bit, document it and ping you for testing when it's ready. Philippe > Jean-Yves > > > On 15 Oct 2021, at 1:21 am, Philippe Normand via webkit-dev > > wrot

[webkit-dev] Running the GTK port on macOS with Docker

2021-10-14 Thread Philippe Normand via webkit-dev
Hi, The WPE/GTK ports nowadays rely on a SDK that provides all the tools needed for development, it's used on the bots as well. Currently we run it with Flatpak, but technically, Docker can also be used. I've actually checked that a GTK MiniBrowser build downloaded from the bots can run on macOS

Re: [webkit-dev] WebKit Transition to Git

2020-10-02 Thread Philippe Normand
This is great! On Fri, 2020-10-02 at 09:43 -0700, Jonathan Bedard wrote: > Hello WebKit Contributors, > > This year, Apple would like to push WebKit’s source code management > off of Subversion and onto git. Our rationale for this is the rest of > the industry has settled on git as their source

[webkit-dev] PSA: Flatpak WPE/GTK SDK upgrade to version 0.3

2020-09-02 Thread Philippe Normand
Hi, This mail is mostly for WPE/GTK port developers. Feel free to skip if you're not part of that group. In r266455[0] the SDK build definitions were updated along with a major upgrade to the FDO SDK version 20.08. Compared with 19.08, this new version breaks ABI, that means applications built

Re: [webkit-dev] Generating compile_commands.json when building WebKit on MacOS

2020-07-22 Thread Philippe Normand
On Wed, 2020-07-22 at 08:24 -0500, Michael Catanzaro wrote: > On Wed, Jul 22, 2020 at 11:15 am, shriva...@firemail.cc wrote: > > DerivedSources/ForwardingHeaders/JavaScriptCore/JSContext.h:40:1: > > error: duplicate interface definition for class 'JSContext' > > @interface JSContext : NSObject >

Re: [webkit-dev] PSA: Changes in the recommended GTK/WPE developer workflow

2020-05-07 Thread Philippe Normand
Hi, A few updates about this topic. Read below! On Tue, 2020-03-17 at 17:31 +, Philippe Normand wrote: > Hi, > > Until now the most recommended way to work on the GTK and WPE ports > was > to use a custom JHBuild[0] moduleset ([1][2]) for build/runtime > depend

Re: [webkit-dev] PSA: Changes in the recommended GTK/WPE developer workflow

2020-03-18 Thread Philippe Normand
On Tue, 2020-03-17 at 17:31 +, Philippe Normand wrote: > The only disadvantage of this new approach is that hacking on > dependencies is currently not trivial to accomplish. We plan to > enable > this most likely via the Flapjack[5] tool. > I forgot to mention (quotin

[webkit-dev] PSA: Changes in the recommended GTK/WPE developer workflow

2020-03-17 Thread Philippe Normand
Hi, Until now the most recommended way to work on the GTK and WPE ports was to use a custom JHBuild[0] moduleset ([1][2]) for build/runtime dependencies. This setup was deployed almost 10 years ago [3] and while it is an opt-in approach, it is highly recommended, especially if you want to run

Re: [webkit-dev] Moving to Python 3

2019-10-09 Thread Philippe Normand
Hi folks, Now that Catalina is released, can we move on to some of the proposed changes discussed in this thread? Philippe On Fri, 2019-07-12 at 12:18 -0700, Jonathan Bedard wrote: > Hello WebKit developers, > > Now that the Catalina developer seeds are available, it is official > that the new

Re: [webkit-dev] Moving to Git

2019-02-20 Thread Philippe Normand
On Wed, 2019-02-20 at 09:40 -0800, Ryosuke Niwa wrote: > > On Wed, Feb 20, 2019 at 8:28 AM Bug Tracker < > bug.tracking.acco...@protonmail.com> wrote: > > I was curious about the status of the proposal for migrating from > > SVN to Git (https://trac.webkit.org/wiki/Moving%20to%20Git). > > > >

Re: [webkit-dev] Freenode spam counter-measure

2018-08-06 Thread Philippe Normand
Also the WKR and webkitbot bots will need to be registered with NickServ, otherwise their notifications in the channel won’t be delivered :) Philippe > On 6 Aug 2018, at 16:18, Philippe Normand wrote: > > > >> On 6 Aug 2018, at 16:12, Darin Adler wrote: >> >&g

Re: [webkit-dev] Freenode spam counter-measure

2018-08-06 Thread Philippe Normand
> On 6 Aug 2018, at 16:12, Darin Adler wrote: > >> On Aug 6, 2018, at 5:22 AM, Konstantin Tokarev wrote: >> >>>> On Aug 5, 2018, at 2:38 AM, Philippe Normand wrote: >>>> >>>> Can one of the #webkit admin please set the +r mode on? T

[webkit-dev] Freenode spam counter-measure

2018-08-05 Thread Philippe Normand
Hi, Can one of the #webkit admin please set the +r mode on? This would help reducing spam. Only messages from registered nicks would come through. Philippe ___ webkit-dev mailing list webkit-dev@lists.webkit.org

Re: [webkit-dev] how to enable waylandsink on webkit2?

2018-05-18 Thread Philippe Normand
Hi, Please use the webkitgtk list next time, this is a topic specific to that port… It is not advised to use a sink different to the one WebKit already uses internally. It should work fine without any change, the internal appsink should negotiate caps for GL texture-based rendering. Please

Re: [webkit-dev] Status of GTK EWS bot?

2016-10-25 Thread Philippe Normand
Hi Darin, The GTK EWS is back online. It wasn't properly rebooted after some systems maintenance tasks at our office yesterday. Sorry about this :) Philippe On Mon, 2016-10-24 at 22:56 -0700, Darin Adler wrote: > Hi folks. > > As I am uploading patches to

Re: [webkit-dev] Are there any plans to upgrade SVN server on svn.webkit.org?

2016-06-20 Thread Philippe Normand
The commit-queue seems to be broken as well, one example: https://bugs.webkit.org/show_bug.cgi?id=148524 :04 04 105f7e2febfadc8d1f550aa805ccd215e8f27c27 f3f1d4fa1265a983a518943e7e3a0f794477e6bd M Source Current branch master is up to date. ERROR: Not all changes have been committed

[webkit-dev] Commit queue issues

2015-09-02 Thread Philippe Normand
Hi, It seems the commit queue cannot land patches? https://bugs.webkit.org/show_bug.cgi?id=148702 Philippe signature.asc Description: Message signed with OpenPGP using GPGMail ___ webkit-dev mailing list webkit-dev@lists.webkit.org

Re: [webkit-dev] what command used to install compiled webkitgtk?

2015-08-27 Thread Philippe Normand
On 26 Aug 2015, at 19:58, Konovalov, Vadim vadim.konova...@emc.com wrote: after build-webkit --gtk --prefix=/foo/bar then I want to install so installation goes to the said prefix, how should I do that? (I've searched but haven't found the answer) This mailing list isn’t for

Re: [webkit-dev] Svn server is very slow to get full code.

2015-08-25 Thread Philippe Normand
Same for the git mirror. Very slow from Spain, at least. Philippe On Tue, 2015-08-25 at 12:33 +0900, Gyuyoung Kim wrote: Some my PCs also have same problem when using svn. I don't know why it is too slow suddenly. Gyuyoung. On Tue, Aug 25, 2015 at 12:27 PM, 조진철

Re: [webkit-dev] migrating from 2.4.6 to 2.8.1

2015-05-04 Thread Philippe Normand
Hi Jerry, Please use webkit-...@lists.webkit.org for WebKitGTK topics. On Mon, 2015-05-04 at 10:43 -0400, Jerry Geis wrote: I am migrating from 2.4.6 to 2.8.1... under 2.4.6 there was a ./configure script - that appears to be gone. (Not sure why, thought that was a standard thing). We

Re: [webkit-dev] gtk failure

2014-10-31 Thread Philippe Normand
Hi Said, Can you please resubmit your patch? The EWS build directory was cleaned-up. Philippe On Fri, 2014-10-31 at 09:55 -0700, Said Abou-Hallawa wrote: I submitted a patch for the bug https://bugs.webkit.org/show_bug.cgi?id=137132 The build failed for gtk-wk2 but passed for mac and mac-wk2.

Re: [webkit-dev] Downtime for Bugzilla upgrade on Thursday, October 16 from 8-10 AM PDT

2014-10-24 Thread Philippe Normand
Hi! I'm using the XML-RPC API (via git-bz) and when attaching a patch to a bug I get the following error: There was an error sending mail from 'bugzilla-daemon#64;webkit.org' to 'zandobersek#64;gmail.com': Couldn't connect to bz.apple.com Before the Bugzilla upgrade the smtp server

Re: [webkit-dev] Trying to turn WebRTC's code on - MEDIA_STREAM flags

2014-07-31 Thread Philippe Normand
On Wed, 2014-07-30 at 17:51 +0800, Jacques-Olivier wrote: Hi everyone, me again, I kept working on getting media_stream to work. I think my understanding of what is happening improved, but I’m still stuck at the same point: I read some more code and did some research about the

Re: [webkit-dev] WinCairo video

2014-04-25 Thread Philippe Normand
to stay right now. That's alright I understand your concerns. Philippe Alex Christensen On Thu, Apr 24, 2014 at 12:19 AM, Philippe Normand ph...@igalia.com wrote: On Wed, 2014-04-23 at 18:29 -0600, Alex Christensen wrote: I'm working on a Media Foundation

Re: [webkit-dev] WinCairo video

2014-04-24 Thread Philippe Normand
On Wed, 2014-04-23 at 18:29 -0600, Alex Christensen wrote: I'm working on a Media Foundation implementation of MediaPlayerPrivate to replace the GStreamer-based one we're currently using. Media Foundation avoids the licensing issues of GStreamer Which licensing issues? You'd be surprised to

[webkit-dev] Remove ENABLE_NETWORK_INFO ?

2014-04-18 Thread Philippe Normand
Hi, I think that feature should be removed from WebKit. The spec[1] clearly states: Work on this document has been discontinued and it should not be referenced or used as a basis for implementation. Anyone against removing the networkinfo Module? It seems this feature was initially implemented

Re: [webkit-dev] Remove ENABLE_NETWORK_INFO ?

2014-04-18 Thread Philippe Normand
agree to remove it. However, if the specification is resurrected in future, I would like to support it again. Gyuyoung. On Fri, Apr 18, 2014 at 5:43 PM, Philippe Normand ph...@igalia.com wrote: Hi, I think that feature should be removed from WebKit

Re: [webkit-dev] Remove ENABLE_NETWORK_INFO ?

2014-04-18 Thread Philippe Normand
should agree to remove it. However, if the specification is resurrected in future, I would like to support it again. Gyuyoung. On Fri, Apr 18, 2014 at 5:43 PM, Philippe Normand ph...@igalia.com wrote: Hi, I think that feature should be removed from WebKit

Re: [webkit-dev] *.webkit.org downtime Tuesday, 3/11

2014-03-13 Thread Philippe Normand
On Mon, 2014-03-10 at 10:35 -0700, Lucas Forschler wrote: Hello Webkit developers, Apple will be upgrading our network infrastructure starting Tuesday morning at 8am. The webkit.org services will be affected for approximately 4 hours. This includes all *.webkit.org domains. We expect

[webkit-dev] Sergio Villar Senin is now a WebKit reviewer!

2014-02-12 Thread Philippe Normand
Hi, I'm happy to announce that Sergio (svillar) is now a WebKit reviewer! Sergio's areas of expertize span from WebCore (CSS Grid Layout, Parser, editing) to WebKit2 with a special dedication to the GTK port. Sergio also spends a lot of efforts on the libsoup networking backend. Thanks Sergio

Re: [webkit-dev] MAC :: building gstreamer by WebKit but without CAIRO

2013-11-28 Thread Philippe Normand
On Sat, Nov 23, 2013 at 9:59 AM, Philippe Normand ph...@igalia.com wrote: The ImageGStreamerCG implementation was removed in http://trac.webkit.org/changeset/118610

Re: [webkit-dev] MAC :: building gstreamer by WebKit but without CAIRO

2013-11-23 Thread Philippe Normand
The ImageGStreamerCG implementation was removed in http://trac.webkit.org/changeset/118610 Philippe On Sat, 2013-11-23 at 00:44 +0100, Urbain EGIS wrote: I compiled most of Source/WebCore/platform/graphics/gstreamer apart from ImageGstreamerCairo.cpp which has a strong dependency on CAIRO.

Re: [webkit-dev] [WinCairo] : ENABLE_VIDEO = how to activate HTML5 video tag ?

2013-10-14 Thread Philippe Normand
of course. Would you mind providing some guidance to where/how to source files may be located. Example : \wtf\gobject\GlibUtilities.cpp Thanks in advance, Philippe. Regards, EGIS On Sat, Oct 12, 2013 at 3:59 PM, Philippe Normand ph...@igalia.com wrote: On Sat

Re: [webkit-dev] [WinCairo] : ENABLE_VIDEO = how to activate HTML5 video tag ?

2013-10-14 Thread Philippe Normand
-- gstreamerForEver On Mon, Oct 14, 2013 at 11:59 AM, Philippe Normand ph...@igalia.com wrote: On Mon, 2013-10-14 at 11:51 +0200, gstreamer MACOSX wrote: Unless we missed something, sources tied to GSTREAMER (like wtf \gobject\GlibUtilities.cpp) appear, sort

Re: [webkit-dev] [WinCairo] : ENABLE_VIDEO = how to activate HTML5 video tag ?

2013-10-14 Thread Philippe Normand
On Mon, 2013-10-14 at 22:09 +0530, Mital Vora wrote: Hi, I have few questions regarding move to Gstreamer. * are we gonna replace the existing openssl and curl with libsoup ? 1. GStreamer doesn't depend on those libraries. 2. For HTTP(S) media access we have a dedicated source

Re: [webkit-dev] [WinCairo] : ENABLE_VIDEO = how to activate HTML5 video tag ?

2013-10-12 Thread Philippe Normand
On Sat, 2013-10-12 at 14:53 +0200, Urbain EGIS wrote: Of course, I'm part of the challenge, Hugo. I started to analyse .diff files gently provided by Alex. Let's focus on one example : --- Source/WTF/WTF.vcxproj/WTF.vcxproj (revision 156730) +++

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

2013-09-12 Thread Philippe Normand
On Wed, 2013-09-11 at 17:43 -0300, Luciano Wolf wrote: The most recent effort from our side is to provide WebRTC support. Thiago Lacerda is talking with Eric Carlson and they are coordinating the merge of Blink patches as well as planning the development of missing features. So, I believe we

Re: [webkit-dev] Ports not building as C++11?

2013-07-29 Thread Philippe Normand
FWIW the GTK+ port also builds with C++11 support. Philippe On Fri, 2013-07-26 at 09:04 -0700, Anders Carlsson wrote: Hi everyone, when Oliver landed his “let’s break everything” patches in JSC the other day, I noticed that some of the follow-up build fixes by other ports were removing

Re: [webkit-dev] Media Server Development

2013-02-01 Thread Philippe Normand
You should write a new MediaPlayerPrivate backend instead of hacking the MediaPlayerPrivateGStreamer one. Philippe On Thu, 2013-01-31 at 23:04 +0530, Kiran K wrote: HI All, I am working on QtWebKit on Media Server development. Basic Idea is to run Gstreamer in seperate process which acts

[webkit-dev] PSA: Migration plan to GStreamer 1.x

2013-01-08 Thread Philippe Normand
Hi, This mail is mainly for the GTK, Qt and EFL port maintainers, I decided to post here instead of cross-posting to three mailing lists :) So there's been work to port the MediaPlayer and WebAudio GStreamer backends to the new GStreamer 1.x APIs. At the moment you can choose (well, for the GTK

Re: [webkit-dev] svns...@macosforge.org ?

2012-08-14 Thread Philippe Normand
On Wed, 2012-08-08 at 13:52 -0700, Adam Barth wrote: I noticed today that some patches are authored by svns...@macosforge.org: http://trac.webkit.org/search?q=svnsync Is this behavior expected? I guess this is a bug in one of the SVN commit hooks? Philippe

Re: [webkit-dev] Not authorized to access Bugzillia

2012-08-08 Thread Philippe Normand
This is a security bug. Only some people can access those, typically the security team members at least. Philippe On Wed, 2012-08-08 at 16:32 +0800, talking1...@gmail.com wrote: When I try to access https://bugs.webkit.org/show_bug.cgi?id=41482, it show me follow information, so if I want to

Re: [webkit-dev] GTK+ port's help needed to get rid of FAIL test expectation

2012-06-11 Thread Philippe Normand
On 2012-06-10 19:09, Žan Doberšek wrote: I think it would suffice to replace all the FAIL occurrences with TEXT, except for the failing reftests - those should have FAIL turned into IMAGE. Gtk bots don't run pixel tests yet so any other IMAGE failures could perhaps be addressed at later time.

Re: [webkit-dev] can I replace webkitwebsrc with souphttpsrc?

2012-06-03 Thread Philippe Normand
On Sun, 2012-06-03 at 11:31 +0800, ZiQiangHuan wrote: Hi, For support to html5 video on my device, I am doing something with webkit+gstreamer recently. But I found that there are custom plugins webkitsrc and webkitsink in webkit's gstreamer backend source code.For my device I have to

Re: [webkit-dev] How can I get some debug infomation in MediaPlayerPrivateGStreamer.cpp

2012-04-20 Thread Philippe Normand
On Fri, 2012-04-20 at 10:42 +0800, ZiQiangHuan wrote: hi, I build webkit with gstreamer support, but I encountered a problem when I test with it. When I write a simple statement printf(* \n) in the function isAvailable() of MediaPlayerPrivateGStreamer.cpp, I got nothing output. When I

Re: [webkit-dev] Moving to Git?

2012-03-08 Thread Philippe Normand
On Thu, 2012-03-08 at 14:10 -0300, Alexis Menard wrote: On Thu, Mar 8, 2012 at 2:03 PM, Ryosuke Niwa rn...@webkit.org wrote: On Thu, Mar 8, 2012 at 4:35 AM, Ashod Nakashian ashodnakash...@yahoo.com wrote: In the light of discovering that some SVN scripts have fallen behind in terms of

Re: [webkit-dev] git.webkit.org is offline

2012-02-16 Thread Philippe Normand
I still can't use the git mirror here and build.webkit.org doesn't respond either, looks like an issue with the web server. Philippe On Wed, 2012-02-15 at 16:04 -0800, William Siegrist wrote: git.webkit.org is back up on faster/less-broken storage. -Bill On Feb 15, 2012, at 1:29 PM,

[webkit-dev] GTK 64-bit Debug slave is offline

2012-02-10 Thread Philippe Normand
Hi! We can't start the 64-bit GTK Debug slave anymore, the error we get is: 2012-02-10 03:27:55-0800 [Broker,client] ReconnectingPBClientFactory.failedToGetPerspective 2012-02-10 03:27:55-0800 [Broker,client] Unhandled Error Traceback from remote host -- Traceback unavailable It seems

Re: [webkit-dev] GTK 64-bit Debug slave is offline

2012-02-10 Thread Philippe Normand
The buildslave is back and kicking. Thanks! Philippe On Fri, 2012-02-10 at 07:45 -0800, William Siegrist wrote: The master has been restarted. -Bill On Feb 10, 2012, at 3:37 AM, Philippe Normand wrote: Hi! We can't start the 64-bit GTK Debug slave anymore, the error we get

Re: [webkit-dev] Gstreamer libraries not linking?

2012-01-31 Thread Philippe Normand
./.libs/libwebkitgtk-1.0.so: undefined reference to `gst_app_src_push_buffer' ./.libs/libwebkitgtk-1.0.so: undefined reference to `gst_app_src_get_type' ./.libs/libwebkitgtk-1.0.so: undefined reference to `gst_missing_element_message_new' ./.libs/libwebkitgtk-1.0.so: undefined reference

[webkit-dev] About code reviews outside bugzilla

2012-01-10 Thread Philippe Normand
Hi, I thought any substantial code contribution was to be reviewed in a proper bugzilla entry? This commit broke the WebKit2 build earlier today: http://trac.webkit.org/changeset/104557 No mention of a bugzilla entry... Hopefully Kenneth was quick coming up with a build fix, but please let's

Re: [webkit-dev] About code reviews outside bugzilla

2012-01-10 Thread Philippe Normand
On Tue, 2012-01-10 at 14:48 +, Peter Beverloo wrote: The bugzilla bug is here, it's just not referenced in the message (which it should be): https://bugs.webkit.org/show_bug.cgi?id=75956 Ah, thanks Peter! Too bad the EWS wasn't not used though :( Philippe signature.asc Description:

Re: [webkit-dev] [GTK] Buildslave changes

2011-12-01 Thread Philippe Normand
The bot is now deployed and so far, working well :) Thanks Adam for the help! Philippe On Wed, 2011-11-30 at 17:03 -0500, Adam Roben wrote: On Nov 30, 2011, at 4:34 PM, Philippe Normand wrote: Can we get new buildbot credentials for the new slave or can we reuse the 32-bits Debug ones

[webkit-dev] [GTK] Buildslave changes

2011-11-30 Thread Philippe Normand
Hi! Igalia recently purchased new hardware to improve the GTK Debug bots situation. Here's the plan: - Drop 32-bits Debug - Keep current 64-bits Debug - Add a 64-bits Release (which will run on the new hardware) A full build on the new machine takes at most 7:30 minutes and tests using NRWT run

Re: [webkit-dev] ping-pong with fast/files/create-blob-url-crash-expected.txt

2011-08-31 Thread Philippe Normand
Sorry for the last one. Looks like the patch in https://bugs.webkit.org/show_bug.cgi?id=66045 is intended to fix this issue for both JSC and V8 code generators, if I understood correctly. Philippe On Wed, 2011-08-31 at 13:40 +0200, Osztrogonac Csaba wrote: Hi, It seems you guys are playing

Re: [webkit-dev] ping-pong with fast/files/create-blob-url-crash-expected.txt

2011-08-31 Thread Philippe Normand
On Wed, 2011-08-31 at 07:28 -0700, David Levin wrote: On Wed, Aug 31, 2011 at 5:57 AM, Philippe Normand ph...@igalia.com wrote: Sorry for the last one. Looks like the patch in https://bugs.webkit.org/show_bug.cgi?id=66045 is intended to fix this issue

Re: [webkit-dev] [webkit-changes] [83955] trunk

2011-04-17 Thread Philippe Normand
I think this rollout highlighted the need for crash reports in the GTK Release bot. The issue being absent from the Debug bots, we had to build WebKitGTK with debug symbols and optimizations turned on to get useful stack-traces. Oliver relanded the big patch with an additional workaround for a

Re: [webkit-dev] Using Git for WebKit development

2011-01-18 Thread Philippe Normand
On Tue, 2011-01-18 at 11:26 +0300, Konstantin Tokarev wrote: Hi all, When I'm trying to cherry-pick or rebase something in my WebKit git clone, I constantly end up with conflicts in changelog files How do you fight this problem? Add in your .git/config: [merge changelog] driver

Re: [webkit-dev] webkitpy test failures on GTK bots

2010-12-24 Thread Philippe Normand
The first failing 32-bits release build is: http://build.webkit.org/builders/GTK%20Linux%2032-bit% 20Release/builds/9010 which includes: http://trac.webkit.org/changeset/74632 Could it be an issue with that unittest? Philippe On Fri, 2010-12-24 at 11:38 -0800, Darin Adler wrote: Hi folks.

Re: [webkit-dev] webkitpy test failures on GTK bots

2010-12-24 Thread Philippe Normand
On Fri, 2010-12-24 at 22:27 +0100, Philippe Normand wrote: The first failing 32-bits release build is: http://build.webkit.org/builders/GTK%20Linux%2032-bit% 20Release/builds/9010 which includes: http://trac.webkit.org/changeset/74632 Could it be an issue with that unittest? I

[webkit-dev] Buildbots soon to require apache mod_bw

2010-11-05 Thread Philippe Normand
Hi, The patch to be landed soon for https://bugs.webkit.org/show_bug.cgi?id=45101 updates the apache config to require mod_bw. Can the buildbots admins please install it? I contacted the GTK+ bots admins already. The new test on this patch requires connection throttling but will run only on the

Re: [webkit-dev] Buildbots soon to require apache mod_bw

2010-11-05 Thread Philippe Normand
Having said that, it just struck me that we have a few php scripts that are used by tests to cause intentional delays[0]. Perhaps we could use a similar pattern for this case too, and avoid this new requirement. Thanks for the hint Gustavo :) Actually I found video-throttled-load.cgi which

Re: [webkit-dev] Nighties build scripts

2010-06-11 Thread Philippe Normand
cf https://bugs.webkit.org/show_bug.cgi?id=40469 Philippe On Wed, 2010-06-09 at 15:56 +0200, Philippe Normand wrote: Hi, I've been trying the Nighly build scripts without much success. I run build-launcher-app and build-launcher-dmg. The build-launcher-app tries to copy Drosera.app

Re: [webkit-dev] Volcano

2010-04-20 Thread Philippe Normand
Hi, I'm stuck in SF until sunday, unless I can find a flight earlier... Hacking from a café there on some GTK fullscreen video support :) Philippe On Tue, 2010-04-20 at 13:19 -0700, Eric Seidel wrote: I should have asked sooner... Are any folks stuck here after the WebKit conference due to

Re: [webkit-dev] Volcano

2010-04-20 Thread Philippe Normand
to stay around if possible. Philippe On Tue, 2010-04-20 at 14:37 -0700, Evan Martin wrote: I am down for a post-gathering SF hackathon. Name a cafe and time. :) On Tue, Apr 20, 2010 at 2:00 PM, Philippe Normand pnorm...@igalia.com wrote: Hi, I'm stuck in SF until sunday, unless I can find

Re: [webkit-dev] +R mode on #webkit IRC channel

2010-01-21 Thread Philippe Normand
Maybe it was a countermeasure for yesterday's CTCP flood attacks? Philippe On Tue, 2010-01-19 at 10:25 +0200, Xan Lopez wrote: Hi, I woke up this morning to find #webkit set up with mode +R (http://docs.dal.net/docs/modes.html#2.17), so basically you can't speak unless you have your nick

Re: [webkit-dev] Style for Gtk/Qt code

2010-01-13 Thread Philippe Normand
On Mon, 2009-12-21 at 01:25 -0600, Eric Seidel wrote: The style-bot warns for style errors in all code in the webkit tree, but I'm not sure if that's correct. Are there sections of gtk/qt/whatever code which should be in a different style? Sometimes these warnings are ignored. Sometimes