aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xmldocument.rs
Commit message (Expand)AuthorAgeFilesLines
* Use upcast() in XMLDocument methods.Ms2ger2016-04-111-3/+3
* Remove unused import from xmldocument.Ms2ger2016-04-111-1/+0
* issue #10141 : Document::location set null for documents without a browsing c...shubham_jain2016-04-091-2/+2
* Suppress reflows before RefreshTick or FirstLoadJack Moffitt2016-03-031-1/+0
* removed XMLDocument constructor according to specRahul Sharma2016-03-031-16/+0
* Make it possible for XMLDocuments to have a browsing context.Josh Matthews2016-02-201-1/+6
* Store a pointer to the browsing context in the Document.Ms2ger2016-02-111-0/+1
* Implement [Unforgeable]Anthony Ramine2015-12-021-0/+6
* Add XMLDocument objectGuillaume Gomez2015-11-271-0/+97