aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmliframeelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Synchronously mark iframes as having pending loads when navigating a window p...Josh Matthews2024-09-271-2/+5
* Store a pipeline that's being replaced in the load data.Josh Matthews2024-09-251-5/+5
* about:srcdoc loads are not synchronous.Josh Matthews2024-09-251-1/+1
* Use existing window when navigating away from initial about:blank document.Josh Matthews2024-09-251-9/+12
* Fix panic when about:blank iframe is removed from the document immediately af...Josh Matthews2024-09-251-2/+4
* Formatting.Josh Matthews2024-09-251-4/+11
* Sync load event for about:blank iframe elements.Josh Matthews2024-09-251-1/+32
* Formatting.Josh Matthews2024-09-251-3/+1
* Hack: normalize all about:blank load behaviour and prevent load/pageshow even...Josh Matthews2024-09-251-1/+3
* Propagate `CanGc` from `Document::new()` (#33386)Andriy Sultanov2024-09-091-14/+24
* Remove many explicit reflow calls (#33067)Josh Matthews2024-08-151-6/+1
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* script_layout: Remove script to layout messages (#32081)Martin Robinson2024-04-221-1/+1
* script: Reduce the use of `unsafe` in LayoutDom (#31979)Martin Robinson2024-04-031-4/+2
* Rework “visible” to “throttled” in constellation + script + composito...Delan Azabani2024-03-221-5/+5
* Clippy: Fixed warnings in htmlimageelement.rs (#31800)Aarya Khandelwal2024-03-211-5/+5
* Clippy: Fixed clippy warnings in components/script/dom (#31801)Aarya Khandelwal2024-03-211-9/+9
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-11/+11
* script: Do not run layout in a thread (#31346)Martin Robinson2024-02-231-5/+1
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-1/+1
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-1/+1
* 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