Philipp Albrecht

Results 79 comments of Philipp Albrecht

> Would have been nice to have more coverage for tab-move but we can add more later.. I opened https://github.com/qutebrowser/qutebrowser/issues/8167 for the issue you found with :tab-move end. Thanks for...

Just to be transparent about my progress: I have been and still am studying the spec and code to get a better understanding of the problem. On a general note,...

All right, here is what I understood so far. From https://html.spec.whatwg.org/multipage/media.html#media-data-processing-steps-list: > Once enough of the [media data](https://html.spec.whatwg.org/multipage/media.html#media-data) has been fetched to determine the duration of the [media resource](https://html.spec.whatwg.org/multipage/media.html#media-resource), its...

Thanks a lot for that detailed response, @gterzian. > I think the problem is essentially a mismatch between how we handle the networking messages, like eof, and how we handle...

Thanks, now things are starting to take shape. How do you find the relevant sections (presumably without much effort) in the spec? Experience? Or do you just read it top...

> Good! Let me know if you have more questions or get stuck, I have a pretty clear idea where the changes should be but don't want to spoil the...

After some intense cross-referencing of the [spec on ready states](https://html.spec.whatwg.org/multipage/media.html#ready-states) I saw that this state transition was not implemented at all: > If the previous ready state was [HAVE_FUTURE_DATA](https://html.spec.whatwg.org/multipage/media.html#dom-media-have_future_data) or...

Found this in the spec: > If at any time the user agent learns that an audio or video track has ended and all [media data](https://html.spec.whatwg.org/multipage/media.html#media-data) relating to that track...

More digging.. > If at any time the user agent learns that an audio or video track has ended ***and all [media data](https://html.spec.whatwg.org/multipage/media.html#media-data) relating to that track corresponds to parts...