aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmliframeelement.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* | Handle src='' in an iframe element. Without this, infinitely creates iframes ↵Glenn Watson2014-09-161-3/+8
| | | | | | | | with the same url.
* | 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 ↵Tetsuharu OHZEKI2014-09-111-0/+1
| | | | layout task.
* Cargoify servoJack Moffitt2014-09-081-0/+225