aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmldetailselement.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-2/+2
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Introduce TaskOnceAnthony Ramine2017-09-201-1/+1
* Use task! for the details notification stepsAnthony Ramine2017-09-181-26/+11
* Move Task to its own moduleAnthony Ramine2017-09-181-1/+1
* Rename Runnable to TaskAnthony Ramine2017-09-161-6/+6
* move name implementation as default implementation to the trait and remove ov...toidiu2017-09-031-2/+0
* Solving merge conficts related to the html5ever_atoms -> html5ever changeChristian Poveda2017-05-031-1/+1
|\
| * Upgrade to html5ever 0.16Simon Sapin2017-05-021-1/+1
* | Changed all prefixes from DOMString to the atomic Prefix from html5everChristian Poveda2017-05-031-4/+3
|/
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Migrate `EventTarget` event firing functions to use `Atom`s.Corey Farwell2016-11-031-1/+1
* Remove "fire a simple event" concept, refactor event firing API.Corey Farwell2016-11-031-1/+1
* Update to string-cache 0.3Simon Sapin2016-11-031-4/+4
* Make TaskSource::queue take a &GlobalScopeAnthony Ramine2016-10-061-2/+1
* Most of the code refactoring needed to be done is done with this commit.Arthur Marble2016-09-181-4/+4
* Make task queue API usable from non-main threads.Josh Matthews2016-07-141-1/+2
* Inline DOM element creation into box expressions in components/script/dom/Kuba Birecki2016-07-141-2/+3
* Move boxing to runnable initializationConnor Brewster2016-07-131-1/+1
* Make all task source runnables cancellableConnor Brewster2016-07-131-4/+2
* Add event runnablesConnor Brewster2016-07-111-1/+1
* Add name method for Runnable trait into DetailsNotificationRunnableChangwan Hong2016-07-081-0/+2
* Combined DOMManipulationTask runnable variants into a single variantConnor Brewster2016-07-061-1/+1
* Clean up DOMManipulationTaskSourceKeith Yeung2016-06-021-0/+1
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* Rename ToggleEventRunnable to DetailsNotificationRunnableKeith Yeung2016-05-041-4/+4
* Remove extraneous script_chan parameter from Trusted::newKeith Yeung2016-04-281-4/+2
* refactors entities from script_thread into script_runtimeRahul Sharma2016-04-061-1/+2
* Add task_source directoryKeith Yeung2016-03-101-17/+13
* Issue #9561 Renamed *_thread_source to *_task_source and ThreadSource to Task...Kamil Muszyński2016-02-141-1/+1
* Remove the global argument to EventTarget::{fire_event, fire_simple_event}.Ms2ger2016-02-081-5/+1
* Implement HTMLDetailsElement. Fixes #9216Lanza2016-01-201-0/+107