Commit Graph

65776 Commits

Author SHA1 Message Date
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
Peter.VanderBeken%pandora.be
bd8d457314 Import mathml.css into ua.css when building MathML. Not part of build. r=jj. a=waterson. 2000-07-11 06:47:53 +00:00
dprice%netscape.com
6a1506007a NOT IN THE BUILD 2000-07-11 06:40:09 +00:00
ftang%netscape.com
a7adc56a4a fix bug 39902. check in for m_kato@ga2.so-net.ne.jp a=waterson r=ftang 2000-07-11 06:10:38 +00:00
warren%netscape.com
bcd997ce22 Fixed nsMemoryImpl to release memory pressure observers on shutdown. r=dbaron 2000-07-11 06:03:08 +00:00
brendan%mozilla.org
8f49205d55 Must unregister memory pressure observer in \~nsXBLService (nsMemory doesn't clean up after us; r=warren). 2000-07-11 05:43:34 +00:00
mscott%netscape.com
b0cea99e50 Bug #45047 --> accept plain/text content type by default.
r=alecf
2000-07-11 05:09:42 +00:00
ben%netscape.com
46fe9bb7cb search editor dialog was busted because of:
a) current engine list wasn't properly converted to new tree syntax
b) sizing of widgets was making it look really odd in the Classic skin
2000-07-11 03:30:25 +00:00
ben%netscape.com
41025c73f9 fix for 42964 - sidebar add panel and add search engine dialogs are not localizable 2000-07-11 03:14:22 +00:00
mscott%netscape.com
67e109cde0 Fix build breakge by samir. I'm not really sure how this could have compiled =). 2000-07-11 01:52:53 +00:00
warren%netscape.com
0a2c5e193e Bug 44342 - hang on startup. Added back a lock to mutually exclude cancel/suspend/resume. Seems to work on Mac (i.e. can't reproduce the problem now). Also cleaned up file transport service, removing unused stuff. 2000-07-11 01:52:12 +00:00
brendan%mozilla.org
d5bc082ace XBLService implements nsIMemoryPressureObserver (44352, r=hyatt). 2000-07-11 01:28:36 +00:00
sgehani%netscape.com
9e77a70364 Part of fix for nsbeta2+ bug 37168. [r=mstoltz] 2000-07-11 01:10:20 +00:00
law%netscape.com
dd24f07741 Bug 43583; build new dialog on Mac; r=ben@netscape.com 2000-07-11 01:09:28 +00:00
vidur%netscape.com
02d802ff3d Work in progress on SOAP call component. This is not part of the Seamonkey build. 2000-07-11 00:54:39 +00:00
vidur%netscape.com
5a19d3f794 Work in progress on SOAP call component 2000-07-11 00:52:30 +00:00
javi%netscape.com
de26e9a4fc Make the button in the security advisor for CRL's look like the other
buttons.
2000-07-11 00:50:12 +00:00
law%netscape.com
86c3028d51 Bug 43583; build new dialog; r=ben@netscape.com 2000-07-11 00:42:55 +00:00
dougt%netscape.com
7016b714ad First check in. NOT PART OF BUILD. 2000-07-11 00:10:34 +00:00
law%netscape.com
a0283ecf3c Bug 36658; notify urlwidget component on page load; r=matt@netscape.com 2000-07-10 23:56:02 +00:00
av%netscape.com
d98110ff32 #22954, fixing Mac glitch, r=brade 2000-07-10 23:54:31 +00:00