Edgar Chen

Results 18 comments of Edgar Chen

> Combination with other APIs that consume user activation are also possible of course, but we'll have to see which come up in practice. pointer lock + fullscreen is rather...

Okay, so my concern is calling fullscreen then pointerlock. And It works in Chrome. Looks like Chrome does have special handling for pointerlock + fullscreen, https://source.chromium.org/chromium/chromium/src/+/master:chrome/browser/ui/exclusive_access/mouse_lock_controller.cc;l=63;drc=d5c9de46626708f710bed9634e1c598d4ac506fa

Currently, Gecko also consume the user activation as we had received a bug of trapping the user in fullscreen mode, which invites DOS and spoofing possibilities. And for pointer lock,...

https://github.com/whatwg/fullscreen/issues/186 sounds reasonable to me.

> @EdgarChen, if we go with something like #207 (new dictionary member), would you be willing to remove the pointerLock workaround in Firefox? To clarify this a bit more: This...

And per https://webidl.spec.whatwg.org/#idl-observable-array > Observable array types must only be used as the type of regular attributes defined on an interface so it is disallowed to be an inner type...

We recently get a bug report for Clipboard API on touch devices, https://bugzilla.mozilla.org/show_bug.cgi?id=1778437.

> The "No module named printing" error can be fixed [1]. Not sure about the "Symbol not found" error. > [1] https://wiki.mozilla.org/Mobile/Fennec/Android/GDB#.22No_module_named_printing.22_when_debugging_Fennec_with_JimDB This can fix "No module named printing" error,...