Re: [webkit-dev] Best practices for landing new/changed layout test expectations?

2013-03-13 Thread Philip Rogers
The steps described here differ from what I've been doing. In the interest of closure and port happiness, I've updated the wiki to reflect what is being proposed: https://trac.webkit.org/wiki/CreatingLayoutTests Please feel free to update it further. Philip On Tue, Feb 26, 2013 at 2:34 PM,

[webkit-dev] Can the Windows WebKit nightly build be removed?

2013-03-04 Thread Philip Rogers
http://nightly.webkit.org The Windows build is currently over 13,158 revisions behind. I recently received a Chromium bug that are actually a WebKit bug because the user was using the Windows nightly build to confirm. Philip ___ webkit-dev mailing list

Re: [webkit-dev] New WebKit reviewer: Stephen Chenney

2013-02-20 Thread Philip Rogers
This is fantastic. Congratulations Stephen! On Wed, Feb 20, 2013 at 2:34 PM, Dirk Schulze k...@webkit.org wrote: Hi WebKit folks, It is a pleasure to announce that Stephen Chenney schen...@chromium.org is a WebKit Reviewer now. Stephen did and does an awesome job on various SVG, Font

Re: [webkit-dev] Getting involved

2013-02-18 Thread Philip Rogers
One alternative to mass-reformatting is to improve the style checker. There are many cases not covered by it today: http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/style/checkers/cpp.py On Mon, Feb 18, 2013 at 3:30 PM, Simon Fraser simon.fra...@apple.comwrote: On Feb 18, 2013, at

Re: [webkit-dev] Testing feature suggestion: animation/interaction pixel-results on the fly

2013-02-08 Thread Philip Rogers
I'm not sure if this is generally known: we use [svg document].setCurrentTime(time) in the svg/animations tests for both script and pixel tests. The SVG animation test harness leaves a lot to be desired, but it may be a good place to start for a more general DRT approach:

Re: [webkit-dev] Do any ports still disable SVG?

2013-01-25 Thread Philip Rogers
We could reduce a bit of maintenance cost by removing all the defines. I ran some numbers and I'm not sure we are there yet in terms of lost productivity, even on the Chromium side. SVG adds around 20% to debug compile times: Linux, Z620, no goma, clean build, ninja, Debug DumpRenderTree, without

[webkit-dev] SVG video chat (3)

2012-08-06 Thread Philip Rogers
SVG WebKittens, The last video chat was well received and as a group we decided to do it again. If you'd like to join in please add your name, availability, and topics you'd like to discuss to the spreadsheet:

Re: [webkit-dev] Easing printf based debugging in WebKit with an helper.

2012-07-09 Thread Philip Rogers
Not that I admit to using printf debugging, but if I were to, hypothetically of course, I would find this patch helpful. On Mon, Jul 9, 2012 at 2:43 PM, Alexis Menard alexis.men...@openbossa.orgwrote: Hi, For those who secretly use printf debugging :). I know the recommended way is to use a

[webkit-dev] SVG video chat (2)

2012-06-19 Thread Philip Rogers
Last month we had a video chat with the SVG team in WebKit and it was very well received. If there are other highly-coupled, highly-distributed sub-components of WebKit I would highly recommend setting one of these up. SVG, The last video chat went great and as a group we decided to do it

[webkit-dev] SVG video chat (2)

2012-06-12 Thread Philip Rogers
Last month we had a video chat with the SVG team in WebKit and it was very well received. If there are other highly-coupled, highly-distributed sub-components of WebKit I would highly recommend setting one of these up. SVG, The last video chat went great and as a group we decided to do it

[webkit-dev] WebKit SVG chatroulette

2012-04-26 Thread Philip Rogers
If you don't work on SVG in WebKit you can stop reading now. WebKit, Is there interest in a 1hr video chat with WebKit people interested in SVG as a followup to the WebKit contributors meeting? A few active SVG contributors weren't able to make the meeting and we have some really cool topics to

Re: [webkit-dev] WebKit SVG chatroulette

2012-04-26 Thread Philip Rogers
Done! I put it on the same spreadsheet to keep everything in one place. Philip On Thu, Apr 26, 2012 at 2:55 PM, Dirk Schulze dschu...@adobe.com wrote: On Apr 26, 2012, at 11:49 AM, Philip Rogers wrote: If you don't work on SVG in WebKit you can stop reading now. WebKit

Re: [webkit-dev] Git/SVN is slow

2012-03-15 Thread Philip Rogers
Bill, I'm currently pulling from svn.webkit.org at what feels like 5kbps, and poor http://build.webkit.org/console hits the page refresh before it's even able to render to the bottom :( Below is a traceroute to webkit.org: traceroute to svn.webkit.org (17.254.20.241), 30 hops max, 60 byte

Re: [webkit-dev] Please set the svn:mime-type property on binary files before committing

2012-03-08 Thread Philip Rogers
Ojan, There are also quite a few files with the svn:executable property set (359 in LayoutTests alone, by my count), I think most of which are erroneous. Philip On Thu, Mar 8, 2012 at 3:05 PM, Ojan Vafai o...@chromium.org wrote: Whoops. A lot of these were from me yesterday. Sorry, I didn't

Re: [webkit-dev] *.webkit.org is down

2012-01-19 Thread Philip Rogers
http://www.downforeveryoneorjustme.com/ (It's up for me too). On Thu, Jan 19, 2012 at 3:22 PM, Jarred Nicholls jar...@webkit.org wrote: On Thu, Jan 19, 2012 at 3:19 PM, Alexis Menard alexis.men...@openbossa.org wrote: Hi, It seems that *.webkit.org are down (bugs.webkit.org,

Re: [webkit-dev] New to Webkit development: Eclipse under Linux?

2011-12-03 Thread Philip Rogers
Dave, I've used EclipseCDT for Chromium and it works fairly well (syntax highlighting, debugging, etc). The instructions on this page have everything you'll need and should work for WebKit as well: http://code.google.com/p/chromium/wiki/LinuxEclipseDev Eclipse's GUI frontend to gdb does have