Commit Graph

116200 Commits

Author SHA1 Message Date
sfraser%netscape.com
f4cd1afeec Add code to DraggableImageAndTextCell to make it possible to tell when the mouse has been down on the cell without moving (click-hold). 2003-03-11 07:57:55 +00:00
igor%mir2.org
134f5d732f 1. Consistently use Context.inFunction and Context.fnCurrent instead of calling instanceof/cast for OptFunctionNode on Context.scriptOrFn
2. Removal of Codegen.superClassSlashName field since Codegen.superSlashName since it is never used as a part of a signature and ClassFileWriter converts . into / in type name automatically.
2003-03-11 07:25:13 +00:00
varga%netscape.com
55fc7a1241 Fix for bug 185977. xul tree paint way too much, way too often
r=neil, sr=bryner, original patch by r.pronk@its.tudelft.nl
- refactored all painting methods to paint everything (including the background) as part of the foreground layer
- refactored painting of drop feedback to match the style in the file
2003-03-11 07:21:14 +00:00
sfraser%netscape.com
e4d4b9a1eb Turn Rendezvous support on by default. 2003-03-11 07:03:55 +00:00
jkeiser%netscape.com
f95c2249fa Fix ISINDEX crash (bug 191974), r=aaronl@netscape.com, sr=dbaron@dbaron.org 2003-03-11 06:53:49 +00:00
sfraser%netscape.com
b6e7d646c5 Fix Camino crash when leaving a page with a plugin, bug 196459. r/sr=me 2003-03-11 06:51:20 +00:00
pkw%us.ibm.com
6fe7cd8ef1 Remove mail.use_movemail preference (it's unused).
r/sr=sspitzer@netscape.com
2003-03-11 05:04:20 +00:00
hpradhan%hotpop.com
25d06549f1 bug 196662 : remove some obsolete code in nsHTMLFragmentContentSink r=harishd sr=jst 2003-03-11 04:38:07 +00:00
timeless%mozdev.org
be0882c0cf Bug 140414 CVS remove bookmarksDD.js
patch by chanial@noos.fr r=timeless sr=alecf
2003-03-11 04:37:19 +00:00
timeless%mozdev.org
40c49d1b60 Bug 142236 CVS remove bookmarksTree.js
patch by chanial@noos.fr r=timeless sr=alecf
2003-03-11 04:36:47 +00:00
hpradhan%hotpop.com
59fa9e599d bug 196404 : setting document.location.href while showing about:blank broken r=radha sr=dbaron 2003-03-11 04:31:44 +00:00
jpierre%netscape.com
52ed6170ab Fix for 192590 - add ability to encode NSSCMSRecipientInfo . r=javi, wtc 2003-03-11 03:38:54 +00:00
cls%seawood.org
a05452d1c8 Landing mingw plugin changes.
Thanks to Dan Mosedale <dmose@mozilla.org> for the changes.
Bug #134113 r=peterl sr=dbaron
2003-03-11 03:29:47 +00:00
cls%seawood.org
5738ef26f0 Adding mingw support to js.
Bug #134113 r=brendan
2003-03-11 03:27:07 +00:00
wtc%netscape.com
5fc33ad0f7 Bug 196776: the 'src' argument to the ASN.1 encoding functions should be
declared 'const'.
Modified Files: secasn1.h secasn1e.c
2003-03-11 02:31:16 +00:00
dougt%netscape.com
98eabaa566 prelanding of minimo. Not part of build 2003-03-11 02:30:05 +00:00
jj%netscape.com
578bd21a89 checking in as binary without AppleSingle encoding 2003-03-11 01:57:46 +00:00
gordon%netscape.com
734ccc4de8 fix bustage on OS/2. Use PR_CALLBACK for run function in PR_CreateThread. 2003-03-11 01:38:55 +00:00
kirk.erickson%sun.com
f8b88eb3bd Shifted optimization level on Solaris to -xO3 (bug 122974). 2003-03-11 01:18:31 +00:00
peterlubczynski%netscape.com
eccc1a5ed8 Fixing bug 131007, unpaired events cause us to remain in capture and look hung, r=jkeiser sr=bryner 2003-03-11 00:54:18 +00:00
seawood%netscape.com
499b364318 Adding method to distinguish between nightly & milestone builds via GRE_BUILD_ID.
Bug #195840 r=dougt
2003-03-11 00:31:29 +00:00
seawood%netscape.com
a115192b1a Remove unneeded local win32 jsinterop.obj target that's causing dependency issuees.
Thanks to John Morrison <jrgm@netscape.com> for the patch.
Bug #196633 r=cls sr=brendan
2003-03-11 00:13:44 +00:00
rogerl%netscape.com
d971a1505e Fixes to argc handling and Date class. 2003-03-10 23:48:12 +00:00
cavin%netscape.com
140cbad84e Fix for 196222. Set directory pref name in CreateDirectoryByURI() and enable Properties cmd for all addrbooks. r/sr=sspitzer. 2003-03-10 23:43:11 +00:00
gordon%netscape.com
d8058e79cb for bug 103851 "move cache deletion to another thread", r=bryner, sr=darin. 2003-03-10 23:19:05 +00:00
gordon%netscape.com
f45162d495 for bug 103851, adding new cache error. r=bryner, sr=darin. 2003-03-10 23:18:04 +00:00
mkaply%us.ibm.com
269429909a #129719
r=pedemont, sr=blizzard 
OS/2 only - pass correct path to OS/2 turbo
2003-03-10 22:35:37 +00:00
mkaply%us.ibm.com
d54142d5c5 #129719
r=pedemont, sr=blizzard 
OS/2 only - forgot to add OS/2 turbo EXE to package
2003-03-10 22:34:22 +00:00
harishd%netscape.com
f49d1ac2b4 Adding run time switch to enable/disable wsdl.b=195760, r=nisheeth@netscape.com, sr=heikki@netscape.com.
*** NOT PART OF THE BUILD ***
2003-03-10 21:22:41 +00:00
alecf%netscape.com
fe6074f0b4 fix for bug 173601 - nsIStringEnumerator implementation
r=dougt, sr=darin
Yes, this will cause a code size increase.. but it is for some upcoming interface freezes...
2003-03-10 21:09:31 +00:00
dougt%netscape.com
89bcfadd00 first draft of a xpcom obsolete dir. NOT PART OF BUILD 2003-03-10 20:56:23 +00:00
cls%seawood.org
147a36bc71 Landing mingw/win32 gcc support for xptcall.
Bug #134113 r=dbradley
2003-03-10 20:40:06 +00:00
cltbld%netscape.com
5ec82cf74b Automated update 2003-03-10 20:30:14 +00:00
seawood%netscape.com
64cc97c886 Enable configure-safety lest someone damage themselves with --enable-activex-scripting. Thanks to Benjamin Smedberg <bsmedberg@covad.net> for the patch. Bug #195301 r=cls 2003-03-10 20:29:04 +00:00
igor%mir2.org
26a9318291 Since NodeTransformer.transform(tree) never replaces tree, change its signature to return void which allows to eliminate ScriptOrFnNode.replaceFunctionNode. 2003-03-10 20:26:58 +00:00
igor%mir2.org
c0145a6724 Simplification of optimized node transformer: search for direct call optimization targets in Codegen.transform before constructing ObjTransformer instance to avoid additional checks for top-level script in ObjTransformer.transform 2003-03-10 20:24:06 +00:00
igor%mir2.org
bc0b7a93d9 Added API to make array read only, after which any attempt to modify it will trigger RuntimeException 2003-03-10 20:19:22 +00:00
rogerl%netscape.com
0da985c1be String & Array class fixes. 2003-03-10 20:00:20 +00:00
mostafah%oeone.com
50774dc95c Added macxpi to Makefile to create XPI for mac 2003-03-10 19:26:06 +00:00
jkeiser%netscape.com
e3e103fbb4 Collapse redundant table attr code (bug 191414), r=bernd, sr=bzbarsky 2003-03-10 19:01:25 +00:00
timeless%mozdev.org
0da6525287 Bug 142236 CVS remove bookmarksTree.js
patch by chanial@noos.fr r=timeless sr=alecf
2003-03-10 18:41:53 +00:00
timeless%mozdev.org
b5949b79b1 Bug 140414 CVS remove bookmarksDD.js
patch by chanial@noos.fr r=timeless sr=alecf
2003-03-10 18:40:10 +00:00
timeless%mozdev.org
c3a6f86e3e Bug 167566 List Access Key with Links under Page Info
patch by db48x@yahoo.com r=doron sr=jag
2003-03-10 18:34:40 +00:00
igor%mir2.org
9d6bb8957e 1. Removal of unused fields and methods:
Codegen.java:
-    private int ordinal;
-    private short scriptRuntimeIndex;
-    private short debug_pcLocal;
-    private short debugStopSubRetLocal;

OptFunctionNode.java
-    private ObjArray itsDirectCallTargets;
-    void addDirectCallTarget(FunctionNode target) {
-    ObjArray getDirectCallTargets() {

2. Better naming and method moves in Codegen.java for better readability
2003-03-10 17:46:32 +00:00
rogerl%netscape.com
417eacdc7d String.prototype bug fixn's 2003-03-10 16:15:52 +00:00
amardare%qnx.com
4d125abbf0 This should not affect other platforms building/runtime -wise.
Changes specific to the photon (qnx) platform - related to printing.
Now the printselector dialog is the unixshared one ( see embedding/components/printingui/src/unixshared ).
I changed the photon code so that the PtPrintSelection dialog is not used anymore,
but calls to PpSetPC are made to set up the print context members.
2003-03-10 15:26:40 +00:00
amardare%qnx.com
abbecef596 The photon platform is using a native filepicker now.
This should not affect building/runtime on other platforms.
2003-03-10 15:20:56 +00:00
glazman%netscape.com
df24ff7c3f backing out dwitte's changes from last bbaetz check in (at his request) 2003-03-10 10:28:40 +00:00
neil%parkwaycc.co.uk
968dab8881 Bug 147809 Themes preferences should not use deprecated target="_new" r=bz sr=peterv 2003-03-10 09:04:04 +00:00
bbaetz%acm.org
0faaca3203 Bug 196506 - Excessive inlining in string libs: Substring()
patch by dwitte@stanford.edu, r=timeless, sr=dbaron
2003-03-10 08:10:20 +00:00