aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmliframeelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Enable resetable and String prefs.James Graham2015-09-251-1/+1
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-4/+4
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-8/+6
* Update prefs API to return an Option<bool>.James Graham2015-09-041-1/+1
* renaming tokens(), atom() and uint() and rewriting to return or panicPrabhjyot Singh Sodhi2015-09-021-1/+1
* Auto merge of #7452 - nox:cleanup-attributes, r=noxbors-servo2015-09-021-29/+16
|\
| * Introduce VirtualMethods::attribute_mutated()Anthony Ramine2015-09-021-29/+16
* | Enforce linking to spec for method implementations via macrosCorey Farwell2015-08-311-2/+4
|/
* Auto merge of #7391 - jdm:prefs, r=Ms2gerbors-servo2015-08-281-5/+9
|\
| * Replace catch-all experimental flag with fine-grained boolean preferences ini...Josh Matthews2015-08-281-5/+9
* | Merge adjacent identical `impl` sectionsCorey Farwell2015-08-281-4/+0
|/
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-13/+13
* Remove AttributeHandlersAnthony Ramine2015-08-271-2/+1
* Remove helper traitsAnthony Ramine2015-08-271-29/+14
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* Remove doublepointer in VirtualMethods, and from_borrowed_refManish Goregaokar2015-08-271-4/+4
* sort all usesJohann Tuffe2015-08-201-8/+8
* Fix existing syntactics nits.Josh Matthews2015-08-161-2/+2
* Replace uses of `for foo in bar.iter()` and `for foo in bar.iter_mut()`João Oliveira2015-08-151-2/+1
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+2
* 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