aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmldetailselement.rs
Commit message (Expand)AuthorAgeFilesLines
* 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