aboutsummaryrefslogtreecommitdiffstats
path: root/components/constellation/browsingcontext.rs
Commit message (Expand)AuthorAgeFilesLines
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-3/+1
* clippy: Allow `too_many_arguments` for existing functions (#31974)eri2024-04-021-2/+1
* Rework “visible” to “throttled” in constellation + script + composito...Delan Azabani2024-03-221-8/+8
* clippy: Fix warnings in `components/constellation` (#31610)eri2024-03-111-1/+3
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-2/+4
* remove `extern crate` (#30311)Samson2023-09-081-0/+1
* Add creation url and Secure ContextsJonathan Kingston2020-11-251-0/+8
* Update euclid.Emilio Cobos Álvarez2019-07-231-3/+3
* implement browsing context group and setGregory Terzian2019-06-071-9/+16
* Initial window sizes are mandatory.Josh Matthews2018-12-141-2/+3
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Sort `use` statementsSimon Sapin2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-1/+1
* Move Pipeline::{parent_info,visible,is_private} to BrowsingContextmandreyel2018-09-121-7/+44
* Rustfmt the constellationConnor Brewster2018-07-211-11/+22
* Implement diff-based session historyConnor Brewster2018-04-051-98/+9
* constellation: Use ? on Option more often.Emilio Cobos Álvarez2017-12-091-8/+2
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-1/+1
* Bump euclid to 0.14.Nicolas Silva2017-06-141-1/+1
* Removed root browsing context from constellation.Alan Jeffrey2017-06-071-0/+5
* Fixed typo in components/constellation/browsingcontext.rsjklepatch2017-05-261-1/+1
* Added a TopLevelBrowsingContextId type.Alan Jeffrey2017-05-221-2/+14
* Renamed constellation::Frame to constellation::BrowsingContext.Alan Jeffrey2017-05-151-0/+218