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

57538 Коммитов

Автор SHA1 Сообщение Дата
beard%netscape.com bed1820c51 Added interpreter.o to build of js2. 2000-04-06 03:05:12 +00:00
beard%netscape.com efcd4404fa cases for SUBTRACT, MULTIPLY, DIVIDE in print(). 2000-04-06 03:02:24 +00:00
beard%netscape.com 6e423dece1 added testInterpreter(), which computes factorial using iCode (woo hoo!) 2000-04-06 02:59:16 +00:00
beard%netscape.com 602bdc5282 more arithmetic, conditional branches, return instruction. 2000-04-06 02:58:22 +00:00
beard%netscape.com a57994c317 added new instructions, SUBTRACT, MULTIPLY, DIVICE, BRANCH_*, and RETURN. Changed LoadVar/SaveVar to have uint32 operand. Added optional paramter branchOp to ICodeGenerator::branchConditional() & endWhileExpression() to parametrize branch kind. Added complete(Register) to generate a RETURN instruction. 2000-04-06 02:57:42 +00:00
beard%netscape.com 2901700dc5 added a ref field, changed default constructor to initialize f64. 2000-04-06 02:52:51 +00:00
nelsonb%netscape.com 93b8d4e5c2 Check in original SHA implementation sources on behalf of Paul Kocher Cryptography Research, Inc. paul@cryptography.com 2000-04-06 02:48:30 +00:00
mccabe%netscape.com d1f26b6c42 Fix console by updating component request from unused 'consoleservice' to 'mozilla.consoleservice.1'. Oversight! 2000-04-06 02:08:18 +00:00
jim_nance%yahoo.com 33b20fa2e9 Someone broke jprof. This fixes it. This (obviously) should
not break anything, but if it does, give me a call at 919.859.3885.
a,r=leaf
2000-04-06 01:46:07 +00:00
akkana%netscape.com 0c7c4508d2 24360: make mail compose window remember its size/position. r=cmanske,a=leaf 2000-04-06 01:22:41 +00:00
jim_nance%yahoo.com 52f73e2348 Removed extraneous parenthesis which caused make to spit warnings.
r,a=leaf
2000-04-06 01:18:34 +00:00
cmanske%netscape.com 9ac913ea06 Fixed spell checker bug 34479. r=akkana, a=leaf 2000-04-06 01:17:54 +00:00
repka%netscape.com 15be7cca52 Fixed some typos and inconsistencies. 2000-04-06 00:42:49 +00:00
repka%netscape.com f019721c1f First cut at replacement for base64 encoder. 2000-04-06 00:39:49 +00:00
repka%netscape.com e44f0b7573 - Added an error check and comment complementary to thayes's previous change
(same as I had already made in my version, but he beat me to checking it in).
- Some miscellaneous clean-up (typos, really).
2000-04-06 00:38:12 +00:00
danm%netscape.com 9b796d45c1 another tweak for bug 34631 2000-04-06 00:37:51 +00:00
thayes%netscape.com ce66949116 Initialize SECItem values in ATOB_ routines to avoid PR_Assert for previously
allocated data buffers in the NSS versions of these routines.
2000-04-06 00:26:24 +00:00
thayes%netscape.com 1a2f997a52 Change handling of hash table for OSCP hashes to delete both hash key and
associated value in the hashtable "free entry" routine.  Fixes a memory leak.
(Re Netscape bug: 390117)
2000-04-06 00:24:43 +00:00
pavlov%netscape.com 9e4a425805 fix build problems 2000-04-06 00:17:39 +00:00
repka%netscape.com 39ba886209 Add a trailing CRLF; the encoder doesn't. 2000-04-06 00:15:54 +00:00
rogerl%netscape.com 047b74d5c6 Resolved branch targets 2000-04-06 00:04:11 +00:00
beard%netscape.com f1388bf5a6 removed usage of labels (duh) 2000-04-05 23:57:51 +00:00
evaughan%netscape.com 2cf22cf97d Fixes for bugs
#34079 (context menus)
#34673 (grid crashes)
(Crash opening many of the editor dialogs)

-r hyatt -a leaf
2000-04-05 23:46:48 +00:00
bruce%cybersight.com ccc89262ce Fix build bustage. a=leaf,mulled=dveditz 2000-04-05 23:43:49 +00:00
rogerl%netscape.com d5b0b5bc32 typedef'd instructions 2000-04-05 23:41:58 +00:00
svn%xmlterm.org 49e255a552 xmlterm changes only, should not affect default SeaMonkey build;
(blanket a=leaf)
Fixed minor typos causing Solaris bustage
2000-04-05 23:40:39 +00:00
jst%netscape.com 04dda4c43b Fixing unix objdir build bustage. r,a=leaf 2000-04-05 23:26:15 +00:00
rjc%netscape.com 156f926ff9 Fix bug # 34557: choosing a new search category needs to update the list of engines. Review: waterson Approval: leaf 2000-04-05 23:16:22 +00:00
danm%netscape.com 8447f4f8fd bug 34631 -- host window was forcing itself above popup menus created from clicks in window content. r=saari a=leaf 2000-04-05 23:11:44 +00:00
alecf%netscape.com 178d6983cb fix for #34199 r=sspitzer a=leaf
when enumerating preferences, build up the list before the callback is called, instead of while the hash table is being enumerated
2000-04-05 23:09:04 +00:00
evaughan%netscape.com e709674483 Fix for PDT bugs #34056, #34280 (endor focus bug and tree sorting bug) 2000-04-05 23:02:29 +00:00
jim_nance%yahoo.com 84e20f258d Fix for bug 34543. Compile problem under Tru64 Unix.
a=leaf.  This is #ifdefed for Tru64 Unix, but if it causes
bustage and I am not on IRC, you can get me at 919.859.3885
2000-04-05 22:37:01 +00:00
robodan%netscape.com dfa5e05856 Add some initial series support 2000-04-05 21:55:54 +00:00
edburns%acm.org 453a9616da bug: http://bugzilla.mozilla.org/show_bug.cgi?id=34665
This change replaces all printfs in src_moz with calls to PR_LOG.  No
printfs should appear in src_moz anymore.

You won't see any console output from native code unless you define

NSPR_LOG_MODULES=webclient:3

in your environment.  Furthermore, if you want PR_LOG statements in
webclient to go to a file instead, define

WEBCLIENT_LOG_FILE=C:\VALIDDIR\filename.txt

in your environment.  This file will get created fresh each time, since
PR_LOG uses fopen(filename, "w").

New Files:

I've created ns_globals.h, included from jni_util.h.  ns_globals.h holds
an extern * to a struct used in the PR_LOG calls.

Significant changes:

WrapperFactoryImpl.cpp

nativeAppInitialize(){

Added:

#if DEBUG_RAPTOR_CANVAS
    prLogModuleInfo = PR_NewLogModule("webclient");
    const char *webclientLogFile = PR_GetEnv("WEBCLIENT_LOG_FILE");
    if (nsnull != webclientLogFile) {
        PR_SetLogFile(webclientLogFile);
        // If this fails, it just goes to stdout/stderr
    }
#endif
}

All the other files in this checkin follow the this pattern:

Before checkin:

       printf("InitMozillaStuff(%lx): Create the Event Queue for the UI thread...\n",
               initContext);

After checkin:

    if (prLogModuleInfo) {
        PR_LOG(prLogModuleInfo, 3,
               ("InitMozillaStuff(%lx): Create the Event Queue for the UI thread...\n",
               initContext));
    }

See http://lxr.mozilla.org/mozilla/source/nsprpub/pr/include/prlog.h#190

for the definition of PR_LOG
2000-04-05 21:38:27 +00:00
beard%netscape.com 76e3fd2f85 Added default case to avoid warning 2000-04-05 21:26:01 +00:00
mscott%netscape.com 42a52d6dbd Bug #34561 --> we were reporting false timeouts with connection based protocols
r=ruslan,warren
a=granrose
2000-04-05 21:15:44 +00:00
beard%netscape.com 528d7eb22f added "globals", labels parameter for branches, combined some Instruction_N<> typedefs. 2000-04-05 20:33:41 +00:00
beard%netscape.com 9a69888729 added labels parameter. 2000-04-05 20:29:09 +00:00
beard%netscape.com 391d9767eb added Instruction::opcode(), and Instruction_N::oN(), and ICodeGenerator::getLabels(). 2000-04-05 20:28:17 +00:00
beard%netscape.com 59cf8293ac moved declaration of lgBasicAlignment & basicAlignment inside the include guard. 2000-04-05 20:26:49 +00:00
wtc%netscape.com f5bda1e48e Bugzilla bug #29427: restore the realclean/clobber_all targets to their
original behavior.
Modified files: Makefile, Makefile.in, config/rules.mk
2000-04-05 20:18:13 +00:00
edburns%acm.org 4e9de03fcb DOESN'T IMPACT SEAMONKEY since it's inside
!ifdef JDIRS.

a=leaf
r=leaf
author=Steven Green <steven@surfcast.com>

bug: http://bugzilla.mozilla.org/show_bug.cgi?id=34614

Make it so clobber_all, as well as clobber: causes java .class files
in packages defined in JDIRS to be deleted.
2000-04-05 18:56:00 +00:00
rogerl%netscape.com c0c155dec7 added missing semi in win32 case 2000-04-05 18:20:02 +00:00
beard%netscape.com 96f9207cc7 added interpreter.cpp/.h 2000-04-05 18:06:04 +00:00
evaughan%netscape.com e3dac533f2 Last solaris build bustage fix. 2000-04-05 08:20:24 +00:00
evaughan%netscape.com 7dfe6d3f2e fix for solaris 2000-04-05 07:35:13 +00:00
evaughan%netscape.com 1e652fce03 Possible fix for solaris bustage. 2000-04-05 07:27:59 +00:00
cls%seawood.org f0bb29f732 Forgot MOZ_REGISTRY_LIBS needed for os/2. 2000-04-05 06:58:57 +00:00
warren%netscape.com 0bbf396dfc Fix to not call OnStartRequest if channel has been canceled. Bug #31957 2000-04-05 06:46:00 +00:00
dveditz%netscape.com 1065015817 making the StringBundleService use threadsafe ISupports so I can proxy it 2000-04-05 06:44:17 +00:00