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

65659 Коммитов

Автор SHA1 Сообщение Дата
dbragg%netscape.com 1e334d6947 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 2e10a3e3cb 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 ebfa0c8b8f 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 76bc4d90ad 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 ddad1112da Fix a type-o. 2000-07-11 18:45:40 +00:00
valeski%netscape.com bb06f79747 r=mscott, 42505. somehow a switch enum was dropped from a previous checkin. 2000-07-11 15:00:59 +00:00
dbragg%netscape.com 5b1a702c89 Added new .dtd file for bug #36249 2000-07-11 14:16:07 +00:00
dbragg%netscape.com 4f8f0b5a2d Added new .xul and js files for bug #36249 2000-07-11 14:15:05 +00:00
axel%pike.org 8528565532 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 2843a55cf7 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 1819297fa4 Fixed warning. 2000-07-11 09:46:51 +00:00
ftang%netscape.com 54819fb47f 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 aeca78aff2 Automated update 2000-07-11 07:45:09 +00:00
axel%pike.org 49dc52265e Adding rint to AC_CHECK_FUNCS, r=cls@seawood.org, a=waterson 2000-07-11 07:42:07 +00:00
warren%netscape.com 3939724fe5 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 3b5ee23e1c Removed assertion to allow UnregisterObserver to be called after Shutdown (harmlessly). r=dbaron 2000-07-11 07:29:05 +00:00
warren%netscape.com 3aea701549 Fixed monitor destructor because NS_TraceMallocShutdown is called twice. r=dbaron 2000-07-11 07:28:14 +00:00
ssu%netscape.com 0badfcd862 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 d5910bdaa7 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 1426b26768 Defensive programming for UnregisterObserver after Shutdown. r=dbaron 2000-07-11 06:56:06 +00:00
Peter.VanderBeken%pandora.be 33c829c5f2 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 764ab3ec81 NOT IN THE BUILD 2000-07-11 06:40:09 +00:00
ftang%netscape.com b7727bf6a8 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 ee4a37e955 Fixed nsMemoryImpl to release memory pressure observers on shutdown. r=dbaron 2000-07-11 06:03:08 +00:00
brendan%mozilla.org 312b64ae77 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 be66c761b2 Bug #45047 --> accept plain/text content type by default.
r=alecf
2000-07-11 05:09:42 +00:00
ben%netscape.com efb5b41e81 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 1df3712367 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 37ea1a1546 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 ca5e7be79b 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 c6447c1283 XBLService implements nsIMemoryPressureObserver (44352, r=hyatt). 2000-07-11 01:28:36 +00:00
sgehani%netscape.com 1457b45336 Part of fix for nsbeta2+ bug 37168. [r=mstoltz] 2000-07-11 01:10:20 +00:00
law%netscape.com 820e394679 Bug 43583; build new dialog on Mac; r=ben@netscape.com 2000-07-11 01:09:28 +00:00
vidur%netscape.com eb782298a6 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 6aa74b76ff Work in progress on SOAP call component 2000-07-11 00:52:30 +00:00
javi%netscape.com 9032fabd4c 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 1a30fe343c Bug 43583; build new dialog; r=ben@netscape.com 2000-07-11 00:42:55 +00:00
dougt%netscape.com 5f42022cfb First check in. NOT PART OF BUILD. 2000-07-11 00:10:34 +00:00
law%netscape.com 53c82ccf5b Bug 36658; notify urlwidget component on page load; r=matt@netscape.com 2000-07-10 23:56:02 +00:00
av%netscape.com 8d945307a0 #22954, fixing Mac glitch, r=brade 2000-07-10 23:54:31 +00:00
sgehani%netscape.com 668d992dfd Part of fix for nsbeta2+ bug 37168. [r=ssu] 2000-07-10 23:44:35 +00:00
bryner%uiuc.edu 117cba1219 Fixing 43459. r=hyatt. 2000-07-10 23:42:46 +00:00
av%netscape.com 4fda0b1f0a #43500, adding the default plugin to the packager on Windows, r=leaf 2000-07-10 23:32:13 +00:00
law%netscape.com b79ab79f81 Bug 43583; new helper app launch confirmation dialog; r=ben@netscape.com 2000-07-10 23:18:59 +00:00
rogerl%netscape.com aa83a57078 Some parts of x@<name> working. 2000-07-10 23:18:07 +00:00
sgehani%netscape.com b82dd1fcb6 Add optional log file leaf name param to XPI_Init for Win32 uninstall logging.
Part of fix for nsbeta2+ bug 37168.  [r=ssu]
2000-07-10 23:15:46 +00:00
endico%mozilla.org f536db7f53 Add "Windows ME" operating system and a comment about how to add new os's (et al) to an already installed system 2000-07-10 23:01:26 +00:00
ddrinan%netscape.com d7c3621b01 Made changes to the password retry text to fix bugs 399954 and 44110 2000-07-10 22:53:58 +00:00
matt%netscape.com d7c53366f7 taking out security policies pane as per bug 44121
r:tornduff
2000-07-10 22:50:37 +00:00
jband%netscape.com 938d6e31d0 add previously overlooked support for nsIXPCNativeCallContext implementors to signal that they have set the method return value for the JS caller. a=brendan@mozilla.org r=vidur@netscape.com 2000-07-10 22:39:37 +00:00