[webkit-dev] Importing W3C tests for HTML template elements

2013-11-21 Thread Ryosuke Niwa
Hi, There has been a lot of discussions about importing W3C tests. Since I'm already trying to enable HTML template elements, I've decided to take lead on this and add LayoutTests/w3c directory as we've previously come to consensus. I've posted a patch to import some of HTML template elements te

Re: [webkit-dev] Importing W3C tests for HTML template elements

2013-11-21 Thread Ryosuke Niwa
Maciej says he'd rather see w3c directory under imported directory so I'm doing that. - R. Niwa On Thu, Nov 21, 2013 at 5:01 PM, Ryosuke Niwa wrote: > Hi, > > There has been a lot of discussions about importing W3C tests. > > Since I'm already trying to enable HTML template elements, I've deci

Re: [webkit-dev] Enabling HTMLTemplateElement by default

2013-11-21 Thread Anne van Kesteren
On Wed, Nov 20, 2013 at 9:20 AM, Ryosuke Niwa wrote: > HTMLTemplateElement has been shipped by Chrome and Firefox for a while > and the specification has been quite stable at this point: > http://www.w3.org/TR/html-templates/ That specification has issues and is effectively obsolete. I recommend

Re: [webkit-dev] Importing W3C tests for HTML template elements

2013-11-21 Thread Sergio Villar Senin
On 21/11/13 09:16, Ryosuke Niwa wrote: > Maciej says he'd rather see w3c directory under imported directory so > I'm doing that. That was not done for other set of imported tests. Are you planning to move them also to that same place? BR ___ webkit-dev

Re: [webkit-dev] C stack direction

2013-11-21 Thread Steven Coul (scoul)
If it was code in JavaScriptCore that was no longer used I could see the point, But since it's WTF functionality that isn't being used in another component atm. I would tend to keep it. But then I've always hated ( and been bitten by ) things like "its allways going to be 32bit, chars are alwa

Re: [webkit-dev] C stack direction

2013-11-21 Thread Darin Adler
On Nov 21, 2013, at 5:33 AM, Steven Coul (scoul) wrote: > But since it's WTF functionality that isn't being used in another component > atm. I would tend to keep it. Actually, we wouldn’t do that. WTF is only for WebKit, not intended to be a general purpose library. We don’t keep things in it

Re: [webkit-dev] Importing W3C tests for HTML template elements

2013-11-21 Thread Bem Jones-Bey
On Nov 21, 2013, at 00:01 , Ryosuke Niwa mailto:rn...@webkit.org>> wrote: Hi, There has been a lot of discussions about importing W3C tests. Since I'm already trying to enable HTML template elements, I've decided to take lead on this and add LayoutTests/w3c directory as we've previously come t

Re: [webkit-dev] Importing W3C tests for HTML template elements

2013-11-21 Thread Ryosuke Niwa
On Fri, Nov 22, 2013 at 12:15 AM, Sergio Villar Senin wrote: > On 21/11/13 09:16, > - R. Niwa > wrote: > > Maciej says he'd rather see w3c directory under imported directory so > > I'm doing that. > > That was not done for other set of imported tests. Are you planning to > move them also to that s