Re: [webkit-dev] Testing iOS/WK1?

2018-10-23 Thread Ali Juma
On Tue, Oct 23, 2018 at 11:39 AM Frédéric Wang wrote: > Hi all, > > During the WebKit Contributors Meeting, Simon Fraser suggested that I > should verify some of the my patches using WK1. Hence I did some > experiments (again): > > * When I run run-webkit-tests, whatever the value specified via

Re: [webkit-dev] Experimental and (new) Internal feature flags

2018-09-12 Thread Ali Juma
On Wed, Sep 12, 2018 at 5:48 PM Dean Jackson wrote: > I just added support for a new category of WebKit2 preference: internal > debug. > > The motivating factor was that people were abusing experimental features > to add flags for anything they wanted to toggle at runtime, even if our > users

[webkit-dev] IntersectionObserver implementation

2018-07-06 Thread Ali Juma
Hi webkit-dev, In bug 159475 , there's some WIP for implementing IntersectionObserver but there doesn't appear to be any active work. I'd be interested in picking up that work if the WebKit project is still interested in IntersectionObserver (and if

Re: [webkit-dev] New iOS versions sending bogus User-Agent build data

2018-04-26 Thread Ali Juma
It's worth noting that https://bugs.webkit.org/show_bug.cgi?id=182629 added back the OS version to the UA string, at least on trunk (the reasons given there, in https://bugs.webkit.org/show_bug.cgi?id=182629#c6, sound exactly like those mentioned by Colin in this thread). On Thu, Apr 26, 2018 at

[webkit-dev] Visual Viewport API

2017-11-16 Thread Ali Juma
Hello webkit-dev, I've started working on implementing the Visual Viewport API. This API exposes properties of the visual viewport (the viewport that's affected by pinch-zoom). Spec: https://wicg.github.io/visual-viewport/ Tracking bug: https://bugs.webkit.org/show_bug.cgi?id=170982 Thanks,

Re: [webkit-dev] Remove Credential Management code

2017-09-06 Thread Ali Juma
Work on this has been stalled because of unresolved spec issues that came up, specifically: 1) https://github.com/w3c/webappsec-credential-management/issues/96 2) https://github.com/w3c/webappsec-credential-management/issues/95 3) https://github.com/w3c/webappsec-credential-management/issues/94

Re: [webkit-dev] Where do we put WPT tests to be exported

2017-07-11 Thread Ali Juma
Hi all, Just wanted to check what the current recommended approach is for new WPT tests. Is it now ok to add new tests directly in LayoutTests/imported/w3c/web-platform-tests and then upstream them, or should tests still be added elsewhere first (in LayoutTests/http/wpt?), upstreamed, and then

[webkit-dev] WPT tests and runtime-enabled features

2017-06-02 Thread Ali Juma
Hi all, While a feature is in development behind a runtime-enabled flag, is there a way to write tests in web-platform-tests that enable the feature when they're run as part of LayoutTests? Adding "" tags would technically work but seems a bit questionable. The point of this would be to be able