Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | script: Use the new C string literal in the DOM bindings (#32741) | Bumsoo Kim | 2024-07-11 | 1 | -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) | komuhangi | 2024-04-01 | 1 | -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) | Samson | 2023-10-04 | 1 | -1/+3 |
| | | | | | * Add TestNS with const * Implement namespace const in codegen | ||||
* | Strict import formatting (grouping and granularity) (#30325) | Samson | 2023-09-11 | 1 | -3/+5 |
| | | | | | * strict imports formatting * Reformat all imports | ||||
* | Update SpiderMonkey | Anthony Ramine | 2020-03-06 | 1 | -1/+4 |
| | |||||
* | Use safe JSContext when possible in interface.rs | marmeladema | 2019-08-09 | 1 | -3/+4 |
| | |||||
* | Change bindings generation to make Exposed annotation aware of ↵ | sreeise | 2019-07-14 | 1 | -1/+1 |
| | | | | members/partial interfaces | ||||
* | Update MPL license to https (part 3) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | Remove useless `use crate_name;` imports. | Simon Sapin | 2018-11-08 | 1 | -1/+0 |
| | | | | A `crate_name::foo` path always works in 2018 | ||||
* | `cargo fix --edition` | Simon Sapin | 2018-11-06 | 1 | -2/+2 |
| | |||||
* | Format script component | chansuke | 2018-09-19 | 1 | -7/+8 |
| | |||||
* | Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393 | Marcin Mielniczuk | 2018-03-28 | 1 | -1/+2 |
| | |||||
* | Remove usage of unstable features const_ptr_null and const_ptr_null_mut | Simon Sapin | 2017-10-16 | 1 | -3/+2 |
| | |||||
* | order derivable traits lists | Clément DAVID | 2017-08-23 | 1 | -1/+1 |
| | | | | | | Ignoring : - **generated**.rs - python/tidy/servo_tidy_tests/rust_tidy.rs | ||||
* | Implement WebIDL namespaces | Anthony Ramine | 2016-09-08 | 1 | -0/+42 |