aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/history.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Implements profiler for blocked recvNakul Jindal2018-03-221-3/+4
* Implement initial part of history.stateConnor Brewster2018-01-301-1/+93
* 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 JS<T> to Dom<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* make use of ScriptToConstellationChanPaul Rouget2017-08-151-7/+5
* Webdriver uses browsing context ids rather than pipeline ids.Alan Jeffrey2017-05-251-9/+7
* Make History attributes and methods throwConnor Brewster2017-05-021-11/+17
* Implement setter for document.domainAlan Jeffrey2017-03-151-3/+5
* Added some same-origin-domain checks.Alan Jeffrey2017-03-141-2/+1
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Introduce GlobalScope::pipeline_idAnthony Ramine2016-10-061-4/+6
* Introduce GlobalScope::constellation_chanAnthony Ramine2016-10-061-2/+4
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-2/+1
* Use fn pipeline_id consistently, not fn pipelineAneesh Agrawal2016-09-131-2/+2
* Implement history.lengthConnor Brewster2016-08-031-0/+10
* Add History interfaceConnor Brewster2016-07-221-0/+70