[webkit-dev] Enabling debugging for libwebkit on Linux

2020-02-03 Thread Ben Greear
Hello, Is there an easy way to add a 'show source' button to the right-click menu, or enable some other feature that would help determine what content libwebkit is trying to render (printing to stdout is good enough for me). Thanks, Ben -- Ben Greear Candela Technologies Inc http://www.cand

Re: [webkit-dev] Position on emerging standard: video.requestAnimationFrame()

2020-02-03 Thread Simon Fraser
> On Feb 3, 2020, at 11:25 AM, Ken Russell wrote: > > The name "requestAnimationFrame" was chosen mainly to achieve parity with the > AnimationFrameProvider mixin, which now provides the same animation facility > to the main thread and dedicated workers: > https://html.spec.whatwg.org/multipa

Re: [webkit-dev] Updating iOS EWS

2020-02-03 Thread Aakash Jain
We are noticing various API test failures on iOS after the OS update. Some of the API tests on iOS are being very flaky, causing api-ios EWS queue to slow down and occasionally blaming the patch being tested for those test failure. Please verify the api-ios EWS result accordingly. We are active

Re: [webkit-dev] Position on emerging standard: video.requestAnimationFrame()

2020-02-03 Thread Philip Jägenstedt
Hi Simon, Naming is hard as usual and was discussed on https://github.com/w3ctag/design-reviews/issues/429, where you've already commented. Is there a pair of names that you think would work better here? onFrameAvailable() would IMHO be quite unidiomatic, the web platform doesn't have any other o