aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmliframeelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Add support for fullscreen #10102Jansen Jan2016-12-091-1/+6
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-1/+1
* Added debugging to htmliframeelement.rs.Alan Jeffrey2016-12-061-0/+3
* Implement synchronous about:blank loading.Ms2ger2016-11-301-38/+110
* Remove redundant url clonesPu Xingyu2016-11-181-1/+1
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-3/+3
* Replace script thread root browsing context by a collection of documents.Alan Jeffrey2016-11-081-7/+11
* Auto merge of #14036 - frewsxcv:event, r=noxbors-servo2016-11-041-1/+1
|\
| * Migrate `EventTarget` event firing functions to use `Atom`s.Corey Farwell2016-11-031-1/+1
| * Remove "fire a simple event" concept, refactor event firing API.Corey Farwell2016-11-031-1/+1
* | Lookup frames by frame_id, not pipeline_id.Alan Jeffrey2016-11-031-0/+5
* | Auto merge of #13965 - asajeffrey:script-iframe-check-document-browsing-conte...bors-servo2016-11-031-4/+20
|\ \ | |/ |/|
| * Check that an iframe is in a document with a browsing context before processi...Alan Jeffrey2016-11-031-4/+20
* | Update to string-cache 0.3Simon Sapin2016-11-031-20/+21
|/
* Remove extra spaces in function calls and declarationsDaan Sprenkels2016-10-311-8/+8
* script: Implement the `frameBorder` attribute on `HTMLIFrameElement`.Patrick Walton2016-10-261-0/+5
* Move LoadData to script_traits.Ms2ger2016-10-211-2/+2
* Remove intrinsic Root::r()Anthony Ramine2016-10-111-2/+0
* IFrame elements now manage FrameIds rather than the constellation.Alan Jeffrey2016-10-071-1/+4
* Introduce GlobalScope::pipeline_idAnthony Ramine2016-10-061-2/+3
* Introduce GlobalScope::constellation_chanAnthony Ramine2016-10-061-4/+6
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-2/+1
* Replace current session entry for reloadsConnor Brewster2016-09-191-3/+4
* Made fixes for PR.Arthur Marble2016-09-181-5/+5
* Most of the code refactoring needed to be done is done with this commit.Arthur Marble2016-09-181-10/+10
* Excise SubpageId and use only PipelineIdsAneesh Agrawal2016-09-131-26/+12
* Consistently use parent_pipeline_idAneesh Agrawal2016-09-131-1/+1
* Use fn pipeline_id consistently, not fn pipelineAneesh Agrawal2016-09-131-7/+3
* Reorder `use` statementsUK9922016-09-091-6/+6
* 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
|/