aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmliframeelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Use the document base url when resolving iframe URLsStephen (Ziyun) Li2016-04-151-2/+1
* Remove the url! plugin.Simon Sapin2016-04-141-1/+1
* Remove containing_page_pipeline_idStephen (Ziyun) Li2016-04-141-10/+1
* replace Fallible<()> with ErrorResultDi Xu2016-04-131-5/+5
* Auto merge of #10399 - jdm:pb, r=jdmbors-servo2016-04-051-0/+13
|\
| * Private browsing - Initial stepsdhaval06032016-04-041-0/+13
* | No more headless compositor. Just the normal one.Michael Howell2016-03-241-1/+23
|/
* Add history information to mozbrowserlocationchange eventPaul Rouget2016-03-211-1/+9
* Auto merge of #9740 - paulrouget:mozbrowserconnected, r=jdmbors-servo2016-02-251-1/+1
|\
| * Support Browser API event mozbrowserconnectedPaul Rouget2016-02-241-1/+1
* | allow mozbrowser only for top level windowsPaul Rouget2016-02-231-4/+11
|/
* Make iframes block the enclosing document's load event. Fixes #6663.Josh Matthews2016-02-101-2/+31
* Auto merge of #9244 - paulrouget:securitychange, r=jdmbors-servo2016-02-091-1/+19
|\
| * mozbrowsersercuritychange eventPaul Rouget2016-02-091-1/+19
* | Remove the global argument to EventTarget::{fire_event, fire_simple_event}.Ms2ger2016-02-081-2/+2
|/
* Make iframe's load event trigger a reflow of the enclosing window. Add a catc...Josh Matthews2016-01-261-1/+7
* move MozBrowserEvent to script_traits (+ documentation)apopiak2016-01-131-3/+2
* moved IFrameLoadInfo and IFrameSandboxState to script_traitsFernando Martins2016-01-111-3/+4
* Auto merge of #8506 - nox:finish-ranges, r=dzbarskybors-servo2015-12-261-5/+3
|\
| * Introduce UnbindContextAnthony Ramine2015-12-131-5/+3
* | Auto merge of #9030 - askobara:refactoring-add-htmlformelement-fire_event, r=...bors-servo2015-12-221-7/+3
|\ \
| * | Implement EventTarget::fire_simple_event and EventTarget::fire_simple_event_p...Arthur Skobara2015-12-221-7/+3
* | | Precompute width & height attribute values on <iframe>Corey Farwell2015-12-221-6/+9
|/ /
* | Issue #8352: Dispatch mozbrowsershowmodalprompt event for alert().Simon Martin2015-12-191-1/+10
* | Use Url.join instead of UrlParser.base_url(...).parse (#9002)Mathieu Agopian2015-12-181-3/+2
* | Auto merge of #8618 - paulrouget:reload, r=jdmbors-servo2015-12-171-3/+8
|\ \ | |/ |/|
| * Browser API: implement iframe.reload()Paul Rouget2015-12-081-3/+8
* | Pass around event types as Atoms instead of StringsCorey Farwell2015-12-101-2/+2
* | Move ScriptMsg from msg crate into script_traitsTomas Cernaj2015-12-091-1/+1
|/
* 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