aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmliframeelement.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Handle src='' in an iframe element. Without this, infinitely creates iframes ...Glenn Watson2014-09-161-3/+8
* | Make all iframes attached to a document default to about:blank.Josh Matthews2014-09-151-23/+23
|/
* Move Attr helper methods to AttrHelpers trait to avoid to touch them from lay...Tetsuharu OHZEKI2014-09-111-0/+1
* Cargoify servoJack Moffitt2014-09-081-0/+225