aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmliframeelement.rs
Commit message (Expand)AuthorAgeFilesLines
* URI to URLPatrick Trottier2016-06-201-2/+2
* Auto merge of #11544 - jdm:privatebrowsing, r=asajeffreybors-servo2016-06-201-0/+15
|\
| * Propagate privacy information of iframes to corresponding pipelines. Make ifr...Sagar Muchhal2016-06-201-0/+15
* | Move the remainder of layout_interface into script_layout_interface.Ms2ger2016-06-201-1/+1
|/
* Auto merge of #10225 - jmr0:visibility_api, r=jdmbors-servo2016-06-161-1/+53
|\
| * Implement non-visible pipeline and iframe visibility methodsjmr02016-06-151-1/+53
* | Auto merge of #11720 - canaltinova:sandbox, r=noxbors-servo2016-06-111-12/+10
|\ \ | |/ |/|
| * Add Sandbox field to HTMLIFrameElementNazım Can Altınova2016-06-111-8/+6
| * Change sandbox to sandbox_allowance in HTMLIFrameElementNazım Can Altınova2016-06-111-4/+4
* | Support WindowProxy return values in bindingsJansen Jan2016-06-091-8/+16
|/
* Auto merge of #11616 - ConnorGBrewster:navigation_delta, r=asajeffreybors-servo2016-06-071-2/+2
|\
| * Added support for navigating by a deltaConnor Brewster2016-06-041-2/+2
* | Stop re-exporting AttrValue.Ms2ger2016-06-071-2/+2
* | Move LengthOrPercentageOrAuto to style::attr.Ms2ger2016-06-061-1/+1
|/
* Auto merge of #11468 - rebstar6:refPol4, r=noxbors-servo2016-06-021-2/+3
|\
| * Add meta-referrer support for documentsRebecca2016-06-021-2/+3
* | Fire a mozbrowseropenwindow event when an html anchor has a non-self target.Alan Jeffrey2016-06-021-1/+15
|/
* Fix permissions of mozbrowser and BrowserElementPrivileged (fixes #11498)Anthony Ramine2016-05-301-2/+6
* Auto merge of #11329 - c-rhodes:11320, r=jdmbors-servo2016-05-271-1/+1
|\
| * Report use statements that use {} with only one entryCullen Rhodes2016-05-271-1/+1
* | Auto merge of #11308 - nox:guarded, r=jdmbors-servo2016-05-271-23/+6
|\ \ | |/ |/|
| * Use [Func] on HTMLIFrameElement.mozbrowserAnthony Ramine2016-05-271-18/+5
| * Move mozbrowser_enabled to util::prefsAnthony Ramine2016-05-271-5/+1
* | Record the frame type (IFrame or MozBrowserIFrame) in the pipeline.Alan Jeffrey2016-05-261-1/+3
|/
* 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