-
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: webExtension module #3012
Conversation
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.
Great job! Please add a couple of e2e tests, and it will be ready to merge:
Install + uninstall successfully.
Innstall invalid extension.
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.
Great job! I left a few comments. Please add e2e tests as Maksim suggested. There are some WPT tests in progress in the Firefox repository so we do not need to add any for now.
@LiviuArln I have pushed an update to enable CDP-fix and verified that the test returns a good CDP error. Could you please add other tests and implement error handling? Currently, only the non-chromedriver test configuration works ( @sadym-chromium I think ChromeDriver is doing exposeDevToolsProtocol elsewhere when it loads mapper. Would you mind updating it? let's chat about it tomorrow. |
3574a9d
to
d57019f
Compare
Update the expectations for PR #3012. Automatically generated by https://github.com/GoogleChromeLabs/chromium-bidi/blob/main/.github/workflows/wpt.yml
Update the expectations for PR #3012. Automatically generated by https://github.com/GoogleChromeLabs/chromium-bidi/blob/main/.github/workflows/wpt.yml
🤖 I have created a release *beep* *boop* --- ## [2.1.0](chromium-bidi-v2.0.0...chromium-bidi-v2.1.0) (2025-02-28) ### Features * webExtension module ([#3012](#3012)) ([3994b79](3994b79)) ### Bug Fixes * hide cdp.send after the mapper receives it ([#3137](#3137)) ([9ad3d11](9ad3d11)) --- 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>
Closes #2849