aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmliframeelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Replaced DOMString constructor by conversion functions.Alan Jeffrey2015-11-121-2/+1
* Use the conversion traits from js.Ms2ger2015-11-121-10/+13
* Move unsafe layout calls onto LayoutJS.Eli Friedman2015-11-091-24/+24
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-1/+1
* Get rid of a bunch of explicit derefsDavid Zbarsky2015-11-031-7/+7
* merge from masterrohan.prinja2015-11-031-2/+2
|\
| * Use 'atom!' macro for known static stringsCorey Farwell2015-10-301-2/+2
* | more refactoringrohan.prinja2015-10-301-1/+1
* | move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-1/+2
|/
* Clean up the cast callsAnthony Ramine2015-10-211-18/+9
* Introduce trait CastableAnthony Ramine2015-10-211-18/+18
* Remove explicit lifetimes which can be elided.Adam Szopa2015-10-211-1/+1
* Explicitly customise flags of new nodes where neededAnthony Ramine2015-10-151-5/+3
* Generate all Derived implementations in codegenAnthony Ramine2015-10-141-15/+3
* Generate the TypeId enums in codegenAnthony Ramine2015-10-141-7/+8
* Convert RemoveIFrame message to use pipeline id.Glenn Watson2015-10-121-18/+15
* Implement HTMLIFrameElement::pipeline_id on LayoutJS<HTMLIFrameElement>.Ms2ger2015-10-081-3/+12
* Remove constellation round trip for subpage mapping in compositor.Glenn Watson2015-10-071-0/+5
* Auto merge of #7882 - anthgur:consistent-enum-use, r=Ms2gerbors-servo2015-10-061-5/+4
|\
| * Refactor Error enum usage to consistently be qualifiedAnthony Urena2015-10-061-5/+4
* | Make it possible for iframes to create their own pipeline ID.Glenn Watson2015-10-061-6/+16
|/
* 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