aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmliframeelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove static usage at compile-time of GIT_INFO to enable builds outside of a...Lars Bergstrom2016-08-271-1/+1
* Implement beginnings of joint session historyConnor Brewster2016-07-211-9/+5
* Removed panic channel, replaced by integrated logging and issue reporting.Alan Jeffrey2016-07-201-2/+2
* Allow window elements as well as iframes to the the target of mozbrowser events.Alan Jeffrey2016-07-181-100/+93
* Inline DOM element creation into box expressions in components/script/dom/Kuba Birecki2016-07-141-2/+3
* Auto merge of #11872 - eddyb:back-to-roots, r=Ms2gerbors-servo2016-07-041-2/+2
|\
| * Switch to using the new rooted!/RootedGuard API for rooting.Eduard Burtescu2016-07-041-2/+2
* | Refactor `util::prefs` operations to be methods on static struct.Corey Farwell2016-07-021-3/+3
|/
* Auto merge of #12136 - ConnorGBrewster:servo_version_reporter, r=asajeffreybors-servo2016-07-021-0/+2
|\
| * Send servo version in mozbrowser error.Connor Brewster2016-07-011-0/+2
* | Removing u8 from HTMLIframeElementPatrick Trottier2016-07-011-19/+21
|/
* 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