aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/notification.rs
Commit message (Expand)AuthorAgeFilesLines
* Update FetchTaskTarget to propagate CSP violations. (#36409)Tim van der Lippe11 days1-0/+7
* Check all ancestor navigable trustworthiness for mixed content (#36157)Sebastian C2025-04-051-0/+1
* feat(notification): add `EmbedderMsg::ShowNotification` (#36055)Jason Tsai2025-03-241-18/+80
* feat: add can_gc argument to to_frozen_array (#36043)Arya Nair2025-03-191-4/+4
* feat: fetch notification image resources (#35878)Jason Tsai2025-03-191-4/+406
* Cleanups for future script crate split (#35987)Josh Matthews2025-03-161-2/+2
* script: Mark callback methods with CanGc. (#35753)Josh Matthews2025-03-031-1/+1
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* refactor: add CanGc as argument to Promise::resolve (#35616)Yerkebulan Tulibergenov2025-02-231-1/+1
* refactor: propagate CanGc arguments through callers (#35591)Auguste Baum2025-02-231-4/+4
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-1/+1
* feat: add `Notification` Web API binding (#34842)Jason Tsai2025-02-181-0/+562