Philip Lamb

Results 10 issues of Philip Lamb

Bump mozangle to 0.3.3. Fixes numerous bugs and is the version used in Gecko. Depends on https://github.com/servo/surfman/pull/230 --- - [x] `./mach build -d` does not report any errors - [x]...

S-tests-failed

Servo built from current [main](https://github.com/servo/servo/commit/271176094d82654c4f471e5865d9f7be66dc937d) Attempting to load page with embedded MPEG-4 h264 video. Previously this was able to be loaded circa 2021 using layout-2013. Page loads, audio plays, but...

Servo local build from ce62f6f203af0f729ebebf5dbc3a0109d661fd3c Launch with `./mach run --release https://www.google.com/recaptcha/api2/demo`. Page loads. Click on "I'm not a robot" button. Spinner spins, but log shows: ``` ERROR script::dom::bindings::error] Error at...

360° video support (see #62) needs to be able to examine the query-string portion of the URI (https://tools.ietf.org/html/rfc3986#section-3.4) to find out if the URI contains a `mozVideoProjection` tag (see https://github.com/MozillaReality/FirefoxReality/wiki/Media-Playback)...

bug
P3

Broken out from #65: If the user entered FxR via a deep link (from the Lens, overlay, another app), the see that page instead of the Content Feed

P3
enhancement

Improve GStreamer plugin resolution; 1) prefer module path over exe p…ath (e.g. in case where servo is embedded in a Framework) 2) Support standard GStreamer plugin path environment variable. ---...

Since ARXCamera now has the option to work without an ARXOrigin, ARXTrackedCamera is obsolete. However, ARXTransitionalCamera derives from it. So need to refactor ARXTransitionalCamera for examples in extended examples repo.

enhancement
P3

Request from @simondarksidej: allow entire workflow for marker creation to be run without leaving Unity Editor. - For 2D planar tracker, allow tracking point visualisation. - For square template markers,...

enhancement