Xidorn Quan

Results 220 comments of Xidorn Quan

Looks like LLVM wouldn't optimize it automatically. Also it's probably worth following progress on fast math support in rust-lang/rust#21690, since LLVM may generate rsqrt when the corresponding code uses `fdiv...

A similar situation: **Input Code** ```typescript let result = // comment for the first part of the expression first // explanation for the second part + second; ``` **Expected Output**...

Is it possible to capture the content into multiple images to overcome this limitation? That would probably be enough for many people. (And with that data available, the next step...

I think browsers generally allow page to `preventDefault` on `keypress` of F11, so you can disable it via that. Escape key, however, is a security measure to stop page from...

Fullscreen inside of `` should have been forbidden by the "allowed to use" algorithm anyway. Also `` being able to enter fullscreen is the prerequisite for its content to do...

For Firefox... I don't really recall we have any code to kick off fullscreen when opening popup... Could you provide more information about what security issue this is about? Preferably...

What do you mean by consume user gesture?

Sounds like a reasonable idea. Another question would be whether other operations which require user activation / user gesture consumes that as well? i.e. if I trigger something else in...