aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/docs
Commit message (Collapse)AuthorAgeFilesLines
* Replace http with https in docsJan Andre Ikenmeyer2018-11-061-13/+13
|
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-10/+10
| | | | | | | In a later PR, DomRoot<T> will become a type alias of Root<Dom<T>>, where Root<T> will be able to handle all the things that need to be rooted that have a stable traceable address that doesn't move for the whole lifetime of the root. Stay tuned.
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-15/+15
|
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-5/+5
|
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+2
|
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-1/+1
| | | | Fixes https://github.com/servo/servo/issues/8473.
* Mark JSTraceable and its method as unsafeAnthony Ramine2016-12-061-3/+3
|
* Move the DOM memory management blog post into the tree.Ms2ger2015-10-291-0/+361