aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmliframeelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Add support for Upgrade request to a potentially trustworthy URL. (#34986)Shubham Gupta2025-02-051-0/+3
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-11/+11
* script: Expose `NodeTraits::owner_global` / `Window::as_global_scope` (#34843)Martin Robinson2025-01-071-15/+16
* script: Expose node helpers as `NodeTraits` and give more descriptive names (...Martin Robinson2025-01-031-11/+11
* Don't run scripts while DOM tree is undergoing mutations (#34505)Josh Matthews2024-12-261-23/+14
* script: Cache the `<iframe>` list per-Document (#34702)Martin Robinson2024-12-201-1/+1
* Replace HistoryEntryReplacement with NavigationHistoryBehavior from the navig...shanehandley2024-12-181-12/+19
* script: Manage `<iframe>` sizes in `Window` (#34643)Martin Robinson2024-12-161-1/+1
* script: Remove 'pending reflow' concept and some explicit reflows (#34558)Martin Robinson2024-12-111-2/+0
* Add ReferrerPolicy IDL attribute to iframes (#34526)shanehandley2024-12-081-4/+27
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Fix GC borrow hazards triggered by LoadBlocker::terminate (#34122)tanishka2024-11-041-8/+8
* CanGc fixes from EventTarget::fire_event (#33985)tanishka2024-10-231-1/+2
* cangc fixes in node.rs (#33984)chickenleaf2024-10-231-0/+2
* CanGc fixes in `errorevent.rs` (#33960)tanishka2024-10-221-1/+1
* CanGc changes from fontfaceset.rs (#33920)chickenleaf2024-10-211-1/+1
* Various CanGc fixes in components/script/dom (#33706)webbeef2024-10-081-1/+1
* 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