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 | -2/+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: Fix a bunch of warnings in `script` (#32680) | Martin Robinson | 2024-07-04 | 1 | -10/+10 |
| | | | This is just a portion of the errors that are remaining to be fixed. | ||||
* | Strict import formatting (grouping and granularity) (#30325) | Samson | 2023-09-11 | 1 | -3/+3 |
| | | | | | * strict imports formatting * Reformat all imports | ||||
* | Use safe JSContext when possible in interface.rs | marmeladema | 2019-08-09 | 1 | -10/+13 |
| | |||||
* | 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 | ||||
* | Reorder imports | Pyfisch | 2018-11-06 | 1 | -2/+2 |
| | |||||
* | Format script component | chansuke | 2018-09-19 | 1 | -9/+8 |
| | |||||
* | Upgraded to SM 60 | Alan Jeffrey | 2018-08-20 | 1 | -3/+1 |
| | |||||
* | Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393 | Marcin Mielniczuk | 2018-03-28 | 1 | -2/+4 |
| | |||||
* | Remove and allow some dead code. | Ms2ger | 2016-12-22 | 1 | -0/+1 |
| | |||||
* | Move WebIDL constants machinery to bindings::constant | Anthony Ramine | 2016-09-06 | 1 | -0/+65 |