Bug 1460811 - migrate XULStore to rkv r=bgrins,lina

Differential Revision: https://phabricator.services.mozilla.com/D25355
This commit is contained in:
Myk Melez
2019-04-22 02:59:51 +00:00
parent 6c9dbb3cd8
commit afc457fdb3
34 changed files with 1823 additions and 357 deletions

View File

@@ -34,6 +34,7 @@ extern crate log;
extern crate cert_storage;
extern crate cosec;
extern crate rsdparsa_capi;
extern crate xulstore;
#[cfg(feature = "spidermonkey_rust")]
extern crate jsrust_shared;
#[cfg(feature = "bitsdownload")]