servo/components/script/dom/webxr
hashcatHitman 326a2e9ab6
Initial move of canvas/context/snapshot size from u64 -> u32
Changed the two instances of `euclid::default::Size2D<u64>` in
`servo/components/script/canvas_context.rs` and
`servo/components/shared/snapshot/lib.rs` that were outlined as the bare minimum
in "Make canvas/context/snapshot size be u32 everywhere" to
`euclid::default::Size2D<u32>`. Every other change made in this commit is
either:
 - of similar nature, and is the minimum that would allow compilation
 - resolving lints triggered by the former

More might be needed to complete the issue, but I feel like this is a good
starting point.

This commit includes changes to the following components:
 - canvas
 - pixels
 - script
 - shared/canvas
 - shared/snapshot

Signed-off-by: hashcatHitman <155700084+hashcatHitman@users.noreply.github.com>
2025-06-03 14:38:28 -04:00
..
fakexrdevice.rs
fakexrinputcontroller.rs
mod.rs
xrboundedreferencespace.rs
xrcompositionlayer.rs
xrcubelayer.rs
xrcylinderlayer.rs
xrequirectlayer.rs
xrframe.rs
xrhand.rs
xrhittestresult.rs
xrhittestsource.rs
xrinputsource.rs
xrinputsourcearray.rs
xrinputsourceevent.rs
xrinputsourceschangeevent.rs
xrjointpose.rs
xrjointspace.rs
xrlayer.rs
xrlayerevent.rs
xrmediabinding.rs
xrpose.rs
xrprojectionlayer.rs
xrquadlayer.rs
xrray.rs
xrreferencespace.rs
xrreferencespaceevent.rs
xrrenderstate.rs
xrrigidtransform.rs
xrsession.rs
xrsessionevent.rs
xrspace.rs
xrsubimage.rs
xrsystem.rs
xrtest.rs
xrview.rs
xrviewerpose.rs
xrviewport.rs
xrwebglbinding.rs
xrwebgllayer.rs Initial move of canvas/context/snapshot size from u64 -> u32 2025-06-03 14:38:28 -04:00
xrwebglsubimage.rs