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

116181 Коммитов

Автор SHA1 Сообщение Дата
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
bryner%netscape.com 57deb144a1 Oops, I didn't mean to remove support for -register in my last checkin. 2003-03-10 07:21:28 +00:00
bryner%netscape.com 4fa9e2a306 Fix shutdown crash on static builds (bug 196507) by ensuring that ENABLE_STATIC_COMPONENT_LOADER is #define'd when the component manager is created, so that the correct amount of memory is allocated. r=dougt, sr=alecf. 2003-03-10 07:01:49 +00:00
seawood%netscape.com 06d44dbda8 Fix dependency problems with local targets.
Bug #196633 r=jrgm
2003-03-10 05:16:06 +00:00
bryner%netscape.com 80c279f74c Ensure that mWindowType is initialized. Fixes intermittent gray windows on mac (bug 181293). r=pinkerton, sr=roc. 2003-03-10 01:23:32 +00:00
mozilla.BenB%bucksch.org 863fc03dc6 - error handling/checking in prefs
- other stuff
2003-03-09 19:06:56 +00:00
mozilla.BenB%bucksch.org 486cf4c206 current state of work.
- lots of work on the prefs. work now, with a few ceveats. the pref dialog is a pain when used without prefs.
- bugfixes for transfer
2003-03-09 19:05:41 +00:00
blizzard%redhat.com 834f956c16 checkpointing changes. not part of the default build. 2003-03-09 19:00:13 +00:00
brendan%mozilla.org 6ef9f45d83 [Second check-in attempt; last night's was backed out, but I claim it was because of bad dependencies or timestamp problems in the Win32 builds. /be] Add cx->lastAtom, a long overdue addition to the per-context GC root set (196461, r=shaver). 2003-03-09 18:16:27 +00:00
bryner%netscape.com 49b97a902a Trying to fix nebiros bustage - don't use a 0-length array 2003-03-09 08:37:03 +00:00
dean_tessman%hotmail.com 458a67be8d really fix 182695 2003-03-09 07:58:01 +00:00
timeless%mozdev.org 35b4a791aa Bug 195597 Typo on "Mozilla Keyboard Shortcuts" help page
patch by pepperxn@netscape.net r=brendan sr=brendan
2003-03-09 07:34:33 +00:00
bryner%netscape.com 5402fe37ad [gtk2 only] Add a native implementation of nsIPromptService (bug 193635). r=varga, sr=blizzard. 2003-03-09 07:08:42 +00:00
jrgm%netscape.com b14fbf087b backout changes for bug 196461, due to startup crash on win32 2003-03-09 05:57:23 +00:00
brendan%mozilla.org 73a99565bc Add cx->lastAtom, a long overdue addition to the per-context GC root set (196461, r=shaver). 2003-03-09 03:12:56 +00:00
samuel%sieb.net 2a28a97e95 Bug 186257 - Creation of XMLRPC string broken
r=heikki
sr=darin
2003-03-09 01:59:33 +00:00
av%netscape.com 7d96b63882 Adding more info to the log output, not part of the build 2003-03-08 22:22:04 +00:00
jouni%heikniemi.net 259c8b98c9 Bug 190848: Adding a new product results in a software error.
Patch by jussi@comlink.fi (Jussi Sirpoma), r=joel, a=justdave
2003-03-08 20:40:41 +00:00
cltbld%netscape.com 9a98223263 Automated update 2003-03-08 17:30:09 +00:00
cls%seawood.org f7df30b642 Fixing assembler check for MSVC
Bug #196442
2003-03-08 17:26:49 +00:00