Re: [webkit-dev] SVG Fonts in webkit

2011-05-24 Thread Rob Buis
Hello Saba, On 24 May 2011 17:16, Saba Taseer stehs...@hotmail.com wrote: I was trying to study fonts rendering in Webkit. I was successfully able to see the path html text tag follows to be drawn in inlinetextbox.cpp. Then I tried to study SVG fonts rendering in webkit, but I didnot reach any

Re: [webkit-dev] SVG font file location

2011-05-25 Thread Rob Buis
Hi Saba, On 25 May 2011 16:08, Saba Taseer stehs...@hotmail.com wrote: I am trying to study SVG fonts rendering in webkit. I followed the instructions at http://frabru.de/c.php/article/SVGFonts-usage and got my SVG font running for Chrome. I added the same script as a string in winlauncher to

Re: [webkit-dev] Writing a new XML parser with no external libraries

2011-06-29 Thread Rob Buis
On 29 June 2011 01:10, Dirk Schulze k...@webkit.org wrote: Am 29.06.2011 um 05:42 schrieb TAMURA, Kent: I'm a little negative of developing a new XML parser. I'm afraid that the new parser introduces a lot of security/stability problems which existing parsers already resolved. I feel the

Re: [webkit-dev] Slow idioms with WTF::String

2011-07-12 Thread Rob Buis
Hi Yong, On 12 July 2011 18:10, Yong Li yong.li.web...@gmail.com wrote: Another slow case is converting a const C string to WTF::String every time. For example,    return (m_httpHeaderFields.contains(If-Match) ||            m_httpHeaderFields.contains(If-Modified-Since) ||            

Re: [webkit-dev] XML Serialization Issues

2013-08-29 Thread Rob Buis
Fixed. More seriously, all bugs mentioned below are fixed/closed, please open new ones for any regressions/improvements. Cheers, Rob. On 19 June 2013 14:44, Alex Milowski a...@milowski.com wrote: I was working on using MathJax [1] to turn MathML into SVG and ran into some serious

[webkit-dev] Referrer policy attribute on iframe's

2019-02-28 Thread Rob Buis
Hi, I have a patch up for referrer policy attribute support on iframe's: https://bugs.webkit.org/show_bug.cgi?id=179053 Any takers? Cheers, Rob. ___ webkit-dev mailing list webkit-dev@lists.webkit.org

[webkit-dev] Catalina and Xcode setup problems

2019-09-02 Thread Rob Buis
Hi, I recently tried Catalina beta 7 and Xcode 11.0 beta 7 and ran into some problems. When running mini-browser loading fails in WK2 (works for WK1) with the following Inspector message: Failed to load resource: A server with the specified hostname could not be found. Also many loading

Re: [webkit-dev] Lazy loading

2019-10-28 Thread Rob Buis
On 10/28/19 9:07 PM, Maciej Stachowiak wrote: Yet another possible task is making lazy loading work for CSS backgrounds, this is implemented in the prototype but I don't think there are many tests for it. Is there a way for content authors to opt in/out (depending on the default), or does

Re: [webkit-dev] Lazy loading

2019-10-28 Thread Rob Buis
Apologies, it seems I spread some misinformation about CSS background lazy loading, which Scott rectified. On 10/29/19 12:36 AM, Maciej Stachowiak wrote: On Oct 28, 2019, at 3:08 PM, Rob Buis wrote: On 10/28/19 9:07 PM, Maciej Stachowiak wrote: Yet another possible task is making lazy

Re: [webkit-dev] Lazy loading

2019-10-28 Thread Rob Buis
Regarding lazily loading CSS background images, Chromium determines whether or not to lazily load CSS background images according to the default lazy loading behavior, and isn't directly controlled by the "loading" attribute. There are some heuristics involved, e.g. background images inside an

[webkit-dev] Lazy loading

2019-10-28 Thread Rob Buis
Hi, I made a lazy image loading prototype earlier this year (https://bugs.webkit.org/show_bug.cgi?id=196698) and have been splitting it up into reviewable patches. The main implementation part landed recently so I am wondering about the next steps. One thing left to do for sure is cleaning

Re: [webkit-dev] Request for position on the aspect-ratio CSS property

2020-10-20 Thread Rob Buis
Hi, I was looking into aspect-ratio and there is one thing Christian did not mention yet. There is an existing aspect-ratio implementation (https://bugs.webkit.org/show_bug.cgi?id=47738) that uses the property -webkit-aspect-ratio and seems replaced elements only. Probably aspect-ratio can

Re: [webkit-dev] Request for position on Event Timing

2020-10-22 Thread Rob Buis
+Nicolás Peña <mailto:n...@chromium.org> On Sun, Aug 9, 2020 at 5:40 AM Ryosuke Niwa mailto:rn...@webkit.org>> wrote: On Fri, Aug 7, 2020 at 2:09 PM Rob Buis mailto:rb...@igalia.com>> wrote: > > I was not aware of Long Tasks API. Howe

[webkit-dev] Request for position on Event Timing

2020-08-06 Thread Rob Buis
Hi Webkit-Dev, I would like to get an official position from Webkit on the Event Timing Web Perf API. Besides providing information about input event latency it can be used to obtain First Input Timing metrics. This specification builds on the Performance Timeline specification, which is

Re: [webkit-dev] Request for position on Event Timing

2020-08-07 Thread Rob Buis
/1bYMLTkjcyOZR5Jt3vrulzMSoS32zOFtwyH33f6hW_C8/edit#). Regards, Rob. On 06.08.20 20:07, Simon Fraser wrote: Our feedback is that this API seems reasonable, but that there's overlap with the "long tasks" API, and it's not clear if we need both. Simon On Aug 6, 2020, at 10:43 AM, Rob Buis wrote: Hi Webkit-Dev

Re: [webkit-dev] Request for position on the aspect-ratio CSS property

2020-10-30 Thread Rob Buis
Personally I am in favor of removing -webit-aspect-ratio, however I think -webit-aspect-ratio: from-intrinsic and -webit-aspect-ratio:from-dimensions do have some effect when looking at the code. Does anybody know if it is actually used out there? Do we need to keep it? Maybe Dean Jackson

[webkit-dev] Request For Position on CSS containment

2021-03-15 Thread Rob Buis via webkit-dev
Hi webkit-dev, This is a request for WebKit's position on CSS containment. Our first interest is to implement the contain property as specified here: https://www.w3.org/TR/css-contain-1/ After that, we want to work on style containment and the content-visibility property:

Re: [webkit-dev] Request For Position on CSS containment

2021-03-15 Thread Rob Buis via webkit-dev
WebExposed? Can somebody check? Regards, Rob. Am 15.03.21 um 20:18 schrieb Simon Fraser: WebKit supports CSS containment. Simon On Mar 15, 2021, at 9:14 AM, Rob Buis via webkit-dev wrote: Hi webkit-dev, This is a request for WebKit's position on CSS containment. Our first interest is to

Re: [webkit-dev] Request For Position on CSS containment

2021-03-15 Thread Rob Buis via webkit-dev
I misread "WebKit supports CSS containment." as "WebKit supports CSS containment already". Sorry for the noise! Regards, Rob. Am 15.03.21 um 21:35 schrieb Simon Fraser: We have no code for css containment yet. Simon On Mar 15, 2021, at 12:57 PM, Rob Buis wrote: Hi,