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

55405 Коммитов

Автор SHA1 Сообщение Дата
dveditz%netscape.com 83793623b9 fixing VC5 build (bug 31868) 2000-03-15 06:22:09 +00:00
dveditz%netscape.com 80288de09b Fix for bug 31399, r=sgehani 2000-03-15 06:15:27 +00:00
sspitzer%netscape.com 620987a70a fix to get this to build on VMS. thanks to colin blake for this patch. r=sspitzer 2000-03-15 05:30:13 +00:00
ftang%netscape.com b84d6f192d change type from char to PRUnichar so the problem tracking code in 28424 won't be to noisy. 2000-03-15 05:19:29 +00:00
bryner%uiuc.edu d365bc4b42 Removing deleted Makefiles from allmakefiles.sh. r=pavlov. 2000-03-15 05:16:20 +00:00
ftang%netscape.com be2435a9f0 check in illegal nsString char* usage tracking code. Turn off by default. r=rickg 2000-03-15 05:15:00 +00:00
sgehani%netscape.com 7b20487eeb Fix pref migration shortcut launching. [b=31234, r=ssu] 2000-03-15 05:09:55 +00:00
tbogard%aol.net 1b902bc213 Removing this as the interface is no longer used and should no longer be used. 2000-03-15 05:03:35 +00:00
bryner%uiuc.edu c03645c830 Changing nsresult -> NS_IMETHODIMP. 2000-03-15 05:02:23 +00:00
karnaze%netscape.com 95c4148825 fix warnings. submitted by jeroen@vangelderen.org, r=karnaze 2000-03-15 04:50:25 +00:00
troy%netscape.com 512f105fbf b=21903. Fixes a crash when absolutely positioning a form element. The
problem was no space manager was getting created for the form's frame
2000-03-15 04:38:08 +00:00
tbogard%aol.net 51fe1b4422 Updated paramaters to FindNamedBrowserChrome() and changed it to FindNamedBrowser() to reflect changes in the API. 2000-03-15 04:34:29 +00:00
rhp%netscape.com 4f7e28e9fa Hmm...not sure why this doesn't break on linux tinderbox...nsIMimeService.h is not the right capitalization 2000-03-15 04:33:33 +00:00
tbogard%aol.net 02b7661f7a Implemented FindItemWithName and ContentShellAdded. Changed FindNamedBrowserChrome to deal with nsIWebBrowser instead of nsIWebBrowserChrome and changed the name to FindNamedBrowser. Changed FindNamedBrowser and GetNamedBrowser to return the type instead of having it as an out parameter. This is cleaner for JS. 2000-03-15 04:32:16 +00:00
bryner%uiuc.edu 8c855923d1 Fixing build bustage. Sorry about that. 2000-03-15 04:29:00 +00:00
dcone%netscape.com 2cffdd24de Put in a canonical pixel scale when images are being read in for the size. This reduces
the printer images sizes considerably.  r=kmclusk.
2000-03-15 04:24:21 +00:00
bryner%uiuc.edu c96f3c7c16 Clean up handling of mousewheel prefs by removing built-in caching, and
use a shutdown observer so we can release the prefs service if
necessary.  r=sspitzer.
2000-03-15 04:03:44 +00:00
rjc%netscape.com 53131f5662 Fix broken clicking metaphor for bookmarks sidebar panel. Review: pavlov. 2000-03-15 03:44:15 +00:00
rjc%netscape.com 737cc31fee Fix bug # 29045: small text change. 2000-03-15 03:32:24 +00:00
rjc%netscape.com 154f9e9494 Part of fix for bug # 17333: add "Properties..." menuitem to context menu (if appropriate). Code from aaronr@us.ibm.com, review/slight mods: me. 2000-03-15 03:27:34 +00:00
hyatt%netscape.com 1c02f1ca09 Landing new progressmeter. 2000-03-15 03:16:43 +00:00
blizzard%redhat.com 804ec67bf8 fix for bug #18186. remove work around in layout code and properly implement nsIFile::GetLastMofificationDate() on unix. r=vidur,jst,dougt a=waterson 2000-03-15 03:08:28 +00:00
hyatt%netscape.com 94b88b964a Landing the new progressmeter. 2000-03-15 03:06:46 +00:00
sspitzer%netscape.com 0b61fb23a1 fix for #31057. using prefs, you can turn off the confirm and alerts you get when you
cancel a news message.  suresh needs this for his automatic tinderbox test.
r=mscott
2000-03-15 02:47:53 +00:00
seth%cs.brandeis.edu 4c3aafd607 updated to better reflect reality in terms of recent changes to bug_email.pl. 2000-03-15 02:43:48 +00:00
hyatt%netscape.com df0d870704 Nope. This was right the first time. 2000-03-15 02:36:17 +00:00
sgehani%netscape.com 47a596deac Updated package registry node names. [b=30928, r=cathleen] 2000-03-15 02:35:15 +00:00
rjc%netscape.com fe07d7980f Part of fix for bug # 29212: prevent recursion when writing out bookmarks. 2000-03-15 02:30:06 +00:00
mscott%netscape.com a59e78ffbc add thread safe addref and release.
r=bienvenu
2000-03-15 02:29:46 +00:00
morse%netscape.com 13bbe99ee5 remove erroneous test on files getting out of synch 2000-03-15 02:13:55 +00:00
karnaze%netscape.com 40177af8fd new regression tests not affecting the build 2000-03-15 02:11:44 +00:00
rhp%netscape.com 2ec0c6b8e6 Fixes for compose back end problems - Bug #: 25610 29806 30048 30744 31207 31589 2000-03-15 02:09:43 +00:00
sgehani%netscape.com 75649f6bed Launch apps using relative path (from installation root) rather than app creator. [b=31234, r=ssu] 2000-03-15 02:04:45 +00:00
blizzard%redhat.com 0e7ea25d46 patch for bug #31662. we can't compress Expose events out of order with the ConfigureNotify events so add and interface to the superwin object to handle compressing Expose events. r=pavlov 2000-03-15 02:02:22 +00:00
ducarroz%netscape.com 6cfd1b423d Fix bug 31568. Need to check if hostname isn't empty. R=mscott, A=phil,jar 2000-03-15 02:02:17 +00:00
hyatt%netscape.com e7dc30bdcd Fix for bug #31847. 2000-03-15 02:01:14 +00:00
mscott%netscape.com 96fce242e1 Force all copy related objects to only get executed on the UI thread instead of the imap thread.
r=bienvenu
2000-03-15 02:00:27 +00:00
leaf%mozilla.org 81d90b3231 Automated update 2000-03-15 02:00:20 +00:00
leaf%mozilla.org a62bc8a4e7 fixing paths to be absolute so third party dependent build systems can
take advantage of the linker scripts. r=slamm
2000-03-15 01:55:04 +00:00
rhp%netscape.com 4e23d61267 Changes to fix many bugs including quoting style size - vcard I18N fixes - compose fixes - etc - Bug #: 12505 25610 29806 30048 30744 31207 31589 2000-03-15 01:47:36 +00:00
rhp%netscape.com 9488c8b1bf Checking in project change of large checkin. 2000-03-15 01:46:55 +00:00
wtc%netscape.com 6df2423fff Added the generated header file to GARBAGE.
Modified files: lib/ds/Makefile, pr/src/Makefile, pr/src/Makefile.in
2000-03-15 01:45:35 +00:00
mscott%netscape.com 32c8a84292 Bug #30840 --> i broke scantxt for (c), (r) and +/- cases before beta1
r=alecf
2000-03-15 01:43:55 +00:00
wtc%netscape.com a37f49577d Moved the definition of GARBAGE to a standard place. 2000-03-15 01:43:40 +00:00
nhotta%netscape.com 9d35160c8e Changed to use do_GetService instead of CreateInstance, bug 30210, r=cata. 2000-03-15 01:41:38 +00:00
nhotta%netscape.com 53d8977bc3 Changed to use do_GetService instead of CreateInstance, bug 30212, r=cata. 2000-03-15 01:36:19 +00:00
nhotta%netscape.com 7732852e7f Changed to use do_GetService instead of CreateInstance, bug 30210, r=cata. 2000-03-15 01:35:02 +00:00
nhotta%netscape.com 4c9cfca6b5 Changed to use do_GetService instead of CreateInstance, bug 30205, r=cata. 2000-03-15 01:33:43 +00:00
av%netscape.com b2e11193ec Fix for 29688, ignorin Java plugin found in 4.x installation; r=stanley.ho@eng.sun.com, a=rickg 2000-03-15 01:27:30 +00:00
rjc%netscape.com 397a9884e1 Fix bug # 31624 (add Mac IE favorites foreign charset alias resolution support) and bug # 29135 (default to adding new bookmark items under the root node if there is no selection). Review: me 2000-03-15 01:24:47 +00:00