Граф коммитов

1056 Коммитов

Автор SHA1 Сообщение Дата
sspitzer%netscape.com 75f9cde322 fix for #71953. make the edit / new mailing list dialog modal (and centered.)
r=racham, sr=bienvenu, a=asa
2002-03-02 01:16:45 +00:00
sspitzer%netscape.com 38031ca6ed bulletproof fix for ab crasher
#127748.  r=racham,sr=bienvenu,a=roc+moz
2002-03-02 01:12:58 +00:00
sspitzer%netscape.com b8c703ec8b fix for bug #127299. fix tooltip in advanced search dialogs.
r=racham,sr=bienvenu,a=asa
2002-03-02 01:10:32 +00:00
racham%netscape.com 6ae5af8556 Fixing bug 125065. Fixing focus problems with new addressbook card. This fix allows the first field in the new card window to gain focus via setTimeout(). r=law, sr=jag, a=asa 2002-03-01 08:32:16 +00:00
shliang%netscape.com 35d10f6565 bug 45173 - make mailing list address entry dialog use addressing widget - r=hewitt/bhuvan, sr=sspitzer 2002-02-20 06:46:11 +00:00
shliang%netscape.com 5d834eec72 bugs 116451, 109908 - changing mail list and map it button display in addressbook card view pane - r=bhuvan, sr=sspitzer 2002-02-20 06:34:00 +00:00
shliang%netscape.com a99f5cac49 bugs 118878, 118882, 118885, 118891, 95699 - addressbook printing - r=bhuvan, sr=sspitzer 2002-02-20 06:30:03 +00:00
sspitzer%netscape.com 5d3b7c9def fix for #121868. crashers problems when we fail to generate collation keys.
this happens to us on OS X, it seems.  patch by nhotta.  r/sr=sspitzer
2002-02-19 21:24:31 +00:00
cathleen%netscape.com 3f9b432d36 eliminate nsCRT::strlen for char* strings (part 3), bug 124536 r=dp sr=brendan 2002-02-19 08:42:48 +00:00
srilatha%netscape.com 2930d42ded Fix for bug # 118262. Disable delete button when a card from LDAP directory is selected
r/sr= sspitzer@netscape.com
2002-02-16 01:41:17 +00:00
sspitzer%netscape.com 07ffca456b fix for #125816. remove unused code. no one does the #NewDirectory command.
r/sr=bienvenu
2002-02-16 01:23:17 +00:00
sspitzer%netscape.com e650435580 fix for #83023. implement "advanced directory" search, re-using
the existing search code.  r/sr=bienvenu.
2002-02-13 08:01:04 +00:00
racham%netscape.com d759d0a8ab Fixing bug 124500. Place the View menu item in the right place. r=bhuvan 2002-02-13 00:25:06 +00:00
ccarlen%netscape.com 0d871a1552 Bug 115334 - Removing .mcp files which are obsolete after XML conversion. r=jj/sr=sfraser 2002-02-12 15:41:41 +00:00
bzbarsky%mit.edu 97aad157b6 Relanding the Compare --> Equals conversion. a=mcafee 2002-02-10 15:49:46 +00:00
bzbarsky%mit.edu 98afc5ee0f Testing performance impact of backout of what's left of the patch from
bug 115289.  See bug 123947 for details. a=mcafee
2002-02-09 20:46:05 +00:00
sspitzer%netscape.com 61a4e0e506 fix for #123013, fix "View | Sort By" menu item issues in the 3 pane
and addressbook.  r/sr=bienvenu
2002-02-08 05:17:23 +00:00
sspitzer%netscape.com be682523bf fix for #124320. js error when you do "File | New Message" or hit the compose
button from addressbook, and no cards are selected. r/sr=bienvenu
2002-02-08 03:13:25 +00:00
srilatha%netscape.com f89cd96e68 Fix for bug 120423. Enable and disable Addressbook commands when directory is selected
r=racham@netscape.com, sr=sspitzer@netscape.com
2002-02-08 00:55:54 +00:00
sspitzer%netscape.com 3f87e27916 fix for #83091 (show LDAP autocomplete directories in addressbook).
and some code cleanup, and code bloat removal (see nsAbUtils.cpp)
r=dmose, sr=bienvenu
2002-02-06 22:50:26 +00:00
sspitzer%netscape.com 666fd9462c commit card to database when notifying the save listener, if there are any save listeners.
we need to do this because the save listeners might have added / modified some values.
see bugscape bug #11851.  r/sr=bienvenu
2002-02-06 06:26:28 +00:00
bienvenu%netscape.com 42a2919ff5 fix potential crash in address book r=naving, sr=sspitzer 111703 2002-02-06 03:52:37 +00:00
sspitzer%netscape.com e2313ce8f3 fix for #116449. when we delete addressbooks, we leave behind .position cruft.
r=srilatha, sr=bienvenu.
2002-02-06 03:47:49 +00:00
bzbarsky%mit.edu 40d60f39ec Convert Compare() to Equals() where possible now that we can do
case-insensitive Equals().  Bug 115289, r=alecf, sr=jag
2002-02-05 02:03:07 +00:00
rods%netscape.com ab52751787 1) Removes the arg of nsIDOMWindow in the nsIWebBrowserPrint calls
2) Adds a couple of new methods and an attr to nsIWebBrowserPrint (navigate, is frameset, & exitPP)
3) Removes all but one method from nsIContentViewerFile.idl/h the remaining call is for print regression testing
4) Removes the "static" implementation of nsIContentViewerFile.h
5) Fixed up nsIContentViewerFile.idl and turned it back on so it is now generating the header file
6) Removed all uses of nsIContentViewerFile.h except for the WebCrawler (uses it for Printing Regression testing)
7) nsDocumentViewer.cpp now implements nsIWebBrowserPrint.idl this makes it easier to add new print functionality in one place
8) You can now ask an instance of the ContentViewer for a nsIWebBrowserPrint to do printing (it retruns the nsIWebBrowserPrint interface implemented by the nsDocumentViewer)
9) Anybody who was using nsIContentViewerFile to print will now use nsIWebBrowserPrint
10) You can now do a "GetInterface()" on a GlobalWindow for a nsIWebBrowserPrint
11) The browser UI now uses the GetInterface on the GlobalWindow to get a nsIWebBrowserPrint object to do printing and this can be used for all printing functionality
Bug 120622 r=dcone sr=waterson
2002-02-01 14:52:11 +00:00
sfraser%netscape.com d133d4956f Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson 2002-01-30 21:14:20 +00:00
dougt%netscape.com c50ca402ad 1. Converts callers of nsIComponentManagerObsolete to use
nsIComponentRegistrar.

2. Converts callers of nsComponentManager::AutoRegister to use
nsIComponentRegistrar's autoRegistrar method.

3. Add nsIComponentRegistrar implmentation to nsComponentManagerImpl.

4. Rearrange nsComponentManager.cpp so that related methods are in the same
place.

5. Added a C-style function NS_GetComponentRegistrar so that getting the
registrar is easier in some places.

6. Added a nsISimpleEnumerator interface on PLDHashTableEnumeratorImpl.  in
this way, the same base class can support both old style and new style
enumerations.

7. Fixed a nasty bug where unregistring factories will leave the contract id
hash with a dangling pointer.  Now, when unregister is called we search the
contract id hash for entries which have the given doomned cid and remove them.


Bug 115853.  r=dp@netscape.com, sr=rpotts@netscape.com
2002-01-29 21:22:13 +00:00
alecf%netscape.com bcd6a6fb94 fix for bug 121508 - clean up nsStringStream and nsIParser APIs.. r=dougt, sr=jst 2002-01-27 22:02:00 +00:00
sspitzer%netscape.com 5e76e40bfb fix for #117452, get delete of cards after quick search to work.
r=racham, sr=mscott
2002-01-26 01:42:28 +00:00
sspitzer%netscape.com b72e54e59e fix for #121709. Add to Address Book, enter First Name and Display Name overwritten.
r=racham, sr=mscott
2002-01-25 01:42:32 +00:00
sspitzer%netscape.com 363df339f5 fix for #118744. r=racham, sr=sspitzer. outlook express addresses
not displayed correctly in non US-ASCII locales.
thanks to john.marmion@ireland.sun.com for the patch.
2002-01-24 04:17:47 +00:00
sspitzer%netscape.com f7aff5090a fix for #119331. prefer html problems with LDAP servers.
r=dmose, sr=sspitzer.  thanks for john.marmion@ireland.sun.com for the patch
and to Roland Felnhofer for the feedback in the bug.
2002-01-24 04:16:03 +00:00
mscott%netscape.com 11fe60ad99 Bug #106018 --> when auto completing put matches which share
the default domain FIRST when there are multiple matches of the
same type.

r=ducarroz
sr=sspitzer
2002-01-24 03:09:27 +00:00
nhotta%netscape.com 7428fcd0c4 Fixed freeing wrong memory when the collation key creation fails, bug 119917, r=bhuvan, sr=sspitzer, a=dbaron. 2002-01-16 23:43:27 +00:00
rjesup%wgate.com d9e754ecd2 Bug 119843: negative voidarray index. r=rjesup@wgate.com, sr=waterson 2002-01-16 07:03:26 +00:00
varga%utcru.sk ff7ad62083 Fixes for:
94653  - can't right align text in outliner cell
95730  - White block displays/artifacts in the highlight area after Move/Drag mail to folder.
112238 - [RFE] Outliner widget should support line-through
116855 - Modify outliner builder syntax to match outliner content model
118093 - Make -moz-image-region work in the outliner
118113 - Too little space between pref category tree and pref page
118154 - Category now has a column picker
118647 - Memory leak of 52 bytes from 1 block allocated in nsOutlinerBodyFrame::CheckVerticalOverflow
118660 - left arrow no longer moves to parent category
119751 - Branches are open by default and then closed after launch.

- outermost <outlinerchildren> has "-moz-box-flex: 1" by default
  and it actaully replaced <outlinerbody>
- all event handlers moved on <outliner>
- content builder, outliner builder and content view use <outliner> as root
  element
- nsIBoxObject has a new attribute "element"
- all CSS rules outlinerbody:foo replaced with outlinerchildren:foo
- drop feedback is now skinable

r=waterson for the changes in mozilla/content
r=sspitzer on the mailnews parts
r=blake on the bookmarks/history
r=bryner on the OutlinerBodyFrame and OutlinerContentView changes

sr=hyatt,hewitt
2002-01-16 03:01:28 +00:00
racham%netscape.com 1205923e1b Fixing bug 103689. Make sure that the right set of addresses are pre-populated in the compose window based on the items selected in the AdderssBook window. Also fixes the new card created from the AddressBook window's file new menu should reflect the right parent addressbook. r=ssu, sr=sspitzer 2002-01-15 22:51:53 +00:00
sspitzer%netscape.com 087b9288a7 fix for #119675, implement LDIF export. r=dmose, sr=bienvenu
also fix a bug in the LDIF import code #116973.
2002-01-15 02:26:47 +00:00
sspitzer%netscape.com 39a8a0e9ca fix for #119932. delete addressbook is failing. while I'm here,
remove unnecessary dependency on the DOM.  the addressbook
backend doesn't need to be dependent on nsIDOMXULElement and
nsIDOMNodeList.  r/sr=bienvenu
2002-01-14 19:50:34 +00:00
hewitt%netscape.com 7f0e98bdd5 104401 - eliminate mOuter aggregate from nsXULElement, r=waterson, sr=hyatt 2002-01-12 01:20:29 +00:00
srilatha%netscape.com 24a87fbb19 Fix for bug # 92437. Cleaning up code in this file
r=racham@netscape.com, sr=sspitzer@netscape.com
2002-01-12 01:06:02 +00:00
nhotta%netscape.com 0ee20025a9 Added wstring version of MakeFullAddress to nsIMsgHeaderParser,
changed non wstring functions to noscript because they need UTF-8 string and are not scriptable,
bug 118010, r=ducarroz, sr=sspitzer.
2002-01-11 23:52:15 +00:00
sspitzer%netscape.com 11c636a95c fix for #118876. fix xml error when printing addressbook cards with < & or >.
use the txt to html converter to turn those into entities.
r=bienvenu,sr=mscott
2002-01-11 00:07:45 +00:00
varga%utcru.sk 728727cafd Fix for 116739. Many assertions when moving over the blank area of outliners.
Fix for 118632. file picker can display all column arrows.
r=bryner, sr=hyatt

- getCellAt() now checks for correct mouse coordinates and sets row value
  to -1 for invalid coordinates.
- added bail out checks to all callers.
2002-01-10 04:47:52 +00:00
alecf%netscape.com 4bcb3fde51 removal lame nsFileSpec operators, bug 100676 r=ccarlen sr=waterson 2002-01-09 21:31:19 +00:00
sspitzer%netscape.com dc713358aa remove all the extra space when printing ab cards or ab directories.
rs=bienvenu
2002-01-08 08:15:50 +00:00
sspitzer%netscape.com e1e7259da5 make it so we print out mailing list cards.
supplimental fix to #104987.  r/sr=bienvenu
2002-01-08 07:57:36 +00:00
sspitzer%netscape.com d46cb75f56 fix for #2660, #36760, #54527 and #104987. fix addressbook printing,
it's been broken a long time.  r/sr=bienvenu
2002-01-08 03:19:10 +00:00
naving%netscape.com 910f36d70c 116972 r=dmose sr=sspitzer. fix leaks upon autocompletion in compose window and when sending mail. may
fix other leaks in address book because now we made it sure that it frees up when we do a copy
in CharPtrGuardArray... and don't do a copy when not needed.
2002-01-08 02:09:03 +00:00
racham%netscape.com 7c14f02903 Fixing bug 104468. Polish menu popup elements in the addressbook panel in the sidebar. r=racham 2002-01-07 07:06:09 +00:00
stephend%netscape.com b340910942 Bug 79333. Javascript strict warnings in pref-directory.add.js. Patch by Stephen Walker <walk84@yahoo.com> r=stephend, sr=shaver 2002-01-05 05:20:49 +00:00
sspitzer%netscape.com 28e9751741 fix for #118276. multiple selection in the addressbook should
clear out the card preview pane.  r/sr=bienvenu
2002-01-05 03:48:41 +00:00
sspitzer%netscape.com c0f2899818 "Map It!" should be "Get Map". r=jglick, rs=bienvenu
for bug #116451
2002-01-05 01:10:47 +00:00
dmose%netscape.com fa9aea1c69 Fix bug 108366: xmozillausehtmlmail LDAP attributes does not work. Patch from John Marmion <john.marmion@ireland.sun.com> . r=dmose@netscape.com, sr=sspitzer@netscape.com. 2002-01-03 23:25:48 +00:00
dmose%netscape.com 6cb9811b84 Fix bug 105103: LDAP attributes should not be case-sensitive. Patch from John Marmion <john.marmion@ireland.sun.com> . r=dmose@netscape.com, sr=sspitzer@netscape.com. 2002-01-03 23:18:28 +00:00
sspitzer%netscape.com 02da144315 fix for crasher bug #117478. I goofed when converting from strcmp to Equals().
this code is there to handle the migration case where our "old" sortedColumn is no
longer a valid column.  r/sr=bienvenu
2002-01-03 21:24:06 +00:00
rods%netscape.com 7929b953f5 Switch public interfaces from nsIPrintOptions to nsIPrintSettings
Enabling XP Print Dialog for Windows
Enabling XP Print Progress Dialog
Enabling XP Page Setup Dialog
Fixing nsPrintPreviewContext to use nsIPrintPreviewContext
Bug 113917 r=dcone sr=attinasi
2002-01-01 12:58:53 +00:00
bryner%netscape.com 2a1819d615 Bug 116499 - convert nsIOutlinerView::GetCellText to return an nsAString, so we can avoid copying strings. r=blake, sr=jag. 2001-12-29 22:05:16 +00:00
sspitzer%netscape.com 51ba5208ab add support for addressbook quick search, part of bug #83023.
add the "Search" menu item to the addressbook and do a little code cleanup.
r/sr=bienvenu
2001-12-27 23:05:57 +00:00
sspitzer%netscape.com f704c9f5e4 fix warning, rs=bienvenu 2001-12-22 02:46:58 +00:00
sspitzer%netscape.com e453d22e0b fix warnings. rs=bienvenu 2001-12-22 02:45:28 +00:00
sspitzer%netscape.com d08d4d3f97 landing the AB_OUTLINER_BRANCH.
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
2001-12-22 02:06:31 +00:00
rjesup%wgate.com 2e680f1b17 Bug 96108: Inline ElementAt(), add SafeElementAt(), voidarray usage fixes,
assertions for bad voidarray indexes.  r=jst, sr=waterson
2001-12-21 01:10:07 +00:00
sspitzer%netscape.com 95111cbc0e merging ab outliner branch to the trunk, not part of the build. 2001-12-20 22:50:14 +00:00
hewitt%netscape.com 7b10439c40 XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt 2001-12-19 12:04:11 +00:00
dougt%netscape.com 849d297364 nsIComponentManager API Changes (bug 98553)
a) create a new nsIComponentManager with only four functions on it:
CreateInstance CreateInstanceByContractID GetClassInfo GetClassInfoByContractID.

b) rename the old nsIComponentManager to nsIComponentManagerObsolete.

c) fixes callers which use to access the nsIComponentManager for component
registration functionality.  These callers will temporary use the
nsIComponentManagerObsolete interface.

d) Create a new API NS_GetComponentManager() which mirrors the
NS_GetServiceManager()

e) Perserves the old NS_GetGlobalComponentManager().  Note the cast usage.

r/sr = rpotts@netscape.com  alecf@netscape.com  brendan@mozilla.org
2001-12-19 00:12:41 +00:00
varga%utcru.sk 949278c0fe Fix for 113477. Group outlinercols. r=bryner sr=hyatt 2001-12-18 13:42:28 +00:00
seawood%netscape.com 45bfbf0658 Landing the rest of the win32 gmake changes:
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup

Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
jaggernaut%netscape.com e44e7d9ec8 Bug 113228: Replace ns{C}String::To{Upper,Lower}Case with global versions. r=bzbarsky, sr=jst 2001-12-17 07:14:49 +00:00
jaggernaut%netscape.com 97b0530073 Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf 2001-12-16 11:58:03 +00:00
seawood%netscape.com 51fa852613 Make OS/2 use the win32 build changes and finish LIB_PREFIX substitution.
Thanks to Javier Pedemonte (pedemont@us.ibm.com) for the patch.
Bug #58981 r=cls
2001-12-14 23:49:04 +00:00
ccarlen%netscape.com f810f656cc Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser 2001-12-11 05:10:45 +00:00
sspitzer%netscape.com 2fccbb461d work for the AB_OUTLINER_BRANCH, not part of the build 2001-12-11 01:00:09 +00:00
ccarlen%netscape.com afffbda535 Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser. 2001-12-10 21:02:40 +00:00
blakeross%telocity.com f2060ef0ed Forgot to checkin this last night, too. What poor sap vouched for my cvs access? (same reviewers) 2001-12-09 23:58:51 +00:00
alecf%netscape.com 2c81421fa3 fix for bug 100676, r=bienvenu, sr=sspitzer, also ok'ed by nhotta 2001-12-06 23:41:46 +00:00
racham%netscape.com 17a5fc0467 Fixing bug 113318. Get Maillist and new card dialogs into alert postions by providing reference to dialogoverlay js file. r=bhuvan, sr=sspitzer 2001-12-06 00:12:09 +00:00
racham%netscape.com 4fd39e36d6 Fixing bugs 105899, 105902. Fixing js warnings and errors in address book files. r=bhuvan 2001-12-05 03:05:03 +00:00
hewitt%netscape.com 66be71de93 93839 - tooltiptext should work without specifying tooltip, r=pinkerton, sr=hyatt 2001-12-04 23:30:25 +00:00
sspitzer%netscape.com 3b5600bbdb fix for #112786. the home page link isn't "blue" like the other links in the addressbook
card preview pane.
2001-11-30 08:34:22 +00:00
rjc%netscape.com fe5d808f73 Fix bug # 75772: On Mac OS X, add support for window toolbar button which hides/shows toolbar buttons. r=ben sr=hyatt 2001-11-27 01:47:41 +00:00
bienvenu%netscape.com 4f39b3f55a use xpcom ref-counting and comptrs now that mdb supports that r=naving, sr=sspizer 110850 (also fixed some more ref-counting bugs in ab code) 2001-11-21 21:52:00 +00:00
hewitt%netscape.com 0785fec5fa 96154 - Remove class=outlinercol-header outlinercol-inset-header from outliner, r=ben, sr=hyatt 2001-11-21 11:00:22 +00:00
seawood%netscape.com 7733357d51 Rename 'install' build phase to 'libs'.
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
seawood%netscape.com 55fe97bff7 Renaming 'install' build phase to 'libs'
Bug #56601 r=pavlov
2001-11-21 08:55:59 +00:00
timeless%mac.com 060425ec59 Bugzilla Bug 110080 change !NS_SUCCEEDED(status) to NS_FAILED(status)
s/!NS_SUCCEEDED/NS_FAILED/g;s/!NS_FAILED/NS_SUCCEEDED/g;
r=dougt sr=hewitt
2001-11-19 06:45:00 +00:00
sspitzer%netscape.com f41278c780 more work on #73868. converting ab from tree to outliner.
addressbook sidebar channel persistence changes. NOT PART OF THE BUILD.
2001-11-16 09:05:24 +00:00
sspitzer%netscape.com a5c16ce813 more work on #73868. converting ab from tree to outliner.
restore selection after sorting. NOT PART OF THE BUILD.
2001-11-16 07:53:43 +00:00
jaggernaut%netscape.com ee4f787321 Clean up REQUIRES lines. r/sr=alecf 2001-11-16 01:54:59 +00:00
sspitzer%netscape.com 299269371e more work on #73868. converting ab from tree to outliner. NOT PART OF THE BUILD. 2001-11-16 01:41:13 +00:00
sspitzer%netscape.com 2420d3f3fb more work on #73868. converting ab from tree to outliner.
get sort indicators to work, make it so even if we persist some old or illegal
value for "sortedColumn", we do the right thing.

NOT PART OF THE BUILD.
2001-11-16 01:40:22 +00:00
sspitzer%netscape.com 30eac5d8ce fix how we do sorting in ab view. collation keys are raw data, not PRUnichar *.
NOT PART OF THE BUILD.
2001-11-15 22:16:49 +00:00
alecf%netscape.com d49a4ba867 win32 REQUIRES cleanup 2001-11-15 03:49:13 +00:00
sspitzer%netscape.com 81f54403b5 more work on #73868. converting ab from tree to outliner. NOT PART OF THE BUILD. 2001-11-15 00:28:12 +00:00
sspitzer%netscape.com 59f6a27a62 more work on #73868. converting ab from tree to outliner. NOT PART OF THE BUILD. 2001-11-14 21:38:32 +00:00
sspitzer%netscape.com 8fc33339c2 more work on #73868. converting ab from tree to outliner. NOT PART OF THE BUILD. 2001-11-14 10:25:19 +00:00
sspitzer%netscape.com c76d3a0afe more work on #73868. converting ab from tree to outliner. NOT PART OF THE BUILD. 2001-11-14 09:59:11 +00:00
sspitzer%netscape.com ac73a264de more work on #73868. converting ab from tree to outliner. NOT PART OF THE BUILD. 2001-11-14 09:36:30 +00:00
timeless%mac.com b7461f87ad Bugzilla Bug 87792 Fix accesskeys based on new flexibility
patch by slate@gwu.edu r=aaronl sr=ben
2001-11-14 01:37:35 +00:00
bzbarsky%mit.edu f2ee8260a0 Use NS_LITERAL_STRING instead of NS_ConvertASCIItoUCS2 where possible
(i.e. where the string is a literal).  Bug 104159, r=jag, sr=alecf
2001-11-14 01:33:42 +00:00
sspitzer%netscape.com 069b3c5385 more work on #73868. converting ab from tree to outliner. NOT PART OF THE BUILD. 2001-11-13 02:13:58 +00:00
sspitzer%netscape.com f3b8e16d55 more work on #73868. converting ab from tree to outliner.
NOT PART OF THE BUILD
2001-11-13 00:16:18 +00:00
sspitzer%netscape.com c29e5d6eec fix for #109278. can't edit existing addressbook cards.
r/sr=bienvenu
2001-11-13 00:13:15 +00:00
sspitzer%netscape.com 3d2ea89b20 more changes for converting addressbook results pane from tree to outliner.
NOT PART OF THE BUILD.
2001-11-12 12:28:38 +00:00
sspitzer%netscape.com 11a403fb80 more work for #73868. get sorting to work. NOT PART OF THE BUILD 2001-11-08 05:00:29 +00:00
dbaron%fas.harvard.edu 8cd8d91750 Ensure that string literals are used as |const char*| rather than |char*|. r=jag sr=brendan b=107052 2001-11-07 06:24:10 +00:00
dbaron%fas.harvard.edu bfb2f49916 Add assertions that users of nsDependentC?String meet the requirements of nsAFlatC?String. Add nsDependentSingleFragmentC?Substring for users that don't. Additional cleanup after bug 100214. b=104651 r=jag sr=scc 2001-11-07 04:12:20 +00:00
sspitzer%netscape.com f8e88066a6 more work for converting AB results pane to outliner.
bug #73868.  not part of the build
2001-11-07 03:46:17 +00:00
srilatha%netscape.com 80142c1e9b Fix for bug # 107558, added getServerList to make ldap prefs work again.
r=dmose,sr=alecf
2001-11-06 23:42:58 +00:00
ducarroz%netscape.com b7d1ee3201 Fix for bug 105729. The string need to have at least the same amount of characters than the substring in order to compare them. R=varada, SR=alecf 2001-11-06 23:06:24 +00:00
sspitzer%netscape.com 6433156307 work for converting ab results pane from tree to outliner. NOT PART OF THE BUILD.
bug #73868.
2001-11-06 01:27:07 +00:00
sspitzer%netscape.com ff2c2136c3 fix for regression bug#108604 and few other ab bugs.
1)  collapse the card pane inner box initially so that it doesn't look like crap
before we select a card
2)  "Edit and "Card Properties" is now "Properties"
3)  if a mailing list has focus, "Properties" should bring up the edit mailing list dialog
4)  fix js warnings
r/sr=bienvenu
2001-11-06 00:54:04 +00:00
bhart00%yahoo.com 276f305018 Fix for bug 96786, r=bryner sr=blake 2001-11-05 05:15:21 +00:00
blakeross%telocity.com e394f2f43a No radiobutton selected by default in add directory dialog. r=hewitt sr=hyatt 2001-11-03 21:02:55 +00:00
sspitzer%netscape.com 4412757f92 fix blake's horkage. tomorrow's build is going to be broken all over. 2001-11-03 09:04:19 +00:00
blakeross%telocity.com 71e1ffab70 107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben 2001-11-03 04:06:54 +00:00
seawood%netscape.com be10c3b1a8 Backing out fix for remote mach-o builds as it left mach-o builds fragile.
Add TK_CFLAGS back to default CFLAGS/CXXFLAGS.
Bug #107696
2001-11-03 03:29:05 +00:00
sspitzer%netscape.com 5937459644 initial work for #73868. convert addressbook results pane to outliner.
NOT PART OF THE BUILD.
2001-11-02 20:17:14 +00:00
alecf%netscape.com b79dc5a65c *sigh* - I keep forgetting to pre-land these files. Someone shoot me. I'm sorry!
move to NS_LITERAL_STRING
2001-11-01 23:55:56 +00:00
sspitzer%netscape.com 8313fc7117 fix for #105835, move rules for empty tree twisties into tree.css, like in modern.
clean up and optimize the address book css. remove obsolete files
sr=hewitt, r/sr=bienvenu.
2001-11-01 09:10:45 +00:00
jaggernaut%netscape.com 2546ff75ba Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-11-01 09:09:57 +00:00
dbradley%netscape.com 9b2bda104e Bug 101696 - interface with no uuid shouldn't parse. Patch adds a warning, does not prohibit it, and cleans up interfaces that are missing id's r=rginda, sr=jband 2001-11-01 05:04:35 +00:00
seawood%netscape.com 8a2a775382 Since '-framework Carbon' causes binaries to require console access to run, do not link using that flag by default. Otherwise, remote builds & non-console tinderboxes will break. Mac OSX Mach-O only.
Bug #107696 r=mozbot
2001-11-01 00:54:48 +00:00
racham%netscape.com 92d4219a15 Fixing addressbook bugs 102767, 102846, 104468. Fixing the name order problem in the addresbook results pane, making mobile the formal word in place of cellular and add context menu items for sidebar addressbook panel. r=ducarroz, sr=sspitzer 2001-10-31 00:42:55 +00:00
bnesse%netscape.com aa65825ca9 Fix for bug 106159. Force getComplexValue calls to return string values. r=sgehani, sr=alecf. 2001-10-31 00:13:06 +00:00
dougt%netscape.com 20e863fb43 Moving nsISimpleEnumerator interface to new idl file. 99136, r=alecf@netscape.com sr=rpotts@netscape.com 2001-10-30 22:07:28 +00:00
mkaply%us.ibm.com 3b3437183f Stupid OS/2 breakage - bug has been opened with compiler folk 2001-10-30 17:39:31 +00:00
bzbarsky%mit.edu 59d9b83f5b Fix strict JS warnings in addressbook. Bug 107538, patch from James
Green <jg@cyberstorm.demon.co.uk>, r=hwaara, sr=bienvenu
2001-10-30 14:54:04 +00:00
ducarroz%netscape.com 321184f9e3 Fix for bug 86089. Replace attachments string in message compose fields by an array of nsIMsgAttachment objects. This architecture change allow us to dissocie the attachment name from the attachment url. We can also now carry over extra information like the attachment content type or Mac file type. This check in contains also fix for related bug 52428, bug 80895, bug 87765 and bug 89090.
R=varada, SR=sspitzer
2001-10-30 14:42:41 +00:00
dbaron%fas.harvard.edu 359f6668d1 Fixing double parens. 2001-10-30 08:01:14 +00:00
dbaron%fas.harvard.edu b7eac49894 ... and fixing one other typo. 2001-10-30 07:59:16 +00:00
dbaron%fas.harvard.edu 50a378c987 ... and converting to double-parens. 2001-10-30 07:58:02 +00:00
dbaron%fas.harvard.edu d2a4a711c2 Fixing bustage by converting this to use PR-logging. I should've done a Windows build... 2001-10-30 07:40:57 +00:00
dbaron%fas.harvard.edu 83d24ad2c1 Removing remnants of warren's s/printf/PRINTF/ landing from the tree. b=94480 r=pavlov sr=darin 2001-10-30 06:33:52 +00:00
jaggernaut%netscape.com f02611e9eb Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-10-29 09:27:57 +00:00
sspitzer%netscape.com efaadc9d6e fix for #57756. when clicking on a link in the addressbook card page, it should
open up a new window, or use and existing browser window.
also, the links should look and act like links.
initial patch by jessica blanco (jblanco@us.ibm.com), r=racham, sr=sspitzer,bienvenu
2001-10-28 04:21:46 +00:00
sspitzer%netscape.com 1164cc25ac fix for #45084. add mnemonics to the mailing list dialog.
r=jag, sr=sspitzer.  thanks to james green (jg@cyberstorm.demon.co.uk) for the patch.
2001-10-27 23:01:59 +00:00
stephend%netscape.com a2cb719a37 Bug 83318 - Wording changes from 'Get Msg' to 'Get Msgs' and 'New Msg' to 'Compose'. 50865 - Removing the duplicated charset menu item for folders. Both bugs have r=jglick@netscape.com, sr=sspitzer@netscape.com 2001-10-27 08:19:54 +00:00
bnesse%netscape.com faf03ce445 Bug 106159. Switch remaining js and xul files from nsIPref interface to nsIPrefService/nsIPrefBranch interfaces to eliminate conflicts. r=jag, sr=alecf 2001-10-27 05:39:25 +00:00
sfraser%netscape.com 72ca9383ae Clean up static linkage with unichar utils (bug 100214) for alecf. r=fm, sr=alecf 2001-10-26 23:34:53 +00:00
nhotta%netscape.com 2e7ba04626 Replace nsTextFormatter by NS_ConvertUTF8toUCS2, bug 105527, r=ducarroz, sr=bienvenu. 2001-10-26 17:24:18 +00:00
alecf%netscape.com 491fe6b2bd Added files: mozilla/intl/unicharutils/util/nsUnicharUtils.cpp 2001-10-26 03:37:38 +00:00
alecf%netscape.com 8b0ceb8c3c final makefile.win changes for bug 100214, just adding some REQUIRES to be used soon 2001-10-26 03:18:09 +00:00
dbaron%fas.harvard.edu 02f3a2d769 Fix member initializer re-ordered warnings by re-ordering member initializers. r=jag rs=waterson b=105974 2001-10-25 03:21:53 +00:00
alecf%netscape.com c8469b7ac5 bug 100214 - add libunicharutil_s to all unix projects that require it, r=cls 2001-10-22 20:44:02 +00:00
hewitt%netscape.com d45cd3bc09 70751 - [XUL Syntax] XUL docs loaded in iframes should use <page>, r=blake, sr=hyatt 2001-10-21 04:16:03 +00:00
pinkerton%netscape.com 6630d79543 remove prefs and quit from edit/file menus on osx (they're in the app menu now). r=sdagley/sr=blake,smfr. bug#68098 2001-10-19 14:13:20 +00:00
blakeross%telocity.com 4e0854b495 Menulist in ab panel has no label. sr=ben 2001-10-14 19:40:12 +00:00
sfraser%netscape.com 7ee6ab59a7 Fix bug 42817 -- overlay a Page Setup menu item for Mac, which displays the page setup dialog. r=jag/hwaara, sr=sspitzer/blake 2001-10-13 02:28:44 +00:00
alecf%netscape.com bd048504df convert nsCRT::strn?cmp to Convert() for bug 100214, to depend on string rather than xpcom for case-insensitive unicode support. r=sspitzer for mail stuff, r=jag for everything else, sr=sfraser 2001-10-13 00:16:32 +00:00