aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmliframeelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #18968 - mbrubeck:try, r=emiliobors-servo2017-10-211-8/+4
|\
| * Use try syntax for Option where appropriateMatt Brubeck2017-10-201-8/+4
* | Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-16/+16
|/
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-16/+16
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-1/+1
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-1/+1
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Change AttrValue::Url to AttrValue::ResolvedUrlAnthony Ramine2017-10-151-2/+1
* Fix URL attributesAnthony Ramine2017-10-111-6/+3
* Combine ReflowGoal and ReflowQueryTypeMartin Robinson2017-09-301-8/+3
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-6/+6
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-3/+3
* Rename LayoutJS<T> to LayoutDom<T>Anthony Ramine2017-09-261-2/+2
* Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-261-2/+2
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Introduce TaskOnceAnthony Ramine2017-09-201-1/+1
* Use task! to forward unhandled errors to worker objectsAnthony Ramine2017-09-181-25/+9
* Move Task to its own moduleAnthony Ramine2017-09-181-1/+2
* Rename Runnable to TaskAnthony Ramine2017-09-161-3/+3
* Auto merge of #17083 - danielj41:javascript-url-global-3, r=jdmbors-servo2017-09-091-3/+18
|\
| * "javascript:" urls: evaluate in iframe src attributeDaniel Johnson2017-08-281-3/+18
* | order derivable traits listsClément DAVID2017-08-231-1/+1
|/
* make use of ScriptToConstellationChanPaul Rouget2017-08-151-15/+13
* 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