aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmliframeelement.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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