mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Bug 70715 - Passwords are not remebered in embedding samples when run from Embed dir. Adding wallet dll to Embed dist. r=chak/sr=blizzard.
This commit is contained in:
parent
7a148171dd
commit
876dcfc210
@ -160,7 +160,12 @@ components/libpref.so
|
||||
|
||||
; profile
|
||||
components/libprofile.so
|
||||
components/profile.xpt
|
||||
components/profile.xpt
|
||||
|
||||
; wallet
|
||||
; Optional - only if you need password persistence
|
||||
components/libwallet.so
|
||||
components/wallet.xpt
|
||||
|
||||
; psm2
|
||||
; Optional - only if you need PSM2 support
|
||||
|
@ -162,7 +162,12 @@ components\xppref32.dll
|
||||
|
||||
; profile
|
||||
components\profile.dll
|
||||
components\profile.xpt
|
||||
components\profile.xpt
|
||||
|
||||
; wallet
|
||||
; Optional - only if you need password persistence
|
||||
components\wallet.dll
|
||||
components\wallet.xpt
|
||||
|
||||
; psm2
|
||||
; Optional - only if you need PSM2 support
|
||||
|
Loading…
Reference in New Issue
Block a user