[webkit-dev] subject line of webkit-changes message

2011-03-30 Thread Yuzo Fujishima
Hi, I'd appreciate it if the webkit-changes maintainer(s) could consider the following. Can the subject line of a webkit-changes message be changed, for example, from: [webkit-changes] [82407] trunk/Tools to: [webkit-changes] [82407] make webkit-patch upload respect -d ? That is,

Re: [webkit-dev] Best way to rebaseline 400+ tests?

2011-01-23 Thread Yuzo Fujishima
?id=50098, but I'm not sure it's ready quite yet. His command will replace the exiting webkit-patch rebaseline command and possibly integrate with the rebaseline-server when its ready. Adam On Fri, Jan 21, 2011 at 1:21 AM, Yuzo Fujishima y...@google.com wrote: Hi, webkit-dev, I'm

[webkit-dev] Best way to rebaseline 400+ tests?

2011-01-21 Thread Yuzo Fujishima
Hi, webkit-dev, I'm preparing a change (https://bugs.webkit.org/show_bug.cgi?id=41363) that will require rebaselining 400+ tests per platform. What is the best way to do the rebaselining? (My assumption is that the rebaselining tool is only for Chromium port). I can certainly handle my

Re: [webkit-dev] [svg] rect with invalid stroke value

2010-09-07 Thread Yuzo Fujishima
/RenderSVGPaintServer. Removing this check in the test doesn't help to fix the bug :-) Dirk Am Montag, den 28.06.2010, 11:05 +0900 schrieb Yuzo Fujishima: Hi, Any update on this? Is it OK to remove 'stroke=#0' from: LayoutTests/svg/custom/invalid-fill-hex.svg rect width=100 height

[webkit-dev] How to specify files to be copied to WebKitBuild/Debug/WebCore.framework/PrivateHeaders/ ?

2010-09-02 Thread Yuzo Fujishima
Hi, webkit developers, I locally changed WebCore/platform/graphics/FontFallbackList.h such that it includes SegmentedFontData.h in the same directory [1]. Since then build-webkit complains that SegmentedFontData.h cannot be found [2]. Actually I don't see SegmentedFontData.h in

Re: [webkit-dev] How to specify files to be copied to WebKitBuild/Debug/WebCore.framework/PrivateHeaders/ ?

2010-09-02 Thread Yuzo Fujishima
to have that header marked as Private intead of public.  There are various ways to do that, either via the Targets area of the left side bar, or by getting info on the header in the project file. On Thu, Sep 2, 2010 at 4:29 AM, Yuzo Fujishima y...@google.com wrote: Hi, webkit developers, I

Re: [webkit-dev] [svg] rect with invalid stroke value

2010-06-27 Thread Yuzo Fujishima
Hi, Any update on this? Is it OK to remove 'stroke=#0' from: LayoutTests/svg/custom/invalid-fill-hex.svg rect width=100 height=100 fill=#ff stroke=#0/ ? If there are no objections, I'll upload a patch to remove it for review. Yuzo On Tue, Jun 15, 2010 at 5:52 PM, Yuzo Fujishima y

[webkit-dev] [svg] rect with invalid stroke value

2010-06-14 Thread Yuzo Fujishima
Hi, SVG gurus, I have a question regarding LayoutTests/svg/custom/invalid-fill-hex.svg . It contains: rect width=100 height=100 fill=#ff stroke=#0/ From the comment there I understand that the rect should be filled with black. But how about the stroke? I guess black stroke should be

Re: [webkit-dev] Coming Soon: new-run-webkit-tests

2010-04-09 Thread Yuzo Fujishima
Hi, Eric, In my development environment, new-run-webkit-tests reports 149 errors (out of 12692 tests) while run-webkit-tests none. Is this expected? Are all of the errors what you mean by Exposes more flaky tests due to running tests in a non-deterministic order ? Yuzo On Sat, Apr 10, 2010 at

Re: [webkit-dev] Coming Soon: new-run-webkit-tests

2010-04-09 Thread Yuzo Fujishima
websocket/tests/frame-lengths.html = TIMEOUT Yuzo On Sat, Apr 10, 2010 at 8:18 AM, Eric Seidel e...@webkit.org wrote: Sounds like a bug. You should expect 0 failures on leopard or snow leopard. Please file a bug with a log of the failures and I will fix. On Apr 9, 2010 4:11 PM, Yuzo

[webkit-dev] Reviewers Wanted: CSS3 Paged Media

2010-03-01 Thread Yuzo Fujishima
Hi, webkit-dev (especially, reviewers), Shinichiro, Hayato, Peter, and I (all CC'ed) have started implementing CSS3 Paged Media (http://dev.w3.org/csswg/css3-page/). https://bugs.webkit.org/show_bug.cgi?id=15548 https://bugs.webkit.org/show_bug.cgi?id=35329 Reviewers, We'd appreciate it if one

Re: [webkit-dev] Staging WebSocket protocol deployment

2009-11-17 Thread Yuzo Fujishima
Hi, Maciej, I vote for (3). Yuzo On Wed, Nov 18, 2009 at 6:08 AM, Maciej Stachowiak m...@apple.com wrote: On Nov 15, 2009, at 5:18 PM, Yuzo Fujishima wrote: Hi, I'm against prefixing with webkit- because of the following reasons. Reason 1: It connotes that the feature

Re: [webkit-dev] Staging WebSocket protocol deployment

2009-11-15 Thread Yuzo Fujishima
Hi, I'm against prefixing with webkit- because of the following reasons. Reason 1: It connotes that the feature is experimental. That means there will be less developers seriously use that feature. Without serious use, we'll have less serious feedbacks from the real world. If the Web Socket has

Re: [webkit-dev] mod_pywebsocket for testing Web Socket implementation

2009-09-08 Thread Yuzo Fujishima
Hi, Maciej, On Tue, Sep 8, 2009 at 3:24 PM, Maciej Stachowiakm...@apple.com wrote: On Sep 7, 2009, at 10:41 PM, Yuzo Fujishima wrote: Building and installing some Apache modules doesn't seem like that big a deal to me, if it would really make testing more practical. However, it seems

Re: [webkit-dev] mod_pywebsocket for testing Web Socket implementation

2009-09-07 Thread Yuzo Fujishima
Hi, On Tue, Sep 8, 2009 at 2:00 PM, Mark Rowemr...@apple.com wrote: On 2009-09-07, at 21:30, Yuzo Fujishima wrote: Hi, Mark, Thank you for the response. I've switched to mod_python-based approach because: - It should be closer to what real web sites would do.  (See a comment by ap