All Ubuntu package versions


AllRaringQuantalPreciseOneiricNattyLucidHardyAll PPAs
DashboardRecent Search QueriesSearch Statistics
Alphabetical listSearchBugs
Comments

Package "firefox"

This package belongs to a PPA: Firefox Aurora

Name: firefox

Description:

Safe and easy web browser from Mozilla
Firefox delivers safe, easy web browsing. A familiar user interface,
enhanced security features including protection from online identity theft,
and integrated search let you get the most out of the web.

Latest version: 23.0~a2~hg20130519r138499-0ubuntu1~umd1~precise
Release: precise (12.04)
Level: base
Repository: main

Links

Save this URL for the latest version of "firefox": http://www.ubuntuupdates.org/firefox

All versions of this package Bug fixes
Repository home page for package

Download "firefox"

32-bit deb package 64-bit deb package APT INSTALL

Other versions of "firefox" in Precise

RepositoryAreaVersion
base universe 11.0+build1-0ubuntu4
base main 11.0+build1-0ubuntu4
security universe 21.0+build2-0ubuntu0.12.04.3
security main 21.0+build2-0ubuntu0.12.04.3
updates main 21.0+build2-0ubuntu0.12.04.3
updates universe 21.0+build2-0ubuntu0.12.04.3
PPA: Mozilla Team Firefox Next 22.0~b1+build1-0ubuntu0.12.04.1~mfn3

Packages in group

Deleted packages are displayed in grey.

firefox-dbg firefox-dbgsym firefox-dev firefox-dev-dbgsym firefox-globalmenu
firefox-gnome-support firefox-gnome-support-dbgsym firefox-locale-af firefox-locale-ar firefox-locale-as
firefox-locale-ast firefox-locale-be firefox-locale-bg firefox-locale-bn firefox-locale-br
firefox-locale-bs firefox-locale-ca firefox-locale-cs firefox-locale-csb firefox-locale-cy
firefox-locale-da firefox-locale-de firefox-locale-el firefox-locale-en firefox-locale-eo
firefox-locale-es firefox-locale-et firefox-locale-eu firefox-locale-fa firefox-locale-fi
firefox-locale-fr firefox-locale-fy firefox-locale-ga firefox-locale-gd firefox-locale-gl
firefox-locale-gu firefox-locale-he firefox-locale-hi firefox-locale-hr firefox-locale-hu
firefox-locale-hy firefox-locale-id firefox-locale-is firefox-locale-it firefox-locale-ja
firefox-locale-ka firefox-locale-kk firefox-locale-km firefox-locale-kn firefox-locale-ko
firefox-locale-ku firefox-locale-lg firefox-locale-lt firefox-locale-lv firefox-locale-mai
firefox-locale-mk firefox-locale-ml firefox-locale-mn firefox-locale-mr firefox-locale-nb
firefox-locale-nl firefox-locale-nn firefox-locale-nso firefox-locale-oc firefox-locale-or
firefox-locale-pa firefox-locale-pl firefox-locale-pt firefox-locale-ro firefox-locale-ru
firefox-locale-si firefox-locale-sk firefox-locale-sl firefox-locale-sq firefox-locale-sr
firefox-locale-sv firefox-locale-sw firefox-locale-ta firefox-locale-te firefox-locale-th
firefox-locale-tr firefox-locale-uk firefox-locale-vi firefox-locale-zh-hans firefox-locale-zh-hant
firefox-locale-zu firefox-mozsymbols firefox-testsuite firefox-testsuite-dbgsym

Change Log

Version: 23.0~a2~hg20130519r138499-0ubuntu1~umd1~precise 2013-05-19 22:09:56 UTC

 firefox (23.0~a2~hg20130519r138499-0ubuntu1~umd1~precise) precise; urgency=low
 .
   * New upstream snapshot v23.0 A2 HG20130515R138475
 .
   * Build conflict on python-progressbar, as having this installed causes the
     jit test harness to fail
     - update debian/control.in
   * Disable unsupported W3C webgl tests
     - update debian/testing/extra/mochitest/mochitest.json
   * Refresh paths for a11y tests after landing of bmo: #854868
     - update debian/testing/extra/mochitest/mochitest-chrome.json
   * Make firefox-globalmenu a real transitional package
     - update debian/control.in
     - update debian/build/mozbuild.mk
   * Just test the selected locale on all channels in test_langpack_chrome.js,
     rather than testing we get a correctly translated string. This is just
     way too fragile
     - update debian/testing/extra/xpcshell/package-tests/test_langpack_chrome.js
     - update d/p/test-integration/automation-output-junit-xml.patch
     - update debian/patches/unity-menubar.patch
     - update debian/patches/dont-override-general-useragent-locale.patch
     - update debian/patches/no_neon_on_arm.patch
   * Drop crashtest-no-network-access.patch as the test seems to have been
     removed from the tree
   * Always build the crash reporter and Breakpad symbols on supported
     architectures, even if it is disabled at run time. Will hopefully avoid
     surprises by the time we reach beta (where the crash reporter is enabled)
     - update debian/rules
     - update debian/build/mozvars.mk
     - update debian/build/mozbuild.mk
   * Rename mozbuild.mk => rules.mk and mozvars.mk => config.mk
   * Shut up lintian
     - update debian/copyright
   * Make the transitional globalmenu package priority extra, section oldlibs
     - update debian/control.in
   * Make the testsuite priority extra, section misc
     - update debian/control.in
   * The testsuite shouldn't depend on essential package libc-bin
     - update debian/control.in
   * Override symlink-is-self-recursive warning in the testsuite, as this is
     intentional
     - add debian/firefox-testsuite.lintian-overrides.in
   * Remove the executable bit from the testsuite zip file
     - update debian/build/rules.mk
   * Remove the executable bit from searchplugins
     - update debian/build/rules.mk
   * Silence an embedded-library warning and some image-file-in-usr-lib warnings
     - update debian/firefox.lintian-overrides.in
   * Drop firefox-gnome-support. It was only depending on libraries that are
     already guaranteed to exist when firefox is installed (mostly, glib).
     Firefox has no need to depend on libnotify for the time being either, but
     if it does again, that dependency should just be on the main package
     - update debian/control.in
     - update debian/build/rules.mk
     - remove debian/firefox-gnome-support.install.in
   * Only blacklist Firefox in Apport on official builds
     - update debian/apport/blacklist.in
     - update debian/build/rules.mk
   * Merge in latest desktop file translations
     - update debian/firefox.desktop.in
   * Refresh patches
     - update debian/patches/dont-override-general-useragent-locale.patch
     - update debian/patches/no_neon_on_arm.patch
     - update d/p/test-integration/automation-output-junit-xml.patch
     - update d/p/test-overrides/disable-failing-python-tests.patch
     - update debian/patches/unity-menubar.patch
     - update debian/patches/fix-broken-langpack-install-manifests.patch
   * Disable intl.locale.matchOS in test_bug848297.js
     - add d/p/test-fixes/xpcshell-chrome-fix-test_bug848297-with-locale-matchOS.patch
     - update debian/patches/series
   * Write xpcshell test duration to the JUnit results when the test fails
     - add d/p/test-integration/xpcshell-write-time-for-failed-test.patch
     - update debian/patches/series
   * Update test-fixes/mochitest-browser-plugincrash-with-no-crashreporter.patch
     to just not include the test on !MOZ_CRASHREPORTER builds
   * Temporarily turn on debug in httpd.js
     - add d/p/test-integration/httpd_js-debug.patch
     - update debian/patches/series
   * Fix build-time xpcshell tests after landing of bmo: 597064, by
     using the python virtualenv provided by the upstream build system
     - update debian/build/testsuite.mk
     - update debian/build/rules.mk
   * Fix LP: #1180227 - Update the Apparmor profile to allow rw access to
     ~/.cache/mozilla/firefox, and allow locking of sqlite db's there too
     - update debian/usr.bin.firefox.apparmor.12.04
   * Testpilot has been removed from Firefox
     - update debian/firefox.install.in
   * Run the xpcshell binary from the actual install directory rather than
     the temporary test directory, as some tests assume this now (eg, the
     distribution/ directory is assumed to be in the same directory as
     xpcshell). This means we also have to install httpd.js et al in to
     the actual components/ directory, as the upstream test harness assumes
     this too. This fixes test_ubuntu_searchplugins.js test failures since
     the distribution/ directory was moved back up a level on disk
     - update debian/build/rules.mk
     - update debian/firefox-testsuite.install.in
     - update debian/firefox.install.in
     - update debian/testing/run_xpcshell_tests
     - update debian/testing/testrunhelper.py

Source diff to previous version
1180227 Missing AppArmor rule for Firefox 21

Version: 22.0~a2~hg20130512r133626-0ubuntu1~umd1~precise 2013-05-13 13:09:16 UTC

 firefox (22.0~a2~hg20130512r133626-0ubuntu1~umd1~precise) precise; urgency=low
 .
   * Don't access the network from 395609.xul to see if it fixes a hang
     - add d/p/test-fixes/crashtest-no-network-access.patch
     - update debian/patches/series.in
   * Don't mark layout/reftests/mathml/mfenced-10.html as random, as it
     appears to actually pass
     - update d/p/test-overrides/reftest-disable-failing-tests.patch
   * Get rid of the autogenerated debian/patches/series, as we don't use
     it now
     - rename debian/patches/series.in => debian/patches/series
     - update debian/build/mozbuild.mk
     - update debian/source/options
   * Fix LP: #1158931 by making the testsuite depend on hunspell-en-us
     - update debian/control.in
   * Drop unneeded test-integration/mochitest-optional-websock-log.patch
   * Stop patching upstream manifests to mark tests as failing, as this is
     too much of a maintenance burden. Instead, post-process the test
     results using our own manifest
     - update debian/patches/series
     - remove d/p/test-overrides/reftest-disable-failing-tests.patch
     - remove d/p/test-overrides/xpcshell-disable-failing-tests.patch
     - update debian/rules
     - update debian/testing/extra/mochitest/mochitest-chrome.json
     - update debian/testing/extra/mochitest/mochitest.json
     - add debian/testing/filter_results
     - update debian/tests/control.in
     - add debian/tests/post-process
     - add debian/testing/results-filter-manifest.json
     - update debian/firefox-testsuite.install.in
   * Don't return non-zero exit status from xpcshell test failures, as this
     turns the build red in Jenkins
     - add d/p/test-integration/xpcshell-dont-return-nonzero-on-test-failure.patch
     - update debian/patches/series.in
   * Fix testrunhelper.py to work now that libxpcom.so has gone
   * Disable some unsupported tests that test search healthreporting, as these
     don't work on Ubuntu where the searchplugins are not in the application
     directory
     - update debian/testing/extra/mochitest/mochitest-chrome.json
   * Fix failure to populate Replaces on 12.10 and later (LP: #1165408)
     - update debian/rules
   * Remove obsolete patches
     - remove debian/patches/fix-makefile-substitution-bug.patch
     - update debian/patches/series
   * Drop patches fixed upstream
     - remove debian/patches/gcc-4.7-name-lookup-fixes.patch
     - update debian/patches/series
   * Refresh patches
     - update debian/patches/no_neon_on_arm.patch
     - update debian/patches/ubuntu-ua-string-changes.patch
     - update debian/patches/fix-broken-langpack-install-manifests.patch
   * Manually stage the testsuite in debian/tmp and dh_install it in to the
     package from there rather than from objdir/dist, as dh_install is called
     after we have created the breakpad symbols, which modifies the files
     in objdir/dist and causes dh_strip to fail later on
     - update debian/build/mozbuild.mk
     - update debian/firefox-testsuite.install.in
   * Fix test_langpack_chrome.js for Hindi, Mongolian, Swedish and Tamil
     - update debian/testing/extra/xpcshell/package-tests/test_langpack_chrome.js
   * Wait for DECODE_COMPLETE rather than LOAD_COMPLETE when loading favicons
     - update debian/patches/unity-menubar.patch
   * Fix a crash when the icon clip region is outside of the actual image
     - update debian/patches/unity-menubar.patch

Source diff to previous version
1158931 Various reftest failures in editor/reftests
1165408 Kubuntu Raring - Kubuntu-firefox-installer blocks the install of Firefox

Version: 22.0~a2~hg20130512r133625-0ubuntu1~umd1~precise 2013-05-12 21:09:46 UTC

 firefox (22.0~a2~hg20130512r133625-0ubuntu1~umd1~precise) precise; urgency=low
 .
   * Don't access the network from 395609.xul to see if it fixes a hang
     - add d/p/test-fixes/crashtest-no-network-access.patch
     - update debian/patches/series.in
   * Don't mark layout/reftests/mathml/mfenced-10.html as random, as it
     appears to actually pass
     - update d/p/test-overrides/reftest-disable-failing-tests.patch
   * Get rid of the autogenerated debian/patches/series, as we don't use
     it now
     - rename debian/patches/series.in => debian/patches/series
     - update debian/build/mozbuild.mk
     - update debian/source/options
   * Fix LP: #1158931 by making the testsuite depend on hunspell-en-us
     - update debian/control.in
   * Drop unneeded test-integration/mochitest-optional-websock-log.patch
   * Stop patching upstream manifests to mark tests as failing, as this is
     too much of a maintenance burden. Instead, post-process the test
     results using our own manifest
     - update debian/patches/series
     - remove d/p/test-overrides/reftest-disable-failing-tests.patch
     - remove d/p/test-overrides/xpcshell-disable-failing-tests.patch
     - update debian/rules
     - update debian/testing/extra/mochitest/mochitest-chrome.json
     - update debian/testing/extra/mochitest/mochitest.json
     - add debian/testing/filter_results
     - update debian/tests/control.in
     - add debian/tests/post-process
     - add debian/testing/results-filter-manifest.json
     - update debian/firefox-testsuite.install.in
   * Don't return non-zero exit status from xpcshell test failures, as this
     turns the build red in Jenkins
     - add d/p/test-integration/xpcshell-dont-return-nonzero-on-test-failure.patch
     - update debian/patches/series.in
   * Fix testrunhelper.py to work now that libxpcom.so has gone
   * Disable some unsupported tests that test search healthreporting, as these
     don't work on Ubuntu where the searchplugins are not in the application
     directory
     - update debian/testing/extra/mochitest/mochitest-chrome.json
   * Fix failure to populate Replaces on 12.10 and later (LP: #1165408)
     - update debian/rules
   * Remove obsolete patches
     - remove debian/patches/fix-makefile-substitution-bug.patch
     - update debian/patches/series
   * Drop patches fixed upstream
     - remove debian/patches/gcc-4.7-name-lookup-fixes.patch
     - update debian/patches/series
   * Refresh patches
     - update debian/patches/no_neon_on_arm.patch
     - update debian/patches/ubuntu-ua-string-changes.patch
     - update debian/patches/fix-broken-langpack-install-manifests.patch
   * Manually stage the testsuite in debian/tmp and dh_install it in to the
     package from there rather than from objdir/dist, as dh_install is called
     after we have created the breakpad symbols, which modifies the files
     in objdir/dist and causes dh_strip to fail later on
     - update debian/build/mozbuild.mk
     - update debian/firefox-testsuite.install.in
   * Fix test_langpack_chrome.js for Hindi, Mongolian, Swedish and Tamil
     - update debian/testing/extra/xpcshell/package-tests/test_langpack_chrome.js
   * Wait for DECODE_COMPLETE rather than LOAD_COMPLETE when loading favicons
     - update debian/patches/unity-menubar.patch
   * Fix a crash when the icon clip region is outside of the actual image
     - update debian/patches/unity-menubar.patch

Source diff to previous version
1158931 Various reftest failures in editor/reftests
1165408 Kubuntu Raring - Kubuntu-firefox-installer blocks the install of Firefox

Version: 22.0~a2~hg20130510r133619-0ubuntu1~umd1~precise 2013-05-11 14:09:09 UTC

 firefox (22.0~a2~hg20130510r133619-0ubuntu1~umd1~precise) precise; urgency=low
 .
   * Don't access the network from 395609.xul to see if it fixes a hang
     - add d/p/test-fixes/crashtest-no-network-access.patch
     - update debian/patches/series.in
   * Don't mark layout/reftests/mathml/mfenced-10.html as random, as it
     appears to actually pass
     - update d/p/test-overrides/reftest-disable-failing-tests.patch
   * Get rid of the autogenerated debian/patches/series, as we don't use
     it now
     - rename debian/patches/series.in => debian/patches/series
     - update debian/build/mozbuild.mk
     - update debian/source/options
   * Fix LP: #1158931 by making the testsuite depend on hunspell-en-us
     - update debian/control.in
   * Drop unneeded test-integration/mochitest-optional-websock-log.patch
   * Stop patching upstream manifests to mark tests as failing, as this is
     too much of a maintenance burden. Instead, post-process the test
     results using our own manifest
     - update debian/patches/series
     - remove d/p/test-overrides/reftest-disable-failing-tests.patch
     - remove d/p/test-overrides/xpcshell-disable-failing-tests.patch
     - update debian/rules
     - update debian/testing/extra/mochitest/mochitest-chrome.json
     - update debian/testing/extra/mochitest/mochitest.json
     - add debian/testing/filter_results
     - update debian/tests/control.in
     - add debian/tests/post-process
     - add debian/testing/results-filter-manifest.json
     - update debian/firefox-testsuite.install.in
   * Don't return non-zero exit status from xpcshell test failures, as this
     turns the build red in Jenkins
     - add d/p/test-integration/xpcshell-dont-return-nonzero-on-test-failure.patch
     - update debian/patches/series.in
   * Fix testrunhelper.py to work now that libxpcom.so has gone
   * Disable some unsupported tests that test search healthreporting, as these
     don't work on Ubuntu where the searchplugins are not in the application
     directory
     - update debian/testing/extra/mochitest/mochitest-chrome.json
   * Fix failure to populate Replaces on 12.10 and later (LP: #1165408)
     - update debian/rules
   * Remove obsolete patches
     - remove debian/patches/fix-makefile-substitution-bug.patch
     - update debian/patches/series
   * Drop patches fixed upstream
     - remove debian/patches/gcc-4.7-name-lookup-fixes.patch
     - update debian/patches/series
   * Refresh patches
     - update debian/patches/no_neon_on_arm.patch
     - update debian/patches/ubuntu-ua-string-changes.patch
     - update debian/patches/fix-broken-langpack-install-manifests.patch
   * Manually stage the testsuite in debian/tmp and dh_install it in to the
     package from there rather than from objdir/dist, as dh_install is called
     after we have created the breakpad symbols, which modifies the files
     in objdir/dist and causes dh_strip to fail later on
     - update debian/build/mozbuild.mk
     - update debian/firefox-testsuite.install.in
   * Fix test_langpack_chrome.js for Hindi, Mongolian, Swedish and Tamil
     - update debian/testing/extra/xpcshell/package-tests/test_langpack_chrome.js
   * Wait for DECODE_COMPLETE rather than LOAD_COMPLETE when loading favicons
     - update debian/patches/unity-menubar.patch
   * Fix a crash when the icon clip region is outside of the actual image
     - update debian/patches/unity-menubar.patch

Source diff to previous version
1158931 Various reftest failures in editor/reftests
1165408 Kubuntu Raring - Kubuntu-firefox-installer blocks the install of Firefox

Version: 22.0~a2~hg20130509r133618-0ubuntu1~umd1~precise 2013-05-10 16:09:08 UTC

 firefox (22.0~a2~hg20130509r133618-0ubuntu1~umd1~precise) precise; urgency=low
 .
   * Don't access the network from 395609.xul to see if it fixes a hang
     - add d/p/test-fixes/crashtest-no-network-access.patch
     - update debian/patches/series.in
   * Don't mark layout/reftests/mathml/mfenced-10.html as random, as it
     appears to actually pass
     - update d/p/test-overrides/reftest-disable-failing-tests.patch
   * Get rid of the autogenerated debian/patches/series, as we don't use
     it now
     - rename debian/patches/series.in => debian/patches/series
     - update debian/build/mozbuild.mk
     - update debian/source/options
   * Fix LP: #1158931 by making the testsuite depend on hunspell-en-us
     - update debian/control.in
   * Drop unneeded test-integration/mochitest-optional-websock-log.patch
   * Stop patching upstream manifests to mark tests as failing, as this is
     too much of a maintenance burden. Instead, post-process the test
     results using our own manifest
     - update debian/patches/series
     - remove d/p/test-overrides/reftest-disable-failing-tests.patch
     - remove d/p/test-overrides/xpcshell-disable-failing-tests.patch
     - update debian/rules
     - update debian/testing/extra/mochitest/mochitest-chrome.json
     - update debian/testing/extra/mochitest/mochitest.json
     - add debian/testing/filter_results
     - update debian/tests/control.in
     - add debian/tests/post-process
     - add debian/testing/results-filter-manifest.json
     - update debian/firefox-testsuite.install.in
   * Don't return non-zero exit status from xpcshell test failures, as this
     turns the build red in Jenkins
     - add d/p/test-integration/xpcshell-dont-return-nonzero-on-test-failure.patch
     - update debian/patches/series.in
   * Fix testrunhelper.py to work now that libxpcom.so has gone
   * Disable some unsupported tests that test search healthreporting, as these
     don't work on Ubuntu where the searchplugins are not in the application
     directory
     - update debian/testing/extra/mochitest/mochitest-chrome.json
   * Fix failure to populate Replaces on 12.10 and later (LP: #1165408)
     - update debian/rules
   * Remove obsolete patches
     - remove debian/patches/fix-makefile-substitution-bug.patch
     - update debian/patches/series
   * Drop patches fixed upstream
     - remove debian/patches/gcc-4.7-name-lookup-fixes.patch
     - update debian/patches/series
   * Refresh patches
     - update debian/patches/no_neon_on_arm.patch
     - update debian/patches/ubuntu-ua-string-changes.patch
     - update debian/patches/fix-broken-langpack-install-manifests.patch
   * Manually stage the testsuite in debian/tmp and dh_install it in to the
     package from there rather than from objdir/dist, as dh_install is called
     after we have created the breakpad symbols, which modifies the files
     in objdir/dist and causes dh_strip to fail later on
     - update debian/build/mozbuild.mk
     - update debian/firefox-testsuite.install.in
   * Fix test_langpack_chrome.js for Hindi, Mongolian, Swedish and Tamil
     - update debian/testing/extra/xpcshell/package-tests/test_langpack_chrome.js
   * Wait for DECODE_COMPLETE rather than LOAD_COMPLETE when loading favicons
     - update debian/patches/unity-menubar.patch
   * Fix a crash when the icon clip region is outside of the actual image
     - update debian/patches/unity-menubar.patch

1158931 Various reftest failures in editor/reftests
1165408 Kubuntu Raring - Kubuntu-firefox-installer blocks the install of Firefox



About   -   Changelog   -   Send Feedback
Site Meter