aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmliframeelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Use Foo_Binding instead of FooBinding for namespace modules (#30447)Samson2023-09-301-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-18/+19
* remove `extern crate` (#30311)Samson2023-09-081-1/+2
* build(deps): bump bitflags from 1.3.2 to 2.3.1 (#30273)Martin Robinson2023-09-011-2/+4
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+5
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-1/+4
* fix(script): "process the iframe attributes" shouldn't invoke the iframe load...yvt2021-08-071-11/+18
* refactor(script): `navigate_or_reload_child_browsing_context` should only han...yvt2021-08-031-13/+21
* Add creation url and Secure ContextsJonathan Kingston2020-11-251-0/+4
* Implement DOMTokenList.supports APIVincent Ricard2020-10-051-2/+15
* Do not load srcdoc iframes synchronouslyUtsav Oza2020-08-051-1/+1
* Make url for "client" referrer mandatoryMatthias Deiml2020-06-171-4/+3
* Introduce <LayoutDom<Element>>::attrs()Anthony Ramine2020-03-311-16/+10
* Merge RawLayoutElementHelpers into LayoutElementHelpersAnthony Ramine2020-03-311-3/+3
* Make HTMLIFrameElementLayoutMethods methods take selfAnthony Ramine2020-03-291-8/+8
* Give a lifetime parameter to LayoutDomAnthony Ramine2020-03-281-1/+1
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
* Auto merge of #25668 - pshaughn:iframerecursion, r=jdmbors-servo2020-02-241-1/+24
|\
| * Iframes can't include an ancestor they know aboutPatrick Shaughnessy2020-02-121-1/+24
* | 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