Problem solved. This time, thanks to duckduckgo, pointing Ref.[1] as the
second result.
I suspected this "healthReporter" and the move of several directories to
/usr/lib/firefox/browser.
Patch attached, I applied just to the firefox build (not xulrunner),
with patch -Np1 -i ...
Obtained with:
diff -Naur mozilla-release/browser/base/content/browser.js.orig
mozilla-release/browser/base/content/browser.js
[1]
https://www.linuxquestions.org/questions/linux-from-scratch-13/blfs-xulrunner-firefox-21-0-and-search-4175462532/
--
[]s,
Fernando
--- mozilla-release/browser/base/content/browser.js.orig 2013-05-11 16:19:21.000000000 -0300
+++ mozilla-release/browser/base/content/browser.js 2013-06-07 00:39:16.114862388 -0300
@@ -3559,10 +3559,12 @@
*/
recordSearchInHealthReport: function (engine, source) {
#ifdef MOZ_SERVICES_HEALTHREPORT
- let reporter = Cc["@mozilla.org/datareporting/service;1"]
+ /*let reporter = Cc["@mozilla.org/datareporting/service;1"]
.getService()
.wrappedJSObject
.healthReporter;
+ */
+ return;
// This can happen if the FHR component of the data reporting service is
// disabled. This is controlled by a pref that most will never use.
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page