summaryrefslogtreecommitdiffstats
path: root/main/firefox/searchbox.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/firefox/searchbox.patch')
-rw-r--r--main/firefox/searchbox.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/main/firefox/searchbox.patch b/main/firefox/searchbox.patch
new file mode 100644
index 000000000..9330c3db1
--- /dev/null
+++ b/main/firefox/searchbox.patch
@@ -0,0 +1,23 @@
+diff -rc /tmp/mozilla-release/browser/base/content/browser.js mozilla-release/browser/base/content/browser.js
+*** /tmp/mozilla-release/browser/base/content/browser.js 2013-05-11 14:19:21.000000000 -0500
+--- mozilla-release/browser/base/content/browser.js 2013-05-19 01:42:13.778359190 -0500
+***************
+*** 3559,3568 ****
+ */
+ recordSearchInHealthReport: function (engine, source) {
+ #ifdef MOZ_SERVICES_HEALTHREPORT
+! let reporter = Cc["@mozilla.org/datareporting/service;1"]
+! .getService()
+! .wrappedJSObject
+! .healthReporter;
+
+ // 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.
+--- 3559,3565 ----
+ */
+ recordSearchInHealthReport: function (engine, source) {
+ #ifdef MOZ_SERVICES_HEALTHREPORT
+! 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.