igor%mir2.org
8d96213e1b
Fixing http://bugzilla.mozilla.org/show_bug.cgi?id=222635 :
...
Now activation is always properly removed under the debugger.
2003-10-17 18:24:29 +00:00
chanial%noos.fr
157ef834e4
Bug 221597: remove comm.jar dependencies in browser.js by forking metadata.xul (now: metaData.xul)
...
move pageInfo.css into skin.
2003-10-17 18:00:38 +00:00
relyea%netscape.com
3d25bd9959
Incorporate WTC's review comments..
2003-10-17 17:56:56 +00:00
chanial%noos.fr
70a566e78a
remove #ifdef MOZ_PHOENIX that are no more relevent since we forked the bookmarks service.
...
correct typo in comment.
2003-10-17 16:27:55 +00:00
chanial%noos.fr
b218873bd9
bug 221078: unfork firebird/mozilla cookie prefs.
...
Initial patch by dwitte.
This patch migrates and removes the old cookie prefs. UI is not changed.
2003-10-17 15:21:48 +00:00
chanial%noos.fr
f40f073a59
bug 221078: unfork firebird/mozilla cookie prefs.
...
Initial patch by dwitte.
This patch migrates and removes the old cookie prefs. UI is not changed.
2003-10-17 15:05:49 +00:00
chanial%noos.fr
6e70afd595
bug 222625: Default attribute for preferences should be "value"
...
bug 222030: useless use of wsm_attributes used in <data/> objects
and also remove some silly use of prefattribute
2003-10-17 14:56:39 +00:00
ian.mcgreer%sun.com
e929b84d2a
missed SSL ECC test files in last checkin
2003-10-17 14:10:18 +00:00
uid502
2909a7b2e1
Bug 222468. Make nsLayoutUtils::CompareTreePosition work even if the aCommonAncestor parameter is not, in fact, a common ancestor.
2003-10-17 14:10:02 +00:00
ian.mcgreer%sun.com
0028f943d4
ECC code landing.
...
Contributed by Sheuling Chang, Stephen Fung, Vipul Gupta, Nils Gura,
and Douglas Stebila of Sun Labs
2003-10-17 13:45:42 +00:00
ian%hixie.ch
b9bc201a96
Be silently compatible with Infobot's 'karma' syntax. Bug 142377
2003-10-17 09:47:53 +00:00
neil%parkwaycc.co.uk
b3aa45d3c0
Checking in reviewed attachment rather than obsolete attachment to bug 222524
2003-10-17 09:06:13 +00:00
neil%parkwaycc.co.uk
77ff712a66
Bug 222524 CompareRawSortKey should be null-safe r=smontagu sr=bienvenu
2003-10-17 08:19:58 +00:00
nelsonb%netscape.com
2019c55137
Put the NSS 3.9 block in ASCII sorting order.
2003-10-17 05:45:19 +00:00
uid502
b83221b617
Bug 165149. More cleanup. Make nsStyleContext::GetPseudoType return a weak pointer. Also remove unnecessary arguments to nsHTMLContainerFrame::CreateViewForFrame. r+sr=bzbarsky
2003-10-17 02:38:37 +00:00
bzbarsky%mit.edu
01be2f7066
Removing super-noisy debug printf. bug 220341, rs=blizzard
2003-10-17 02:13:30 +00:00
justdave%syndicomm.com
e40ac47a02
Correcting the previous backout attempt, apparrently typoed a version number last time
2003-10-17 02:07:55 +00:00
bzbarsky%mit.edu
e0dd4704ab
Return a more useful error code. Partial fix for bug 222501, r=biesi, sr=darin
2003-10-16 23:53:45 +00:00
relyea%netscape.com
7ef01f4ada
Bug 156770 When we do a file import and give a bad password we get wrong errors back
...
When we fail to decode based on a bad password, don't continue.
So once we've tried failed to decode a ANS.1 stream, don't continue collecting
more data.
On microsoft.pfx files, we would wind up decoding to the end of the encrypted
stream, then fail in the padding in PKCS #7 . This code bypasses this problem by
making sure we don't continue to try to decode data once we've hit a bad
password failure.
2003-10-16 23:49:15 +00:00
scott%scott-macgregor.org
eccd3469a9
Bug #219204 --> posting news articles adds line break at its end. Patch by ch.ey@gmx.net (Christian Eyrich)
...
sr=mscott
2003-10-16 23:19:55 +00:00
scott%scott-macgregor.org
445243b15d
Checking in Bug #163783 --> sending message adds line break at its end for ch.ey@gmx.net.
...
sr=mscott
2003-10-16 23:16:36 +00:00
darin%meer.net
79fa799f3c
fixes bug 222023 "regression: pref parser should accept single-quote delimited strings" r=timeless sr=brendan
2003-10-16 22:33:02 +00:00
nicolson%netscape.com
9671bb6586
More debugging information.
2003-10-16 22:17:00 +00:00
scott%scott-macgregor.org
8fbc8658b6
Bug #222521 --> Auto Proxy URLs do not work in Thunderbird
2003-10-16 22:15:21 +00:00
rlk%trfenv.com
9aaa6d8c9d
Bug 153789 - Navigator Preferences - Appearance - corrections. r=neil.parkwaycc.co.uk
2003-10-16 21:17:53 +00:00
ian%hixie.ch
4e01a751b0
Support password protected servers. bug 222129.
2003-10-16 21:17:39 +00:00
dwitte%stanford.edu
814b640381
unfork the core cookie backend prefs, between mozilla & firebird. this makes the cookie backend GRE-friendly. it also breaks firebird, but that's their own fault. (a firebird fix will be landing shortly).
...
b=221078, r=caillon, sr=darin.
2003-10-16 20:54:29 +00:00
leaf%mozilla.org
36abf5f4fc
add env var control to stub installer xpi url; version based on milestone,
...
and installer name based on config settings.
2003-10-16 20:06:23 +00:00
ian%hixie.ch
f3bfd8b281
implement 'lo' as a greeting
2003-10-16 19:42:34 +00:00
justdave%syndicomm.com
7d49a5c1e6
Backing out patch from bug 108528 - failed to take i10n concerns into account
2003-10-16 18:26:09 +00:00
bzbarsky%mit.edu
c9db7359a7
Create a mozAutoDocUpdate class to handle automatically calling
...
BeginUpdate/EndUpdate on documents. Use this in a bunch of places to make sure
that EndUpdate is called in the face of early returns. Bug 131775, also fixes
bug 211022, r=caillon, sr=jst
2003-10-16 18:14:25 +00:00
bryner%brianryner.com
2b5d9d1935
really fix bug 220067, and add license from nsWalletTreeUtils.js (the source of this code)
2003-10-16 18:09:55 +00:00
bryner%brianryner.com
1e4216d0e5
removing unused file
2003-10-16 18:07:21 +00:00
bzbarsky%mit.edu
ea82d181de
Don't fire window.onerror for strict JS warnings. Bug 220603 (and bug 63672
...
and company), patch by brendan, r=jst, sr=bzbarsky
2003-10-16 17:54:24 +00:00
timeless%mozdev.org
c57d871647
Bug 215784 segmentation violation when clicking on Edit/Preferences/Appearance/Fonts
...
r=dwitte
2003-10-16 16:03:55 +00:00
timeless%mozdev.org
6fb084ae36
Bug 220106 @mozilla.org/security/nsCertTree;1 doesn't null check mTreeArray
...
r=kaie sr=bz
2003-10-16 15:33:56 +00:00
timeless%mozdev.org
e75c04e1c1
Bug 220230 Change PSM preferences windows behaviour to be more consistent with the rest of the Preference windows
...
patch by borggraefe@despammed.com r=kaie sr=bienvenu
2003-10-16 15:26:28 +00:00
igor%mir2.org
cb7cd3ec6f
I changed FunctionObject and ScriptableObject to use MemberBox wrapper for native methods, getters and setters that allowed to get following:
...
1. Method serialization code in MemberBox takes care of all serialization so ScriptableObject and FunctionObject does not need anything on its own.
2. Invoker optimization is extended to getters and setters in ScriptableObject.
3. Recovery from IllegalAccessException is extended to all cases of method invocation via reflection.
4. All error wrapping happens in a single class so FunctionObject and ScriptableObject does not need to wary about it.
2003-10-16 14:27:53 +00:00
dwitte%stanford.edu
0de430b20c
make the cookie whitelist override the "limit cookie lifetime to session" pref. this allows the user to whitelist certain sites for setting permanent cookies, while non-whitelisted sites are downgraded to session cookies. also adds an "downgrade cookies from this site to session" permissionlist value, so now we have a whitelist/blacklist/sessionlist. (UI for this latter feature is not yet hooked up).
...
this also shifts a bunch of forked pref stuff out of the cookie backend and into an app-specific place, which is good for the GRE.
b=217286, r=mvl, sr=darin.
2003-10-16 13:17:12 +00:00
bryner%brianryner.com
996ce18c4d
I meant to check for an empty string as well as a null string. Really. r=mozbot.
2003-10-16 10:04:14 +00:00
bryner%brianryner.com
8070d92cc8
port fix to sort strings case-insensitively, bug 220067
2003-10-16 09:44:52 +00:00
neil%parkwaycc.co.uk
8517ea11b8
More help cleanup including fix to previous checkin to bug 219120 r=rlk sr=alecf
2003-10-16 08:17:06 +00:00
daniel%glazman.org
7c419afd21
trivial fix for too wide buttons in Composer's format toolbar, classic theme; b=222390, rs=bz
2003-10-16 07:29:42 +00:00
bzbarsky%mit.edu
64b448b8af
Removing stray ^M. Patch by bernd, r/sr=me, bug 207401
2003-10-16 06:46:50 +00:00
justdave%syndicomm.com
0adad5682d
removing references to my netscape.com address, since it no longer works.
2003-10-16 06:30:02 +00:00
pschwartau%netscape.com
9ae2c06c8d
Skip new tests that use SpiderMonkey's f.caller property (non-ECMA).
2003-10-16 04:08:38 +00:00
brendan%mozilla.org
a1cd41a8ea
Fix f.call and f.apply so f.caller skips those natives, to match IE (222029, r=shaver).
2003-10-16 03:30:18 +00:00
nicolson%netscape.com
58b44ccb0c
Try * instead of . to get zip to grab all the contents of a directory.
2003-10-16 03:28:19 +00:00
bzbarsky%mit.edu
d50940452f
Adding support for DOM3 DOMStringList and DOMNameList. Bug 217159,
...
implementation by peterv, classinfo changes by me, r/sr=me on peterv's changes,
r/sr=peterv on my changes, r=caillon on the whole thing, sr=jst
2003-10-16 00:44:20 +00:00
timeless%mozdev.org
1339fb0cf9
Bug 108528 - knob is not defined doesn't explain to 2001110503 users what to do
...
patch by caduvall@glue.umd.edu r=timeless a=justdave
2003-10-15 22:48:12 +00:00