[webkit-dev] Request for comments on some bindings generator patches

2016-07-19 Thread Nikos Andronikos
Hey all, We’ve got some web animations related patches that are stalled waiting on feedback about options to update the bindings generator. There’s currently three patches waiting to be reviewed, one Web Animations, two binding generator fixes. Patch 1. Web Animations:

Re: [webkit-dev] BigO correlation tests

2016-04-13 Thread Nikos Andronikos
> On 13 Apr 2016, at 4:22 PM, Ryosuke Niwa wrote: > > I don’t think order of magnitudes tests ever quite worked JSC (it was added > by Google so it obviously worked on V8). If adjusting the threshold was all > that was needed to make the tests pass, I see no reason how to

[webkit-dev] BigO correlation tests

2016-04-12 Thread Nikos Andronikos
Hey all, We’ve noticed what we think is some flakiness with tests that attempt to determine the BigO characteristics (using magnitude-perf.js) of performance tests and would like some feedback from the community. In our particular case, we are seeing a failure on the iOS simulator of the

Re: [webkit-dev] Implementing Web Animations

2015-11-05 Thread Nikos Andronikos
On 6 Nov 2015, at 3:22 am, Darin Adler <da...@apple.com> wrote: >> On Nov 4, 2015, at 6:19 PM, Nikos Andronikos >> <nikos.androni...@cisra.canon.com.au> wrote: >> >> The current plan, after chatting to Dean at TPAC, will be to implement the >

[webkit-dev] Implementing Web Animations

2015-11-04 Thread Nikos Andronikos
Hi all, Myself and a colleague are going to make a start on implementing Web Animations. The current plan, after chatting to Dean at TPAC, will be to implement the web animations model as a new module, with a runtime flag for switching CSS and SVG animations over to use the new model. After