Delan Azabani
8882507ad0
Rework “visible” to “throttled” in constellation + script + compositor ( #31816 )
2024-03-22 06:06:28 +00:00
eri
7f1ef4c7fe
clippy: Fix warnings in components/constellation
( #31610 )
...
* clippy: fix warnings in components/constellation
* fix: review comments
2024-03-11 10:22:28 +00:00
Samson
aad2dccc9c
Strict import formatting (grouping and granularity) ( #30325 )
...
* strict imports formatting
* Reformat all imports
2023-09-11 19:16:54 +00:00
Samson
711dbbd4af
remove extern crate
( #30311 )
...
* remove extern crate
* Update components/script_plugins/lib.rs
Co-authored-by: Martin Robinson <mrobinson@igalia.com>
---------
Co-authored-by: Martin Robinson <mrobinson@igalia.com>
2023-09-08 12:11:31 +00:00
Jonathan Kingston
0e1479cc84
Add creation url and Secure Contexts
2020-11-25 18:30:50 +00:00
Emilio Cobos Álvarez
3d57c22e9c
Update euclid.
...
There are a few canvas2d-related dependencies that haven't updated, but they
only use euclid internally so that's not blocking landing the rest of the
changes.
Given the size of this patch, I think it's useful to get this landed as-is.
2019-07-23 23:09:55 +02:00
Gregory Terzian
8c28852e90
implement browsing context group and set
2019-06-07 13:26:45 +08:00
Josh Matthews
231a37be24
Initial window sizes are mandatory.
2018-12-14 13:12:46 -05:00
Jan Andre Ikenmeyer
1d6fe65401
Update MPL license to https (part 4)
2018-11-19 14:47:27 +01:00
Simon Sapin
76e59a46d3
Sort use
statements
2018-11-06 15:26:02 +01:00
Simon Sapin
45f7199eee
cargo fix --edition
2018-11-06 15:26:02 +01:00
mandreyel
b051df76ef
Move Pipeline::{parent_info,visible,is_private} to BrowsingContext
2018-09-12 17:04:18 +02:00
Connor Brewster
a2064cef28
Rustfmt the constellation
2018-07-21 15:03:23 -06:00
Connor Brewster
f3d068f583
Implement diff-based session history
...
This new implementation of the session history keeps track of
a single tree of browsing contexts and pipelines which represents
the active entry of the session history and it keeps track of
diffs between adjacent entries. This allows use to traverse across
the joint session history by applying diffs to the active tree.
2018-04-05 18:23:21 -05:00
Emilio Cobos Álvarez
828585c685
constellation: Use ? on Option more often.
2017-12-09 20:46:19 +01:00
Matt Brubeck
efc3683cc7
Fix commonmark Markdown warnings in docs, part 1
...
Fixes warnings from rust-lang/rust#44229 when `--enable-commonmark` is
passed to rustdoc.
This is mostly a global find-and-replace for bare URIs on lines by
themselves in doc comments.
2017-10-17 11:24:57 -07:00
Nicolas Silva
8617320500
Bump euclid to 0.14.
2017-06-14 16:00:59 +02:00
Alan Jeffrey
2fd925bac9
Removed root browsing context from constellation.
2017-06-07 22:53:50 -05:00
jklepatch
bcdf6503fb
Fixed typo in components/constellation/browsingcontext.rs
2017-05-26 12:26:43 +08:00
Alan Jeffrey
42577365b7
Added a TopLevelBrowsingContextId type.
2017-05-22 09:27:07 -05:00
Alan Jeffrey
607e011b05
Renamed constellation::Frame to constellation::BrowsingContext.
2017-05-15 21:03:11 -05:00