pshaughn

Results 41 comments of pshaughn

I just noticed this issue now after having thought about this on a parallel track; #21517 and #13767 are both at least somewhat duplicates. My thoughts in #21517 are similar...

Questions to think about: Do we need the actual Blob object on the other side of the handoff, or just the bytes from inside it and the MIME type? Would...

It's possible for a page to lose focus and then regain focus with the mouse in a different position, without receiving any mouse event about the position change. For example,...

You'll have to explain your actual use case if you want anyone to follow along. Why would you simultaneously: (1) only want the coordinates just once, (2) in code that's...

Have you measured this performance change?

From my own experiences, I believe it far more likely that whatever lag you're observing is a symptom of some performance bug in your code, or some misunderstanding of how...

The test is here: https://github.com/servo/servo/blob/8002c6bc53041c55dc1148fed008b9a229df0e9b/tests/wpt/web-platform-tests/resources/idlharness.js#L1877-L1890 https://heycam.github.io/webidl/#named-constructors 1.1 seems to be the verbiage referred to; the substeps of 1 here are the steps for the constructor function itself.

https://github.com/servo/servo/blob/8002c6bc53041c55dc1148fed008b9a229df0e9b/components/script/dom/bindings/codegen/CodegenRust.py#L5678-L5682 looks like it should already be making the required check.

This seems desirable as a goal, but I see a potential difficulty with getting it implemented in a way people will use. Video decoding isn't bit for bit exact, so...

I believe a major part of this thread's suggestion isn't covered by the VTT proposal, although I don't have much opinion about whether that part belongs in HTML. Specifically, this...