aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmliframeelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Move DOMString back to scriptAnthony Ramine2016-05-241-4/+5
* Remove ConstellationChan.Ms2ger2016-05-191-11/+6
* Removed unused importsPer Lundberg2016-05-151-1/+0
* Stop using JSAutoRequest.Ms2ger2016-05-131-2/+1
* remove page and move functionality to browing contextConnor Brewster2016-05-111-6/+2
* Add and update some FIXME comments about origin handling with iframes.Ms2ger2016-05-021-0/+4
* Return a Url from HTMLIFrameElement::get_url.Ms2ger2016-05-021-13/+8
* Make IFrameLoadInfo take an Option<LoadData> instead of Option<Url>Keith Yeung2016-04-301-6/+7
* Auto merge of #10837 - asajeffrey:add-mozbrowsererror-details, r=Manishearthbors-servo2016-04-291-1/+9
|\
| * Add detail to mozbrowsererror events.Alan Jeffrey2016-04-251-1/+9
* | Reduce channel cloning.Ms2ger2016-04-291-3/+3
* | Avoid some clones.Ms2ger2016-04-291-1/+1
* | script: Make iframes know their pipeline IDs at all times, even afterPatrick Walton2016-04-281-2/+8
|/
* Fix some compile warnings.Ms2ger2016-04-191-1/+1
* 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