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

65746 Коммитов

Автор SHA1 Сообщение Дата
alecf%netscape.com 2dd2724e78 fix for #44350 - clear the search results pane each time a search starts.
r=bienvenu
2000-07-11 23:12:35 +00:00
mscott%netscape.com 3ddf6e8910 Bug #43583 --> new state for using system default. Add a separate boolean
for asking the user before handling.
r=alecf
2000-07-11 23:11:59 +00:00
av%netscape.com 1c72f33a9a #44422, r=buster 2000-07-11 23:10:29 +00:00
rginda%netscape.com 3a02396fda cleaned up linux warnings, minor debugger tweaks 2000-07-11 23:08:03 +00:00
alecf%netscape.com 0729dad28f fix for #39576 r=chuang
localize the "Card for" string for the address card view
2000-07-11 23:03:48 +00:00
mcafee%netscape.com e22df65239 Removing mcafee from debug output. r=pavlov 2000-07-11 22:49:22 +00:00
rods%netscape.com 6f13208339 setting parent to null to make sure there are no dnagling pointers from children
to their parents
b=44266, r=jst
2000-07-11 22:17:38 +00:00
blizzard%redhat.com b2966d97ba fix for bug #44116. rewrite gtk focus handling. r=pavlov,akk a=brendan 2000-07-11 21:57:43 +00:00
pavlov%netscape.com 3f7d6ee2fe 4.x unix plugin changes for bug 37477 r=pollmann, av 2000-07-11 21:44:39 +00:00
pavlov%netscape.com 61ea9ae317 gtkxtbin fixes for unix plugin crasher bug 37477 r=blizzard 2000-07-11 21:43:18 +00:00
cotter%netscape.com c06b1af9b3 Added info about OCSP in cases of invalid email signature. 2000-07-11 21:32:19 +00:00
dbaron%fas.harvard.edu 5ea842ebb9 Prevent builds on Win95/Win98 from excessively going through the unused libs phase by removing the Win95/Win98 libs phase rules. r=warren a=waterson b=42428
This should affect only builds done on Win95/Win98 (where WINOS=WIN95).
2000-07-11 21:17:37 +00:00
rods%netscape.com 9d63d08157 removing accidental checkin 2000-07-11 21:00:22 +00:00
evaughan%netscape.com f82106b70a fix for #44576 2000-07-11 20:58:59 +00:00
blizzard%redhat.com 1e4aa90dfb fix memory leak in scrolling code. make sure to destroy a temporary region before jumping to the end of the function. a=brendan 2000-07-11 20:56:35 +00:00
pinkerton%netscape.com 0fcf0b8ca9 landing patch for crash when document goes away after tooltip timer has fired. basically, make mPossibleTooltipNode a strong ref. patch from roc+moz@cs.cmu.edu r=pinkerton, bug# 27828. 2000-07-11 20:55:57 +00:00
rods%netscape.com 03e57f97c1 option elements no longer add and remove themselves from the select, the select now does all the housekeeping. b=44266, r=pollmann 2000-07-11 20:55:21 +00:00
rods%netscape.com 59085805aa *** empty log message *** 2000-07-11 20:55:20 +00:00
rogerl%netscape.com 774d010635 More on @ operator. Fixed R 4billion print bug. 2000-07-11 20:54:06 +00:00
bienvenu%netscape.com 92cf4b729c fix 45146 edit message as new crashing r=mscott 2000-07-11 20:49:52 +00:00
leaf%mozilla.org 53c6497c98 Automated update 2000-07-11 20:45:12 +00:00
jdunn%netscape.com 16993ab9ad Applying jgaunt's & jim_nance's change (see rev 1.647 & 1.649) to
hpux in general (for 10.20) as opposed to hpux11 specfic for bug #=39747
using blanket approval of r=waterson for port changes (hpux specific)
2000-07-11 20:33:33 +00:00
saari%netscape.com 2b156b1ed6 Fix for nsbeta2+ bug 36470: colors are wrong across multiple monitors of different bit depths on MacOS. r= pinkerton 2000-07-11 20:27:42 +00:00
chuang%netscape.com 4b283d9c3a Bug 33980 'Collected Addresses' being corrupted when saved to prefs.js, r=alecf 2000-07-11 20:18:38 +00:00
bnesse%netscape.com 9c230e7301 Moved code which was initalizing the memory allocation service from the constructor into the CreatePlugin function because it wasn't being called early enough for some plugins. Need to proceed on Bug 19931. r=av. 2000-07-11 20:08:05 +00:00
bnesse%netscape.com 23b031d8d8 Removed code which was painting rectangles over the plugin objects on the Mac. Bug #41016. r=av 2000-07-11 20:06:05 +00:00
jfrancis%netscape.com 209a7ca3fa fix for 43366; r=kin 2000-07-11 19:51:36 +00:00
dbragg%netscape.com 2e3fb90a4d Optimized Javascript library got added to the wrong target. #36249. 2000-07-11 19:40:55 +00:00
dbragg%netscape.com a609a8d40b Fix for bug #36249. r=racham@netscape.com 2000-07-11 19:28:43 +00:00
dbragg%netscape.com 77cd0130ec makefile and MANIFEST file changes to display out-of-space dialog. Fix for bug#36249. r=racham@netscape.com 2000-07-11 19:26:09 +00:00
dbragg%netscape.com 2711c7dc7e Had to add a library to the mcp file to fix bug #36249. r=racham@netscape.com 2000-07-11 19:23:34 +00:00
ftang%netscape.com 478c04fe2f fix bug 21418. change the converter to UTF-8 and handle the \uxxxx and \r \n \t in the
lexical level (scanner) r=tao
2000-07-11 19:14:59 +00:00
brendan%mozilla.org 0d66d403b3 Make NS_TraceMallocShutdown idempotent just in case it's called more than once (doesn't affect default builds: #ifdef NS_TRACE_MALLOC). 2000-07-11 19:10:52 +00:00
brendan%mozilla.org 678a90126f Remove explicit NS_TraceMallocShutdown call, it's done via atexit (doesn't affect default builds: #ifdef NS_TRACE_MALLOC). 2000-07-11 19:09:44 +00:00
javi%netscape.com 887c81b96a Fix a type-o. 2000-07-11 18:45:40 +00:00
valeski%netscape.com 9be3c3f503 r=mscott, 42505. somehow a switch enum was dropped from a previous checkin. 2000-07-11 15:00:59 +00:00
dbragg%netscape.com 5391a55644 Added new .dtd file for bug #36249 2000-07-11 14:16:07 +00:00
dbragg%netscape.com 4ad5125991 Added new .xul and js files for bug #36249 2000-07-11 14:15:05 +00:00
axel%pike.org 9368491fdc Getting the build process up for Windows, thanx to Arthur Barrett
not part of build, still need to conditionally add transformiix to
extensions/makefile.win
2000-07-11 10:32:17 +00:00
axel%pike.org ecb5362cfc Use own impl of rint for windows and platforms without one, not on mac
not part of build
2000-07-11 09:47:37 +00:00
warren%netscape.com 7982bac600 Fixed warning. 2000-07-11 09:46:51 +00:00
ftang%netscape.com c1b191599a fix 40739 (dup as 45048. the fix is in 45048)
Change do_QueryInterface to do_QueryReference for mContenWindow for SetDocumentCharacterSet
method.
2000-07-11 07:50:00 +00:00
leaf%mozilla.org 5c6738c54d Automated update 2000-07-11 07:45:09 +00:00
axel%pike.org 932ea05e52 Adding rint to AC_CHECK_FUNCS, r=cls@seawood.org, a=waterson 2000-07-11 07:42:07 +00:00
warren%netscape.com c5d2febbcb Reordered atom table destruction to be last because memory shutdown still needs it. Moved nsIThread shutdown up just to be safe. r=dbaron 2000-07-11 07:31:50 +00:00
warren%netscape.com 2f3e104192 Removed assertion to allow UnregisterObserver to be called after Shutdown (harmlessly). r=dbaron 2000-07-11 07:29:05 +00:00
warren%netscape.com ca180c6d4d Fixed monitor destructor because NS_TraceMallocShutdown is called twice. r=dbaron 2000-07-11 07:28:14 +00:00
ssu%netscape.com 3abfebd3ec fixing bug #19034 - Install.log needs to be created in XPCOM's notion of cwd.
This bug affects several things.  what I'm checking in is a fix to the windows
wizard installer to:
1) pass new parameter to xpi_init() - which Samir checked in tonight.
2) update windows wizard installer to know of the new install.log location.
3) changed the installer to create/update the log filename passed to xpi_init() (install_wizard.log).

This fix affects the installer (setup.exe) and the uninstaller (uninstall.exe).
This bug is marked as nsbeta2+ and was already verified by QA, but they were not aware
of the affects to the native windows installer (which is part of this bug).

The windows installer will be dead in the morning without this checkin.

r=sgehani
affects windows platforms only
This file does not affect tinderbox builds
2000-07-11 07:02:29 +00:00
ssu%netscape.com 6f0aa022c9 fixing bug #19034 - Install.log needs to be created in XPCOM's notion of cwd.
This bug affects several things.  what I'm checking in is a fix to the windows
wizard installer to:
1) pass new parameter to xpi_init() - which Samir checked in tonight.
2) update windows wizard installer to know of the new install.log location.
3) changed the installer to create/update the log filename passed to xpi_init() (install_wizard.log).

This fix affects the installer (setup.exe) and the uninstaller (uninstall.exe).
This bug is marked as nsbeta2+ and was already verified by QA, but they were not aware
of the affects to the native windows installer (which is part of this bug).

The windows installer will be dead in the morning without this checkin.

r=sgehani
affects windows platforms only
2000-07-11 07:00:21 +00:00
warren%netscape.com 4157de5421 Defensive programming for UnregisterObserver after Shutdown. r=dbaron 2000-07-11 06:56:06 +00:00