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

117155 Коммитов

Автор SHA1 Сообщение Дата
tara%tequilarista.org 09bc5d19cb Checking in a fix for bug #187239--preventing fully qualified paths from being displayed. 2003-04-02 05:42:22 +00:00
seawood%netscape.com a17d55e34a Test flags passed to --enable-optimize
Bug #192975 r=bryner
2003-04-02 05:35:54 +00:00
bryner%netscape.com b11cb5e21e Oops, removing ^M characters. Fixing IRIX bustage. 2003-04-02 04:52:53 +00:00
alecf%netscape.com a09a98f6d9 fix for bug 199170, convert layout to use nsStaticAtom. sr=dbaron 2003-04-02 04:51:07 +00:00
dougt%netscape.com 8d58cfa586 Landing optional and experimental native uconv support. r=darin, sr=alecf, b=20049. 2003-04-02 04:39:23 +00:00
alecf%netscape.com 6de4507aee re-land bug 200139, moving EntityNode into static space
sr=sfraser, r=harishd
removed constructors/destructors since these are no longer created on the heap
2003-04-02 04:39:12 +00:00
nelsonb%netscape.com 8a6801f0fe Fix bug 95138. Make debug .EXE files with debug symbols. 2003-04-02 04:27:23 +00:00
dmose%mozilla.org 6205fab143 Add basic UI for displaying IMAP quota information (bug 178758). Thanks to Lorenzo Colliti <lorenzo@collitti.com> for the patch. r=bienvenu@netscape.com, neil@parkwaycc.co.uk; sr=dmose@mozilla.org 2003-04-02 04:18:57 +00:00
rbs%maths.uq.edu.au aa1ebd5e81 Put 'DOM Source' in the title of the window of View Selection Source to remind users that the source is generated from the DOM, b=190947, r=doron, sr=bzbarsky 2003-04-02 04:11:28 +00:00
bzbarsky%mit.edu d26b9f7424 Assume VALUE instead of NAME if only one attr specified. Bug 169091, patch by
dwitte@stanford.edu (Dan Witte), r=darin, sr=alecf
2003-04-02 04:08:01 +00:00
rbs%maths.uq.edu.au d3d1c3934f Remove unused code, b=199704, r=peterv, sr=jst 2003-04-02 04:05:36 +00:00
mhammond%skippinet.com.au ae61ce8620 Make it simpler to implement sub-classes for the loader and module objects.
Not part of the build.
2003-04-02 04:00:59 +00:00
mhammond%skippinet.com.au b3d2b1a8a8 Add support for the timeline service. Not part of the build. 2003-04-02 04:00:17 +00:00
mhammond%skippinet.com.au 2f29bd30a5 If repr() of a component failed we would crash. Not part of the build. 2003-04-02 03:59:18 +00:00
mhammond%skippinet.com.au c470de08e3 repr() of an object could fail - prevent this. Not part of the build. 2003-04-02 03:58:16 +00:00
jake%bugzilla.org f1d6d3d7a1 Bug 195424 - Add a note about new MySQL permissions needed for Bugzilla in MySQL 4. 2003-04-02 03:53:52 +00:00
louie.zhao%sun.com 9562ddbb19 fix the XPCOM out-param memory ownership issue of bug 60304 "Basic Auth
doesn't work for Java"
patch = joshua.xia; r = jst; sr = darin
2003-04-02 03:52:56 +00:00
bryner%netscape.com c1e584641c Fix loss of focus caused by not going through PresShell::UnsuppressPainting (bug 199927). Also cleaned up event listener registration in this file quite a bit. r=peterl, sr=bzbarsky. 2003-04-02 03:35:58 +00:00
bryner%netscape.com d77ece64e2 Fix ctrl+enter in the mail compose window by getting rid of editor's key listeners in the client event pass entirely (everything now happens in the system event pass). r=brade, sr=sfraser. 2003-04-02 03:31:18 +00:00
bzbarsky%mit.edu 4cd5722271 Make sure not to call LoadImage before LoadImageWithChannel for standalone
images.  Bug 121084; also fixes bug 34165.  r=pavlov, sr=jst
2003-04-02 03:27:20 +00:00
bryner%netscape.com 13a3cccaea Fix a leak of the output stream and socket transport due to shutdown ordering problems (bug 200094). Patch by darin, r=dougt, sr=me. 2003-04-02 03:27:17 +00:00
bzbarsky%mit.edu 09fa9aa380 "Backing" changes back in since tree has reopened. 2003-04-02 03:19:50 +00:00
bryner%netscape.com 1ed5a8b575 Fix a leak when the directory listing is pulled from the cache (bug 199425). r=bbaetz, sr=darin. 2003-04-02 03:17:30 +00:00
bzbarsky%mit.edu a855c02802 Backing all this out, since tree is closed. 2003-04-02 02:02:10 +00:00
alecf%netscape.com 20e19f5387 huh, back myself out for now, not sure if I'm causing the domtextconversion problem or not 2003-04-02 01:58:51 +00:00
bzbarsky%mit.edu 646f42f2fc Remove some more redundant code -- nsXMLDocument handles this fine. Bug
200071, r=sicking, sr=jst
2003-04-02 01:37:01 +00:00
bzbarsky%mit.edu 19d7284dc8 Make the IconLoad hold a ref to the image listener. Fixes race to a crash.
Bug 199021, r=pavlov, sr=dbaron
2003-04-02 01:35:20 +00:00
bzbarsky%mit.edu cf91cfe654 Fix crash on failures to open channels. Bug 199966, r=pr0nmeister (pavlov),
sr=jst
2003-04-02 01:32:50 +00:00
bzbarsky%mit.edu 5c7258dfc2 Fix range.surroundContents() to not rearrange the content order. Bug 191625,
r=sicking, sr=peterv
2003-04-02 01:30:33 +00:00
alecf%netscape.com 836c6c7024 fix for bug 200139 - nsHTMLEntities has way too many static tables - switch everying over to "const" and stop allocating copies of static data
r=harishd, sr=sfraser
(oh, and spelling update: Comparitor -> Comparator)
2003-04-02 01:16:29 +00:00
jake%bugzilla.org e2494f2b5a Bug 194541 - Dot is a binary executable, not a perl script so we don't need to prefix the system call with the perl binary. There are no more system calls of perl scripts in Bugzilla, so this section can go away. 2003-04-02 01:12:31 +00:00
jake%bugzilla.org 0b1c2722d4 Misc. updates to the FAQ. 2003-04-02 01:10:38 +00:00
jake%bugzilla.org 285bc77ee5 Bug 171674 - Adding a section to the Troubleshooting section describing how to fix the File::Temp problems in perl 5.6.0. 2003-04-02 00:40:56 +00:00
jst%netscape.com 8f126a887a Removing unused nsresult rv. 2003-04-02 00:09:20 +00:00
aaronl%netscape.com c704a40f04 fixing bustages 2003-04-02 00:01:28 +00:00
aaronl%netscape.com ee50e23dc1 Fixing 'other' platforms' Makefile.in other 2003-04-01 23:48:25 +00:00
aaronl%netscape.com 2fe2e37699 Fixing bustage 2003-04-01 23:31:43 +00:00
aaronl%netscape.com 317192d897 Fixing bustage 2003-04-01 23:31:24 +00:00
bzbarsky%mit.edu 8bf6f94f4b Fix some misleading indentation. No bug, r=lumpy, sr=mozbot 2003-04-01 23:19:37 +00:00
aaronl%netscape.com 4332b5d92c Fixing bustages 2003-04-01 23:16:30 +00:00
aaronl%netscape.com aa7d0ce138 Fixing bustages 2003-04-01 23:06:12 +00:00
wtc%netscape.com d92f79a4d6 Bug 200179: prepend, rather than overwrite, the shared library search path.
We can't assume the shared library search path is not set.
2003-04-01 22:58:26 +00:00
aaronl%netscape.com dbdef14a43 Fixing bustages 2003-04-01 22:57:00 +00:00
wtc%netscape.com 08505503e5 Destroy the hash context, public key, private key, and slot so that NSS
shutdown will succeed.  r=relyea.
2003-04-01 22:47:46 +00:00
aaronl%netscape.com d83f1454df Still fixing bustage 2003-04-01 22:46:11 +00:00
mkaply%us.ibm.com 1475130738 Someone forgot to add absyncsv.dll here when they did it for Windows 2003-04-01 22:36:49 +00:00
mkaply%us.ibm.com 0c4d26f622 #199529
r=mkaply, sr=blizzard (platform specific)
Do the right codepage conversion when dragging/dropping
2003-04-01 22:36:10 +00:00
aaronl%netscape.com f5e490be84 Fixing bustage 2003-04-01 22:18:29 +00:00
wtc%netscape.com 8e7b2d5896 Added a missing {. 2003-04-01 22:03:07 +00:00
mcs%netscape.com 346de1e6ae Partial fix for 148272 - flawfinder warnings in directory.
Fix most critical warnings in the core LDAP library code:
    AIX has snprintf() so we now #define HAVE_SNPRINTF there.
    Use snprintf() instead of sprintf() in ldap_perror().
    Use snprintf() instead of sprintf() in ldap_init_getfilter_buf()
     and improve error reporting for bad regular expressions.
2003-04-01 21:04:23 +00:00