| Commit message (Expand) | Author | Age | Files | Lines |
* | Strict import formatting (grouping and granularity) (#30325) | Samson | 2023-09-11 | 1 | -6/+8 |
* | Rename reflect_dom_object2. | Josh Matthews | 2023-05-31 | 1 | -2/+2 |
* | Formatting. | Josh Matthews | 2023-05-28 | 1 | -1/+4 |
* | Support arbitrary protos when wrapping DOM objects with constructors. | Josh Matthews | 2023-05-28 | 1 | -5/+6 |
* | Add trait DomObjectWrap to provide WRAP function | YUAN LYU | 2020-03-20 | 1 | -6/+1 |
* | Modify `script` to prevent further violations of snake_case | Kunal Mohan | 2020-01-18 | 1 | -0/+1 |
* | Convert CGTraitInterface to use safe JSContext instead of raw JSContext | marmeladema | 2019-07-24 | 1 | -7/+11 |
* | Update MPL license to https (part 3) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
* | Reorder imports | Pyfisch | 2018-11-06 | 1 | -2/+2 |
* | `cargo fix --edition` | Simon Sapin | 2018-11-06 | 1 | -7/+7 |
* | Format script component | chansuke | 2018-09-19 | 1 | -4/+8 |
* | Replace NonNullJSObjectPtr with std::ptr::NonNull<JSObject> | Simon Sapin | 2018-01-22 | 1 | -3/+3 |
* | Fix tyvar_behind_raw_pointer warnings | Simon Sapin | 2018-01-10 | 1 | -2/+2 |
* | Replace NonZero<*mut JSObject> with a wrapper to enable local trait impls. | Simon Sapin | 2017-10-16 | 1 | -4/+4 |
* | Remove use of unstable box syntax. | Simon Sapin | 2017-10-16 | 1 | -1/+1 |
* | Rename Root<T> to DomRoot<T> | Anthony Ramine | 2017-09-26 | 1 | -3/+3 |
* | Rename dom::bindings::js to dom::bindings::root | Anthony Ramine | 2017-09-26 | 1 | -1/+1 |
* | Upgrade to rustc 1.21.0-nightly (599be0d18 2017-07-26) | Simon Sapin | 2017-07-27 | 1 | -1/+1 |
* | Remove some usage of rust-encoding | Simon Sapin | 2017-05-27 | 1 | -5/+2 |
* | Make #[dom_struct] a proc_macro attribute | Anthony Ramine | 2017-02-24 | 1 | -0/+1 |
* | Update js. | Ms2ger | 2017-02-15 | 1 | -2/+2 |
* | Rewrite TextEncoder::Encode to use typed array API. Fixes #15504 | Michael Nelson | 2017-02-13 | 1 | -9/+5 |
* | script creates methods taking '*mut JSContext' unsafe | Abelardo E. Mendoza | 2016-11-14 | 1 | -12/+10 |
* | Pass a &GlobalScope to WebIDL static methods and constructors | Anthony Ramine | 2016-10-06 | 1 | -3/+2 |
* | Make reflect_dom_object take a &GlobalScope | Anthony Ramine | 2016-10-06 | 1 | -2/+3 |
* | removed support for UTF-16 in TextEncoder | Ashwin R | 2016-09-27 | 1 | -31/+10 |
* | Compile WebIDL return type "object" to NonZero<*mut JSObject> | Anthony Ramine | 2016-08-30 | 1 | -2/+3 |
* | Root js_object in TextEncoder::Encode | Anthony Ramine | 2016-08-30 | 1 | -3/+4 |
* | Move DOMString back to script | Anthony Ramine | 2016-05-24 | 1 | -2/+1 |
* | Removed unused imports | Per Lundberg | 2016-05-15 | 1 | -1/+1 |
* | Update SpiderMonkey | Anthony Ramine | 2016-05-03 | 1 | -2/+3 |
* | Replaced DOMString constructor by conversion functions. | Alan Jeffrey | 2015-11-12 | 1 | -1/+1 |
* | Make DOMString a newtype around String, rather than a typedef. | Ms2ger | 2015-11-04 | 1 | -1/+1 |
* | merge from master | rohan.prinja | 2015-11-03 | 1 | -7/+5 |
|\ |
|
| * | Remove the pointless TextEncoder::encoding field. | Ms2ger | 2015-10-30 | 1 | -7/+5 |
* | | rearrange imports to be in alphabetical order | rohan.prinja | 2015-10-30 | 1 | -1/+1 |
* | | more refactoring | rohan.prinja | 2015-10-30 | 1 | -1/+1 |
|/ |
|
* | Refactor Error enum usage to consistently be qualified | Anthony Urena | 2015-10-06 | 1 | -4/+3 |
* | sorted the extern crate, mod & use declarations | Ravi Shankar | 2015-09-24 | 1 | -2/+2 |
* | Fix reported test-tidy errors for unmerged import blocks | Brandon Fairchild | 2015-09-19 | 1 | -7/+3 |
* | Make the traits for the IDL interfaces take &self | Anthony Ramine | 2015-08-27 | 1 | -3/+3 |
* | make dom_struct derive HeapSizeOf, | João Oliveira | 2015-08-27 | 1 | -1/+0 |
* | sort all uses | Johann Tuffe | 2015-08-20 | 1 | -4/+4 |
* | Cleanup NodeIterator, Range, ServoHTMLParser, TextEncoder, URLHelper, URL, Vi... | Manish Goregaokar | 2015-08-18 | 1 | -2/+2 |
* | Measure heap memory usage for more types. Fixes #6951 | Bogdan Cuza | 2015-08-13 | 1 | -0/+2 |
* | Add spec links | Bogdan Cuza | 2015-07-28 | 1 | -1/+1 |
* | Upgrade to SM 39 | Michael Wu | 2015-06-19 | 1 | -6/+6 |
* | Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. | Simon Sapin | 2015-05-05 | 1 | -1/+1 |
* | Auto merge of #5903 - psdh:textencoder5900, r=Ms2ger | bors-servo | 2015-05-01 | 1 | -2/+1 |
|\ |
|
| * | TextEncoder::Constructor should not trim whitespaces or lowercase labels #5900 | Prabhjyot Singh Sodhi | 2015-04-30 | 1 | -2/+1 |