KeychainPasswordReceiver is implemented by installations that need the macOS login password (Safari only).
| 101 | |
| 102 | // KeychainPasswordReceiver is implemented by installations that need the macOS login password (Safari only). |
| 103 | type KeychainPasswordReceiver interface { |
| 104 | SetKeychainPassword(string) |
| 105 | } |
| 106 | |
| 107 | // resolveGlobs expands UserDataDir glob patterns for Windows MSIX/UWP browsers whose package dirs carry a dynamic |
| 108 | // publisher-hash suffix (e.g. "TheBrowserCompany.Arc_*"). A glob matching N dirs yields N configs. |
no outgoing calls
no test coverage detected