aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmliframeelement.rs
Commit message (Expand)AuthorAgeFilesLines
* return Option from GlobalScope::currentJyotsna Prakash2017-06-221-1/+1
* Responding to review comments.Alan Jeffrey2017-05-261-1/+1
* Webdriver uses browsing context ids rather than pipeline ids.Alan Jeffrey2017-05-251-9/+7
* Added a TopLevelBrowsingContextId type.Alan Jeffrey2017-05-221-27/+65
* Renamed constellation::Frame to constellation::BrowsingContext.Alan Jeffrey2017-05-151-16/+16
* Auto merge of #16845 - asajeffrey:script-rename-browsing-contexts, r=jdmbors-servo2017-05-131-4/+4
|\
| * Renamed BrowsingContext to WindowProxy in script.Alan Jeffrey2017-05-121-4/+4
* | Make non-initial about:blank loads asynchronousConnor Brewster2017-05-121-45/+89
|/
* Solving merge conficts related to the html5ever_atoms -> html5ever changeChristian Poveda2017-05-031-1/+1
|\
| * Upgrade to html5ever 0.16Simon Sapin2017-05-021-1/+1
* | Changed all prefixes from DOMString to the atomic Prefix from html5everChristian Poveda2017-05-031-3/+3
|/
* Implement setter for document.domainAlan Jeffrey2017-03-151-5/+3
* Added some same-origin-domain checks.Alan Jeffrey2017-03-141-18/+22
* s/IframeLoadEventSteps/IFrameLoadEventSteps/gFernando Jiménez Moreno2017-03-071-7/+7
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Add ImmutableOrigin to allow for serializing originsConnor Brewster2017-02-221-1/+1
* Implement browsing context discarding.Alan Jeffrey2017-01-051-35/+26
* Implement correct security checks for HTMLIFrameElement::contentDocument.Ms2ger2016-12-231-5/+3
* Pass the Document's origin to its constructor.Ms2ger2016-12-231-1/+1
* Removed util.Alan Jeffrey2016-12-141-2/+2
* Remove HeapGCValueAnthony Ramine2016-12-121-2/+2
* 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