[webkit-dev] Canvas 2D Interfaces not been implemented in latest WebKit

2012-08-20 Thread He, Yunchao
According to the latest W3C Canvas 2D specification(W3C Working Draft on 29 March 2012): http://www.w3.org/TR/2dcontext/ , some interfaces have not been implemented in WebKit, such as drawSystemFocusRing, drawCustomFocusRing. Would these interfaces be implemented in WebKit soon? Thanks! Yunchao

Re: [webkit-dev] A simpler proposal for handling failing tests WAS: A proposal for handling "failing" layout tests and TestExpectations

2012-08-20 Thread Maciej Stachowiak
Sorry, I overlooked these questions earlier. On Aug 17, 2012, at 7:36 PM, Dirk Pranke wrote: > I'm not sure if I like this idea or not. A couple of observations/questions > ... > > 1) I wouldn't want to call it '-correct' unless we were sure it was > correct; '-previous' is better in that reg

Re: [webkit-dev] Trac/Svn Migration - Friday the 27th, 7-9am PDT

2012-08-20 Thread William Siegrist
On Aug 6, 2012, at 4:16 AM, Osztrogonac Csaba wrote: > Hi, > > With the new Trac I noticed two little bit annoying thing: > > Author name: > - > https://trac.webkit.org/browser/trunk > > As far as I remember before the update we could see the full email addresses > of the authors.

Re: [webkit-dev] A simpler proposal for handling failing tests WAS: A proposal for handling "failing" layout tests and TestExpectations

2012-08-20 Thread Dirk Pranke
On Sat, Aug 18, 2012 at 8:31 PM, Filip Pizlo wrote: > > On Aug 18, 2012, at 5:55 PM, Maciej Stachowiak wrote: > >> >> On Aug 18, 2012, at 5:11 PM, Filip Pizlo wrote: >> >>> Maybe at this point we can agree to let Dirk land some variant of this with >>> whatever half-way sensible name (any of th

Re: [webkit-dev] Status of multithreaded image decoding

2012-08-20 Thread James Robinson
On Fri, Aug 17, 2012 at 1:54 AM, Dong Seong Hwang wrote: > 2012/8/14 Dong Seong Hwang > > Trigger image decoding early in layout and scroll will certainly > > relieve flashing though it can’t completely remove the problem. We > > will apply this optimization to parallel image decoder. > > > > I c

Re: [webkit-dev] Trac/Svn Migration - Friday the 27th, 7-9am PDT

2012-08-20 Thread William Siegrist
On Aug 6, 2012, at 4:43 AM, Yuta Kitamura wrote: > As a workaround, try this: log in to trac, and visit > https://trac.webkit.org/prefs/language to change the UI language. > > Apparently this preference page is hidden, but seems to work. > The lack of a preferences link is due to some things

[webkit-dev] What's the proper care and feeding of the Apple Mac Lion Pixel Results?

2012-08-20 Thread Eric Seidel
I'm attempting to fix some repaint bugs in WebKit, thus I'm using the --pixel tests. run-webkit-tests -p fast/repaint shows a bunch of failures on my Mac Lion box. I'd like to fix those failures, but I'm not sure what the proper procedure is. run-webkit-tests -p fast/repaint --reset-results c

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

2012-08-20 Thread Adam Barth
Thanks Bill. There's no big rush. It just seems to be happening periodically. Adam On Mon, Aug 20, 2012 at 9:22 AM, William Siegrist wrote: > I just got back to work and will look into this as soon as possible. I've > seen the problem before on other infrastructure, but I don't think we eve

Re: [webkit-dev] New feature: CSS3 GCPM

2012-08-20 Thread David Hyatt
On Aug 20, 2012, at 12:40 PM, Alan Stearns wrote: > On 8/20/12 10:07 AM, "David Hyatt" wrote: > >> On Aug 20, 2012, at 11:32 AM, Peter Beverloo wrote: >> >> >> Addendum: The current Editor's Draft is significant different from the >> published WD, and includes something similar to CSS Exclusio

Re: [webkit-dev] New feature: CSS3 GCPM

2012-08-20 Thread Alan Stearns
On 8/20/12 10:07 AM, "David Hyatt" wrote: >On Aug 20, 2012, at 11:32 AM, Peter Beverloo wrote: > > >Addendum: The current Editor's Draft is significant different from the >published WD, and includes something similar to CSS Exclusions. Since >Adobe is implementing these in WebKit, it may be good

Re: [webkit-dev] New feature: CSS3 GCPM

2012-08-20 Thread David Hyatt
On Aug 20, 2012, at 11:32 AM, Peter Beverloo wrote: > Addendum: The current Editor's Draft is significant different from the > published WD, and includes something similar to CSS Exclusions. Since Adobe > is implementing these in WebKit, it may be good to know what your ideas on > these are as

Re: [webkit-dev] New feature: CSS3 GCPM

2012-08-20 Thread Peter Beverloo
Addendum: The current Editor's Draft is significant different from the published WD, and includes something similar to CSS Exclusions. Since Adobe is implementing these in WebKit, it may be good to know what your ideas on these are as well :-). http://dev.w3.org/csswg/css3-gcpm/ Thanks, Peter On

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

2012-08-20 Thread William Siegrist
I just got back to work and will look into this as soon as possible. I've seen the problem before on other infrastructure, but I don't think we ever could reproduce it. Hopefully I'll have better luck if its consistent now. Thanks, -Bill On Aug 20, 2012, at 9:13 AM, Dana Jansens wrote: > FY

Re: [webkit-dev] New feature: CSS3 GCPM

2012-08-20 Thread Peter Beverloo
Anything specific or the whole specification? The mixture of features defined in there covers a rather broad spectrum, and sometimes overlaps with features defined elsewhere (i.e. float modifiers v.s. positioned floats, CMYK colors which probably shouldn't be there). Is there a meta bug we can tra

Re: [webkit-dev] bugs.webkit.org and trac.webkit org down?

2012-08-20 Thread William Siegrist
On Aug 9, 2012, at 3:41 AM, Mark Rowe wrote: > On 2012-08-09, at 03:14, Peter Beverloo wrote: > >> On Thu, Aug 9, 2012 at 11:09 AM, Mark Rowe wrote: >> On 2012-08-09, at 02:41, Osztrogonac Csaba wrote: >> >> > Hi, >> > >> > bugs.webkit.org and trac.webkit.org is unavailable again. :( >> > Co

[webkit-dev] New feature: CSS3 GCPM

2012-08-20 Thread David Hyatt
You're going to see some patches in the coming weeks (first one coming soon) to begin work on implementing: http://www.w3.org/TR/css3-gcpm/ In some cases, there are going to be syntactic deviations from the spec as we experiment (based off discussions that are ongoing in the CSS WG), but in ge

[webkit-dev] Feature: Implementing XHR2 timeouts

2012-08-20 Thread Dominik Röttsches
Hi, I'd like to inform you about about my plan to implement the timeout behavior specified in http://www.w3.org/TR/XMLHttpRequest/#the-timeout-attribute (and other sections with regards to that attribute). I opened meta bug: https://bugs.webkit.org/show_bug.cgi?id=94461 Please let me know if

[webkit-dev] Webkit nightly auto-updates (MacOS)

2012-08-20 Thread Filipe Moreira
Hi everyone, I like to use the Webkit nightly builds for general development/testing and have them installed on two machines that share the same operating system (MacOS Mountain Lion). On one of them I get a nice prompt dialog notifying me of a new update and allowing to select 'install' to proce