aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xmldocument.rs
Commit message (Expand)AuthorAgeFilesLines
* Replace NonZero<*mut JSObject> with a wrapper to enable local trait impls.Simon Sapin2017-10-161-3/+3
* Remove use of unstable box syntax.Simon Sapin2017-10-161-11/+14
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Add ImmutableOrigin to allow for serializing originsConnor Brewster2017-02-221-4/+3
* Allow windows to share browsing contexts.Alan Jeffrey2017-01-281-6/+5
* The constellation notifies the script thread about documents becoming inactiv...Alan Jeffrey2017-01-271-0/+5
* 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