Re: [webkit-dev] Unprefix -webkit-clip-path

2019-10-28 Thread Dirk Schulze
Hi, I didn’t hear any objections to unprefix -webkit-clip-path. Unless no new concerns get raised, I’ll land the patch later this week. Greetings, Dirk On 21. Oct 2019, at 13:01, Dirk Schulze mailto:dschu...@adobe.com>> wrote: Hi, I’d like to unprefix the -webkit-clip-path implemen

[webkit-dev] Unprefix -webkit-clip-path

2019-10-21 Thread Dirk Schulze
fect though as they are corner cases. Please raise your concerns here on the mailing list or send your support. Thanks a lot, Dirk Schulze ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] Proposal: Remove CSS color-correction property

2015-07-02 Thread Dirk Schulze
Hi Darin, On Jul 1, 2015, at 5:16 PM, Darin Adler da...@apple.com wrote: Hi folks. WebKit has a CSS property named color-correction. It’s still prefixed, so some would call it -webkit-color-correction and I don’t think it’s yet been proposed as a CSS standard. Apple engineers added

Re: [webkit-dev] Proposal: Remove CSS color-correction property

2015-07-02 Thread Dirk Schulze
On Jul 2, 2015, at 8:47 AM, Tim Horton timothy_hor...@apple.com wrote: On Jul 1, 2015, at 23:36, Dirk Schulze dschu...@adobe.com wrote: Hi Darin, On Jul 1, 2015, at 5:16 PM, Darin Adler da...@apple.com wrote: Hi folks. WebKit has a CSS property named color-correction. It’s still

Re: [webkit-dev] What's left to ship -webkit-filter unprefixed?

2014-09-18 Thread Dirk Schulze
On Sep 18, 2014, at 8:11 PM, Max Vujovic mvujo...@adobe.com wrote: Hi folks, I’m wondering what work is left to ship -webkit-filter unprefixed? I’m asking because Firefox is gearing up to ship filter unprefixed [1], and it’d be great to see WebKit do it, too. We ship both properties,

Re: [webkit-dev] Port-specific OpenType support

2014-09-14 Thread Dirk Schulze
Previous attempts to drop SVG Fonts failed because SVG Fonts were used in older iOS version without WOFF support a lot. My latest unofficial/informal attempt was a couple of weeks ago by asking one Apple representative. What changed since then? Greetings, Dirk On Sep 11, 2014, at 11:03 PM,

Re: [webkit-dev] Updating and Enabling the CSS Font Loading Spec

2014-07-29 Thread Dirk Schulze
On Jul 29, 2014, at 7:42 PM, Bear Travis betra...@adobe.com wrote: Hi All, WebKit has support for an older version of the CSS Font Loading Specification [1], implemented back in 2013 [2]. I would like to bring this work in line with the current version of the specification, and enable it

Re: [webkit-dev] Implement Geometry Interfaces

2014-06-13 Thread Dirk Schulze
, at 10:45 PM, Dirk Schulze k...@webkit.org wrote: On Jun 13, 2014, at 1:54 AM, Benjamin Poulain benja...@webkit.org wrote: On 6/12/14, 11:24 AM, Dirk Schulze wrote: I would like to implement the Geometry Interfaces spec in WebKit[1]. The spec defines a couple of interfaces like DOMPoint

Re: [webkit-dev] Implement Geometry Interfaces

2014-06-13 Thread Dirk Schulze
On Jun 13, 2014, at 10:17 AM, Anne van Kesteren ann...@annevk.nl wrote: On Fri, Jun 13, 2014 at 10:12 AM, Ryosuke Niwa rn...@webkit.org wrote: What I'm saying is that we can implement it in JavaScriptCore for performance and we still make it look like a regular DOM object with wrappers to

[webkit-dev] Implement Geometry Interfaces

2014-06-12 Thread Dirk Schulze
Hi, I would like to implement the Geometry Interfaces spec in WebKit[1]. The spec defines a couple of interfaces like DOMPoint, DOMRect, DOMQuad and DOMMatrix. These interfaces are more or less specified versions of proprietary interfaces like WebKitPoint or WebKitCSSMatrix as well as old APIs

Re: [webkit-dev] Implement Geometry Interfaces

2014-06-12 Thread Dirk Schulze
On Jun 13, 2014, at 1:54 AM, Benjamin Poulain benja...@webkit.org wrote: On 6/12/14, 11:24 AM, Dirk Schulze wrote: I would like to implement the Geometry Interfaces spec in WebKit[1]. The spec defines a couple of interfaces like DOMPoint, DOMRect, DOMQuad and DOMMatrix. These interfaces

Re: [webkit-dev] Zoltan Horvath is now a WebKit reviewer

2014-06-11 Thread Dirk Schulze
On Jun 11, 2014, at 6:39 PM, Bem Jones-Bey bjone...@adobe.com wrote: Awesome! Congratulations Zoltan! Congratulations Zoltan! On Jun 11, 2014, at 09:31 , David Hyatt hy...@apple.com wrote: Hi all, I'm pleased to announce that you now have someone new to pester for layout and

Re: [webkit-dev] Enable build for CSS3_TEXT

2014-05-21 Thread Dirk Schulze
On May 21, 2014, at 6:32 PM, Zoltan Horvath zol...@webkit.org wrote: Hi there, We have 2 properties under CSS3_TEXT macro: -webkit-text-align-last (http://trac.webkit.org/changeset/162213) - parsingrendering are implemented -webkit-text-justify

[webkit-dev] Remove FILTERS and CSS_FILTERS flag

2014-05-09 Thread Dirk Schulze
Hi, Do we still need the FILTERS and CSS_FILTERS compile time flag? Does any port still build without filters enabled? It is an integral part of the web platform now. Greetings, Dirk ___ webkit-dev mailing list webkit-dev@lists.webkit.org

[webkit-dev] Remove CANVAS_PATH compiler flag where possible

2014-04-16 Thread Dirk Schulze
Hi, I would like to ask to remove the CANVAS_PATH compiler flag from WebCore where possible. At the moment it guards the Path2D object and all related methods in Canvas like: void fill(Path2D path, optional CanvasWindingRule winding); void stroke(Path2D path); void clip(Path2D

Re: [webkit-dev] Remove CANVAS_PATH compiler flag where possible

2014-04-16 Thread Dirk Schulze
On Apr 17, 2014, at 5:45 AM, Benjamin Poulain benja...@webkit.org wrote: Hi Dirk, On 4/16/14, 1:18 PM, Dirk Schulze wrote: I would like to ask to remove the CANVAS_PATH compiler flag from WebCore where possible. At the moment it guards the Path2D object and all related methods in Canvas

Re: [webkit-dev] Proposal: Remove ENABLE(SVG)

2014-02-04 Thread Dirk Schulze
On Feb 4, 2014, at 5:20 AM, Steven Coul (scoul) sc...@cisco.com wrote: I agree, the time taken to build is not really a good reason for the change or lack of - as you point out there, are many other ways to optimize the build process/server which will have wider benefits. But does

Re: [webkit-dev] Proposal: Remove ENABLE(SVG)

2014-01-28 Thread Dirk Schulze
On Jan 28, 2014, at 4:51 PM, Philip Rogers p...@google.com wrote: This will make hacking on WebKit much easier. For better or worse, SVG is tightly coupled with the rest of rendering/. We recently measured SVG usage on the web and found 10% of all pageviews contain SVG. Do you plan to remove

[webkit-dev] Bem Jones-Bey is now a reviewer

2013-12-27 Thread Dirk Schulze
Hi Webkittens, I am happy to announce that Bem (bemjb) is a WebKit reviewer now! Bem spend a lot of efforts on the layout code of WebCore. Especially Shapes, fragmentation and floats are his area of expertise. Thanks Bem for all the work you have done so far and congratulations! Dirk

Re: [webkit-dev] webkit-patch setup-git-clone

2013-12-24 Thread Dirk Schulze
On Dec 24, 2013, at 8:17 PM, Ryosuke Niwa rn...@webkit.org wrote: I recently added a new webkit-patch setup-git-clone to automate many steps described in http://trac.webkit.org/wiki/UsingGitWithWebKit This command has been available since http://trac.webkit.org/changeset/160039 If you

Re: [webkit-dev] The SrcN responsive images proposal

2013-11-05 Thread Dirk Schulze
On Nov 5, 2013, at 11:18 AM, John Mellor joh...@chromium.orgmailto:joh...@chromium.org wrote: On Mon, Nov 4, 2013 at 10:19 PM, Ryosuke Niwa rn...@webkit.orgmailto:rn...@webkit.org wrote: 99 is a very high upper bound while it would still allow us to implement the optimization we're thinking

Re: [webkit-dev] Animations feature flag

2013-10-16 Thread Dirk Schulze
On Oct 16, 2013, at 1:42 AM, Dean Jackson d...@apple.com wrote: Hi floks, I’m about to add a flag WEB_ANIMATIONS, behind which I’ll start: - Implementing an animation engine that matches the model in W3C’s Web Animation spec - Allowing CSS and SVG animations to use the new engine -

Re: [webkit-dev] AX: Implement CSS -webkit-alt property (text alternative for generated content pseudo-elements ::before and ::after)

2013-10-08 Thread Dirk Schulze
On Oct 7, 2013, at 11:55 PM, Chris Fleizach cfleiz...@apple.com wrote: Hi Dirk, On Oct 7, 2013, at 12:36 AM, Dirk Schulze dschu...@adobe.com wrote: I am all for accessibility! But isn't the idea to keep content out of CSS so that it does not interfere with accessibility as much

Re: [webkit-dev] AX: Implement CSS -webkit-alt property (text alternative for generated content pseudo-elements ::before and ::after)

2013-10-07 Thread Dirk Schulze
I am all for accessibility! But isn't the idea to keep content out of CSS so that it does not interfere with accessibility as much as possible? The main problem with the 'content' property is that it is not accessible. Why I really think it should not be used for more than symbols. ARIA and

Re: [webkit-dev] Proposal: Use ICU in WebKit code

2013-10-05 Thread Dirk Schulze
On Oct 5, 2013, at 7:37 AM, Darin Adler da...@apple.com wrote: Any thoughts on this? I am not sure what the status of the WinCE port is, but I’d like to hear from the maintainers of that port on the port status and their view on this strategy. Do you really mean WinCE or WinCairo? I

Re: [webkit-dev] Changes in QtWebKit development

2013-09-30 Thread Dirk Schulze
On Sep 30, 2013, at 11:58 AM, Allan Sandfeld Jensen k...@carewolf.com wrote: On Thursday 26 September 2013, Andreas Kling wrote: On Sep 25, 2013, at 12:40 PM, Allan Sandfeld Jensen k...@carewolf.com wrote: On Saturday 14 September 2013, Andreas Kling wrote: On Sep 14, 2013, at 11:24 AM,

Re: [webkit-dev] Enable CSS_FILTERS and FILTERS on more bots

2013-09-09 Thread Dirk Schulze
On Sep 9, 2013, at 4:44 PM, Gustavo Noronha Silva g...@gnome.org wrote: Pretty late to the party, but: Em Seg, 2013-08-19 às 14:08 -0700, Dirk Schulze escreveu: When I worked on CSS filters, I start realizing after reading the build errors that most bots (all but Mac bots?) have either

[webkit-dev] Enable CSS_FILTERS and FILTERS on more bots

2013-08-19 Thread Dirk Schulze
Hi, When I worked on CSS filters, I start realizing after reading the build errors that most bots (all but Mac bots?) have either CSS_FILTERS, FILTERS or both flags disabled. It would be extremely useful to have more than just one platform building with filters enabled. Could we make this

Re: [webkit-dev] Alexandru Chiculita is now a WebKit reviewer

2013-04-24 Thread Dirk Schulze
Awesome! Congratulations Alex! This is really great news. Greetings, Dirk On Apr 24, 2013, at 2:42 PM, Dean Jackson d...@apple.com wrote: I'm happy to announce that Alex is now a WebKit reviewer. Congratulations Alex! Alex has done a lot of work in CSS Filters, amongst other places. For

Re: [webkit-dev] Enabling Experimental Features

2013-04-22 Thread Dirk Schulze
On Apr 22, 2013, at 9:32 AM, Simon Fraser simon.fra...@apple.com wrote: On Apr 20, 2013, at 10:03 AM, Maciej Stachowiak m...@apple.com wrote: On Apr 19, 2013, at 3:50 PM, Timothy Hatcher timo...@apple.com wrote: On Apr 19, 2013, at 6:15 PM, Bear Travis betra...@adobe.com wrote: What do

[webkit-dev] StyleBuilder vs StyleResolver

2013-04-11 Thread Dirk Schulze
Hi, The style of CSS properties is either set in StyleBuilder/CSSProperty or in StyleResolver (alias CSSStyleSelector). StyleResolver has a giant switch statement to handle all CSS property values and set the style. It is the historical way to build the style. StyleBuilder was introduced ~2

Re: [webkit-dev] OpenVG backend

2013-04-09 Thread Dirk Schulze
Give others some days to read the mail and then go ahead with publishing patches. Greetings, Dirk On Apr 9, 2013, at 3:54 PM, Martin Robinson mrobin...@webkit.org wrote: Is any upstream port maintaining and using the OpenVG backend? I don't see references to it in any build files. If we are

Re: [webkit-dev] Sunsetting committership and reviewership

2013-04-07 Thread Dirk Schulze
On Apr 7, 2013, at 5:53 PM, Benjamin Poulain benja...@webkit.org wrote: On Sun, Apr 7, 2013 at 5:49 PM, Timothy Hatcher timo...@apple.com wrote: I think 6 months is fine for deactivating SVN accounts. And a full revoke of reviewer status after 2 years of no activity sounds reasonable to me.

[webkit-dev] Unmaintained feature list

2013-04-07 Thread Dirk Schulze
Hi WebKit, The recent request from Andreas to remove CSS Variables leads to the question if there are more features that are not maintained at the moment. I think it would be honest and transparent if we collect all features that are not maintained at the moment in a Wiki page. This would give

Re: [webkit-dev] Sunsetting committership and reviewership

2013-04-05 Thread Dirk Schulze
On Apr 4, 2013, at 11:19 PM, Ryosuke Niwa rn...@webkit.org wrote: Hi, This is somewhat related to the bulk move of Chromium-WebKit contributors to Blink, but we might want to consider sunsetting/expiring committership and reviewership. I'm thinking of something like expiring

Re: [webkit-dev] Sunsetting committership and reviewership

2013-04-05 Thread Dirk Schulze
Sent from my iPhone On Apr 5, 2013, at 12:00 AM, Ryosuke Niwa rn...@webkit.orgmailto:rn...@webkit.org wrote: On Thu, Apr 4, 2013 at 11:53 PM, Kenneth Rohde Christiansen kenneth.christian...@gmail.commailto:kenneth.christian...@gmail.com wrote: I am not sure this is really needed. People

Re: [webkit-dev] Cleaning House

2013-04-04 Thread Dirk Schulze
On Apr 4, 2013, at 10:37 AM, Martin Robinson mrobin...@webkit.org wrote: On Thu, Apr 4, 2013 at 10:34 AM, Geoffrey Garen gga...@apple.com wrote: What would it take for WebKitGTK+ to adopt the JSC bindings? Just for clarity's sake. WebKitGTK+ only supports JSC, but it seems there are some

Re: [webkit-dev] Feature announcement: Web VHS API

2013-04-01 Thread Dirk Schulze
On Apr 1, 2013, at 1:26 PM, Gavin Barraclough barraclo...@apple.com wrote: On Apr 1, 2013, at 12:36 PM, Glenn Adams wrote: correction... NTSC = Never The Same Color (twice) How do we intend to implement this? – any pseudo random behaviour needs to be cryptographically secure to avoid

Re: [webkit-dev] New web-facing canvas feature: opaque attribute

2013-03-13 Thread Dirk Schulze
This is a very long thread and I did not see any conclusions or agreement on this thread. Can you summarize the topic and the status on the acceptance level please? Greetings, Dirk On Mar 13, 2013, at 9:15 AM, Stephen White senorbla...@chromium.org wrote: Hi WebKittens, I'm planning to

Re: [webkit-dev] SVGStopElement.idl recompiling every time if you build twice in a row?

2013-03-10 Thread Dirk Schulze
Hi Darin, There is a bug report about this https://bugs.webkit.org/show_bug.cgi?id=107731 and a fix from Simon Nuking WebKitBuild/Debug/DerivedSources/WebCore/*SVGStopElement.dep fixed this for me. Greetings, Dirk On Mar 10, 2013, at 6:15 PM, Darin Adler da...@apple.com wrote: On Mac,

Re: [webkit-dev] Philip Rogers is now a Reviewer

2013-02-28 Thread Dirk Schulze
Congratulations Philip! :) Greetings Dirk On Feb 28, 2013, at 12:11 PM, Levi Weintraub le...@chromium.orgmailto:le...@chromium.org wrote: Congratulations, Mr. Rogers! On Thu, Feb 28, 2013 at 12:09 PM, Eric Seidel e...@webkit.orgmailto:e...@webkit.org wrote: Nice to have another hand for SVG

Re: [webkit-dev] Best practices for landing new/changed layout test expectations?

2013-02-25 Thread Dirk Schulze
On Feb 25, 2013, at 4:27 PM, Ryosuke Niwa rn...@webkit.org wrote: On Mon, Feb 25, 2013 at 3:36 PM, Glenn Adams gl...@skynav.com wrote: On Mon, Feb 25, 2013 at 3:53 PM, Ryosuke Niwa rn...@webkit.org wrote: On Mon, Feb 25, 2013 at 2:48 PM, Dirk Pranke dpra...@google.com wrote: On Mon, Feb

[webkit-dev] New WebKit reviewer: Stephen Chenney

2013-02-20 Thread Dirk Schulze
Hi WebKit folks, It is a pleasure to announce that Stephen Chenney schen...@chromium.org is a WebKit Reviewer now. Stephen did and does an awesome job on various SVG, Font and Skia related topics. He fixed at least a dozen of urgent security bugs and has a great understanding of the WebCore

Re: [webkit-dev] Deprecating JS interface

2013-02-17 Thread Dirk Schulze
On Feb 17, 2013, at 12:08 AM, Adam Barth aba...@webkit.org wrote: On Sat, Feb 16, 2013 at 11:26 PM, Dirk Schulze dschu...@adobe.com wrote: On Feb 16, 2013, at 10:50 PM, Maciej Stachowiak m...@apple.com wrote: On Feb 16, 2013, at 10:16 PM, Dirk Schulze dschu...@adobe.com wrote: On Feb 16

Re: [webkit-dev] Deprecating JS interface

2013-02-17 Thread Dirk Schulze
On Feb 17, 2013, at 1:28 AM, Maciej Stachowiak m...@apple.com wrote: On Feb 17, 2013, at 1:09 AM, Filip Pizlo fpi...@apple.com wrote: On Feb 17, 2013, at 1:04 AM, Dirk Schulze dschu...@adobe.com wrote: The discussion on each single feature let us forget the greater scope

Re: [webkit-dev] Deprecating JS interface

2013-02-17 Thread Dirk Schulze
On Feb 17, 2013, at 2:47 PM, Ryosuke Niwa rn...@webkit.org wrote: On Sun, Feb 17, 2013 at 7:26 AM, Dirk Schulze dschu...@adobe.com wrote: Then we should face it. Prefixed content for CSS gradients, animation, transition, transforms, CSS Image functions, masking and a lot more will not go

[webkit-dev] Deprecating JS interface

2013-02-16 Thread Dirk Schulze
Hi, There are several steps on deprecating features[1]. My question is about deprecating a whole interface and throwing warnings that the feature is deprecated. If I have the following interface for deprecation: [Constructor] interface Bla { attribute bar; void foo(); }

Re: [webkit-dev] Deprecating JS interface

2013-02-16 Thread Dirk Schulze
, Dirk [1] https://bugs.webkit.org/show_bug.cgi?id=110048 [2] https://bugs.webkit.org/show_bug.cgi?id=110001 Adam On Sat, Feb 16, 2013 at 5:28 PM, Dirk Schulze dschu...@adobe.com wrote: Hi, There are several steps on deprecating features[1]. My question is about deprecating a whole

Re: [webkit-dev] Deprecating JS interface

2013-02-16 Thread Dirk Schulze
On Feb 16, 2013, at 10:50 PM, Maciej Stachowiak m...@apple.com wrote: On Feb 16, 2013, at 10:16 PM, Dirk Schulze dschu...@adobe.com wrote: On Feb 16, 2013, at 6:54 PM, Adam Barth aba...@webkit.org wrote: It's much easier to discuss a concrete example. Which interface are you

[webkit-dev] Enable CANVAS_PATH by default

2013-02-14 Thread Dirk Schulze
Hi WebKit folks, I worked on the Path interface defined by the Canvas spec of W3C and WHATWG [1][2] for the last couple of weeks. Summary: Canvas supports a new DOM interface called Path. The Path interface takes a series of very well known path methods like moveTo, lineTo, cubicCurveTo, rect

Re: [webkit-dev] Opera and WebKit

2013-02-13 Thread Dirk Schulze
I interprete 'Chromium' as V8 and not JSC. Dirk 2013/2/13 Oliver Hunt oli...@apple.com Welcome to webkit! Are you still going to be using Carakan? Or are you planning on using WebKit's ES engine? If so are there any Carakan-JSC compatibility issues we should be aware of? --Oliver On

Re: [webkit-dev] Adding blending mode to background images

2013-02-01 Thread Dirk Schulze
Hi Rik, Can you just add an example for the better understanding please? Greetings, Dirk On Feb 2, 2013, at 6:43 AM, Rik Cabanier caban...@gmail.com wrote: Hi, I'd like to add support for blending of background images. The spec for this feature can be found here:

Re: [webkit-dev] Adding blending mode to background images

2013-02-01 Thread Dirk Schulze
On Feb 2, 2013, at 8:01 AM, Benjamin Poulain benja...@webkit.org wrote: On Fri, Feb 1, 2013 at 12:44 PM, Rik Cabanier caban...@gmail.com wrote: background-image: url(a.png), url(b.png); -webkit-background-blend-mode: screen, screen; Out of curiosity: I am probably way too late for the

[webkit-dev] Remove webkitDashArray attribute from CanvasRenderingContext2d

2013-01-29 Thread Dirk Schulze
Hi WebKit folks, I would like to know if we can remove the following API's in the CanvasRenderingContext2d interface: webkitDashArray webkitLineDashOffset Both were implemented 16 months ago and replaced by the following standardized, unprefixed operations and attributes 5

Re: [webkit-dev] Remove webkitDashArray attribute from CanvasRenderingContext2d

2013-01-29 Thread Dirk Schulze
On Jan 30, 2013, at 1:12 PM, Dean Jackson d...@apple.com wrote: On 30/01/2013, at 12:46 PM, Dirk Schulze dschu...@adobe.com wrote: Would it be possible to clean up the code a bit more and remove the prefixed attributes? I don't think they should be removed yet. As you mentioned, it's

[webkit-dev] WebIDL implementation plans (was: Re: Multiple inheritance in the DOM)

2013-01-25 Thread Dirk Schulze
a clarification. Maybe it is just a misunderstanding on my site. Greetings, Dirk [1] https://svgwg.org/svg2-draft/single-page.html#types-InterfaceSVGGraphicsElement [2] http://www.w3.org/TR/WebIDL/#NoInterfaceObject On Jul 25, 2012, at 9:13 PM, Dirk Schulze dschu...@adobe.com wrote: On Jul 25, 2012

Re: [webkit-dev] WebIDL implementation plans (was: Re: Multiple inheritance in the DOM)

2013-01-25 Thread Dirk Schulze
On Jan 25, 2013, at 9:14 AM, Adam Barth aba...@webkit.org wrote: On Fri, Jan 25, 2013 at 8:11 AM, Dirk Schulze dschu...@adobe.com wrote: This is a followup to the multiple inheritance discussion. Adam, I checked the IDL files on SVG2 [1]. The interfaces for SVG2 do not have multiple

Re: [webkit-dev] WebIDL implementation plans (was: Re: Multiple inheritance in the DOM)

2013-01-25 Thread Dirk Schulze
On Jan 25, 2013, at 4:23 PM, Maciej Stachowiak m...@apple.com wrote: On Jan 25, 2013, at 4:13 PM, Adam Barth aba...@webkit.org wrote: On Fri, Jan 25, 2013 at 2:08 PM, Dirk Schulze dschu...@adobe.com wrote: On Jan 25, 2013, at 9:14 AM, Adam Barth aba...@webkit.org wrote: On Fri, Jan 25

Re: [webkit-dev] WebIDL implementation plans (was: Re: Multiple inheritance in the DOM)

2013-01-25 Thread Dirk Schulze
On Jan 25, 2013, at 8:16 PM, Elliott Sprehn espr...@chromium.org wrote: interface SVGViewSpec { readonly attribute SVGTransformList transform; readonly attribute SVGElement viewTarget; readonly attribute DOMString viewBoxString; readonly attribute DOMString

Re: [webkit-dev] SVG external referencing not working as of latest chrome canary

2013-01-14 Thread Dirk Schulze
Hi Steve, Thank you for your interest on WebKit. Of course we would like to fix as many bugs as possible in a time frame as short as possible. With limited resources, this does not work very well for some bugs. So we need to prioritize our work. Even if external resources might be a priority

Re: [webkit-dev] Int/FloatPoint and Int/FloatSize

2013-01-09 Thread Dirk Schulze
On Jan 9, 2013, at 5:40 PM, Simon Fraser simon.fra...@apple.com wrote: On Jan 9, 2013, at 4:52 PM, Steve Block stevebl...@chromium.org wrote: I'm really not sure that this set of changes is going in the right direction. What's driving them; some abstract sense of purity, or reducing the

Re: [webkit-dev] Keeping up with new additions to canvas

2013-01-08 Thread Dirk Schulze
On Jan 8, 2013, at 11:37 AM, Dean Jackson d...@apple.com wrote: As well as the other suggestions, you can look at bugs in the Canvas component. e.g. https://bugs.webkit.org/show_bug.cgi?id=82790 Marked as duplicate ;) Dirk We should probably have a owner bug to collect all the

Re: [webkit-dev] Changes to the WebKit2 development process

2013-01-08 Thread Dirk Schulze
On Jan 8, 2013, at 2:57 PM, Sam Weinig wei...@apple.com wrote: Hello webkit-dev, We are making some changes to the development process for WebKit2. These changes were announced to reviewers in advance, and I'd like to share them with you now. WebKit2 has a core set of functionality

Re: [webkit-dev] Keeping up with new additions to canvas

2013-01-07 Thread Dirk Schulze
On Jan 7, 2013, at 4:18 AM, RGraph.net support richard.he...@gmail.com wrote: Hi, Is watching this mailing list the best way to keep up-to-date with new additions to the WebKit canvas implementation (such as the canvas Path object or hit regions)? Or perhaps there's an announcements list

Re: [webkit-dev] Proposal: Add webkitFillRule to canvas

2013-01-04 Thread Dirk Schulze
On Jan 4, 2013, at 5:24 PM, Rik Cabanier caban...@gmail.com wrote: On Fri, Jan 4, 2013 at 2:57 PM, Ian Hickson i...@hixie.ch wrote: On Fri, 4 Jan 2013, Rik Cabanier wrote: I think this feature was rushed in the spec. The specing is usually the first step. You can't rush to spec. :-)

Re: [webkit-dev] Proposal: Add webkitFillRule to canvas

2013-01-04 Thread Dirk Schulze
On Jan 4, 2013, at 7:28 PM, Rik Cabanier caban...@gmail.commailto:caban...@gmail.com wrote: On Fri, Jan 4, 2013 at 5:42 PM, Dirk Schulze dschu...@adobe.commailto:dschu...@adobe.com wrote: On Jan 4, 2013, at 5:24 PM, Rik Cabanier caban...@gmail.commailto:caban...@gmail.com wrote

Re: [webkit-dev] Adding CSS3 background-position offsets.

2012-12-03 Thread Dirk Schulze
On Dec 3, 2012, at 4:51 AM, Alexis Menard ale...@webkit.org wrote: Hi everyone, I wanted to let you know that I have added the new CSS3 background-position offsets support to WebKit. This support is behind the ENABLE_CSS3_BACKGROUND feature define and it's disabled by default on all

Re: [webkit-dev] Adding CSS3 background-position offsets.

2012-12-03 Thread Dirk Schulze
On Dec 3, 2012, at 5:31 AM, Alexis Menard ale...@webkit.org wrote: On Mon, Dec 3, 2012 at 10:19 AM, Dirk Schulze dschu...@adobe.com wrote: On Dec 3, 2012, at 4:51 AM, Alexis Menard ale...@webkit.org wrote: Hi everyone, I wanted to let you know that I have added the new CSS3 background

Re: [webkit-dev] Adding CSS3 background-position offsets.

2012-12-03 Thread Dirk Schulze
On Dec 3, 2012, at 6:12 AM, Alexis Menard ale...@webkit.org wrote: On Mon, Dec 3, 2012 at 10:42 AM, Dirk Schulze dschu...@adobe.com wrote: On Dec 3, 2012, at 5:31 AM, Alexis Menard ale...@webkit.org wrote: On Mon, Dec 3, 2012 at 10:19 AM, Dirk Schulze dschu...@adobe.com wrote: On Dec 3

Re: [webkit-dev] Adding CSS3 background-position offsets.

2012-12-03 Thread Dirk Schulze
On Dec 3, 2012, at 8:43 AM, Simon Fraser simon.fra...@apple.com wrote: On Dec 3, 2012, at 4:51 AM, Alexis Menard wrote: I plan to enable it by default on Qt and EFL ports this week. If somebody wants me to enable it on their ports please tell me, I'll be happy to do it. I think it's

Re: [webkit-dev] Adding CSS3 background-position offsets.

2012-12-03 Thread Dirk Schulze
On Dec 3, 2012, at 12:07 PM, Benjamin Poulain benja...@webkit.org wrote: On Mon, Dec 3, 2012 at 11:11 AM, Dirk Schulze dschu...@adobe.com wrote: Why does this feature have a flag at all? background-position with up to 4 arguments is specified with CSS3 background and borders. There are three

Re: [webkit-dev] Adding CSS3 background-position offsets.

2012-12-03 Thread Dirk Schulze
On Dec 3, 2012, at 1:15 PM, Benjamin Poulain benja...@webkit.org wrote: On Mon, Dec 3, 2012 at 12:59 PM, Dirk Schulze dschu...@adobe.com wrote: Depends on the future. But for such a small patch, a new flag seems to be overdone. I looked into the patch, and adding the flag caused more code

Re: [webkit-dev] Adding CSS3 background-position offsets.

2012-12-03 Thread Dirk Schulze
On Dec 3, 2012, at 2:54 PM, Alexis Menard ale...@webkit.org wrote: On Dec 3, 2012 6:21 PM, Dirk Schulze dschu...@adobe.com wrote: On Dec 3, 2012, at 1:15 PM, Benjamin Poulain benja...@webkit.org wrote: On Mon, Dec 3, 2012 at 12:59 PM, Dirk Schulze dschu...@adobe.com wrote

Re: [webkit-dev] WebKit + OpenCL

2012-11-23 Thread Dirk Schulze
On Nov 23, 2012, at 2:43 PM, Andreas Kling akl...@apple.com wrote: Hi folks, Do we really think it's a good idea to add yet another implementation of filters? We already have generic, NEON-optimized and WTF::ParallelJobs (which includes generic, OpenMP and libdispatch backends)

Re: [webkit-dev] Adding blending mode to WebKit canvas

2012-11-12 Thread Dirk Schulze
On Nov 11, 2012, at 10:09 PM, Rik Cabanier caban...@gmail.commailto:caban...@gmail.com wrote: On Sun, Nov 11, 2012 at 9:52 PM, Dirk Schulze k...@webkit.orgmailto:k...@webkit.org wrote: On Sunday, November 11, 2012, Rik Cabanier wrote: On Sun, Nov 11, 2012 at 8:43 PM, Maciej Stachowiak m

Re: [webkit-dev] Adding blending mode to WebKit canvas

2012-11-11 Thread Dirk Schulze
On Nov 9, 2012, at 4:39 PM, Rik Cabanier caban...@gmail.com wrote: Hi, I'd like to add support for blending modes to Canvas. The spec for this feature can be found here: https://dvcs.w3.org/hg/FXTF/rawfile/tip/compositing/index.html#canvascompositingandblending The implementation will

Re: [webkit-dev] Adding blending mode to WebKit canvas

2012-11-11 Thread Dirk Schulze
On Sunday, November 11, 2012, Rik Cabanier wrote: On Sun, Nov 11, 2012 at 8:43 PM, Maciej Stachowiak m...@apple.comjavascript:_e({}, 'cvml', 'm...@apple.com'); wrote: On Nov 11, 2012, at 6:59 PM, Rik Cabanier caban...@gmail.comjavascript:_e({}, 'cvml', 'caban...@gmail.com'); wrote:

[webkit-dev] CSS and CORS

2012-10-26 Thread Dirk Schulze
Hi WebKit folks, I have a question to origin restriction and CSS. First the context: CSS Masking[1] aims to combine the two different 'mask' property implementations from WebKit and Firefox. To make it short, 'mask' takes an URL and this can either be a reference to an image, or to an mask

Re: [webkit-dev] CSS and CORS

2012-10-26 Thread Dirk Schulze
On Oct 26, 2012, at 9:04 PM, Adam Barth aba...@webkit.org wrote: On Fri, Oct 26, 2012 at 9:08 AM, Dirk Schulze dschu...@adobe.com wrote: Hi WebKit folks, I have a question to origin restriction and CSS. First the context: CSS Masking[1] aims to combine the two different 'mask' property

Re: [webkit-dev] Is there a rule to use UNUSED_PARAM ?

2012-10-01 Thread Dirk Schulze
On Monday, October 1, 2012, Gyuyoung Kim wrote: Hello WebKit folks, There were build warning related to unused parameter nowadays. I think there are three solutions. One is to remove parameter, another is to use UNUSED_PARAM macro and the other is to use /* */ in parameters. I like to use

Re: [webkit-dev] New Feature: Canvas Path object

2012-09-24 Thread Dirk Schulze
: On Fri, Sep 21, 2012 at 6:34 AM, Dirk Schulze dschu...@adobe.commailto:dschu...@adobe.com wrote: I would like to ask if there are objections to implement the canvas Path object. Do we have metrics on how often people already have things named Path? All other canvas objects have a prefix like

Re: [webkit-dev] New Feature: Canvas Path object

2012-09-23 Thread Dirk Schulze
confuse people but this seems unlikely as well. Greetings, Dirk Sent from my iPhone On Sep 23, 2012, at 6:22 AM, Elliott Sprehn espr...@chromium.orgmailto:espr...@chromium.org wrote: On Fri, Sep 21, 2012 at 6:34 AM, Dirk Schulze dschu...@adobe.commailto:dschu...@adobe.com wrote: Hi WebKit, I

[webkit-dev] New Feature: Canvas Path object

2012-09-21 Thread Dirk Schulze
Hi WebKit, I would like to ask if there are objections to implement the canvas Path object. The HTML Canvas specification and the WHAT WG HTML specification define the Path object [1][2]. The Path object and the CanvasRenderingContext2D share some graphics operations[3]: - closePath - lineTo

Re: [webkit-dev] Anyone willing to update webkit.org?

2012-09-18 Thread Dirk Schulze
On Sep 18, 2012, at 7:04 PM, Eric Seidel e...@webkit.org wrote: I was noticing today that http://www.webkit.org/ is quite old and out of date. What xenon built 6 years ago, has stood up remarkably well, but it may be time for a refresh. (It also has no high-dpi support.) I'm aware that I

Re: [webkit-dev] String::operator+= considered harmful

2012-09-04 Thread Dirk Schulze
I thought we had efforts to make String::operator+= use StringBuilder somehow? I can remember that we had a discussion on webkit-dev and definitely on bugzilla about improving String::operator+= instead of replacing it with StringBuilder. Greetings, Dirk On Sep 4, 2012, at 4:22 PM, Adam Barth

Re: [webkit-dev] String::operator+= considered harmful

2012-09-04 Thread Dirk Schulze
a proposal for how that would work and/or a link to the previous discussion? Adam On Tue, Sep 4, 2012 at 4:27 PM, Dirk Schulze dschu...@adobe.com wrote: I thought we had efforts to make String::operator+= use StringBuilder somehow? I can remember that we had a discussion on webkit-dev

Re: [webkit-dev] String::operator+= considered harmful

2012-09-04 Thread Dirk Schulze
. Greetings, Dirk On Sep 4, 2012, at 4:41 PM, Adam Barth aba...@webkit.org wrote: Ah, you're think of operator+, which is now quite efficient. This thread is about operator+=, which is sadly slower than molasses. Adam On Tue, Sep 4, 2012 at 4:38 PM, Dirk Schulze dschu...@adobe.com wrote

Re: [webkit-dev] CSS Masking in WebKit

2012-08-31 Thread Dirk Schulze
- rendering wise. However, it influences the syntax of the the shorthand -webkit-mask, which doesn't take attachment as type anymore. Greetings, Dirk dave (hy...@apple.com) On Aug 29, 2012, at 5:41 PM, Dirk Schulze wrote: Hi WebKit folks, The CSS WG and SVG WG agreed to work on a CSS

[webkit-dev] CSS Masking in WebKit

2012-08-29 Thread Dirk Schulze
Hi WebKit folks, The CSS WG and SVG WG agreed to work on a CSS Masking specification [1]. Basically the spec aims to specify the behavior of -webkit-mask/-webkit-box-mask on WebKit browsers and SVG Mask/ SVG ClipPath on Firefox. I would like to implement the specification in the next weeks

Re: [webkit-dev] Is the New XMLParser dead?

2012-08-27 Thread Dirk Schulze
On Aug 27, 2012, at 4:28 PM, Adam Barth aba...@webkit.org wrote: On Mon, Aug 27, 2012 at 4:02 PM, Maciej Stachowiak m...@apple.com wrote: On Aug 27, 2012, at 3:48 PM, Adam Barth aba...@webkit.org wrote: On Mon, Aug 27, 2012 at 3:06 PM, Maciej Stachowiak m...@apple.com wrote: On Aug 27, 2012,

Re: [webkit-dev] bugs.webkit.org and trac.webkit org down?

2012-08-12 Thread Dirk Schulze
On Aug 12, 2012, at 6:26 PM, Florin Malita fmal...@google.com wrote: And down it goes again… It is down for me as well… Dirk PS: Sorry, I always wanted to that :D On Fri, Aug 10, 2012 at 11:14 AM, Levi Weintraub le...@google.com wrote: We're back! On Fri, Aug 10, 2012 at 8:07 AM,

Re: [webkit-dev] Kerning not working for SVG font when included in HTML file using @font-face

2012-08-01 Thread Dirk Schulze
Thank you very much for reporting the bug Tony. In this case opening a bug report at http://bugs.webkit.org may be better. Greetings, Dirk On Aug 1, 2012, at 9:26 AM, Peter Beverloo pe...@chromium.org wrote: Please use the webkit-h...@lists.webkit.org mailing list for questions such as this

Re: [webkit-dev] Multiple inheritance in the DOM

2012-07-25 Thread Dirk Schulze
On Jul 25, 2012, at 2:33 PM, Adam Barth wrote: Eric Seidel points out that SVG uses multiple inheritance in its DOM interfaces. However, the situation there is a bit different. Although SVGSVGElement implements SVGLocatable, there aren't any interfaces with methods that return SVGLocatable,

Re: [webkit-dev] Multiple inheritance in the DOM

2012-07-25 Thread Dirk Schulze
On Jul 25, 2012, at 3:50 PM, Adam Barth wrote: On Wed, Jul 25, 2012 at 3:44 PM, Dirk Schulze dschu...@adobe.com wrote: On Jul 25, 2012, at 2:33 PM, Adam Barth wrote: Eric Seidel points out that SVG uses multiple inheritance in its DOM interfaces. However, the situation there is a bit

Re: [webkit-dev] Delaying Applying CSS Effects

2012-07-24 Thread Dirk Schulze
In SVG we have SVGResourcesCache which takes care of that. Greetings, Dirk On Jul 24, 2012, at 3:56 PM, Dean Jackson wrote: On 25/07/2012, at 6:09 AM, Keyar Hood ke...@chromium.org wrote: I am working on https://bugs.webkit.org/show_bug.cgi?id=90405 The problem is that when doing SVG

Re: [webkit-dev] SVG video chat (2)

2012-06-19 Thread Dirk Schulze
That would be great, but please also provide different times. I am not available from 9 to 12 mostly. So I have to say no to all provided times. Before or after that is fine. Greetings, Dirk On Jun 7, 2012, at 9:48 AM, Philip Rogers wrote: Last month we had a video chat with the SVG team in

Re: [webkit-dev] testharness Wiki page added

2012-05-31 Thread Dirk Schulze
On May 31, 2012, at 7:55 PM, Maciej Stachowiak wrote: On May 31, 2012, at 5:51 PM, Jacob Goldstein jac...@adobe.com wrote: I haven't found that to be the case for the tests I have written for each suite, the output from testharness can be as simple as PASS or FAIL, or include

[webkit-dev] Test the Web Forward

2012-05-24 Thread Dirk Schulze
Hello WebKit community, We want to announce the W3C event Test the Web Forward hosted by Adobe. This hackathon builds off the Move the Web Forward initiative in order to help get developers more involved in contributing to the web platform we all work to define. During this hackathon,

Re: [webkit-dev] WebKit SVG chatroulette

2012-04-26 Thread Dirk Schulze
On Apr 26, 2012, at 11:49 AM, Philip Rogers wrote: If you don't work on SVG in WebKit you can stop reading now. WebKit, Is there interest in a 1hr video chat with WebKit people interested in SVG as a followup to the WebKit contributors meeting? A few active SVG contributors weren't

Re: [webkit-dev] Feature announcement: canvas pixel access API additions for high-resolution backing stores

2012-04-16 Thread Dirk Schulze
Different developers will have different priorities. HD image data and async readback both have potential benefits in image quality and nonblocking responsiveness respectively. Here is an example of an application using getImageData which would clearly benefit from HD, but it's not

  1   2   >