Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(roll): roll Playwright to 1.43.0-beta-1712646596000 #2905

Merged
merged 1 commit into from
Apr 9, 2024

Conversation

mxschmitt
Copy link
Member

This was added after we rolled the last time.

#2896

@@ -44,6 +44,7 @@ internal class BrowserContext : ChannelOwner, IBrowserContext
private readonly Dictionary<string, Delegate> _bindings = new();
private readonly BrowserContextInitializer _initializer;
private readonly Tracing _tracing;
internal readonly HashSet<IPage> _backgroundPages = new();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why does this use a HashSet intead of List?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, was following upstream impl, doesn't really matter probably, Java uses a List as well.

@mxschmitt mxschmitt merged commit 9c725ca into main Apr 9, 2024
14 of 15 checks passed
@mxschmitt mxschmitt deleted the roll/1.43.0-beta-1712646596000 branch April 9, 2024 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants