Commit Graph

72214 Commits

Author SHA1 Message Date
jeff.dyer%compilercompany.com
bee1460e55 Fix assertions that I missed in partial debug mode. Also fixed problem with
optional parameter after the named parameter marker.
2000-10-23 22:23:32 +00:00
tara%tequilarista.org
f4303b44e5 Landing duplicates stuff from gervase markham 2000-10-23 22:01:31 +00:00
tara%tequilarista.org
3628176ca4 part of gervase markham's duplicates tracking functionality 2000-10-23 21:44:30 +00:00
javi%netscape.com
ae8d89963d Don't assume a bitwise or will return the value 1. 2000-10-23 21:32:20 +00:00
briane%qnx.com
f06ea2d88d PHOTON BUILD only
Fixes for new defines in PtMozilla.h header
2000-10-23 20:00:37 +00:00
jeff.dyer%compilercompany.com
2fe8a9cd77 Parsing named parameters and arguments according to the Sep-23rd revision
of the grammar. WARNING: struct VariableBinding has grown. Recompile all
after getting this revision.
2000-10-23 19:39:55 +00:00
briane%qnx.com
e9dba0d49f PHOTON BUILD only
fixe font sizing, font sizes now look like other platforms
2000-10-23 19:39:49 +00:00
briane%qnx.com
7db3307003 PHOTON BUILD only
fixes positioning bugs for dialogs and new windows
2000-10-23 19:38:41 +00:00
briane%qnx.com
3c9f468d5b PHOTON BUILD only
fixes forus problem with scrollbars
2000-10-23 19:38:04 +00:00
Peter.VanderBeken%pandora.be
340fa7c54c Fixing bug 56794. a=granrose. 2000-10-23 18:50:23 +00:00
Peter.VanderBeken%pandora.be
02abc419a1 Fixing bug 56794 properly. a=granrose. 2000-10-23 18:48:15 +00:00
javi%netscape.com
90171b9743 Check-in re-written SSL thread with fixes made so that the threads clean
up after themselves properly.
2000-10-23 18:34:48 +00:00
brade%netscape.com
935bc2eea4 fix line endings (bug #56794) a=leaf; submitted by peter.vanderbeken@pandora.be 2000-10-23 18:34:41 +00:00
nboyd%atg.com
116febeef1 Subject:
[Rhino] Optimization for OptRuntime.thisGet
        Date:
             Mon, 23 Oct 2000 17:50:53 +0200
       From:
             Hannes Wallnoefer <hannes@helma.at>
 Organization:
             Another Netscape Collabra Server User
 Newsgroups:
             netscape.public.mozilla.jseng




I found a little oddity in
org.mozilla.javascript.optimizer.OptRuntime.thisGet().

get() is called twice on thisObj, once right at the beginning, and once
when starting to walk down the prototype chain. Below is what I think
this should look like - the prototype walk now begins with thisObj's
prototype, if it exists.

Also, (thisObj == null) was checked only after thisObj.get() was called,
so I moved that up in front.

Hannes
PS: I just made the changes in the news msg editor, so there may be
stupid mistakes.
2000-10-23 17:48:27 +00:00
nboyd%atg.com
006574d547 Subject:
updated Global, Main and ImporterTopLevel
   Date:
        Mon, 23 Oct 2000 14:37:45 +0100
   From:
        Matthias Radestock <matthias@lshift.net>
     To:
        nboyd@atg.com




Norris,

I've made some more changes to shell.Main and shell.Global in order to
reduce their mutual dependency, enable "quit" and get "load" to operate
in the local scope.

see attachments for updated .diffs.


Matthias.
2000-10-23 15:55:42 +00:00
beard%netscape.com
26cffce30e Fixed typo in package target. 2000-10-23 15:44:05 +00:00
nboyd%atg.com
ca002f3c20 Fix 56883. 2000-10-23 14:31:05 +00:00
nboyd%atg.com
ec341691ee Patch from beard@netscape.com to fix 56879. 2000-10-23 14:30:40 +00:00
ben%netscape.com
018d56fe75 final ViXEn edit history tweaks for this morning...
NOT PART OF BUILD.
2000-10-23 11:53:23 +00:00
ben%netscape.com
00a8598183 ViXEn transaction manager code cleanup.
NOT PART OF BUILD.
2000-10-23 11:46:37 +00:00
ben%netscape.com
eac7f668e7 more history window stuff. NOT PART OF BUILD. 2000-10-23 11:15:26 +00:00
ben%netscape.com
13c9aab69b ViXEn stuff - transaction editing system work (RDF datasource)
history window, etc.
NOT PART OF BUILD
2000-10-23 10:58:39 +00:00
mscott%netscape.com
11a336fc1d Bug #35956, 57619 --> be sure to disable auto conversion if we are handling the content
via an external app. sr=rpotts, r=gagan
2000-10-23 04:31:07 +00:00
pchen%netscape.com
7a7bde4572 bugzilla 56564, r=matt, sr=alecf, ooops, found typo in fix, fixing typo 2000-10-23 02:49:02 +00:00
av%netscape.com
02a80840d9 Bug 57210, sr=waterson, r=edburns, r=serge. Fixing crash when plugin reports not file exts or mime descriptions not matching to mime types on the start up scan. 2000-10-23 00:03:19 +00:00
brendan%mozilla.org
d910b78a0c Comment change only: document TOK_TRY and TOK_CATCH nodes. 2000-10-22 22:47:40 +00:00
Peter.VanderBeken%pandora.be
0ea5e4a54c Jar up component viewer (bug 56794). r=cls, sr=scc. 2000-10-22 20:47:35 +00:00
ben%netscape.com
b051159018 update readme.
NOT PART OF BUILD.
2000-10-22 10:19:52 +00:00
ben%netscape.com
9cc77465bc preliminary ViXEn document serialization work.
NOT PART OF BUILD.
2000-10-22 10:16:47 +00:00
ben%netscape.com
194b602a15 ViXEn transaction system work, history window work, setting up master controller.
NOT PART OF BUILD.
2000-10-22 10:15:11 +00:00
sfraser%netscape.com
3201eb5fe7 Break ConfigureBuildSystem() into DoPrebuildCheck(), which is called before pulling, and ConfigureBuildSystem(), which requires a tree, and is called after pulling. Also move the code that creates DefinesConfig.h into a separate function. NOT PART OF THE BUILD 2000-10-22 06:07:29 +00:00
sfraser%netscape.com
21c9c32f05 Put ScanForManifestFiles in here for safekeeping (it is no longer used). NOT PART OF THE BUILD 2000-10-22 06:05:14 +00:00
hyatt%netscape.com
e63c30664d Fix for 56916. r=pav, a=ben. 2000-10-22 04:09:34 +00:00
disttsc%bart.nl
f9a6052cad Get rid of a compile warning (PRUint32 vs PRInt32), r=dmose, a=blizzard. 2000-10-21 19:12:55 +00:00
leaf%mozilla.org
7dee0db5ad Automated update 2000-10-21 08:44:59 +00:00
ramiro%eazel.com
f155f7f244 Bug 56793. Add support for building unix mozilla with a default
MOZILLA_FIVE_HOME.  Build changes r=cls.  Small XPCOM change sr=scc.
2000-10-21 08:33:16 +00:00
beard%netscape.com
b4afdbb7d0 Fixed access paths, link errors. [Not part of build.] 2000-10-21 07:29:53 +00:00
beard%netscape.com
115a9169e3 Added static library targets, JSRef.o and JSRefDebug.o. [Not part of build.] 2000-10-21 06:46:21 +00:00
beard%netscape.com
306fcd0fcf LiveConnect support for Mac. [Not part of standard build.] 2000-10-21 06:44:54 +00:00
tonyr%fbdesigns.com
52440cbb6c Fix for bug 54091, r=sspitzer, sr=alecf 2000-10-21 04:19:20 +00:00
ben%netscape.com
241ed2889c I am a twit 2000-10-21 03:35:57 +00:00
ben%netscape.com
899fffa9c3 here come radio groups... More ViXEn transaction manager work.
NOT PART OF BUILD.
2000-10-21 03:09:18 +00:00
mkaply%us.ibm.com
1f47d30b26 OS/2 TB breakage
When I fixed the XP timer code, I forgot to update the OS/2 timers. Duh.
2000-10-21 02:44:30 +00:00
beard%netscape.com
f6446960c2 fixed some spacing problems, Makefiles use hard tabs! 2000-10-21 00:57:54 +00:00
sfraser%netscape.com
065f629e5d Script changes to support writing MacPerl output to a file. NOT PART OF THE BUILD. 2000-10-21 00:56:01 +00:00
beard%netscape.com
60dcd1863c update depenencies for linux 2000-10-21 00:55:59 +00:00
beard%netscape.com
7b4dd42256 added xmlparser.cpp. 2000-10-21 00:51:32 +00:00
beard%netscape.com
f34200b426 fixing unsigned warnings, a leetle error checking. 2000-10-21 00:50:44 +00:00
beard%netscape.com
88fee00305 fixing unsigned/signed conversion warnings. 2000-10-21 00:43:35 +00:00
rogerl%netscape.com
1e4fe6a77b Fixed signed/unsigned warning. 2000-10-21 00:38:59 +00:00