electron-browser-shell icon indicating copy to clipboard operation
electron-browser-shell copied to clipboard

A minimal, tabbed web browser with support for Chrome extensions—built on Electron.

Results 63 electron-browser-shell issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...

dependencies

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 [![Dependabot...

dependencies

Manifest V3 (MV3) is that latest versions of the Chrome extensions API which is now stable in Chrome. It's partially supported in Electron at the moment since electron/electron#27562 was introduced....

enhancement
electron-contrib-required

Bumps [minimist](https://github.com/substack/minimist) 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...

dependencies

![image](https://user-images.githubusercontent.com/30521429/153744448-0a45a15d-ddd5-4e8d-8d89-c7dbe2115be7.png) ![image](https://user-images.githubusercontent.com/30521429/153744419-bfb69f91-dda9-4b7f-90b7-9b91d2ebad71.png)

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...