Commit Graph

58757 Commits

Author SHA1 Message Date
brendan%mozilla.org
159f478d0d Fix plib-instead-of-lib->total += type; use int32 for possibly negative values. 2000-04-21 03:01:09 +00:00
bienvenu%netscape.com
b26839a8e3 fix linux runtime failure to load mailnews 2000-04-21 02:47:53 +00:00
scc%netscape.com
3008372aa4 making string conversions explicit 2000-04-21 02:35:42 +00:00
rhp%netscape.com
31be06e1f3 Just fixing a test harness program. NOT PART OF THE BUILD!!!! 2000-04-21 02:25:03 +00:00
mccabe%netscape.com
3fb3629e38 Remove builds of nsConsoleService binary, IDL and IDL-export projects from xpfe/components/console for the Mac. 2000-04-21 02:21:23 +00:00
nisheeth%netscape.com
0b3af85e55 Ongoing work to get Transformiix to build on Windows as a Mozilla component. Not part of the build.
- implemented rint() in NumberFunctionCall.cpp
- Changed String to DOMString in calls to processAttrValueTemplate() in XSLTProcessor.cpp
- Fixed up more windows makefiles.
2000-04-21 02:20:28 +00:00
bienvenu%netscape.com
00c6086074 Fix dup file in Makefile 2000-04-21 02:18:03 +00:00
rhp%netscape.com
218a5b1c8b Fix for problem with invalid file names - Bug # 24962 - r: bienvenu 2000-04-21 02:13:18 +00:00
bienvenu%netscape.com
0897ffd62e add nsMsgSearchNews to the build 2000-04-21 02:12:58 +00:00
bienvenu%netscape.com
6550310893 add nsMsgSearchNews.cpp 2000-04-21 02:12:10 +00:00
bienvenu%netscape.com
50b258e57b fix linux warning 2000-04-21 02:08:44 +00:00
bienvenu%netscape.com
f318654148 add search validity stuff, not run yet 2000-04-21 02:05:35 +00:00
ducarroz%netscape.com
cf9f426af0 Remove unused files. Part of autocomplete clean up 2000-04-21 02:05:04 +00:00
sspitzer%netscape.com
b5adff2a8d no newline at the end of the file. this will hork some compilers 2000-04-21 02:04:53 +00:00
beard%netscape.com
1112890b9d [Not part of build] Simple tool to emit information about the build system, to be consumed by the Perl build scripts. 2000-04-21 01:51:07 +00:00
brendan%mozilla.org
27df4eb10b Spruce up a couple of comments. 2000-04-21 01:49:49 +00:00
brendan%mozilla.org
3bdfa83a05 Functions that use unqualified __parent__ or __proto__ must be heavyweight (36625, r=shaver). 2000-04-21 01:47:20 +00:00
jband%netscape.com
e844355ed0 fix bustage due to relative path include of removed (and otherwise unused) file 2000-04-21 01:33:13 +00:00
cls%seawood.org
bcde450516 Remove extraneous whitespace between the object file and the ':'.
Thanks to Justin Morey <justin@68k.org> for the patch.
2000-04-21 01:28:58 +00:00
ruslan%netscape.com
595465200a Be more conservative when checking that the keep-alive connection has
died. On some platforms it can come out as eof and on some (windows)
it'll come out as "connection aborted".
2000-04-21 01:27:48 +00:00
pavlov%netscape.com
02656c9716 reimpliment nsClipboard::HasDataMatchingFlavors to be reentrant to fix bug #13161 2000-04-21 01:27:46 +00:00
scc%netscape.com
15fe64c984 Fixed |nsPromiseSubstring::GetReadableFragment|, which had been walking off the end. Re-implemented |copy_string| in terms of the new char-source/char-sink stuff that beard and I came up with. Factored some code into |SameFragment|. Did some general shuffling and cleanup. 2000-04-21 01:25:19 +00:00
jband%netscape.com
5f71a3e760 fix bustage due to relative path include of removed (and otherwise unused) file 2000-04-21 01:22:16 +00:00
scc%netscape.com
44d068215d Added |nsCharSourceTraits| and |nsCharSinkTraits| to better facilitate copying from arbitrary char sources into arbitrary char consumers 2000-04-21 01:20:55 +00:00
ducarroz%netscape.com
6c4f66646a More work on autocomplete. Add support for text selection 2000-04-21 01:20:17 +00:00
scc%netscape.com
342581ae7f added |nsWritingIterator<T>::write| to satisfy the char-source/char-sink stuff beard and I put in. 2000-04-21 01:19:40 +00:00
ducarroz%netscape.com
2b4f305183 Fix problem where you cannot set or remove the focus on a textfield using JS call focus() or blur(). Now with this fix, we may have another bug showing up that don't let you tab outside the field. hyatt has a bug filed for that. R=hyatt. 2000-04-21 01:16:58 +00:00
scc%netscape.com
9e1fe42e0f making string conversions explicit 2000-04-21 01:15:53 +00:00
cls%seawood.org
1d7f5fa1be Fixed SHARED_LIBRARY_LIBS dependency in docshell/build.
Removed extraneous ; makefiles target.
Thanks to Justin Morey <justin@68k.org> for the patch.
2000-04-21 01:14:45 +00:00
ducarroz%netscape.com
2f5578d751 More autocomplete landing... 2000-04-21 01:14:05 +00:00
jband%netscape.com
a4ca5b3475 fix bustage due to relative path include of removed (and otherwise unused) file 2000-04-21 01:12:19 +00:00
rhp%netscape.com
6a829f7225 Fix for message text on signed message stub - Bug # 34570 - r: bienvenu 2000-04-21 01:09:50 +00:00
bienvenu%netscape.com
b84fb01b6d add news search, not part of build 2000-04-21 01:08:06 +00:00
yueheng.xu%intel.com
6f65d74f71 fixed #35910 (PostScript error when printing CJK pages but a CJK font dictionary/Unicodedict is not defined.). The fix included a Masaki Tatakai's suggestion to define a NoglyphUnicodedict dictionary and switch at run time. So the default behavior will be: all unicode with non-zero high byte will be printed as "han". With a post processing filter to define a /Unicodedict and its font procedures, above default behavior will be overwritten. This change also fixed 34367, #27311, #18132, so we have italics, bold, etc. style support now. We might also fixed #36264 which is likely a dup of #35910, though #35910 only happens for non ASCIIcontent and #36264 happens for an ASCII content 2000-04-21 01:07:56 +00:00
cls%seawood.org
6f00162a06 Added separate list of all available trees. This allows mozbot to actively report the status of one set of trees and individually give the results for another set. 2000-04-21 01:07:38 +00:00
nisheeth%netscape.com
793252e617 Fix for bug 36362. We no longer null out the ref count of form elements in their Release() methods before deleting them. This fixes the crashes on www.cnn.com and www.msn.com. 2000-04-21 01:03:20 +00:00
rginda%netscape.com
8007074ccd Add nsIScriptError.idl. Build it here rather than back in xpfe/components/console. Checkin by McCabe, on rginda's mac. 2000-04-21 00:57:27 +00:00
rginda%netscape.com
761d7cb78f Adding nsIConsoleService.idl, nsIConsoleMessage.idl, nsIConsoleListener.idl. Previously, the .h and .xpt products of these files were still being built back in xpfe/components/console, which is bad. Checkin by McCabe, on rginda's mac. 2000-04-21 00:52:02 +00:00
sfraser%netscape.com
d15d319675 Fix frameset detection. An additional Notify() method was not hooked up properly. 2000-04-21 00:50:04 +00:00
rogerl%netscape.com
4683e4c869 oops 2000-04-21 00:46:48 +00:00
rogerl%netscape.com
8c81be5a55 Added labelled statements, fixed some VC++'isms 2000-04-21 00:37:51 +00:00
mccabe%netscape.com
0aa794713c Turn off building nsConsoleService binaries for unix and windows. nsConsoleService has moved to xpcom/base, and nsScriptError has moved to js/src/xpconnect. 2000-04-21 00:35:53 +00:00
ducarroz%netscape.com
76e9246da0 Remove old autocomplete IDL files 2000-04-21 00:28:53 +00:00
sgehani%netscape.com
7e1080d7a9 Add cancel button to installer.
b=35346
2000-04-21 00:25:15 +00:00
jband%netscape.com
d5ab77d656 removing unused files 2000-04-21 00:17:56 +00:00
pavlov%netscape.com
39d508ad8c fix pasting 2000-04-21 00:09:23 +00:00
rginda%netscape.com
6ceaff6eaf icodegenerator.cpp
add m prefix to base and offset label members

interpreter.cpp,h
dual license
wrap interpret in a Context class
add RETURN_VOID case

js2.cpp
update to use context class
remove #if 0 code that'll probably never be used anyway.

jstypes.h
add defineProperty/function to JSObject

vmtypes.h
regerated opcode classes:
  added RETURN_VOID, removed LOAD/SAVE_VAR
  reverted bacl to the smaller print function (thanks to RETURN_VOID)
  fixed branch printing issue
  inherit print() from super if possible

tools/gencode.pl
generate smaller print functions again
don't generate print function if superclass can take care of it.
2000-04-21 00:04:14 +00:00
tajima%eng.sun.com
cf99c33edb fix for #33996(Correct usage of XIMPreeditEnable) r=ftang, and passed pre-check-in
test on local Redhat 6.1 environment.
2000-04-21 00:03:44 +00:00
sspitzer%netscape.com
9bc8a565f4 changes for autosubscribe. bug #11075. handle the case where they have a news server
already, and the case where they don't.  still more work to be done here, but the basics
work.

also, turn nsMessengerMigrator::CopyIdentity() into nsMsgIdentity::Copy() and
use that in migration and news account creation during autosubscribe.  r=alecf
2000-04-21 00:03:02 +00:00
locka%iol.ie
4816e3c914 Moved away some obselete CID/IID decls
Added method CheckForBinDirPath to request the user to set the path when there is not registry entry for it
2000-04-20 23:34:08 +00:00