fune/toolkit/components/viaduct
Nika Layzell e8e1f6902e Bug 1800295 - Delete the Viaduct XPCOM interface, r=chutten,markh
This XPCOM interface was being initialized and used, and was unnecessary.
This patch removes it completely to simplify things, initializing
viaduct during xpcom startup instead. This is done rather than keeping
it lazy and tied to FOG startup, as the implementation just sets a
static atomic to a function pointer.

This makes no changes to anything which actually uses viaduct, which is
done through the previously mentioned static atomic.

Differential Revision: https://phabricator.services.mozilla.com/D162010
2022-11-15 17:25:46 +00:00
..
fetch_msg_types.pb.cc
fetch_msg_types.pb.h Bug 1790929 - Update protobuf to version 21.6. r=markh 2022-09-15 01:33:24 +00:00
fetch_msg_types.proto
moz.build Bug 1800295 - Delete the Viaduct XPCOM interface, r=chutten,markh 2022-11-15 17:25:46 +00:00
Viaduct.cpp Bug 1800295 - Delete the Viaduct XPCOM interface, r=chutten,markh 2022-11-15 17:25:46 +00:00
Viaduct.h Bug 1800295 - Delete the Viaduct XPCOM interface, r=chutten,markh 2022-11-15 17:25:46 +00:00
ViaductRequest.cpp
ViaductRequest.h Bug 1800295 - Delete the Viaduct XPCOM interface, r=chutten,markh 2022-11-15 17:25:46 +00:00