aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmliframeelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Add spec linksBogdan Cuza2015-07-281-0/+7
* Remove *Cast::from_actual.Ms2ger2015-07-041-2/+2
* Factor out common forward/back navigation code in HTMLIFrameElementMethodsDavid Zbarsky2015-07-031-36/+23
* Add JSAutoRequest/JSAutoCompartment to HTMLIFrameElementMichael Wu2015-06-291-1/+4
* Implement AttrHelpersForLayout for LayoutJS<Attr> rather than Attr itself.Ms2ger2015-06-201-2/+2
* Upgrade to SM 39Michael Wu2015-06-191-40/+44
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-5/+13
* script: Implement the `width` and `height` attributes for iframes perPatrick Walton2015-05-201-6/+41
* Various fixes for cleaning up iframes, compositor layers, pipelines and threads.Glenn Watson2015-05-141-0/+27
* Uniformise root() methodsAnthony Ramine2015-04-281-1/+1
* Remove as_slice() calls from script.Ms2ger2015-04-261-1/+1
* Replace the Str implementation for AttrValue by a Deref implementation.Ms2ger2015-04-251-2/+2
* Update WHATWG links to use HTTPSCorey Farwell2015-04-131-1/+1
* Make Element::get_attribute() take its namespace by referenceAnthony Ramine2015-04-061-1/+1
* Replace (String, Option<String>) with MozBrowserEvent in uses of MozBrowserEv...Avi Weinstock2015-03-251-6/+6
* Ensures that iframe navigation updates the parent iframe element subpage id.Glenn Watson2015-03-241-0/+5
* Fix warnings in script.Ms2ger2015-03-231-1/+1
* Experimental implementation of (a small subset of) mozbrowser APIs.Glenn Watson2015-03-231-3/+116
* First part of refactoring constellation to support iframe navigation.Glenn Watson2015-03-171-11/+16
* 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