aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmliframeelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #8785 - mbrubeck:fixed-hit-test, r=pcwaltonbors-servo2015-12-041-0/+5
|\
| * If a mouse event is targeting an iframe, forward it to the iframe's inner windowMatt Brubeck2015-12-031-0/+5
* | Remove unnecessary conversion to/from DOMString for localName.Eli Friedman2015-12-021-2/+2
|/
* Dispatch load events for cross origin iframes. Resolves #6672.Josh Matthews2015-11-301-1/+24
* Compute attribute name atoms at compile-time.Eli Friedman2015-11-271-2/+2
* Update string_cache to 0.2.Alan Jeffrey2015-11-251-5/+5
* Implement 'url!(..)' macroCorey Farwell2015-11-211-1/+1
* Split ConstellationMsg into ScriptMsg and CompositorMsgKeith Yeung2015-11-161-1/+1
* [Browser API] implement mozbrowsericonchange eventPaul Rouget2015-11-141-4/+41
* 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