Re: [webkit-dev] Layout issue with fieldset legend element

2012-02-15 Thread Adam Barth
The preferred way to approach this kind of issue is to file a new bug that describes the problem. This email list isn't for discussing individual bugs. Adam On Tue, Feb 14, 2012 at 8:46 PM, Sravan sra1sand...@gmail.com wrote: Hi, While working on webkit bug#:50287

[webkit-dev] How does the WebRTC project going on?

2012-02-15 Thread Victor LI
How does the WebRTC project going on? When will it be released to the Webkit trunk repository? Thanks! Victor LI rtj...@hotmail.com ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] Including new IETestCenter tests in the LayoutTests

2012-02-15 Thread Alexis Menard
The code we submit in WebKit has to be BSD or LGPL compatible code. (/me remember how hard it is to find real world CSS BSD compatible chunk to write a perf test) I found http://msdn.microsoft.com/en-us/cc300389.aspx then you have to see if that is ok for us. In any case the copyright is

Re: [webkit-dev] Qt Snow Leopard buildbot.

2012-02-15 Thread Alexis Menard
And we're back! The graphic card burned, but I managed to get all data and I could put them in an other machine to do the job. On Tue, Feb 14, 2012 at 8:38 AM, Alexis Menard alexis.men...@openbossa.org wrote: Hi all, Qt Snow Leopard build bot is experiencing some hardware issues. It seems

[webkit-dev] Case typo in fast/js/script-tests/date-constructor.js?

2012-02-15 Thread Seo Sanghyeon
It defines toSTring (not toString) method on object. Is it a typo? I discovered this while writing a tool to index all tests in LayoutTests according to what JavaScript features they cover. Is anyone interested? Above seems to be the only case typo, by the way. -- Seo Sanghyeon

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

2012-02-15 Thread Osztrogonac Csaba
Hi, It seems git.webkit.org is offline. Could you check what happened? br, Ossy ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

[webkit-dev] -webkit-overflow-scrolling

2012-02-15 Thread Adam Barth
As part of the work on the Chromium Android port of WebKit, Sami Kyostila is planning to implement the -webkit-overflow-scrolling CSS property in https://bugs.webkit.org/show_bug.cgi?id=78664 behind an ENABLE(OVERFLOW_SCROLLING) flag. This feature is non-standard but has been shipping in Mobile

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

2012-02-15 Thread William Siegrist
That server (which includes git, build, nightly, and lists) is having trouble keeping up with load, probably due to a disk array problem. I will be rebooting it one more time in an hour or two to try to clear up the problem. -Bill On Feb 15, 2012, at 6:38 AM, Osztrogonac Csaba wrote: Hi,

Re: [webkit-dev] How does the WebRTC project going on?

2012-02-15 Thread Adam Barth
All the work is happening in WebKit trunk. Take a look at the mediastream folders if you want to see the current progress. Adam On Feb 15, 2012 1:54 AM, Victor LI rtj...@hotmail.com wrote: How does the WebRTC project going on? When will it be released to the Webkit trunk repository? Thanks!

Re: [webkit-dev] Including new IETestCenter tests in the LayoutTests

2012-02-15 Thread Maciej Stachowiak
On Feb 15, 2012, at 2:26 AM, Alexis Menard wrote: The code we submit in WebKit has to be BSD or LGPL compatible code. (/me remember how hard it is to find real world CSS BSD compatible chunk to write a perf test) I found http://msdn.microsoft.com/en-us/cc300389.aspx then you have to see

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

2012-02-15 Thread David Kilzer
Bill is aware of the issue and is working on it right now. Dave On Feb 15, 2012, at 6:38 AM, Osztrogonac Csaba wrote: Hi, It seems git.webkit.org is offline. Could you check what happened? br, Ossy ___ webkit-dev mailing list

Re: [webkit-dev] Web Notifications API

2012-02-15 Thread Jon Lee
On Feb 13, 2012, at 5:51 PM, Andrew Wilson atwil...@google.com wrote: I don't have an answer for you here, as the internet is vast :) Among google properties, Gmail and Google Calendar currently use it. I'm not aware of any other google property that uses it in their web pages, but some do

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

2012-02-15 Thread William Siegrist
All services are back. -Bill On Feb 15, 2012, at 8:55 AM, William Siegrist wrote: That server (which includes git, build, nightly, and lists) is having trouble keeping up with load, probably due to a disk array problem. I will be rebooting it one more time in an hour or two to try to

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

2012-02-15 Thread William Siegrist
We're still having problems. Git is currently down. I am making adjustments so I can bring it up and hopefully keep it up soon. -Bill On Feb 15, 2012, at 11:29 AM, William Siegrist wsiegr...@apple.com wrote: All services are back. -Bill On Feb 15, 2012, at 8:55 AM, William Siegrist

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

2012-02-15 Thread Konrad Piascik
I'm still getting: $ git fetch origin git.webkit.org[0: 17.254.20.231]: errno=Connection refused fatal: unable to connect a socket (Connection refused) Same with commit-queue: Failed to run ['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-...

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

2012-02-15 Thread Andy Estes
I'm seeing this when I try to update my tree: [estes@bestes OpenSource (master)]$ git fetch git.webkit.org[0: 17.254.20.231]: errno=Connection refused fatal: unable to connect a socket (Connection refused) -Andy On Feb 15, 2012, at 11:29 AM, William Siegrist wrote: All services are back.

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

2012-02-15 Thread David Barr
FWIW, chromium.org has a mirror which helps insulate the OSS community from Chromium's VCS heavy workflow: https://git.chromium.org/external/Webkit.git Also, I try to keep this mirror up-to-date: https://code.google.com/p/webkit-mirror/ The primary purpose of this mirror is to keep the Project

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

2012-02-15 Thread Peter Beverloo
For those with a git-svn checkout, git svn fetch and git svn rebase are working fine for me. Peter On Wed, Feb 15, 2012 at 14:39, Andy Estes aes...@apple.com wrote: I'm seeing this when I try to update my tree: [estes@bestes OpenSource (master)]$ git fetch git.webkit.org[0: 17.254.20.231]:

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

2012-02-15 Thread William Siegrist
git.webkit.org is back up on faster/less-broken storage. -Bill On Feb 15, 2012, at 1:29 PM, William Siegrist wsiegr...@apple.com wrote: We're still having problems. Git is currently down. I am making adjustments so I can bring it up and hopefully keep it up soon. -Bill On Feb 15,

Re: [webkit-dev] Web Notifications API

2012-02-15 Thread Jian Li
On Wed, Feb 15, 2012 at 9:46 AM, Jon Lee jon...@apple.com wrote: On Feb 13, 2012, at 5:51 PM, Andrew Wilson atwil...@google.com wrote: I don't have an answer for you here, as the internet is vast :) Among google properties, Gmail and Google Calendar currently use it. I'm not aware of any

Re: [webkit-dev] Web Notifications API

2012-02-15 Thread Andrew Wilson
On Wed, Feb 15, 2012 at 6:12 PM, Jian Li jia...@chromium.org wrote: On Wed, Feb 15, 2012 at 9:46 AM, Jon Lee jon...@apple.com wrote: On Feb 13, 2012, at 5:51 PM, Andrew Wilson atwil...@google.com wrote: I don't have an answer for you here, as the internet is vast :) Among google