clients/apps/browser
Matt Gibson d4a8e5829a
Do not use object constructors for names (#4149)
* Do not use object constructors for names

Minification was selecting different class names for different instances
of services, which was causing them not to sync properly.

This was happening _only_ in production mode for some reason, perhaps
due to minifying post chunking?

* Add tests for additional synced properties
2022-11-29 17:40:39 -06:00
..
.vscode
config Use settings in base.json and merge config keys (#3804) 2022-10-18 12:00:40 +10:00
src Do not use object constructors for names (#4149) 2022-11-29 17:40:39 -06:00
store Autosync the updated translations (#4132) 2022-11-28 16:47:15 +01:00
.gitignore
crowdin.yml
gulpfile.js
jest.config.js
package.json Bumped browser version to 2022.10.2 (#3857) 2022-10-20 19:59:25 +01:00
README.md
test.setup.ts
tsconfig.json [SM-252] Enable strict templates (#3601) 2022-11-28 18:59:46 +01:00
tsconfig.spec.json
webpack.config.js [PS-1829] Fix Service Worker Startup in MV3 (#4000) 2022-11-17 15:15:34 -05:00

Github Workflow build browser on master Crowdin Join the chat at https://gitter.im/bitwarden/Lobby

Bitwarden Browser Extension

The Bitwarden browser extension is written using the Web Extension API and Angular.

My Vault

Documentation

Please refer to the Browser section of the Contributing Documentation for build instructions, recommended tooling, code style tips, and lots of other great information to get you started.