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
> On Jul 2, 2015, at 8:47 AM, Tim Horton wrote: > > >> On Jul 1, 2015, at 23:36, Dirk Schulze wrote: >> >> Hi Darin, >> >>> On Jul 1, 2015, at 5:16 PM, Darin Adler wrote: >>> >>> Hi folks. >>> >>> WebKit has

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

2015-07-01 Thread Dirk Schulze
Hi Darin, > On Jul 1, 2015, at 5:16 PM, Darin Adler 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 this a

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 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, prefixed filte

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

2014-09-14 Thread Dirk Schulze
On Sep 11, 2014, at 11:03 PM, Martin Robinson wrote: > On Thu, Sep 11, 2014 at 11:44 AM, Myles C. Maxfield > wrote: >> My question to WebKit-Dev is: Are there any ports who: >> 1) Want continued support for SVG fonts, and >> 2) Whose platforms do not support OpenType fonts natively? > > WebKi

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, Mar

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 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 by default in

Re: [webkit-dev] Implement Geometry Interfaces

2014-06-13 Thread Dirk Schulze
>> On Jun 13, 2014, at 10:17 AM, "Anne van Kesteren" wrote: >> >> On Fri, Jun 13, 2014 at 10:12 AM, Ryosuke Niwa 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 preserve the seman

Re: [webkit-dev] Implement Geometry Interfaces

2014-06-12 Thread Dirk Schulze
>> On Jun 12, 2014, at 10:45 PM, Dirk Schulze wrote: >> >> >>> On Jun 13, 2014, at 1:54 AM, Benjamin Poulain wrote: >>> >>>> On 6/12/14, 11:24 AM, Dirk Schulze wrote: >>>> I would like to implement the Geometry Interfaces spec in We

Re: [webkit-dev] Implement Geometry Interfaces

2014-06-12 Thread Dirk Schulze
On Jun 13, 2014, at 1:54 AM, Benjamin Poulain 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 i

[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] Zoltan Horvath is now a WebKit reviewer

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

Re: [webkit-dev] Enable build for CSS3_TEXT

2014-05-21 Thread Dirk Schulze
On May 21, 2014, at 6:32 PM, Zoltan Horvath wrote: > > Hi there, > > We have 2 properties under CSS3_TEXT macro: > > -webkit-text-align-last (http://trac.webkit.org/changeset/162213) > -> parsing&rendering are implemented > > -webkit-text-justify (https://bugs.webkit.org/show_bug.cgi?id=9

[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 https://list

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 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 >

[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 path,

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

2014-02-04 Thread Dirk Schulze
On Feb 4, 2014, at 5:20 AM, Steven Coul (scoul) 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 anybody consider

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

2014-01-28 Thread Dirk Schulze
On Jan 28, 2014, at 4:51 PM, Philip Rogers 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 ENABLE(SVG_FONTS) a

[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 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 find any bug

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

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

Re: [webkit-dev] Animations feature flag

2013-10-16 Thread Dirk Schulze
On Oct 16, 2013, at 1:42 AM, Dean Jackson 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 > - Exposing

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 wrote: > Hi Dirk, > > > On Oct 7, 2013, at 12:36 AM, Dirk Schulze 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 m

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 clas

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

2013-10-04 Thread Dirk Schulze
On Oct 5, 2013, at 7:37 AM, Darin Adler 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 thought that WinCE

Re: [webkit-dev] Changes in QtWebKit development

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

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 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 M

[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 possi

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 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 those > who

Re: [webkit-dev] Enabling Experimental Features

2013-04-22 Thread Dirk Schulze
On Apr 22, 2013, at 9:32 AM, Simon Fraser wrote: > On Apr 20, 2013, at 10:03 AM, Maciej Stachowiak wrote: > >> On Apr 19, 2013, at 3:50 PM, Timothy Hatcher wrote: >> >>> On Apr 19, 2013, at 6:15 PM, Bear Travis wrote: >>> What do folks think about adding a mechanism for users to toggl

Re: [webkit-dev] StyleBuilder vs StyleResolver

2013-04-12 Thread Dirk Schulze
On Apr 12, 2013, at 1:08 AM, Antti Koivisto wrote: > On Fri, Apr 12, 2013 at 7:36 AM, Dirk Schulze wrote: > Hi, > > The style of CSS properties is either set in StyleBuilder/CSSProperty or in > StyleResolver (alias CSSStyleSelector). > > StyleResolver has a giant switc

[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 y

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 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 going to remove the

[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-07 Thread Dirk Schulze
On Apr 7, 2013, at 5:53 PM, Benjamin Poulain wrote: > On Sun, Apr 7, 2013 at 5:49 PM, Timothy Hatcher 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. We > could make it easier to get

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" mailto:rn...@webkit.org>> wrote: On Thu, Apr 4, 2013 at 11:53 PM, Kenneth Rohde Christiansen mailto:kenneth.christian...@gmail.com>> wrote: I am not sure this is really needed. People sometimes disappear from working on trunk for

Re: [webkit-dev] Sunsetting committership and reviewership

2013-04-04 Thread Dirk Schulze
On Apr 4, 2013, at 11:19 PM, "Ryosuke Niwa" 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 committership/rev

Re: [webkit-dev] Cleaning House

2013-04-04 Thread Dirk Schulze
On Apr 4, 2013, at 10:37 AM, Martin Robinson wrote: > On Thu, Apr 4, 2013 at 10:34 AM, Geoffrey Garen 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 external branches/forks using V8

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

2013-04-01 Thread Dirk Schulze
On Apr 1, 2013, at 1:26 PM, Gavin Barraclough 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 risking an inform

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 wrote: > Hi WebKittens, > > I'm planning to implement the canvas "op

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 wrote: > On Mac, SVGStopElement.id

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" mailto:le...@chromium.org>> wrote: Congratulations, Mr. Rogers! On Thu, Feb 28, 2013 at 12:09 PM, Eric Seidel mailto:e...@webkit.org>> wrote: Nice to have another hand for SVG reviews. :) Grats to pdr!

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 wrote: > On Mon, Feb 25, 2013 at 3:36 PM, Glenn Adams wrote: > > On Mon, Feb 25, 2013 at 3:53 PM, Ryosuke Niwa wrote: > On Mon, Feb 25, 2013 at 2:48 PM, Dirk Pranke wrote: > On Mon, Feb 25, 2013 at 2:05 PM, Ryosuke Niwa wrote: > > On Mon, Feb 25, 20

[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 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 code base. Please join

Re: [webkit-dev] Deprecating JS interface

2013-02-17 Thread Dirk Schulze
On Feb 17, 2013, at 9:16 AM, Adam Barth wrote: > On Sun, Feb 17, 2013 at 7:26 AM, Dirk Schulze wrote: >> On Feb 17, 2013, at 1:28 AM, Maciej Stachowiak wrote: >>> On Feb 17, 2013, at 1:09 AM, Filip Pizlo wrote: >>>> On Feb 17, 2013, at 1:04 AM, Dirk Schulze

Re: [webkit-dev] Deprecating JS interface

2013-02-17 Thread Dirk Schulze
On Feb 17, 2013, at 2:47 PM, Ryosuke Niwa wrote: >> On Sun, Feb 17, 2013 at 7:26 AM, Dirk Schulze 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 aw

Re: [webkit-dev] Deprecating JS interface

2013-02-17 Thread Dirk Schulze
On Feb 17, 2013, at 1:28 AM, Maciej Stachowiak wrote: > > On Feb 17, 2013, at 1:09 AM, Filip Pizlo wrote: > >> >> On Feb 17, 2013, at 1:04 AM, Dirk Schulze wrote: >> >>> >>> The discussion on each single feature let us forget the greater scop

Re: [webkit-dev] Deprecating JS interface

2013-02-17 Thread Dirk Schulze
On Feb 17, 2013, at 12:08 AM, Adam Barth wrote: > On Sat, Feb 16, 2013 at 11:26 PM, Dirk Schulze wrote: >> On Feb 16, 2013, at 10:50 PM, Maciej Stachowiak wrote: >>> On Feb 16, 2013, at 10:16 PM, Dirk Schulze wrote: >>>> On Feb 16, 2013, at 6:54 PM, Adam Barth

Re: [webkit-dev] Deprecating JS interface

2013-02-16 Thread Dirk Schulze
On Feb 16, 2013, at 10:50 PM, Maciej Stachowiak wrote: > > On Feb 16, 2013, at 10:16 PM, Dirk Schulze wrote: > >> >> On Feb 16, 2013, at 6:54 PM, Adam Barth wrote: >> >>> It's much easier to discuss a concrete example. Which interface are >&g

Re: [webkit-dev] Deprecating JS interface

2013-02-16 Thread Dirk Schulze
[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 wrote: >> Hi, >> >> There are several steps on deprecating features[1]. My question is about &

[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(); } Shoul

[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 > 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 Feb 13

Re: [webkit-dev] Opera and WebKit

2013-02-13 Thread Dirk Schulze
Very mixed feelings. Presto is a great engine. It is really hard to loose a browser engine such as Presto from a lot of perspectives. My tributes to Presto, an awesome competitor in the browser market, and the developers of Presto. Thanks for the announcement on the WebKit-dev mailing list. Op

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 wrote: > On Fri, Feb 1, 2013 at 12:44 PM, Rik Cabanier 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 party, but why not blend > surf

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 wrote: > Hi, > > I'd like to add support for blending of background images. > The spec for this feature can be found here: > https://dvcs.w3.org/hg/FXTF/rawfile/t

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

2013-01-29 Thread Dirk Schulze
On Jan 30, 2013, at 1:12 PM, Dean Jackson wrote: > > On 30/01/2013, at 12:46 PM, Dirk Schulze 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 mention

[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 mont

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 wrote: >> interface SVGViewSpec >> { >> readonly attribute SVGTransformList transform; >> readonly attribute SVGElement viewTarget; >> readonly attribute DOMString viewBoxString; >> readonly attribute DOMString preserveAspectRatioString; >>

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 wrote: > > On Jan 25, 2013, at 4:13 PM, Adam Barth wrote: > >> On Fri, Jan 25, 2013 at 2:08 PM, Dirk Schulze wrote: >>> On Jan 25, 2013, at 9:14 AM, Adam Barth wrote: >>>> On Fri, Jan 25, 2013 at 8:11 AM,

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 wrote: > On Fri, Jan 25, 2013 at 8:11 AM, Dirk Schulze 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 inhe

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

2013-01-25 Thread Dirk Schulze
ds anymore. It would be great to hear 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

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

2013-01-18 Thread Dirk Schulze
On Jan 18, 2013, at 6:19 AM, Steve Williams wrote: > No idea what this is about as I haven't studied your tree yet but here's > a couple of XML enhancements I'd like to see accepted by the mainstream > (including the webkit parser) > > 1. default element close. > > syntax: >

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 fo

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

2013-01-09 Thread Dirk Schulze
On Jan 9, 2013, at 5:40 PM, Simon Fraser wrote: > On Jan 9, 2013, at 4:52 PM, Steve Block 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 chances of introducing real bugs tha

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 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 that is valu

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 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 HTML5-ish Canva

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 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 too? Bigger new fe

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

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

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

2013-01-04 Thread Dirk Schulze
On Jan 4, 2013, at 5:24 PM, Rik Cabanier wrote: > > > On Fri, Jan 4, 2013 at 2:57 PM, Ian Hickson 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. :-) > > In this particul

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

2012-12-03 Thread Dirk Schulze
On Dec 3, 2012, at 2:54 PM, Alexis Menard wrote: > > On Dec 3, 2012 6:21 PM, "Dirk Schulze" wrote: > > > > > > On Dec 3, 2012, at 1:15 PM, Benjamin Poulain wrote: > > > > > On Mon, Dec 3, 2012 at 12:59 PM, Dirk Schulze wrote: > > >

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

2012-12-03 Thread Dirk Schulze
On Dec 3, 2012, at 1:15 PM, Benjamin Poulain wrote: > On Mon, Dec 3, 2012 at 12:59 PM, Dirk Schulze 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, then > the actual feat

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

2012-12-03 Thread Dirk Schulze
On Dec 3, 2012, at 12:07 PM, Benjamin Poulain wrote: > On Mon, Dec 3, 2012 at 11:11 AM, Dirk Schulze 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 > major implemen

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

2012-12-03 Thread Dirk Schulze
On Dec 3, 2012, at 8:43 AM, Simon Fraser 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 preferable to en

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

2012-12-03 Thread Dirk Schulze
On Dec 3, 2012, at 6:12 AM, "Alexis Menard" wrote: > On Mon, Dec 3, 2012 at 10:42 AM, Dirk Schulze wrote: >> >> On Dec 3, 2012, at 5:31 AM, Alexis Menard wrote: >> >>> On Mon, Dec 3, 2012 at 10:19 AM, Dirk Schulze wrote: >>>> &

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

2012-12-03 Thread Dirk Schulze
On Dec 3, 2012, at 5:31 AM, Alexis Menard wrote: > On Mon, Dec 3, 2012 at 10:19 AM, Dirk Schulze wrote: >> >> On Dec 3, 2012, at 4:51 AM, Alexis Menard wrote: >> >>> Hi everyone, >>> >>> I wanted to let you know that I have added the new

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

2012-12-03 Thread Dirk Schulze
On Dec 3, 2012, at 4:51 AM, Alexis Menard 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 ports. I took

Re: [webkit-dev] WebKit + OpenCL

2012-11-23 Thread Dirk Schulze
On Nov 23, 2012, at 2:43 PM, Andreas Kling 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) implementations

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" mailto:caban...@gmail.com>> wrote: On Sun, Nov 11, 2012 at 9:52 PM, Dirk Schulze mailto:k...@webkit.org>> wrote: On Sunday, November 11, 2012, Rik Cabanier wrote: On Sun, Nov 11, 2012 at 8:43 PM, Maciej Stachowiak wrote

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 > > > wrote: > >> >> On Nov 11, 2012, at 6:59 PM, Rik Cabanier >> > >> wrote: >> >> >> >> >>> >>> Wouldn't it be better to add a new property to canvas for blending? At >>> the beginning,

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 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 be tracked b

Re: [webkit-dev] CSS and CORS

2012-10-26 Thread Dirk Schulze
On Oct 26, 2012, at 9:04 PM, Adam Barth wrote: > On Fri, Oct 26, 2012 at 9:08 AM, Dirk Schulze 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 'm

[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 element:

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

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

2012-09-24 Thread Dirk Schulze
This mailing list seems to be wrong for this kind of discussion. You opened a thread on whatgwg mailing list. Your concerns should be discussed there. Greetings, Dirk Sent from my iPhone On Sep 24, 2012, at 3:15 PM, "Elliott Sprehn" mailto:espr...@chromium.org>> wrote: On Mon, Sep 24, 2012 a

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

2012-09-24 Thread Dirk Schulze
On Sep 24, 2012, at 12:03 PM, "Rik Cabanier" mailto:caban...@gmail.com>> wrote: On Mon, Sep 24, 2012 at 10:27 AM, Darin Adler mailto:da...@apple.com>> wrote: On Sep 22, 2012, at 9:21 PM, Elliott Sprehn mailto:espr...@chromium.org>> wrote: > On Fri, Sep 21

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

2012-09-22 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" mailto:espr...@chromium.org>> wrote: On Fri, Sep 21, 2012 at 6:34 AM, Dirk Schulze mailto:dschu...@adobe.com>> wrote: Hi WebKit, I would li

[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 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 have the

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

2012-09-04 Thread Dirk Schulze
eople. Greetings, Dirk On Sep 4, 2012, at 4:41 PM, Adam Barth 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 wrote

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

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

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] CSS Masking in WebKit

2012-08-31 Thread Dirk Schulze
pers to add it again). This itself doesn't affect the behavior on WebKit much - rendering wise. However, it influences the syntax of the the shorthand -webkit-mask, which doesn't take as type anymore. Greetings, Dirk > > dave > (hy...@apple.com) > > On Aug 29, 2012, at 5

[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 and

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

2012-08-27 Thread Dirk Schulze
On Aug 27, 2012, at 4:28 PM, Adam Barth wrote: > On Mon, Aug 27, 2012 at 4:02 PM, Maciej Stachowiak wrote: >> On Aug 27, 2012, at 3:48 PM, Adam Barth wrote: >>> On Mon, Aug 27, 2012 at 3:06 PM, Maciej Stachowiak wrote: On Aug 27, 2012, at 2:45 PM, Eric Seidel wrote: > Checking back

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 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 wrote: > We're back! > > > On Fri, Aug 10, 2012 at 8:07 AM, Peter Beverloo wrote: > It's

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 wrote: > Please use the webkit-h...@lists.webkit.org mailing list for questions such > as this one, as webkit-d

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 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 situati

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 SVGLocatab

  1   2   >