Browser is one Firefox installation: the Profiles directory holding one or more profiles. Firefox keys are per-profile (each profile's key4.db), so the installation does not implement KeyManager.
| 14 | // more profiles. Firefox keys are per-profile (each profile's key4.db), so the |
| 15 | // installation does not implement KeyManager. |
| 16 | type Browser struct { |
| 17 | cfg types.BrowserConfig |
| 18 | profiles []*profile |
| 19 | } |
| 20 | |
| 21 | // NewBrowser discovers the Firefox profiles under cfg.UserDataDir and returns |
| 22 | // the installation, or nil if no profile with resolvable sources exists. |
nothing calls this directly
no outgoing calls
no test coverage detected