~ubuntu-branches/ubuntu/precise/firefox/precise-proposed

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-04-02 08:30:28 UTC
  • Revision ID: package-import@ubuntu.com-20120402083028-430x8nc65vivx0ne
Tags: 11.0+build1-0ubuntu2
* Update globalmenu-extension to 3.0.1
  - Reduce our memory footprint a bit, which wasn't really a lot anyway
  - Avoid the use of the component manager for accessing commonly used
    services, where "commonly used" means "accessed when building every
    menu item". This should save some CPU cycles when building or
    refreshing menus
  - Try to recycle menuitems when they are removed from a menu by
    adding contiguous blocks of removed items to a "free list" which
    is emptied asynchronously, and reusing the items in this list when
    new items are added in place of the removed items. This means that
    refreshing the history menu contents when the menu is opened no
    longer alters the menu structure, but results in a shifting of
    properties between existing nodes instead. This has a few benefits:
    + With no layout changes, unity-panel-service doesn't request
      the entire menu structure, which significantly reduces dbus traffic
      and makes it much faster to refresh the menu contents
    + The size of the menu doesn't change when it is refreshed, which
      eliminates the flicker that used to occur when opening the history
      menu.
    + The HUD can refresh our menus now without triggering layout updates
      (assuming that menu layout really hasn't changed, eg, by adding
      a bookmark)
  - Remove all use of the global observer service for sending our own
    internal notifications around
  - Clean up the way we ensure that the correct edit commands are
    enabled by just installing our own popupshowing handler rather
    than using an additional notification to fix things up after the
    default handler runs
  - Get rid of a static initializer
  - Don't support older than Firefox 11
  - Fix some GError leaks
  - Hide the internal menu when creating a native menu, rather than
    waiting for confirmation that the native menu is registered
    successfully. We don't try to create a native menu if we don't
    find a menu service to register the menu with anyway
  - Keep menu contents updated whilst the menu is open, rather than
    just whilst it is opening
Filename Latest Rev Last Changed Committer Comment Size
..
Makefile.in 148 12 years ago Package Import Robot * Update globalmenu-extension to 3.0.1 - Reduce 3.1 KB Diff Download File
uDebug.cpp 148 12 years ago Package Import Robot * Update globalmenu-extension to 3.0.1 - Reduce 1.8 KB Diff Download File
uDebug.h 148 12 years ago Package Import Robot * Update globalmenu-extension to 3.0.1 - Reduce 7.7 KB Diff Download File
uGlobalMenu.cpp 148 12 years ago Package Import Robot * Update globalmenu-extension to 3.0.1 - Reduce 24.9 KB Diff Download File
uGlobalMenu.h 148 12 years ago Package Import Robot * Update globalmenu-extension to 3.0.1 - Reduce 4.3 KB Diff Download File
uGlobalMenuBar.cpp 148 12 years ago Package Import Robot * Update globalmenu-extension to 3.0.1 - Reduce 18.1 KB Diff Download File
uGlobalMenuBar.h 148 12 years ago Package Import Robot * Update globalmenu-extension to 3.0.1 - Reduce 4.6 KB Diff Download File
uGlobalMenuDocListener.cpp 148 12 years ago Package Import Robot * Update globalmenu-extension to 3.0.1 - Reduce 8.7 KB Diff Download File
uGlobalMenuDocListener.h 148 12 years ago Package Import Robot * Update globalmenu-extension to 3.0.1 - Reduce 3 KB Diff Download File
uGlobalMenuDummy.cpp 148 12 years ago Package Import Robot * Update globalmenu-extension to 3.0.1 - Reduce 3.9 KB Diff Download File
uGlobalMenuDummy.h 148 12 years ago Package Import Robot * Update globalmenu-extension to 3.0.1 - Reduce 2.2 KB Diff Download File
uGlobalMenuItem.cpp 148 12 years ago Package Import Robot * Update globalmenu-extension to 3.0.1 - Reduce 28.3 KB Diff Download File
uGlobalMenuItem.h 148 12 years ago Package Import Robot * Update globalmenu-extension to 3.0.1 - Reduce 4.2 KB Diff Download File
uGlobalMenuLoader.cpp 148 12 years ago Package Import Robot * Update globalmenu-extension to 3.0.1 - Reduce 9.4 KB Diff Download File
uGlobalMenuLoader.h 148 12 years ago Package Import Robot * Update globalmenu-extension to 3.0.1 - Reduce 2.7 KB Diff Download File
uGlobalMenuObject.cpp 148 12 years ago Package Import Robot * Update globalmenu-extension to 3.0.1 - Reduce 20.6 KB Diff Download File
uGlobalMenuObject.h 148 12 years ago Package Import Robot * Update globalmenu-extension to 3.0.1 - Reduce 7.7 KB Diff Download File
uGlobalMenuSeparator.cpp 148 12 years ago Package Import Robot * Update globalmenu-extension to 3.0.1 - Reduce 5.6 KB Diff Download File
uGlobalMenuSeparator.h 148 12 years ago Package Import Robot * Update globalmenu-extension to 3.0.1 - Reduce 2.6 KB Diff Download File
uGlobalMenuService.cpp 148 12 years ago Package Import Robot * Update globalmenu-extension to 3.0.1 - Reduce 13.5 KB Diff Download File
uGlobalMenuService.h 148 12 years ago Package Import Robot * Update globalmenu-extension to 3.0.1 - Reduce 4.2 KB Diff Download File
uGlobalMenuServiceList.h 148 12 years ago Package Import Robot * Update globalmenu-extension to 3.0.1 - Reduce 402 bytes Diff Download File
uGlobalMenuUtils.cpp 148 12 years ago Package Import Robot * Update globalmenu-extension to 3.0.1 - Reduce 3 KB Diff Download File
uGlobalMenuUtils.h 148 12 years ago Package Import Robot * Update globalmenu-extension to 3.0.1 - Reduce 3 KB Diff Download File
uMenuChangeObserver.h 148 12 years ago Package Import Robot * Update globalmenu-extension to 3.0.1 - Reduce 3.3 KB Diff Download File
uWidgetAtomList.h 148 12 years ago Package Import Robot * Update globalmenu-extension to 3.0.1 - Reduce 2.6 KB Diff Download File
uWidgetAtoms.cpp 148 12 years ago Package Import Robot * Update globalmenu-extension to 3.0.1 - Reduce 2.9 KB Diff Download File
uWidgetAtoms.h 148 12 years ago Package Import Robot * Update globalmenu-extension to 3.0.1 - Reduce 2 KB Diff Download File