[webkit-dev] Qt Mac buildbot got crazy

2012-04-27 Thread Osztrogonac Csaba
Hi All, it seems Qt Mac bot got crazy and signals false build fails regularly: ../../../../Source/WebCore/bridge/qt/qt_runtime.cpp: In function 'bool JSC::Bindings::isJSUint8ClampedArray(JSC::JSValue)': ../../../../Source/WebCore/bridge/qt/qt_runtime.cpp:142: error: 'JSUint8ClampedArray' is not

Re: [webkit-dev] Deprecating features guideline wiki

2012-04-27 Thread Dirk Pranke
On Fri, Apr 27, 2012 at 5:17 PM, Maciej Stachowiak wrote: > > I think the concern is that, due to lack of clear standards, we end up not > knowing when we can remove things. Thus, we end up with a lot of inconclusive > and frustrating conversations, and people may shy away from even trying to >

Re: [webkit-dev] Deprecating features guideline wiki

2012-04-27 Thread Eric Seidel
Not having been to the meeting (but having read https://trac.webkit.org/wiki/DeprecatingFeatures), it struck me as though we were trying to add process (like we did for adding features last year), to deter deprecating things. On Fri, Apr 27, 2012 at 5:14 PM, Benjamin Poulain wrote: > On Fri, Apr

Re: [webkit-dev] Deprecating features guideline wiki

2012-04-27 Thread Maciej Stachowiak
I think the concern is that, due to lack of clear standards, we end up not knowing when we can remove things. Thus, we end up with a lot of inconclusive and frustrating conversations, and people may shy away from even trying to remove things. BTW, the page at

Re: [webkit-dev] Deprecating features guideline wiki

2012-04-27 Thread Benjamin Poulain
On Fri, Apr 27, 2012 at 5:10 PM, Eric Seidel wrote: > Is the concern that we've been deprecating too many things too quickly? Quite the contrary. People were concerned about the way to deprecate more stuff and making fewer mistakes when adding and removing features :)

Re: [webkit-dev] Deprecating features guideline wiki

2012-04-27 Thread Eric Seidel
Is the concern that we've been deprecating too many things too quickly? On Fri, Apr 27, 2012 at 5:00 PM, Benjamin Poulain wrote: > On Fri, Apr 27, 2012 at 2:18 PM, Dirk Pranke wrote: >> That said, what sort of "officialness" does this >> writeup/guideline/policy have? Do all the ports agree that

Re: [webkit-dev] Deprecating features guideline wiki

2012-04-27 Thread Benjamin Poulain
On Fri, Apr 27, 2012 at 2:18 PM, Dirk Pranke wrote: > That said, what sort of "officialness" does this > writeup/guideline/policy have? Do all the ports agree that this is > what our stance should be? Everyone seemed to agree we just need to discuss each deprecation on webkit-dev with solid suppo

Re: [webkit-dev] Deprecating features guideline wiki

2012-04-27 Thread Dirk Pranke
Hi Julien, Thanks for the writeup! I definitely wanted to be in that discussion but it conflicted with another discussion I wanted to be in. It looks like I more or less agree with the writeup, though :). That said, what sort of "officialness" does this writeup/guideline/policy have? Do all the p

Re: [webkit-dev] Double-Resolution (Retina) Images - Re: -webkit-image-set

2012-04-27 Thread Tom Penzer
OK, I've re-worked my proposal a bit from the feedback I've received, and I'll submit to w3.org public-html-comments. Here's my revised proposal: Seeking feedback for my (hopefully relatively painless in practice compared to the alternatives - i.e. -webkit-image-set and html5 ) proposal t

Re: [webkit-dev] Implementing CSS3 Paged Media Margin Boxes

2012-04-27 Thread Eric Seidel
Ref-tests did not exist in WebKit when I last looked at this. I added pdf printing tests, only to realize that pdfs include user/machine information and thus are useless for x-machine testing. If our ref-test mechanism works for large pages that could work well. :) With printing tests you'll wan

Re: [webkit-dev] Implementing CSS3 Paged Media Margin Boxes

2012-04-27 Thread Milian Wolff
On Friday 27 April 2012 10:08:13 Eric Seidel wrote: > When I last looked at the page media stuff (long ago). The problem > was mostly going to be testing. We don't have a good way to do > printing tests right now in WebKit. Someone in the webkit community introduced me to the idea of reftests, w

Re: [webkit-dev] Implementing CSS3 Paged Media Margin Boxes

2012-04-27 Thread Eric Seidel
When I last looked at the page media stuff (long ago). The problem was mostly going to be testing. We don't have a good way to do printing tests right now in WebKit. On Fri, Apr 27, 2012 at 7:22 AM, Milian Wolff wrote: > Hey all, > > I would like to work on the CSS3 Paged Media support, esp. th

[webkit-dev] Implementing CSS3 Paged Media Margin Boxes

2012-04-27 Thread Milian Wolff
Hey all, I would like to work on the CSS3 Paged Media support, esp. the margin boxes. I'm studying the code for some time now and would welcome it if someone could assist me in figuring out what needs to be done... First up, I think I should tackle the missing support in the parser, i.e. solvi

[webkit-dev] CSS3 Paged Media Support - Status Quo?

2012-04-27 Thread Milian Wolff
Hey there, I'd like to know what part of the CSS3 paged media module is currently implemented in WebKit. I see that the parser can handle most of it, yet at least margin boxes need some work. But when it comes to actually handling these properties - has there been any work on this yet? There