electron-browser-shell
electron-browser-shell copied to clipboard
A minimal, tabbed web browser with support for Chrome extensions—built on Electron.
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
Update to Webpack 5 in order to support node 18 ✅ By sending this pull request, I agree to the [Contributor License Agreement](https://github.com/samuelmaddock/electron-browser-shell#contributor-license-agreement) of this project.
thank for your project. when i use browser-action to display extension icons. it can't show in a default-session window. so i added a method called setupProtocol in browser/index.ts ` public...
Bumps [electron](https://github.com/electron/electron) from 15.0.0-beta.2 to 15.5.5. Release notes Sourced from electron's releases. electron v15.5.5 Release Notes for v15.5.5 Other Changes Backported fix for CVE-2022-1482. #34040 Backported fix for CVE-2022-1483. #34009...
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1. Commits f545bdb 3.0.1 c57d4c2 fix a few old XO issues for backport 419250f Fix potential ReDoS (#37) See full diff in compare view [ from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
 
This is a super early draft of a few changes to the popup/browserActions that helped me integrate it a bit. Still need to figure out what to do with a...
When extensions.addTab() is called, it emits an event that triggers the observeTab function. This function finally calls this.onActivated(), activating the tab, even if the user did not call select on...