aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmliframeelement.rs
Commit message (Expand)AuthorAgeFilesLines
...
* | Initial window sizes are mandatory.Josh Matthews2018-12-141-2/+2
* | Ensure that all new iframes have a correct initial window size.Josh Matthews2018-12-141-1/+12
|/
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Unify the task source and task canceller APIAgustin Chiappe Berrini2018-11-141-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-2/+2
* Reorder importsPyfisch2018-11-061-4/+6
* Format remaining filesPyfisch2018-11-061-1/+2
* Sort `use` statementsSimon Sapin2018-11-061-2/+2
* `cargo fix --edition`Simon Sapin2018-11-061-23/+23
* Assign a name to iframes when loading the initial about:blankMichael Howell2018-10-191-10/+10
* Format script componentchansuke2018-09-191-67/+126
* iframe: use value of name attr to set nested bc nameGregory Terzian2018-08-111-1/+14
* implement opener, disowningGregory Terzian2018-08-111-0/+1
* Replace initial about:blank loadsConnor Brewster2018-04-111-1/+10
* Implements profiler for blocked recvNakul Jindal2018-03-221-1/+2
* Adding Name and SetName functions for windowpaavininanda2018-02-261-0/+21
* remove mozbrowser codePaul Rouget2018-02-131-260/+7
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-16/+16
* 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
|\