diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-08 16:52:54 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-08 16:52:54 +0200 |
commit | eeda3becb66e39b09679abb51812926403d5a44f (patch) | |
tree | 597aad675b2c3ec63c360b6834b9ff70e0166da7 /main/firefox/searchbox.patch | |
parent | 6ea0fe993d2be73882d7eca1042fae64e0bd1259 (diff) | |
download | aports-eeda3becb66e39b09679abb51812926403d5a44f.tar.bz2 aports-eeda3becb66e39b09679abb51812926403d5a44f.tar.xz |
main/firefox: upgrade to 23.0
Diffstat (limited to 'main/firefox/searchbox.patch')
-rw-r--r-- | main/firefox/searchbox.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/main/firefox/searchbox.patch b/main/firefox/searchbox.patch deleted file mode 100644 index 9330c3db1c..0000000000 --- a/main/firefox/searchbox.patch +++ /dev/null @@ -1,23 +0,0 @@ -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. |