mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-20 06:59:47 +00:00
LibWeb: Remove unused fields from BrowsingContext
Some checks are pending
CI / macOS, arm64, Sanitizer, Clang (push) Waiting to run
CI / Linux, x86_64, Fuzzers, Clang (push) Waiting to run
CI / Linux, x86_64, Sanitizer, GNU (push) Waiting to run
CI / Linux, x86_64, Sanitizer, Clang (push) Waiting to run
Package the js repl as a binary artifact / Linux, arm64 (push) Waiting to run
Package the js repl as a binary artifact / macOS, arm64 (push) Waiting to run
Package the js repl as a binary artifact / Linux, x86_64 (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Label PRs with merge conflicts / auto-labeler (push) Waiting to run
Push notes / build (push) Waiting to run
Some checks are pending
CI / macOS, arm64, Sanitizer, Clang (push) Waiting to run
CI / Linux, x86_64, Fuzzers, Clang (push) Waiting to run
CI / Linux, x86_64, Sanitizer, GNU (push) Waiting to run
CI / Linux, x86_64, Sanitizer, Clang (push) Waiting to run
Package the js repl as a binary artifact / Linux, arm64 (push) Waiting to run
Package the js repl as a binary artifact / macOS, arm64 (push) Waiting to run
Package the js repl as a binary artifact / Linux, x86_64 (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Label PRs with merge conflicts / auto-labeler (push) Waiting to run
Push notes / build (push) Waiting to run
These were introduced in 83c5ff57d8
, but
we stopped using them. No functional changes.
This commit is contained in:
parent
c79063a77d
commit
a5697b4796
Notes:
github-actions[bot]
2025-10-01 11:23:03 +00:00
Author: https://github.com/gmta
Commit: a5697b4796
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6356
2 changed files with 0 additions and 9 deletions
|
@ -116,11 +116,6 @@ private:
|
|||
|
||||
// https://html.spec.whatwg.org/multipage/browsers.html#tlbc-group
|
||||
GC::Ptr<BrowsingContextGroup> m_group;
|
||||
|
||||
GC::Ptr<BrowsingContext> m_first_child;
|
||||
GC::Ptr<BrowsingContext> m_last_child;
|
||||
GC::Ptr<BrowsingContext> m_next_sibling;
|
||||
GC::Ptr<BrowsingContext> m_previous_sibling;
|
||||
};
|
||||
|
||||
URL::Origin determine_the_origin(Optional<URL::URL const&>, SandboxingFlagSet, Optional<URL::Origin> source_origin);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue