aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmliframeelement.rs
Commit message (Expand)AuthorAgeFilesLines
...
* | Names should now be consistently atomsPatrick Shaughnessy2020-02-131-21/+11
|/
* dom: Reduce the scope of iframe's load blocker borrow.Josh Matthews2019-11-121-4/+7
* Implement srcdoc support for iframes.jaymodi982019-11-121-2/+47
* Ensure layout/script always have a correct viewport size when a new pipeline ...Josh Matthews2019-11-061-0/+2
* dom: Calculate the viewport size of iframes when they are first added to the ...Josh Matthews2019-11-061-8/+8
* improve spec compliance of discarding BCsGregory Terzian2019-09-221-4/+3
* restructure content process shutdown ack with threaded sender, without layoutGregory Terzian2019-08-171-1/+0
* Update euclid.Emilio Cobos Álvarez2019-07-231-5/+2
* clean-up navigationGregory Terzian2019-07-181-33/+38
* Introduce BindContext with in_doc and connected flagsFernando Jiménez Moreno2019-04-261-3/+6
* Add is_connected flag to node and use it to replace most uses of is_in_docFernando Jiménez Moreno2019-04-261-5/+5
* set referrer in window.load_urlRussell Cousineau2019-04-191-2/+3
* Remove SetVisible message from iframeAron Zwaan2019-03-121-10/+0
* Make nested browsing context navigations check the loaded status of the activ...Josh Matthews2019-03-071-3/+1
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-14/+14
* Auto merge of #22121 - gterzian:remove_constellation_block_in_navigation, r=p...bors-servo2018-12-261-2/+7
|\
| * implement windowproxy "delay-load-event-mode", and partially document "comple...Gregory Terzian2018-12-231-2/+7
* | style: Make Servo use a single thread-pool for layout-related tasks per-process.Emilio Cobos Álvarez2018-12-231-2/+0
* | Auto merge of #22456 - dlrobertson:fix_src, r=ferjmbors-servo2018-12-221-2/+2
|\ \ | |/ |/|
| * Update src/href attributes to be a USVStringDan Robertson2018-12-171-2/+2
* | Delay iframe and script element processing until the DOM is stable.Josh Matthews2018-12-141-12/+16
* | 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