aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/guard.rs
Commit message (Collapse)AuthorAgeFilesLines
* bindings: Allow Guard to take multiple conditions, check for SecureContext ↵Daniel Adams2024-09-211-6/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | in ConstructorEnabled (#33508) * Update condition handling for exposing values - Let Guard take a list of conditions - Check for secure context condition when exposing constructor Signed-off-by: Daniel Adams <msub2official@gmail.com> * Update WPT expectations Signed-off-by: Daniel Adams <msub2official@gmail.com> * Python tidy Signed-off-by: Daniel Adams <msub2official@gmail.com> * Make interfaces test run in secure context Signed-off-by: Daniel Adams <msub2official@gmail.com> --------- Signed-off-by: Daniel Adams <msub2official@gmail.com>
* clippy: Fix several warnings (#31710)RustAndMetal2024-03-181-4/+1
| | | Signed-off-by: RustAndMetal <111676747+RustAndMetal@users.noreply.github.com>
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-4/+4
| | | | | * strict imports formatting * Reformat all imports
* Add creation url and Secure ContextsJonathan Kingston2020-11-251-0/+12
|
* fixed #25281Shinichi Morimoto2020-03-281-1/+1
|
* Use safe JSContext when possible in interface.rsmarmeladema2019-08-091-14/+4
|
* Change bindings generation to make Exposed annotation aware of ↵sreeise2019-07-141-3/+18
| | | | members/partial interfaces
* #8539 Config preferences backend restructurePeter Hall2019-03-201-2/+2
|
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393Marcin Mielniczuk2018-03-281-1/+2
|
* Removed util.Alan Jeffrey2016-12-141-1/+1
|
* Refactor `util::prefs` operations to be methods on static struct.Corey Farwell2016-07-021-2/+2
|
* Implement [Func]Anthony Ramine2016-05-271-3/+9
|
* Remove utils::Prefable in favour of guard::GuardAnthony Ramine2016-05-261-0/+49