aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/htmlconstructor.rs
Commit message (Expand)AuthorAgeFilesLines
* refactor `CGClassConstructHook` to use handwritten constructors (#33614)Gae242024-10-091-400/+0
* Propagate `CanGc` from `Document::new()` (#33386)Andriy Sultanov2024-09-091-3/+3
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-4/+4
* clippy: Fix needless borrow warnings (#31813)Oluwatobi Sofela2024-03-211-1/+1
* rustdoc: Fix warnings in `components/script/dom` (#31632)Azhar Ismagulova2024-03-131-2/+4
* Use get_desired_proto in htmlconstructor (#31600)Samson2024-03-101-40/+12
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-77/+35
* Use MozTools 4 and update mozjs (#30326)Samson2023-09-111-1/+1
* remove `extern crate` (#30311)Samson2023-09-081-1/+1
* Formatting.Josh Matthews2023-05-281-1/+7
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-2/+4
* Reduce code duplication. Move some of CodegenRust.py to htmlconstructor.rsWarren Fisher2020-06-031-27/+138
* Auto merge of #25576 - pshaughn:menuelement, r=jdmbors-servo2020-01-251-0/+2
|\
| * Implement HTMLMenuElementPatrick Shaughnessy2020-01-231-0/+2
* | Let custom element registry know about picture tagPatrick Shaughnessy2020-01-231-0/+2
|/
* Remove usage of various unsafe keywordmarmeladema2019-08-091-1/+1
* Use safe JSContext in get_constructor_object_from_local_namemarmeladema2019-08-091-5/+5
* Modify *::get_cx methods to return a safe JSContext instead of a raw onemarmeladema2019-07-241-7/+7
* GetPerInterfaceObject methods now takes a SafeJSContext instead of a JSContextmarmeladema2019-07-241-2/+3
* Upgrade to Spidermonkey 67.Josh Matthews2019-06-261-2/+2
* Use TypeError instead of InvalidState for exception.gatowololo2019-06-071-1/+6
* Update to SpiderMonkey 66.Josh Matthews2019-05-101-2/+2
* Add custom elements related stuff into ElementRareDataFernando Jiménez Moreno2019-04-261-2/+2
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-1/+1
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-1/+1
* Sort `use` statementsSimon Sapin2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-75/+75
* Remove the HTMLTable{Header,Data}CellElement interfacesSimon Pieters2018-10-021-4/+3
* Format script componentchansuke2018-09-191-137/+151
* Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393Marcin Mielniczuk2018-03-281-2/+2
* Fix tyvar_behind_raw_pointer warningsSimon Sapin2018-01-101-2/+2
* Fixed tidy-test errorsolmanz2017-11-171-5/+9
* Moved pop_current_element_queue() and push_new_element_queue() to htmlconstru...olmanz2017-11-161-0/+9
* Moved function html_constructor() from interface.rs to new file htmlconstruct...olmanz2017-11-161-0/+313