Re: [webkit-dev] Replacing PHP with Python in Layout Tests

2021-02-01 Thread Fujii Hironori via webkit-dev
On Tue, Feb 2, 2021 at 7:14 AM Jonathan Bedard via webkit-dev < webkit-dev@lists.webkit.org> wrote: > Hello Contributors, > > To help reduce the number of dependencies WebKit’s tools have, I would > like to replace our PHP tests (and resources used by tests) with Python 3 > CGI scripts. I’ve

[webkit-dev] Replacing PHP with Python in Layout Tests

2021-02-01 Thread Jonathan Bedard via webkit-dev
Hello Contributors, To help reduce the number of dependencies WebKit’s tools have, I would like to replace our PHP tests (and resources used by tests) with Python 3 CGI scripts. I’ve already attempted to convert a few dozen PHP tests and resources to demonstrate that this is both possible and

Re: [webkit-dev] Webkit MediaRecorder Timeslice functionality on Safari 14.0.2 Mojave

2021-02-01 Thread youenn fablet via webkit-dev
Hi Mark, Thanks for reaching out. For timeslice specific questions, it might be best to continue discussions in https://bugs.webkit.org/show_bug.cgi?id=202233. Timeslice support in older versions of MacOS and iOS is tricky. On those OSes, including MacOS Mojave, MediaRecorder is not enabled by

[webkit-dev] Webkit MediaRecorder Timeslice functionality on Safari 14.0.2 Mojave

2021-02-01 Thread Gallery via webkit-dev
Hi Folks We are developing a streaming system which uses MediaRecorder with timeslice. It's clear that Safari only has MediaRecorder as developer experiment, and that older versions of Safari dont support timeslice anyway. However, a recent WebKit thread