aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmliframeelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Use new `if let` syntax wherever possible. Fixes #4153.Zack Slayton2015-03-101-9/+6
* Documentation and cleanup.Josh Matthews2015-03-031-2/+2
* Move everything unrelated to the frame tree out of Page and into Document or ...Josh Matthews2015-03-031-20/+16
* Import msg as msg rather than servo_msg.Ms2ger2015-02-101-3/+3
* Replace Root::deref by a custom get_unsound_ref_forever method.Ms2ger2015-02-051-0/+1
* Parsing sandbox attribute on iframe elementsPrabhjyot Singh Sodhi2015-02-051-0/+9
* add `unwrap` to `send/recv` callsAlexandru Cojocaru2015-02-031-1/+1
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-1/+1
* Don't shadow lifetimes in script.Ms2ger2015-01-281-1/+1
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-1/+1
* Update FrameTree pipelines when appropriateMartin Robinson2015-01-091-34/+29
* Store HTMLIFrameElement sandbox attr as TokenListJim Hoskins2015-01-091-11/+13
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-0/+1
* auto merge of #4542 : servo/servo/pre-rustup_20141221, r=saneyukibors-servo2015-01-041-4/+4
|\
| * Rename constellation_msg::Msg variants.Ms2ger2015-01-041-4/+4
* | auto merge of #4495 : MeghaGupta/servo/typeid, r=Ms2gerbors-servo2015-01-041-4/+5
|\ \ | |/ |/|
| * Add HTMLElementTypeId enum (fixes #3625)Megha Gupta2015-01-021-4/+5
* | Remove unsound Root::deref() calls in HTML elements.Ms2ger2015-01-011-0/+1
* | Replace Root::deref() calls by Root::r() calls where possible.Ms2ger2015-01-011-4/+4
|/
* Remove manual impls of Reflectors (autogen)Manish Goregaokar2014-12-271-6/+0
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-13/+13
* Add contentDocument support for HTMLIFrameElement. Fixes #3808.Tomasz Kołodziejski2014-11-131-0/+18
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-1/+1
* Send incremental frame tree updates to the compositorMartin Robinson2014-11-111-9/+3
* Rename LoadIframeUrlMsg to CreateIFrameAndLoadUrlMsgMartin Robinson2014-11-111-2/+2
* Really fix #3738 by only processing iframe src attributes during parsing.Josh Matthews2014-10-231-1/+1
* Implement Document.readyState. Prevent iframes from notifying the compositor ...Josh Matthews2014-10-231-3/+9
* Usage of JSRef<Attr> in before_remove_attr & after_set_attrBruno de Oliveira Abinader2014-10-221-30/+33
* Use #[dom_struct] everywhereManish Goregaokar2014-10-161-3/+1
* script: Use atom comparison in more places, especially for attributes.Patrick Walton2014-10-141-5/+5
* Privatize WindowTim Taubert2014-10-131-1/+1
* Privatize EventTarget and EventListenerEntryTim Taubert2014-10-131-1/+1
* Privatize InheritTypesTim Taubert2014-10-131-5/+24
* Remove unnecessary `deref()`s (fixes #3586)Tim Taubert2014-10-091-7/+7
* Take the prefix from createElementNS into account for HTML elementsGilles Leblanc2014-10-061-4/+4
* Remove Traceable/Untraceable from page.rsManish Goregaokar2014-10-051-3/+3
* Remove Traceable from htmliframelement.rsManish Goregaokar2014-10-051-10/+9
* Use string-cache's Namespace typeKeegan McAllister2014-09-291-2/+1
* Eliminate servo_util::atomKeegan McAllister2014-09-291-1/+1
* Fix indentation in is_htmliframeelement.Ms2ger2014-09-281-1/+1
* Made some DOM fields private.ProgramFOX2014-09-261-1/+1
* Use JSTraceable everywhereManish Goregaokar2014-09-241-2/+2
* Remove some extraneous &* pairsCameron Zwarich2014-09-201-1/+1
* Convert various helper traits from &JSRef to JSRefCameron Zwarich2014-09-201-9/+9
* More progress in the &JSRef -> JSRef conversionCameron Zwarich2014-09-201-10/+10
* First steps of &JSRef -> JSRef conversionCameron Zwarich2014-09-191-12/+12
* Revert "script: Use atom comparison in more places, especially for attributes...Josh Matthews2014-09-181-3/+3
* script: Use atom comparison in more places, especially for attributes.Patrick Walton2014-09-171-3/+3
* Merge pull request #3374 from Manishearth/lint_unrooted_jsmanagedManish Goregaokar2014-09-171-0/+2
|\
| * Use #[must_root] for HTMLElementsManish Goregaokar2014-09-171-0/+2