mirror of
https://github.com/servo/servo
synced 2026-05-08 16:12:15 +02:00
Changed the Requests/Response from tuples to named struct variants and also sorted in alphabetical order. Replaced the ID generator functions from `globalscope` with a single function, which returns a `RefMut` and can call the appropriate method to generate resource IDs.