-
Notifications
You must be signed in to change notification settings - Fork 32
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: refactor scripts and realms and fix generator serialization #1013
Conversation
aeeb902
to
19dea76
Compare
It turns out ScriptEvaluator and Realm deal with the same domains. I decided to merge them, for ease of readability. And then did some refactoring to try to make function and variable names easier to read. There's still more refactoring that can be done, but that's it for now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
19dea76
to
4c99c6a
Compare
4c99c6a
to
b417b0b
Compare
Yay, all tests are passing. Let me see if I can refactor it a bit more. |
a53b4b4
to
e280027
Compare
e280027
to
7323a1d
Compare
🤖 I have created a release *beep* *boop* --- ## [0.4.18](chromium-bidi-v0.4.17...chromium-bidi-v0.4.18) (2023-07-21) ### Features * implement browsingContext.activate ([#1002](#1002)) ([22e2417](22e2417)) * implement drag n' drop ([#1006](#1006)) ([6443045](6443045)) * **print:** throw unsupported operation when content area is empty ([#992](#992)) ([71a8b5c](71a8b5c)), closes [#518](#518) * refactor scripts and realms and fix generator serialization ([#1013](#1013)) ([73ea6f0](73ea6f0)), closes [#562](#562) * support iterator serialization ([#1042](#1042)) ([9dff121](9dff121)) ### Bug Fixes * don't hold finished requests in memory ([#1058](#1058)) ([f15163a](f15163a)) * NavigationStarted Event for sub-frames ([#1009](#1009)) ([c4841f8](c4841f8)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Bug: #562