~mozillateam/firefox/firefox-beta.utopic

Viewing all changes in revision 1110.

  • Committer: Chris Coulson
  • Date: 2015-02-23 23:09:22 UTC
  • Revision ID: chris.coulson@canonical.com-20150223230922-25yyr9h5c66gcha4
* Refresh patches
  - update debian/patches/unity-menubar.patch
* Drop debian/patches/no_neon_on_arm.patch. This shouldn't beneeded
  anymore, because:
  - since it was added, most code that uses NEON intrinsics and assembly
    code using NEON instructions is disabled if the target is < armv7
  - Code that uses NEON intrinsics, when compiled, is hidden behind a
    runtime check (so doesn't run on systems that don't support those
    instructions).
  - Code in media/libvpx unconditionally compiles code that uses NEON
    intrinsics anyway, even if the target is < armv7 (but the code is
    compiled with -march=armv7-a and is hidden behind a runtime check for
    NEON support)

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: