Karl Tomlinson
Karl Tomlinson
https://github.com/w3c/mediacapture-main/pull/773 split "device information can be exposed" into "camera information can be exposed" and "microphone information can be exposed" and applied the new checks before initializing device-specific information when [creating...
This [came up](https://bugzilla.mozilla.org/show_bug.cgi?id=1704278) when we added the transient activation requirement to Gecko. The data flow affected was "click handler in main document" -> `iframe.contentWindow.postMessage()` -> "`getDisplayMedia()` inside iframe". The gesture...
e.g. https://crash-stats.mozilla.org/report/index/4ffc6620-fdee-4ab2-b541-a2c140240220#tab-modules Expected: Filename or Debug Filename libexpat.so.1.8.10. Actual: Filename and Debug Filename both libexpat.so.1. Version information is still kind of available in the Debug Identifier, but this requires guessing...
A compiler clever enough to know that z is positive with a non-zero biased exponent could, for example, optimize away the scalbnf(z,n) because behavior for left shift of negative values...
https://github.com/w3c/mediacapture-output/issues/113#issue-704418273 proposed output device ordering in enumerateDevices() results to identify the default audio output device. It also said 'This also probably means it should always be exposed since '' allows...
https://github.com/w3c/mediacapture-main/pull/1057 removed the ability to identify the system default audio output device, and to detect when the system default audio output device changes, from the ordering of audio output device...