lp://staging/~larsu/thunderbird/libmessaging-menu-port
- Get this branch:
- bzr branch lp://staging/~larsu/thunderbird/libmessaging-menu-port
Branch merges
- Chris Coulson: Approve
-
Diff: 706 lines (+126/-391)5 files modifieddebian/messagingmenu/modules/MessagingMenu.jsm (+51/-242)
debian/messagingmenu/modules/dbusmenu.jsm (+0/-68)
debian/messagingmenu/modules/indicate.jsm (+0/-80)
debian/messagingmenu/modules/messagingmenu.jsm (+74/-0)
debian/thunderbird.desktop.in (+1/-1)
Related bugs
Related blueprints
Branch information
Recent revisions
- 686. By Chris Coulson
-
* Update globalmenu-
extension to 3.4 prerelease r435
+ 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
* - 685. By Chris Coulson
-
* Don't ship empty ".mkdir.done" files in our packages. This should probably
be fixed in the upstream build system, but we'll do a temporary band-aid
fix in the packaging for now just so we can get some builds
- update debian/build/mozbuild. mk - 683. By Chris Coulson
-
* Refresh patches
- update debian/patches/ unity-globalmen u-build- support. patch
- update debian/patches/ add-syspref- dir.patch - 682. By Chris Coulson
-
* Update eds extension to 0.5 prerelease r141
- Lots of refactoring
- Added proper support for evolution-data-server 3.6. It actually
works now
- Make contact list commit async
- Fix LP: #919612 - cannot write contact, with "Could not save nsIAbEDSCard
property: SecondEmail" errors in the error console
- Make setting dates work as expected
- When selecting a generic image, clear the actual image property rather
than saving the generic image pixel data to EDS
- Ensure that phone numbers are displayed in the preview pane for EDS
contacts
- Use the upstream chat tab for managing IM handles. This requires
Thunderbird 15
- Ensure that chat handles appear in the contact preview pane
- Make the preferred mail format option work (was always disabled in
the edit UI)
- Support storing Google Talk ID's in eds
- Support Twitter as an IM account type (new in eds 3.6)
- Implement nsAbEDSCard.deleteProperty
- For number fields, handle the case where the passed in value converts
to NaN
- Implement nsAbEDSCard.copy and make nsAbEDSDirectory.addCard use this
- Ensure we dispatch a notification when a directory name changes
- Implement nsAbEDSDirectory.modifyCard and hide nsAbEDSCard.commit
- Make contact list creation work properly
- Display the year field in the contact editor for the anniversary date.
This is supported fine by eds
- Make copying contacts between EDS and non-EDS addressbooks work more
reliably, rather than dropping fields such as PrimaryEmail
- When copying a Thunderbird contact to an EDS folder, add the Thunderbird
custom fields as "X-THUNDERBIRD-CUSTOM- *" vcard properties, rather than
adding them to the note field
- Don't unload libraries on shutdown. May fix a common shutdown crash
Branch metadata
- Branch format:
- Branch format 6
- Repository format:
- Bazaar pack repository format 1 (needs bzr 0.92)