aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xmldocument.rs
Commit message (Expand)AuthorAgeFilesLines
* Pass the Document's origin to its constructor.Ms2ger2016-12-231-0/+5
* Auto merge of #14246 - emilio:servo-url, r=SimonSapinbors-servo2016-11-171-3/+3
|\
| * Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-3/+3
* | script creates methods taking '*mut JSContext' unsafeAbelardo E. Mendoza2016-11-141-1/+2
|/
* Remove intrinsic Root::r()Anthony Ramine2016-10-111-1/+1
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-2/+1
* Use Option<T> to return from gettersAnthony Ramine2016-08-301-3/+2
* Compile WebIDL return type "object" to NonZero<*mut JSObject>Anthony Ramine2016-08-301-1/+3
* script: Obtain referrer policy from headerAravind Gollakota2016-07-151-0/+1
* Implement Document.referrerNazım Can Altınova2016-07-141-1/+2
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* Removed unused importsPer Lundberg2016-05-151-2/+2
* 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