add a popularity index to address book cards which gets incremented every time you send mail to
the recipient. Sort autocomplete results by popularity index.
bug #14373: Need UI in account manager to add/edit vCard
also landing the fix for bug #206793:
Images do not appear in mail compose window when
"Do not load remote images..." pref is set to true
r/sr=sspitzer
works with any AIM client, if they support goim: uris.
from cavin:
1) a bunch new card attributes
2) back end AB changes for AB Sync
from naving:
1) Screenname -> nscpaimscreenname mapping for LDAP
2) assertion fix to nsAddrBookSession::AddAddressBookListener()
from me:
1) addressbook advanced search features, like "any name", "any number", "organization", "title", etc.
2) add screen name support (UI, import, export) to mozilla, remove it from the ns tree.
3) don't allow drop onto non-writable (LDAP) addressbooks
4) bunch of code cleanup
fix for #73868, and numerous other bugs.
switch the addressbook over to use outliner,
a bunch of addressbook UI fixes and code cleanup.
r=dmose,racham,others and sr=bienvenu
- use interCaps
- don't use out parameters when they're not needed
- fix JS to match (C++ signatures have not changed)
patch contributed by the always generous Sammy Ford <fuzed@swbell.net>
Thanks!
r=alecf
Error if an interface is declared [scriptable], but contains methods that can't be scripted because they refer to native-declared types, unless the method is declared [noscript].
This change is intended to make it easier to determine when an interface is not scriptable, and to make it easier to see what changes need to be made to make it scriptable.
As many of the .idl files in the tree defined [scriptable] interfaces that contained non-scriptable methods, I've sprinkled [noscript] throughout. As the interfaces weren't scriptable anyway, this shouldn't change their visibility to javascript.