aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/namespace.rs
Commit message (Collapse)AuthorAgeFilesLines
* script: Use the new C string literal in the DOM bindings (#32741)Bumsoo Kim2024-07-111-3/+4
| | | | | | | | | | | | | | | | | * simple conversion to cstrings using as_ptr() Signed-off-by: Bum Kim <bumcrystlbum@gmail.com> * replaced byte strings with c strings using new helper functions Signed-off-by: Bum Kim <bumcrystlbum@gmail.com> * changed &[u8] type parameters to &CStr Signed-off-by: Bum Kim <bumcrystlbum@gmail.com> --------- Signed-off-by: Bum Kim <bumcrystlbum@gmail.com>
* clippy: Allow `too_many_arguments` for all functions (#31962)komuhangi2024-04-011-0/+1
| | | | | This is the start of preventing this in the future. Co-authored-by: Martin Robinson <mrobinson@igalia.com>
* Support Namespace const in webidl (#30492)Samson2023-10-041-1/+3
| | | | | * Add TestNS with const * Implement namespace const in codegen
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-3/+5
| | | | | * strict imports formatting * Reformat all imports
* Update SpiderMonkeyAnthony Ramine2020-03-061-1/+4
|
* Use safe JSContext when possible in interface.rsmarmeladema2019-08-091-3/+4
|
* Change bindings generation to make Exposed annotation aware of ↵sreeise2019-07-141-1/+1
| | | | members/partial interfaces
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-1/+0
| | | | A `crate_name::foo` path always works in 2018
* `cargo fix --edition`Simon Sapin2018-11-061-2/+2
|
* Format script componentchansuke2018-09-191-7/+8
|
* Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393Marcin Mielniczuk2018-03-281-1/+2
|
* Remove usage of unstable features const_ptr_null and const_ptr_null_mutSimon Sapin2017-10-161-3/+2
|
* order derivable traits listsClément DAVID2017-08-231-1/+1
| | | | | | Ignoring : - **generated**.rs - python/tidy/servo_tidy_tests/rust_tidy.rs
* Implement WebIDL namespacesAnthony Ramine2016-09-081-0/+42