Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Multiple CanGc fixes in components/script/dom (#33924) | tanishka | 2024-10-20 | 1 | -0/+2 |
| | | | Signed-off-by: taniishkaaa <tanishkasingh2004@gmail.com> | ||||
* | rustdoc: Fix many rustdoc errors (#31147) | Martin Robinson | 2024-01-22 | 1 | -1/+1 |
| | | | | This fixes many rustdoc errors that occur due to raw URLs in rustdoc comments as well as unescaped Rust code that should be in backticks. | ||||
* | Add lint check for `&DomRoot<T>` | lberrymage | 2019-12-21 | 1 | -2/+1 |
| | | | | | `&DomRoot<T> is strictly less expressive than `&T`, so using it is pointless. | ||||
* | re-structure blob, structured serialization | Gregory Terzian | 2019-12-11 | 1 | -0/+32 |