Commit Graph

124441 Commits

Author SHA1 Message Date
locka%iol.ie
b7aa755e17 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
c7f64f525e NOT PART OF BUILD. mozconfig file containing build settings for control 2003-11-11 23:37:53 +00:00
locka%iol.ie
10700e64c1 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
0a311b8f2c URL updates 2003-11-11 22:59:51 +00:00
scott%scott-macgregor.org
3add4ac020 hide black list support from the UI until we actually implement it. 2003-11-11 22:25:02 +00:00
caillon%returnzero.com
9dcccc1156 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
4c6b6d29e0 QueryInterface implementations shouldn't null-check out parameter. b=215352 r=dougt 2003-11-11 21:51:02 +00:00
nelsonb%netscape.com
1b6811ad2b Eliminate some leaks in Stan cert code.
Partial fix to bugscape bug 53573.
2003-11-11 21:46:53 +00:00
nelsonb%netscape.com
019719d8a8 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
976f1809e1 Initial add. Regression test for bug 225343. 2003-11-11 20:55:59 +00:00
locka%iol.ie
ec43ccca35 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
b7d4dfaa28 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
f260baaf11 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
dd1efd374f Extend constant folding to cover few unary operations 2003-11-11 20:18:34 +00:00
igor%mir2.org
12c1d23434 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
b743b23ea2 Removed unused LineIsEmpty function. 2003-11-11 19:25:49 +00:00
dbaron%dbaron.org
1457f87876 Remove BRS_NOWRAP. b=191699 r+sr=roc 2003-11-11 19:24:01 +00:00
timeless%mozdev.org
7d644cad46 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
0a4d859beb 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
eabe319067 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
f32e9433bc 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
a8a40efa3e Bug 161740 - Remove obsolete help files from builds. r=neil.parkwaycc.co.uk 2003-11-11 16:10:31 +00:00
timeless%mozdev.org
90c8b7c7fc 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
29db6bec29 Fix whitespace and line endings clobbered by previous checkin to bug 218825 2003-11-11 13:54:17 +00:00
neil%parkwaycc.co.uk
7169436d10 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
f47625f30d 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
500a2f874e 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
b14985e0c8 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
83b8afa950 removing dead MacOS9 code 2003-11-11 07:32:34 +00:00
darin%meer.net
df6de13bdc fixes bug 224320 "remove bogus IsDirectory canonicalization" r=dougt 2003-11-11 07:31:47 +00:00
jouni%heikniemi.net
aab480ce19 contrib/cvs-update.sh should be in Perl. r=zach, a=justdave 2003-11-11 05:58:52 +00:00
dwitte%stanford.edu
236efbac12 mingw bustage fix. thanks stephend 2003-11-11 05:28:12 +00:00
pschwartau%netscape.com
6414dc4d64 Correcting mistakes, and changing style. 2003-11-11 05:21:26 +00:00
dwitte%stanford.edu
e466288f41 removing evil reference to a certain OS. comment-only change. 2003-11-11 05:00:25 +00:00
pschwartau%netscape.com
c8372729aa Initial add. Regression test for bug 225289. 2003-11-11 04:56:52 +00:00
bienvenu%nventure.com
4df1533561 fix 225235 can't create local folders, r/sr=mscott 2003-11-11 04:05:31 +00:00
rlk%trfenv.com
3f11aa6b90 Removing files not used in build. 2003-11-11 03:23:53 +00:00
technutz%netscape.net
3179842055 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
3854015772 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
24e5990b0c 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
9c4900bab6 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
c8ebc52544 Fix crash in certutil if usage is omitted 2003-11-11 00:01:32 +00:00
dbaron%dbaron.org
0cf3066822 Comment was backwards (thanks bz). b=191699 2003-11-10 23:55:53 +00:00
bzbarsky%mit.edu
1898618c5f 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
8b2634cc60 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
0a84bc497c 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
5021fa5421 fix downloading news when news directory is missing, patch by gemal.dk, r/sr=me 209641 2003-11-10 23:38:10 +00:00
dbaron%dbaron.org
8856db0238 Clean up nsIFrame::IsEmpty signature and move towards making 'white-space' work on inlines. b=191699 r+sr=roc 2003-11-10 23:36:06 +00:00
bienvenu%nventure.com
e627a8e1f7 fix ldap server and local folder migration to work w/o relaunch, r/sr=mscott 223560 2003-11-10 23:32:53 +00:00
neil%parkwaycc.co.uk
1828e28a72 Bug 50223 Clicking on a sidebar tab should set focus to its content r=pch sr=alecf 2003-11-10 23:15:52 +00:00