aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/principals.rs
Commit message (Expand)AuthorAgeFilesLines
* Move generated bindings to script_bindings (#36323)Josh Matthews2025-04-041-119/+4
* More miscellaneous script splitting changes (#36220)Josh Matthews2025-03-301-4/+9
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-3/+3
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-13/+13
* script: Handle null contexts better during JS runtime shutdown. (#34769)Josh Matthews2024-12-261-1/+3
* Allow a null principal to subsumes others when appropriate (#34617)webbeef2024-12-141-9/+17
* script: Impl cloning of JSPrincipals (#32706)Samson2024-07-061-2/+59
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-8/+10
* Fix some build warningsMartin Robinson2023-01-111-0/+1
* semicolonNaveen Gattu2021-12-011-1/+1
* Update principals.rsNaveen Gattu2021-12-011-0/+1
* Perform non-null checks on pointers in subsumesNaveen Gattu2021-11-301-5/+9
* refactor(script): don't conjure up `ServoJSPrincipals` in `ServoJSPrincipalsR...yvt2021-07-251-7/+24
* style(script): address `test-tidy` errorsyvt2021-07-171-0/+4
* refactor(script): auto ref-count `ServoJSPrincipals`yvt2021-07-131-11/+85
* refactor(script): rename `ServoJSPrincipal` to `ServoJSPrincipals`yvt2021-07-131-4/+4
* refactor(script): move `crate::dom::bindings::{utils → principals)::ServoJS...yvt2021-07-131-0/+44