Re: [webkit-dev] XPath Issues?

2010-11-09 Thread Eric Seidel
This conversation is heading in a dangerous direction... :) Allowing QXML parser support to be added to WebKit was probably a mistake. Adding custom QXPath or QXSLT support would be another. WebKit is one platform. If XSLT or XPath 2.0 is good for the web, we should add them to all ports, just

Re: [webkit-dev] HTML5 & Web Links (RFC 5988)

2010-11-09 Thread Alexey Proskuryakov
09.11.2010, в 9:20, Maciej Stachowiak написал(а): > It might be worth testing which other browsers support it. I know at least > Firefox supports associating a stylesheet with Link. It does seem like a > fairly ill-conceived feature, but not so much that it is worth being the sole > holdout, i

Re: [webkit-dev] HTML5 & Web Links (RFC 5988)

2010-11-09 Thread 蓋文彼德斯
Firefox supports it for rel=prefetch, and it was my thought to include that support in my patch. That use is worthwhile: it allows server specification of prefetch resources, as opposed to author (as in HTML).l - Gavin On 9 November 2010 12:20, Maciej Stachowiak wrote: > > On Nov 9, 2010, at 9

Re: [webkit-dev] HTML5 & Web Links (RFC 5988)

2010-11-09 Thread Maciej Stachowiak
On Nov 9, 2010, at 9:00 AM, Alexey Proskuryakov wrote: > > 09.11.2010, в 03:51, Alex Milowski написал(а): > >> Now that RFC 5988 is a proposed standard [1] and HTML5 references the >> "Link:" header [2] > > > Note the way in which HTML5 references it: "Some versions of HTTP defined a > Link:

Re: [webkit-dev] HTML5 & Web Links (RFC 5988)

2010-11-09 Thread Alexey Proskuryakov
09.11.2010, в 03:51, Alex Milowski написал(а): > Now that RFC 5988 is a proposed standard [1] and HTML5 references the > "Link:" header [2] Note the way in which HTML5 references it: "Some versions of HTTP defined a Link: header". That's about HTTP 1.0 only. Specifying stylesheets in HTTP hea

Re: [webkit-dev] HTML5 & Web Links (RFC 5988)

2010-11-09 Thread Maciej Stachowiak
Are there any specific link types we should support in the Link: header besides stylesheets? I know other browsers support Link to reference a stylesheet, so it's probably good for interop if we do it too. Regards, Maciej On Nov 9, 2010, at 3:51 AM, Alex Milowski wrote: > Now that RFC 5988 is

Re: [webkit-dev] HTML5 & Web Links (RFC 5988)

2010-11-09 Thread 蓋文彼德斯
Alex, I'm hacking at this right now, and hope to have a CL uploaded soon. - Gavin On 9 November 2010 06:51, Alex Milowski wrote: > Now that RFC 5988 is a proposed standard [1] and HTML5 references the > "Link:" header [2], has anyone plans to introduce such support into > WebKit ? It seems li

[webkit-dev] HTML5 & Web Links (RFC 5988)

2010-11-09 Thread Alex Milowski
Now that RFC 5988 is a proposed standard [1] and HTML5 references the "Link:" header [2], has anyone plans to introduce such support into WebKit ? It seems like a straight forward behavior to adopt. At minimum, the CSS stylesheets specified in the Link: header would be inserted, in order, between

[webkit-dev] Can't build Chromium Linux

2010-11-09 Thread Adam Barth
Both my Chromium Linux boxes are getting this compile error, which doesn't seem to be showing up on the bots: WebKit/chromium/third_party/ffmpeg/patched-ffmpeg-mt/libavcodec/libvpxdec.c:27: fatal error: vpx/vpx_decoder.h: No such file or directory This is preventing the chromium-ews from running.

Re: [webkit-dev] XPath Issues?

2010-11-09 Thread Alex Milowski
On Mon, Nov 8, 2010 at 7:09 PM, Frans Englich wrote: > > As far as I know, no, but I'm busy with studies these days. I guess one of > the first questions is rather how the two stacks, Qt and Webkit, should > relate to each other on this particular field, what the aim of the > integration is and