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

90946 Коммитов

Автор SHA1 Сообщение Дата
jaggernaut%netscape.com 729180f6cd Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-10-27 11:28:06 +00:00
jaggernaut%netscape.com 3757c27e22 Bug 105987: Clean up nsCharTraits.h, use slightly faster implementations where possible, r=dbaron, sr=scc. 2001-10-27 09:40:08 +00:00
seawood%netscape.com 64317eda4c Fix for mac bustage. r=jag 2001-10-27 08:57:01 +00:00
stephend%netscape.com bb71980b99 Bug 101647. Smileys missing in Message Display pref panel. Patch by Christopher Aillon <caillon@returnzero.com> r=glazou@netscape.com, sr=blakeross@telocity.com 2001-10-27 08:56:15 +00:00
jaggernaut%netscape.com 6395bc7909 Bug 107104: ``Throbber busted; js error since complexvalue, not string, returned'', patch by jrgm, r=jag. 2001-10-27 08:42:22 +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
jaggernaut%netscape.com f0d82dc0bc Fix js error caused by bnesse's checkin (which I reviewed, shame on me), r=mozbot. 2001-10-27 08:16:56 +00:00
jaggernaut%netscape.com a220efe49f Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-10-27 08:09:28 +00:00
seawood%netscape.com 7d5bae766b Set MOZ_UNICHARUTIL_LIBS & friends in config.mk so that we can test for USE_SHORT_LIBNAME as needed. Should get the OS/2 build further along. 2001-10-27 08:04:27 +00:00
bryner%netscape.com 62fc997c61 Adding a newline to the warning printf. r=jag. 2001-10-27 07:45:29 +00:00
jaggernaut%netscape.com 718057d1d5 Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-10-27 07:43:56 +00:00
leaf%mozilla.org 4a8d49870c Automated update 2001-10-27 07:43:13 +00:00
seawood%netscape.com 9b5ae05e33 Landing the rest of the mach-o OSX changes.
Bug #75653 r=cls sr=waterson
2001-10-27 07:38:18 +00:00
jaggernaut%netscape.com cad0dc7095 Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-10-27 06:44:19 +00:00
leaf%mozilla.org 88dcc0af5b Automated update 2001-10-27 06:28:11 +00:00
bernd.mielke%snafu.de 7f233275f2 new regression test, not affecting the build. 2001-10-27 06:27:12 +00:00
seawood%netscape.com 5fc017e59e Remove MOZ_MONOLITHIC_TOOLKIT 2001-10-27 06:16:57 +00:00
seawood%netscape.com a18a8602e9 Replace hardcoded -L/usr/X11R6/lib with $(XLDFLAGS). Fixes cross-compiling among other things. 2001-10-27 06:02:57 +00:00
seawood%netscape.com 3e1cbb069d Followup to removal of --enable-monolithic-toolkit..remove MOZ_MONOLITHIC_TOOLKIT ifdefs 2001-10-27 05:49:30 +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
seawood%netscape.com 5e2395c335 Removing unused nsIAppShellComponentImpl reference 2001-10-27 05:26:42 +00:00
cls%seawood.org e4bd7ca988 Freezing nsIURIContentListener class. Fixing PSM bustage
Thanks to Rick Potts <rpotts@netscape.com> for the patch.
Bug #99627
2001-10-27 04:15:42 +00:00
rpotts%netscape.com 49eeee6f73 bug #99627 (r=valeski@netscape.com, sr=mscott@netscpae.com). Freeze the nsIURIContentListener interface... 2001-10-27 03:59:37 +00:00
seawood%netscape.com 857f3174b3 Adding type specifier for functions to fix bustage. 2001-10-27 03:24:15 +00:00
dougt%netscape.com 24ac2f3385 check for null. if the reference ever goes away, we crash 2001-10-27 03:06:09 +00:00
rpotts%netscape.com ae53430684 bug #99627 (r=valeski@netscape.com, sr=mscott@netscpae.com). Freeze the nsIURIContentListener interface... 2001-10-27 02:52:39 +00:00
waldemar%netscape.com 0b07320096 Substantive semantic changes. Implemented prototype instances and property reading and writing. 2001-10-27 02:41:20 +00:00
waldemar%netscape.com 3b80c5d68f Fixed comment 2001-10-27 02:40:41 +00:00
waldemar%netscape.com 4d44f1c7d9 Added :uninitialized variables 2001-10-27 02:40:13 +00:00
seawood%netscape.com 190a210182 Apparently, the ANSI C++ standard no longer assumes int for functions that are mssing their type specifier. And the HP-UX & Sun Forte compilers catch this.
Fixing tinderbox bustage.
2001-10-27 01:49:12 +00:00
pschwartau%netscape.com 6a49244c08 Fixing a typo 2001-10-27 00:48:14 +00:00
wtc%netscape.com d0d6081356 Bugzilla bug 106379: support building under ARM Linux. 2001-10-27 00:27:06 +00:00
ftang%netscape.com 27fc0ce4dc fix 100868. Forget to include this part from previous check in. 2001-10-27 00:08:13 +00:00
shanjian%netscape.com 796133ab85 #106650 Crash viewing some mails
r=ducarroz, sr=sspitzer
2001-10-26 23:59:30 +00:00
law%netscape.com 76b40a993e Bug 95572; patch from Roland (Roland.Tepp@mail.ee); close dialog after launch/reveal; r=law, sr=mscott 2001-10-26 23:52:21 +00:00
aaronl%netscape.com d21aea8332 Bug 106710. Expose anonymous content via accessibility API's. r=jgaunt, sr=waterson 2001-10-26 23:47:52 +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
alecf%netscape.com 9346b7ec9e finally remove this file once and for all - turns out I removed this from the mac build yesterday (by accident, but the file is obsolete anyway) 2001-10-26 23:09:16 +00:00
alecf%netscape.com 20a7381eac remove nsIAppShellComponent, not used anywhere
(not part of build)
2001-10-26 23:07:48 +00:00
mstoltz%netscape.com 3e08274ae7 bug 104495 - don't allow unprivileged scripts to create a window without
a close box, or to disable key shortcuts. r=danm, sr=jst.
2001-10-26 23:02:49 +00:00
mstoltz%netscape.com f634fa73d2 bug 106535, adding the ability to enable codebase principals for a single host
instead of for all hosts. r=vidur, sr=jst.
2001-10-26 23:00:48 +00:00
sfraser%netscape.com 5ba85bc864 Fix for bug 83589 -- fix the mac build scripts so that a commercial tree doesn't clobber config files in the mozilla tree. Make a MoreFilesDebug.lib. r=peterv,sr=scc 2001-10-26 22:36:56 +00:00
sfraser%netscape.com e7f7baee09 Fix for bug 83589 -- fix the mac build scripts so that a commercial tree doesn't clobber config files in the mozilla tree. r=peterv,sr=scc 2001-10-26 22:36:28 +00:00
naving%netscape.com fc043ae72e 106819 r=suresh sr=mscott. Do not steal focus after search textbox is cleared. 2001-10-26 22:33:27 +00:00
naving%netscape.com 7c1966ad79 94968. r/sr=mscott. fix the folder-picker to not show bogus folders. 2001-10-26 22:08:21 +00:00
hewitt%netscape.com 23bce44dd6 106826 - can't drag into folders on the personal toolbar, r=hyatt, sr=blake 2001-10-26 21:54:36 +00:00
rginda%netscape.com a38f6a4b18 check in jband's fix for command paths on win2k, whitespace nits. 2001-10-26 21:37:51 +00:00
pchen%netscape.com be2b8367ee bug 104367, r=jag, sr=ben, add bookmark dialog changed id from
newBookmarkDialog to newBookmarkWindow but this getElementByID() call
wasn't updated, ooops
2001-10-26 21:37:08 +00:00
jaggernaut%netscape.com cd797fe0a1 Bug 106967: fix crash (doh me) 2001-10-26 21:37:07 +00:00
wtc%netscape.com 73ee93a7cc Bugzilla bug 106836: fixed misspelled "Privilege". The patch is
contributed by timeless@mac.com.
2001-10-26 21:30:58 +00:00