rmottola / Arctic-Fox

Web Browser for Mac OS X 10.6+, Linux (PowerPC, x86, amd64, ARM, MIPS), NetBSD, OpenBSD, and Windows XP.
Other
311 stars 36 forks source link

[import] SEARCH_SERVICE_TOPIC observer in Telemetry breaks About #152

Open rmottola opened 1 year ago

rmottola commented 1 year ago

From old project

In TelemetryEnvironment.jsm, this observer addition:

Services.obs.addObserver(this, SEARCH_SERVICE_TOPIC, false);

causes the home page AboutHome not to completely load the search engine and not to initialize "session restore". No information is added in the console.

rmottola commented 9 months ago

Things changed after importing newtab. Session restore is not correctly initialized (needs a refresh) independently from these observers, so they have been added.