Package "firefox-locale-oc"
| Name: |
firefox-locale-oc
|
Description: |
Transitional package for unavailable language
This language is unavailable for the current version of Firefox
This is an empty transitional package to ensure a clean upgrade
process. You can safely remove this package after installation.
|
| Latest version: |
22.0~a2~hg20130402r133292-0ubuntu1~umd1~oneiric |
| Release: |
oneiric (11.10) |
| Level: |
base |
| Repository: |
main |
| Head package: |
firefox |
Links
Save this URL for the latest version of "firefox-locale-oc":
http://www.ubuntuupdates.org/firefox-locale-oc
Download "firefox-locale-oc"
Other versions of "firefox-locale-oc" in Oneiric
Change Log
| Version: 16.0~a2~hg20120825r102518-0ubuntu1~umd1~oneiric
|
2012-08-26 21:08:46 UTC
|
|
firefox (16.0~a2~hg20120825r102518-0ubuntu1~umd1~oneiric) oneiric; urgency=low
.
* Update globalmenu-extension to 3.4
+ Fixes for LP: #1025011 - HUD search crashes Firefox when Firebug
is installed
- Provide our own binding for menupopup nodes which derives from the
default binding and makes the "state" property work as if there
were a frame
- Make all menu nodes reference counted, and hold a strong ref when
dispatching events, in case the event results in the removal of menu
nodes
+ Drop the edit UI workarounds
+ Fixes for LP: #1035305 - Crash when switching apps back to Firefox
with Firebug installed
- Keep the menu we export in sync with the document tree all of the
time, rather than only when the menus are on screen. The HUD likes to
open submenus without opening any of its ancestors, which can result in
us handling events on menu nodes that are no longer in a document
if an ancestor responds to a bubbled-up event by removing its
children
- Ensure we always null check the result of nsIDocument::GetCurrentDoc
+ When tearing down a menu, make sure that we empty out our DbusmenuMenuitem
in case the parent reuses that item for another menu. Fixes a memory leak
and an issue where Firebug menu items are duplicated indefinitely each
time a menu is opened
* Refresh patches after merging of nsILocalFile in to nsIFile
- update debian/patches/firefox-kde.patch
- update debian/patches/mozilla-kde.patch
* Drop StartupWMClass from the desktop file, as it isn't actually
required by gnome shell or unity
- update debian/firefox.desktop.in
* Refresh patches
- update debian/patches/ubuntu-ua-string-changes.patch
- update debian/patches/mozilla-kde.patch
- update debian/patches/dont-override-general-useragent-locale.patch
- update debian/patches/firefox-kde.patch
- update debian/patches/add-syspref-dir.patch
* Drop compare-locales from the packaging, and just check out the current
version when we create the tarball
- update debian/build/mozbuild.mk
- update debian/build/create-tarball.py
- remove debian/build/compare-locales
* Generate a list of the search engines that we modify and store this
in bzr, rather than determining this list at build time. We refresh
the list in the clean target and fail the build if anything changes.
This ensures that any upstream changes to the search engine list
for any locale will not go unnoticed and will force a manual check
to ensure that we are shipping correctly modified search engines
- add debian/build/refresh-search-modifications.pl
- update debian/build/mozbuild.mk
- add debian/config/search-mods.list
- rename debian/build/check-search-overrides.pl =>
debian/build/verify-search-overrides.pl
* Drop obsolete autocomplete-theme-tweak patch now
- remove debian/patches/autocomplete-theme-tweak.patch
- update debian/patches/series
* Switch back from lzma to bz2 for the tarball, as compression speed
is abysmal on my laptop
- update debian/build/create-tarball.py
- update debian/build/mozbuild.mk
* Add Acholi to the locale blacklist
.
[ Adam Conrad ]
* Add no_neon_on_arm.patch to skip the NEON tests on ARM, since we
don't build with NEON by default on either of our ARM architectures
|
| Source diff to previous version |
| 1025011 |
HUD search causes firefox to crash |
| 1035305 |
Crash when switching apps back to Firefox (may be Firebug related) |
|
| Version: 16.0~a2~hg20120815r102404-0ubuntu1~umd1~oneiric
|
2012-08-15 21:09:08 UTC
|
|
firefox (16.0~a2~hg20120815r102404-0ubuntu1~umd1~oneiric) oneiric; urgency=low
.
* Update globalmenu-extension to 3.4 prerelease r435
+ Fixes for LP: #1025011 - HUD search crashes Firefox when Firebug
is installed
- Provide our own binding for menupopup nodes which derives from the
default binding and makes the "state" property work as if there
were a frame
- Make all menu nodes reference counted, and hold a strong ref when
dispatching events, in case the event results in the removal of menu
nodes
+ Drop the edit UI workarounds
+ Fixes for LP: #1035305 - Crash when switching apps back to Firefox
with Firebug installed
- Keep the menu we export in sync with the document tree all of the
time, rather than only when the menus are on screen. The HUD likes to
open submenus without opening any of its ancestors, which can result in
us handling events on menu nodes that are no longer in a document
if an ancestor responds to a bubbled-up event by removing its
children
- Ensure we always null check the result of nsIDocument::GetCurrentDoc
+ When tearing down a menu, make sure that we empty out our DbusmenuMenuitem
in case the parent reuses that item for another menu. Fixes a memory leak
and an issue where Firebug menu items are duplicated indefinitely each
time a menu is opened
* Refresh patches after merging of nsILocalFile in to nsIFile
- update debian/patches/firefox-kde.patch
- update debian/patches/mozilla-kde.patch
* Drop StartupWMClass from the desktop file, as it isn't actually
required by gnome shell or unity
- update debian/firefox.desktop.in
* Refresh patches
- update debian/patches/ubuntu-ua-string-changes.patch
- update debian/patches/mozilla-kde.patch
- update debian/patches/dont-override-general-useragent-locale.patch
- update debian/patches/firefox-kde.patch
- update debian/patches/add-syspref-dir.patch
* Drop compare-locales from the packaging, and just check out the current
version when we create the tarball
- update debian/build/mozbuild.mk
- update debian/build/create-tarball.py
- remove debian/build/compare-locales
* Generate a list of the search engines that we modify and store this
in bzr, rather than determining this list at build time. We refresh
the list in the clean target and fail the build if anything changes.
This ensures that any upstream changes to the search engine list
for any locale will not go unnoticed and will force a manual check
to ensure that we are shipping correctly modified search engines
- add debian/build/refresh-search-modifications.pl
- update debian/build/mozbuild.mk
- add debian/config/search-mods.list
- rename debian/build/check-search-overrides.pl =>
debian/build/verify-search-overrides.pl
* Drop obsolete autocomplete-theme-tweak patch now
- remove debian/patches/autocomplete-theme-tweak.patch
- update debian/patches/series
* Switch back from lzma to bz2 for the tarball, as compression speed
is abysmal on my laptop
- update debian/build/create-tarball.py
- update debian/build/mozbuild.mk
.
[ Adam Conrad ]
* Add no_neon_on_arm.patch to skip the NEON tests on ARM, since we
don't build with NEON by default on either of our ARM architectures
.
[ Chris Coulson ]
*
|
| Source diff to previous version |
| 1025011 |
HUD search causes firefox to crash |
| 1035305 |
Crash when switching apps back to Firefox (may be Firebug related) |
|
| Version: 16.0~a2~hg20120811r102349-0ubuntu1~umd1~oneiric
|
2012-08-12 16:08:50 UTC
|
|
firefox (16.0~a2~hg20120811r102349-0ubuntu1~umd1~oneiric) oneiric; urgency=low
.
* Update globalmenu-extension to 3.4 prerelease r422
+ Fixes for LP: #1025011 - HUD search crashes Firefox when Firebug
is installed
- Provide our own binding for menupopup nodes which derives from the
default binding and makes the "state" property work as if there
were a frame
- Make all menu nodes reference counted, and hold a strong ref when
dispatching events, in case the event results in the removal of menu
nodes
* Refresh patches after merging of nsILocalFile in to nsIFile
- update debian/patches/firefox-kde.patch
- update debian/patches/mozilla-kde.patch
* Drop StartupWMClass from the desktop file, as it isn't actually
required by gnome shell or unity
- update debian/firefox.desktop.in
* Refresh patches
- update debian/patches/ubuntu-ua-string-changes.patch
- update debian/patches/mozilla-kde.patch
- update debian/patches/dont-override-general-useragent-locale.patch
- update debian/patches/firefox-kde.patch
- update debian/patches/add-syspref-dir.patch
* Drop compare-locales from the packaging, and just check out the current
version when we create the tarball
- update debian/build/mozbuild.mk
- update debian/build/create-tarball.py
- remove debian/build/compare-locales
* Generate a list of the search engines that we modify and store this
in bzr, rather than determining this list at build time. We refresh
the list in the clean target and fail the build if anything changes.
This ensures that any upstream changes to the search engine list
for any locale will not go unnoticed and will force a manual check
to ensure that we are shipping correctly modified search engines
- add debian/build/refresh-search-modifications.pl
- update debian/build/mozbuild.mk
- add debian/config/search-mods.list
- rename debian/build/check-search-overrides.pl =>
debian/build/verify-search-overrides.pl
* Drop obsolete autocomplete-theme-tweak patch now
- remove debian/patches/autocomplete-theme-tweak.patch
- update debian/patches/series
* Switch back from lzma to bz2 for the tarball, as compression speed
is abysmal on my laptop
- update debian/build/create-tarball.py
- update debian/build/mozbuild.mk
.
[ Adam Conrad ]
* Add no_neon_on_arm.patch to skip the NEON tests on ARM, since we
don't build with NEON by default on either of our ARM architectures
|
| Source diff to previous version |
| 1025011 |
HUD search causes firefox to crash |
|
| Version: 16.0~a2~hg20120807r102321-0ubuntu1~umd1~oneiric
|
2012-08-08 17:08:51 UTC
|
|
firefox (16.0~a2~hg20120807r102321-0ubuntu1~umd1~oneiric) oneiric; urgency=low
.
* Update globalmenu-extension to 3.4 prerelease r422
+ Fixes for LP: #1025011 - HUD search crashes Firefox when Firebug
is installed
- Provide our own binding for menupopup nodes which derives from the
default binding and makes the "state" property work as if there
were a frame
- Make all menu nodes reference counted, and hold a strong ref when
dispatching events, in case the event results in the removal of menu
nodes
* Refresh patches after merging of nsILocalFile in to nsIFile
- update debian/patches/firefox-kde.patch
- update debian/patches/mozilla-kde.patch
* Drop StartupWMClass from the desktop file, as it isn't actually
required by gnome shell or unity
- update debian/firefox.desktop.in
* Refresh patches
- update debian/patches/ubuntu-ua-string-changes.patch
- update debian/patches/mozilla-kde.patch
- update debian/patches/dont-override-general-useragent-locale.patch
- update debian/patches/firefox-kde.patch
- update debian/patches/add-syspref-dir.patch
* Drop compare-locales from the packaging, and just check out the current
version when we create the tarball
- update debian/build/mozbuild.mk
- update debian/build/create-tarball.py
- remove debian/build/compare-locales
* Generate a list of the search engines that we modify and store this
in bzr, rather than determining this list at build time. We refresh
the list in the clean target and fail the build if anything changes.
This ensures that any upstream changes to the search engine list
for any locale will not go unnoticed and will force a manual check
to ensure that we are shipping correctly modified search engines
- add debian/build/refresh-search-modifications.pl
- update debian/build/mozbuild.mk
- add debian/config/search-mods.list
- rename debian/build/check-search-overrides.pl =>
debian/build/verify-search-overrides.pl
* Drop obsolete autocomplete-theme-tweak patch now
- remove debian/patches/autocomplete-theme-tweak.patch
- update debian/patches/series
* Switch back from lzma to bz2 for the tarball, as compression speed
is abysmal on my laptop
- update debian/build/create-tarball.py
- update debian/build/mozbuild.mk
.
[ Adam Conrad ]
* Add no_neon_on_arm.patch to skip the NEON tests on ARM, since we
don't build with NEON by default on either of our ARM architectures
|
| Source diff to previous version |
| 1025011 |
HUD search causes firefox to crash |
|
| Version: 16.0~a2~hg20120804r102293-0ubuntu1~umd1~oneiric
|
2012-08-05 15:08:54 UTC
|
|
firefox (16.0~a2~hg20120804r102293-0ubuntu1~umd1~oneiric) oneiric; urgency=low
.
* Update globalmenu-extension to 3.4 prerelease r422
+ Fixes for LP: #1025011 - HUD search crashes Firefox when Firebug
is installed
- Provide our own binding for menupopup nodes which derives from the
default binding and makes the "state" property work as if there
were a frame
- Make all menu nodes reference counted, and hold a strong ref when
dispatching events, in case the event results in the removal of menu
nodes
* Refresh patches after merging of nsILocalFile in to nsIFile
- update debian/patches/firefox-kde.patch
- update debian/patches/mozilla-kde.patch
* Drop StartupWMClass from the desktop file, as it isn't actually
required by gnome shell or unity
- update debian/firefox.desktop.in
* Refresh patches
- update debian/patches/ubuntu-ua-string-changes.patch
- update debian/patches/mozilla-kde.patch
- update debian/patches/dont-override-general-useragent-locale.patch
- update debian/patches/firefox-kde.patch
- update debian/patches/add-syspref-dir.patch
* Drop compare-locales from the packaging, and just check out the current
version when we create the tarball
- update debian/build/mozbuild.mk
- update debian/build/create-tarball.py
- remove debian/build/compare-locales
* Generate a list of the search engines that we modify and store this
in bzr, rather than determining this list at build time. We refresh
the list in the clean target and fail the build if anything changes.
This ensures that any upstream changes to the search engine list
for any locale will not go unnoticed and will force a manual check
to ensure that we are shipping correctly modified search engines
- add debian/build/refresh-search-modifications.pl
- update debian/build/mozbuild.mk
- add debian/config/search-mods.list
- rename debian/build/check-search-overrides.pl =>
debian/build/verify-search-overrides.pl
* Drop obsolete autocomplete-theme-tweak patch now
- remove debian/patches/autocomplete-theme-tweak.patch
- update debian/patches/series
* Switch back from lzma to bz2 for the tarball, as compression speed
is abysmal on my laptop
- update debian/build/create-tarball.py
- update debian/build/mozbuild.mk
.
[ Adam Conrad ]
* Add no_neon_on_arm.patch to skip the NEON tests on ARM, since we
don't build with NEON by default on either of our ARM architectures
|
| 1025011 |
HUD search causes firefox to crash |
|