Re: [webkit-dev] -khtml- and -apple- CSS prefixes

2013-03-09 Thread Adam Barth
On Sat, Mar 9, 2013 at 8:55 PM, Maciej Stachowiak wrote: > > On Mar 9, 2013, at 8:00 PM, Adam Barth wrote: > > On Sat, Mar 9, 2013 at 5:02 PM, Maciej Stachowiak wrote: > >> >> My recommendation would be: >> >> * Do one of the following two options: >> - Plan A: Rename -webkit-dashboard-reg

Re: [webkit-dev] -khtml- and -apple- CSS prefixes

2013-03-09 Thread Maciej Stachowiak
On Mar 9, 2013, at 8:00 PM, Adam Barth wrote: > On Sat, Mar 9, 2013 at 5:02 PM, Maciej Stachowiak wrote: > > My recommendation would be: > > * Do one of the following two options: > - Plan A: Rename -webkit-dashboard-region to -apple-dashboard-region in > CSSPropertyNames.in (it is only

Re: [webkit-dev] -khtml- and -apple- CSS prefixes

2013-03-09 Thread Adam Barth
On Sat, Mar 9, 2013 at 5:02 PM, Maciej Stachowiak wrote: > > On Mar 8, 2013, at 3:09 PM, Adam Barth wrote: > > I've posted a patch to limit the -apple- and -khtml- CSS vendor > prefixes to ENABLE(DASHBOARD_SUPPORT): > > https://bugs.webkit.org/show_bug.cgi?id=111890 > > My understanding is that

Re: [webkit-dev] -khtml- and -apple- CSS prefixes

2013-03-09 Thread Maciej Stachowiak
On Mar 8, 2013, at 3:09 PM, Adam Barth wrote: > I've posted a patch to limit the -apple- and -khtml- CSS vendor > prefixes to ENABLE(DASHBOARD_SUPPORT): > > https://bugs.webkit.org/show_bug.cgi?id=111890 > > My understanding is that I also need to add a runtime flag in order to > fully hide th

Re: [webkit-dev] Should we create an 8-bit path from the network stack to the parser?

2013-03-09 Thread Maciej Stachowiak
On Mar 9, 2013, at 3:05 PM, Adam Barth wrote: > > In retrospect, I think what I was reacting to was msaboff statement > that an unnamed group of people had decided that the HTML tokenizer > was too unwieldy to have a dedicated 8-bit path. In particular, it's > unclear to me who made that decisi

Re: [webkit-dev] Should we create an 8-bit path from the network stack to the parser?

2013-03-09 Thread Adam Barth
On Sat, Mar 9, 2013 at 12:48 PM, Luis de Bethencourt wrote: > On Mar 7, 2013 10:37 PM, "Brady Eidson" wrote: >> > On Thu, Mar 7, 2013 at 2:14 PM, Michael Saboff >> > wrote: >> >> The various tokenizers / lexers work various ways to handle LChar >> >> versus UChar input streams. Most of the othe

Re: [webkit-dev] Should we create an 8-bit path from the network stack to the parser?

2013-03-09 Thread Luis de Bethencourt
On Mar 7, 2013 10:37 PM, "Brady Eidson" wrote: > > > On Thu, Mar 7, 2013 at 2:14 PM, Michael Saboff wrote: > >> The various tokenizers / lexers work various ways to handle LChar versus UChar input streams. Most of the other tokenizers are templatized on input character type. In the case of HTML,