Commit Graph

58774 Commits

Author SHA1 Message Date
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
dcone%netscape.com
1b3b25e6f6 Updated 256 color mode for tiling 2000-04-20 23:33:46 +00:00
varada%netscape.com
0c2dc24146 fix for bug #36585 :changing the default title bar to Netscape 6 2000-04-20 23:32:55 +00:00
valeski%netscape.com
c7f4e9cbbe adding callback test harness to unix builds 2000-04-20 23:26:41 +00:00
valeski%netscape.com
241de728ec adding callback test harness to the build and fixing a typo that wasn't letting TestWriteSpeed get built on windows 2000-04-20 23:22:27 +00:00
thayes%netscape.com
05d5f6ec33 Add definition of SDR interface 2000-04-20 23:21:21 +00:00
radha%netscape.com
497301dd46 Go menu Back/Forward popup menus re-wired to use new Session history 2000-04-20 23:15:39 +00:00
radha%netscape.com
8e68019d0d update session history too with the title when title gets set. 2000-04-20 23:14:53 +00:00
anthonyd%netscape.com
815b66f915 drawing selection as tri-state. on-off-disabled. hardcoded disable color to grey right now. r=mjudge 2000-04-20 23:11:41 +00:00
norris%netscape.com
2c9997aaf4 Clean up new methods. 2000-04-20 23:08:07 +00:00
nhotta%netscape.com
41ce27f639 Re-label charset us-ascii to ISO-8859-1 when quoting text, bug 35105, 36410, r=rhp. 2000-04-20 23:06:04 +00:00
dbragg%netscape.com
365e935ebf typo in Manifest file 2000-04-20 23:06:00 +00:00
nhotta%netscape.com
545a7a685d Adding a new file, functions to enumerate available fonts, to be used for mailnews.view_default_charset.
Not part of the build.
2000-04-20 23:04:08 +00:00
beard%netscape.com
45f08249f7 Simple dependency tracking with make depend target. 2000-04-20 23:02:19 +00:00
thayes%netscape.com
d0def2d28c Add decryption functions for SDR. Add SDR to UNIX builds. 2000-04-20 23:00:39 +00:00
rogerl%netscape.com
d2674e90be Added ASSERT cases to FixNext child handling. 2000-04-20 23:00:37 +00:00
pinkerton%netscape.com
afa523d479 oops, forgot to weak link in the optimized target! 2000-04-20 23:00:07 +00:00
ftang%netscape.com
39ef48a6bf add nsLocalFileCommon.cpp 2000-04-20 23:00:00 +00:00
dbragg%netscape.com
19a96b0ebe Oops, forgot nsFileSpec.h 2000-04-20 22:59:30 +00:00
pinkerton%netscape.com
51b0d387c1 whoops, forgot to weaklink in the optimized target. 2000-04-20 22:59:29 +00:00
locka%iol.ie
cf4ebb316e Added declaration of NS_PREF_CID 2000-04-20 22:59:20 +00:00
beard%netscape.com
d40f4c7499 Simple dependencies list. Rebuilt with make depend target. 2000-04-20 22:58:23 +00:00
sfraser%netscape.com
831140ee06 Remove the gShellCounter printf cruft. 2000-04-20 22:57:40 +00:00
bienvenu%netscape.com
d8fd10dad7 turn back on imap search code now that it's part of the mac build 2000-04-20 22:54:17 +00:00
ftang%netscape.com
c1c131590f 1. small fix on nsLocalFileCommon.cpp to fix unix warrning
2. add unicode methods to nsIFile/nsILocalFile idl
3. add nsLocalFileCommon.cpp to the unix and window makefile
2000-04-20 22:53:29 +00:00
dbragg%netscape.com
28c8f393d4 Fully implemented the DirectoryService and fixed the Mac nsFileSpecToIFile 2000-04-20 22:49:18 +00:00
granrose%netscape.com
4f53903ddc changed Milestone from static M14 to dynamically generated value of whatever's between the last ; and ) in the user agent string. r=leaf. bug 36027. 2000-04-20 22:49:09 +00:00
akkana%netscape.com
acebbf28b7 36188: fix double-spaced quotations in mail, plus lots of code cleanup 2000-04-20 22:47:04 +00:00
akkana%netscape.com
c2c750f37e 6276: Add wrapping support for mail. 2000-04-20 22:45:54 +00:00
akkana%netscape.com
9c05e1cd7f Don't return an error code just because there was no nsXPLookAndFeel override (thanks to Pierre for noticing) 2000-04-20 22:43:25 +00:00
granrose%netscape.com
00c9507821 change default user agent string milestone from m14 to m16. 2000-04-20 22:42:23 +00:00
akkana%netscape.com
549ddb821d Add nsWrapUtils to build. 2000-04-20 22:41:02 +00:00
granrose%netscape.com
c9ad1ba5ae added -vf9 to gzip for packaging mozilla tarball. tell strip not to strip various text files (js/xul/html/etc). r=leaf 2000-04-20 22:40:39 +00:00
norris%netscape.com
07735d8e89 Fix build error. 2000-04-20 22:36:46 +00:00