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

124115 Коммитов

Автор SHA1 Сообщение Дата
caillon%returnzero.com 6a65269048 Bug 225400
Fix leaks of 2 string bundles and an nsInterfaceHashtable.
Stop using nsIPref in favor of nsIPrefService
Use members instead of pointers for hashtables that always exist
Use ContractIDs instead of CIDs
r=timeless; sr=jst
2003-11-12 04:34:17 +00:00
chanial%noos.fr f539414ef8 coding style nit 2003-11-12 03:31:56 +00:00
chanial%noos.fr 622b02daa0 bug 224241: sidebar installation is broken.
hyatt should find a way out of the Matrix :-).
patch suggested by caillon.
2003-11-12 03:13:40 +00:00
locka%iol.ie c1d662c1f3 NOT PART OF BUILD. Additional client files needed by ActiveX control when running mozilla/embedding/config 2003-11-11 23:39:12 +00:00
locka%iol.ie 435c1d5c66 NOT PART OF BUILD. mozconfig file containing build settings for control 2003-11-11 23:37:53 +00:00
locka%iol.ie dd70f3b917 NOT PART OF BUILD. Clean up activex installer script, invoke makensis.exe automatically instead of by hand 2003-11-11 23:37:02 +00:00
dbaron%dbaron.org cd2157f744 URL updates 2003-11-11 22:59:51 +00:00
scott%scott-macgregor.org 7e3aa36aba hide black list support from the UI until we actually implement it. 2003-11-11 22:25:02 +00:00
caillon%returnzero.com 9802a3c186 Microsoft didn't prefix their core interface names with 'ns'.
Fixing comment grammar.
No bug.
r=timeless rs=dbaron
2003-11-11 21:53:36 +00:00
dbaron%dbaron.org cb8ec8781a QueryInterface implementations shouldn't null-check out parameter. b=215352 r=dougt 2003-11-11 21:51:02 +00:00
nelsonb%netscape.com 077a1507e3 Eliminate some leaks in Stan cert code.
Partial fix to bugscape bug 53573.
2003-11-11 21:46:53 +00:00
nelsonb%netscape.com 22c35687f1 Eliminate a cert leak. Patch is Bob Relyea's.
Parial fix for Bugscape bug 53573.
2003-11-11 21:45:48 +00:00
pschwartau%netscape.com 578f5d10f3 Initial add. Regression test for bug 225343. 2003-11-11 20:55:59 +00:00
locka%iol.ie 5bf9122db6 Move profile opening to after component registration to prevent locked profiles from causing strange behaviour in the control. b=224455 r=bzbarsky sr=jst 2003-11-11 20:38:51 +00:00
igor%mir2.org 5d88d5ee75 In ClassFileWriter.addPush(double) use DNEG to generate more compact code for -0.0 and -1.0 2003-11-11 20:31:36 +00:00
igor%mir2.org f725ff1f29 Changing just introduced CodeBlock into Callable that define call method with exactly the same signature as Function.call and changing Function to extend Callable.
Now Context defines new method "call" that provide optimized version of the following code:

Context cx = Context.enter()
try {
    callable.call(cx, scope, thisObj, args);
} finally {
    Context.exit();
}

Since Function extends Callable, it can be passed to this method directly thus simplifying ScriptableObject.call method and Java adapter code.

The new interface is used in SecurityController implementation which allows to pass interpreted functions there directly as well removing the need to have intermediate class in Interpreter.
2003-11-11 20:30:08 +00:00
igor%mir2.org 58376ed098 Extend constant folding to cover few unary operations 2003-11-11 20:18:34 +00:00
igor%mir2.org 2c6037d9bd 1. Make sure that -0.0 from parser are treated properly: new constant folding code there may produce it.
2. Instead of generating code to call Double constructor use the new method OptRuntime.wrapDouble() that allows to cut amount of produced byte code.
2003-11-11 20:04:38 +00:00
dbaron%dbaron.org 9dc25463a9 Removed unused LineIsEmpty function. 2003-11-11 19:25:49 +00:00
dbaron%dbaron.org 03417606bf Remove BRS_NOWRAP. b=191699 r+sr=roc 2003-11-11 19:24:01 +00:00
timeless%mozdev.org 05f9b9bc7b whitespace change. This should make lxr hits for spacemanager reasonable.
It also makes the html and diffs tolerable.
2003-11-11 19:23:37 +00:00
timeless%mozdev.org ec947f1f25 Bug 189307 typeahead initializes sound when it's uninitialized instead of if it's unitialized and there's a sound to play
r=caillon sr=roc
2003-11-11 18:39:02 +00:00
jshin%mailaps.org 339f3e4e20 bug 44272 : make escape/unescape (in DOM) correctly work with the full range of Unicode chars. (by making it use JSengine version) (r=brendan/bz, sr=bz) 2003-11-11 17:59:54 +00:00
dwitte%stanford.edu 42f2669379 Cookie Manager and Exceptions window should remember column size
b=224569, r=neil, sr=alecf
2003-11-11 17:43:16 +00:00
rlk%trfenv.com 728753592c Bug 161740 - Remove obsolete help files from builds. r=neil.parkwaycc.co.uk 2003-11-11 16:10:31 +00:00
timeless%mozdev.org 28b60ffb94 Bug 172525 [ps] print legal size page fails to set '<< /PageSize [612 1008] >> setpagedevice'
patch by kjh-5727@comcast.net r=timeless sr=tor
2003-11-11 15:32:11 +00:00
neil%parkwaycc.co.uk eae7c2f120 Fix whitespace and line endings clobbered by previous checkin to bug 218825 2003-11-11 13:54:17 +00:00
neil%parkwaycc.co.uk df99ae707a Bug 66522 Make it easier to use mouse wheel preferences r=caillon sr=bz 2003-11-11 12:53:19 +00:00
neil%parkwaycc.co.uk fe0e8be7e9 Bug 218825, part 1: convert users of nsIFolder to nsIMsgFolder r=bienvenu sr=Henry.Jia 2003-11-11 10:19:05 +00:00
caillon%returnzero.com 085ad44ab6 Get rid of an addref/release pair and be explicit about deleting our nsCookie when AddCookieToList fails, rather than it just magically dissappearing via the addref/release pair in the callee.
Bug 225203
r=dwitte; sr=jst
2003-11-11 09:39:32 +00:00
neil%parkwaycc.co.uk 3e47cb7771 Bug 189007 Switch group without clearing QuickSearch resets view r=bienvenu sr=Henry.Jia 2003-11-11 09:37:11 +00:00
darin%meer.net a2d60f0a6d removing dead MacOS9 code 2003-11-11 07:32:34 +00:00
darin%meer.net bd2b068e22 fixes bug 224320 "remove bogus IsDirectory canonicalization" r=dougt 2003-11-11 07:31:47 +00:00
jouni%heikniemi.net 4428a157f6 contrib/cvs-update.sh should be in Perl. r=zach, a=justdave 2003-11-11 05:58:52 +00:00
dwitte%stanford.edu 65b6daea1e mingw bustage fix. thanks stephend 2003-11-11 05:28:12 +00:00
pschwartau%netscape.com e3a7dd37ac Correcting mistakes, and changing style. 2003-11-11 05:21:26 +00:00
dwitte%stanford.edu f59fab6b18 removing evil reference to a certain OS. comment-only change. 2003-11-11 05:00:25 +00:00
pschwartau%netscape.com 25cd9caa5a Initial add. Regression test for bug 225289. 2003-11-11 04:56:52 +00:00
bienvenu%nventure.com ddd3040456 fix 225235 can't create local folders, r/sr=mscott 2003-11-11 04:05:31 +00:00
rlk%trfenv.com 861b00d040 Removing files not used in build. 2003-11-11 03:23:53 +00:00
technutz%netscape.net 8329de6c2e Bug 73801. Disable the delete menu item, context menu item and button when either a Collected or Personal address book is selected. r=neil, sr=bienvenu 2003-11-11 02:56:36 +00:00
dwitte%stanford.edu 294415c97e clean up some prefhandling code in nsImgManager/nsCookiePermission, to fix a bogus assert when mailnews prefs aren't available.
b=224339, r=caillon, sr=darin.
2003-11-11 02:46:06 +00:00
brendan%mozilla.org b29a0501db Remove JS_UnsealObject, optimize locking of sealed objects, shrink JSContext by two JSArenaPool members (224306, r=shaver). 2003-11-11 01:28:17 +00:00
ben%bengoodger.com 547dc7592c Downloading II, the circle opens. Relocate browser download files here so Tbird can use us. 2003-11-11 01:19:49 +00:00
jpierre%netscape.com bc4bdefabb Fix crash in certutil if usage is omitted 2003-11-11 00:01:32 +00:00
dbaron%dbaron.org 41009e2202 Comment was backwards (thanks bz). b=191699 2003-11-10 23:55:53 +00:00
bzbarsky%mit.edu 609a6ae603 Fix Invalidate() method to invalidate the right area. Bug 224607, patch by
roc, r=blizzard, sr=bzbarsky
2003-11-10 23:48:24 +00:00
bzbarsky%mit.edu bb435c6b86 Make cloneNode() copy the current value and checked properties for inputs. Bug
197294, r+sr=jst
2003-11-10 23:46:29 +00:00
bzbarsky%mit.edu 6840e86e82 Don't do our "enlarge the control a bit to make it look better for small sizes"
thing for fixed-width fonts -- it's unnecessary and just makes it look like
"size" is broken.  Bug 103293, r+sr=rbs
2003-11-10 23:42:43 +00:00
bienvenu%nventure.com 81cb7bd2b1 fix downloading news when news directory is missing, patch by gemal.dk, r/sr=me 209641 2003-11-10 23:38:10 +00:00