Re: [webkit-dev] Web Components development will continue in a branch in near future

2014-02-19 Thread Maciej Stachowiak
On Feb 18, 2014, at 2:32 PM, Bem Jones-Bey wrote: >> Thanks, Adam. We hope that we will be successful implementing shadow DOM as >> well. >> >> Do you have any more specific pointers that Ryosuke et al could look at for >> the O(N^2) algorithm? Like a commit range or a function to look at? >

Re: [webkit-dev] Web Components development will continue in a branch in near future

2014-02-18 Thread Ryosuke Niwa
On Tue, Feb 18, 2014 at 5:47 PM, Adam Barth wrote: > On Feb 18, 2014 3:59 PM, "Ryosuke Niwa" wrote: > > > > On Tue, Feb 18, 2014 at 3:09 PM, Adam Barth wrote: > >> > >> On Tue, Feb 18, 2014 at 2:41 PM, Adam Barth wrote: > >>> > >>> On Tue, Feb 18, 2014 at 1:54 PM, Maciej Stachowiak > wrote: >

Re: [webkit-dev] Web Components development will continue in a branch in near future

2014-02-18 Thread Filip Pizlo
On Feb 18, 2014, at 3:59 PM, Ryosuke Niwa wrote: > On Tue, Feb 18, 2014 at 3:09 PM, Adam Barth wrote: > On Tue, Feb 18, 2014 at 2:41 PM, Adam Barth wrote: > On Tue, Feb 18, 2014 at 1:54 PM, Maciej Stachowiak wrote: > Do you have any more specific pointers that Ryosuke et al could look at for

Re: [webkit-dev] Web Components development will continue in a branch in near future

2014-02-18 Thread Adam Barth
On Feb 18, 2014 3:59 PM, "Ryosuke Niwa" wrote: > > On Tue, Feb 18, 2014 at 3:09 PM, Adam Barth wrote: >> >> On Tue, Feb 18, 2014 at 2:41 PM, Adam Barth wrote: >>> >>> On Tue, Feb 18, 2014 at 1:54 PM, Maciej Stachowiak wrote: Do you have any more specific pointers that Ryosuke et al co

Re: [webkit-dev] Web Components development will continue in a branch in near future

2014-02-18 Thread Ryosuke Niwa
On Tue, Feb 18, 2014 at 3:09 PM, Adam Barth wrote: > On Tue, Feb 18, 2014 at 2:41 PM, Adam Barth wrote: > >> On Tue, Feb 18, 2014 at 1:54 PM, Maciej Stachowiak wrote: >> >>> Do you have any more specific pointers that Ryosuke et al could look at >>> for the O(N^2) algorithm? Like a commit range

Re: [webkit-dev] Web Components development will continue in a branch in near future

2014-02-18 Thread Adam Barth
On Tue, Feb 18, 2014 at 2:41 PM, Adam Barth wrote: > On Tue, Feb 18, 2014 at 1:54 PM, Maciej Stachowiak wrote: > >> Do you have any more specific pointers that Ryosuke et al could look at >> for the O(N^2) algorithm? Like a commit range or a function to look at? >> > > Removing the N^2 algorithm

Re: [webkit-dev] Web Components development will continue in a branch in near future

2014-02-18 Thread Adam Barth
On Tue, Feb 18, 2014 at 1:41 PM, Ryosuke Niwa wrote: > On Tue, Feb 18, 2014 at 7:44 AM, Adam Barth wrote: > >> On Sat, Feb 15, 2014 at 4:07 PM, Ryosuke Niwa wrote: >> >>> Now that we've removed all of the existing shadow DOM implementations >>> from trunk in http://trac.webkit.org/changeset/164

Re: [webkit-dev] Web Components development will continue in a branch in near future

2014-02-18 Thread Bem Jones-Bey
On 2/18/14, 13:54 , "Maciej Stachowiak" mailto:m...@apple.com>> wrote: On Feb 18, 2014, at 7:44 AM, Adam Barth mailto:aba...@webkit.org>> wrote: Hi Ryosuke, On Sat, Feb 15, 2014 at 4:07 PM, Ryosuke Niwa mailto:rn...@webkit.org>> wrote: Now that we've removed all of the existing shadow DOM im

Re: [webkit-dev] Web Components development will continue in a branch in near future

2014-02-18 Thread Maciej Stachowiak
On Feb 18, 2014, at 7:44 AM, Adam Barth wrote: > Hi Ryosuke, > > On Sat, Feb 15, 2014 at 4:07 PM, Ryosuke Niwa wrote: > Now that we've removed all of the existing shadow DOM implementations from > trunk in http://trac.webkit.org/changeset/164131, I'm intending to work on > new web components

Re: [webkit-dev] Web Components development will continue in a branch in near future

2014-02-18 Thread Ryosuke Niwa
On Tue, Feb 18, 2014 at 7:44 AM, Adam Barth wrote: > On Sat, Feb 15, 2014 at 4:07 PM, Ryosuke Niwa wrote: > >> Now that we've removed all of the existing shadow DOM implementations >> from trunk in http://trac.webkit.org/changeset/164131, I'm intending to >> work on new web components implementa

Re: [webkit-dev] Web Components development will continue in a branch in near future

2014-02-18 Thread Adam Barth
Hi Ryosuke, On Sat, Feb 15, 2014 at 4:07 PM, Ryosuke Niwa wrote: > Now that we've removed all of the existing shadow DOM implementations from > trunk in http://trac.webkit.org/changeset/164131, I'm intending to work > on new web components implementations in a branch based on the feedback > Appl

Re: [webkit-dev] Web Components development will continue in a branch in near future

2014-02-15 Thread Andreas Kling
On Feb 15, 2014, at 4:07 PM, Ryosuke Niwa wrote: > Hi all, > > Now that we've removed all of the existing shadow DOM implementations from > trunk in http://trac.webkit.org/changeset/164131, I'm intending to work on > new web components implementations in a branch based on the feedback Apple >

[webkit-dev] Web Components development will continue in a branch in near future

2014-02-15 Thread Ryosuke Niwa
Hi all, Now that we've removed all of the existing shadow DOM implementations from trunk in http://trac.webkit.org/changeset/164131, I'm intending to work on new web components implementations in a branch based on the feedback Apple has given on public-webapps and www-style in near future, probabl