kestes%walrus.com
|
5d44026bf9
|
typo.
|
2002-04-26 00:51:11 +00:00 |
|
kestes%walrus.com
|
3d73d56902
|
fix backward compatibility.
|
2002-04-26 00:49:22 +00:00 |
|
kestes%walrus.com
|
8b206bbbef
|
remove some of the more strict checks.
|
2002-04-26 00:44:23 +00:00 |
|
myk%mozilla.org
|
7b92f0c93b
|
Fix for bug 139588: changes "size" to "maxlength" in abbreviations hash since "size" is a hash built-in method in Template Toolkit 2.07
Patch by Gerv <gerv@gerv.net>
r=ddk,myk
|
2002-04-26 00:41:37 +00:00 |
|
kestes%walrus.com
|
709581aebb
|
updates
|
2002-04-26 00:06:18 +00:00 |
|
kestes%walrus.com
|
664f3b02c5
|
update
|
2002-04-25 23:55:30 +00:00 |
|
kestes%walrus.com
|
f53452d136
|
updates.
|
2002-04-25 23:46:12 +00:00 |
|
cotter%netscape.com
|
1554633000
|
ongoing help content updates per bugzilla 122806 & ADT, r=oeschger; content & formatting fixes for certs help
|
2002-04-25 23:42:45 +00:00 |
|
bnesse%netscape.com
|
78c4c72003
|
Attempting to fix pinkertons bustage... removed apparently unintentional definition.
|
2002-04-25 23:38:50 +00:00 |
|
mscott%netscape.com
|
9e18c8277a
|
Bug #121299 --> landing new cookie icons from Gail that are transparent. Building framework for allowing cookies to
use modern and classic icons instead of putting the icons in content too.
r=morse
sr=sspitzer
|
2002-04-25 23:37:00 +00:00 |
|
kestes%walrus.com
|
e310c167f7
|
update.
|
2002-04-25 23:33:14 +00:00 |
|
jgaunt%netscape.com
|
242ee90c42
|
bug 138346 html element accessible action names not expose in embedding
added accessible.properties to the embedding manifest
r=chak
sr=alecf
|
2002-04-25 23:21:04 +00:00 |
|
kestes%walrus.com
|
ca83477454
|
put html in a different directory.
|
2002-04-25 23:05:24 +00:00 |
|
jst%netscape.com
|
f3bec601cc
|
Fixing Txul regression bug 138012. Make docshells always accessible through box objects and load about:blank when no src is specified on a frame. Eliminate creation of synthetic documents when they're not needed. r=peterv@netscape.com, sr=jaggernaut@netscape.com
|
2002-04-25 23:04:52 +00:00 |
|
kestes%walrus.com
|
d3d6f7b57a
|
Setup for Mozilla.org Lounge.
|
2002-04-25 22:57:59 +00:00 |
|
brendan%mozilla.org
|
d4e55c2951
|
Purge the deflated string cache entry, if any, before finalizing external strings (140070, r=jband, sr=shaver).
|
2002-04-25 22:55:03 +00:00 |
|
shrutiv%netscape.com
|
50a5d54c05
|
Fix for bug 126820: Grey out Wizard UI sections not supported for Mac
installer (r=smeredith)
|
2002-04-25 22:49:20 +00:00 |
|
nhotta%netscape.com
|
0a4a8eba82
|
Add charset fallback mechanism to nsISaveAsCharset and use it for message headers and plain text body,
bug 109342, r=ducarroz,ftang, sr=bienvenu,sspitzer.
|
2002-04-25 22:49:19 +00:00 |
|
alecf%netscape.com
|
ca1b4b33b9
|
more tweaks to windowDS - migrate some code over from the window mediator to get window attributes, etc.
not part of build
|
2002-04-25 22:48:07 +00:00 |
|
shrutiv%netscape.com
|
f0948259bf
|
Fix for bug 126820: Grey out Wizard UI sections not supported for
Mac installer (r=smeredith)
|
2002-04-25 22:45:49 +00:00 |
|
pinkerton%netscape.com
|
9327eb888f
|
remove a printf
|
2002-04-25 22:41:59 +00:00 |
|
pinkerton%netscape.com
|
ddb60476a9
|
Add ability to drop items on browser view and have them processed by gecko.
|
2002-04-25 22:41:13 +00:00 |
|
pinkerton%netscape.com
|
3590f8956a
|
"Development" build style now uses Debug mozilla, as it should be.
|
2002-04-25 22:40:43 +00:00 |
|
pinkerton%netscape.com
|
7548119a41
|
Can now drop items onto ChildView and they are correctly processed by gecko. Not part of build.
|
2002-04-25 22:40:00 +00:00 |
|
shrutiv%netscape.com
|
d8b1998be1
|
Fix for bug 13920: Grey out Classic Skin from component list (r=smeredith)
|
2002-04-25 22:36:55 +00:00 |
|
myk%mozilla.org
|
2fe50542c8
|
Fix for bug 140161: Prevents function call from displaying its return value, which we don't need.
Patch by Myk Melez <myk@mozilla.org>.
2xr=gerv
|
2002-04-25 22:35:14 +00:00 |
|
leaf%mozilla.org
|
77fa7e39dd
|
Automated update
|
2002-04-25 22:26:35 +00:00 |
|
seawood%netscape.com
|
4ef44bc5a5
|
Only check for & use -fshort-wchar with CXX as some versions of gcc only support -fshort-wchar for g++.
Bug #139211 r=bryner
|
2002-04-25 22:18:43 +00:00 |
|
caillon%returnzero.com
|
3c2e3b94ac
|
Venkman only. 138242, Add 'Window' to the menubar, contributed by smaug@jippii.fi. r=caillon,rginda.
|
2002-04-25 22:14:18 +00:00 |
|
jst%netscape.com
|
0a95c85b3a
|
Fixing regression bug 139870. Don't crash when running into framesets/iframes that are too deeply nested. r=peterV@netscape.com, sr=heikki@netscape.com
|
2002-04-25 22:06:49 +00:00 |
|
attinasi%netscape.com
|
2fe443e329
|
Check for null FontMetrics to prevent crash. r=shanjian sr=kin
|
2002-04-25 22:00:22 +00:00 |
|
pinkerton%netscape.com
|
76b6d83637
|
oops, missed a {
|
2002-04-25 21:35:40 +00:00 |
|
peterv%netscape.com
|
61182a1327
|
Fix for bug 135825 (No scrollbars in P3P summary window). r=Pike, sr=heikki.
|
2002-04-25 21:31:09 +00:00 |
|
serge%netscape.com
|
7a2636e096
|
fix 130080 [Signing Acrobat doesn't work] r=peterl, sr=darin
|
2002-04-25 21:28:06 +00:00 |
|
pinkerton%netscape.com
|
ab3cfa4149
|
remove bugnumber accidentally inserted in file.
|
2002-04-25 21:26:03 +00:00 |
|
pinkerton%netscape.com
|
89cccb0e97
|
package download progress on mac for embedding. fix jar manifest to not pull en-unix on every platform. r=bryner/sr=ben/a=rjesup. bug#134523
|
2002-04-25 21:25:59 +00:00 |
|
relyea%netscape.com
|
2cd6213ca5
|
Detect Active Card presents and disable PROTECTED_PIN_PATH login when found.
|
2002-04-25 21:24:47 +00:00 |
|
gerv%gerv.net
|
cdd9173185
|
Bug 140145 - GetLongDescriptionAsHTML must die. Patch by gerv, 2xr=bbaetz.
|
2002-04-25 21:16:03 +00:00 |
|
wtc%netscape.com
|
d3e14fdce2
|
Deleted code that was made obsolete by the previous revision.
|
2002-04-25 21:10:09 +00:00 |
|
brendan%mozilla.org
|
41c5804b65
|
Handle wraparound of PRIntervalTime, plus crucial fixes thanks to Ere Maijala <ere@atp.fi> (138791, r=rjesup, sr=waterson).
|
2002-04-25 21:07:54 +00:00 |
|
mkaply%us.ibm.com
|
dd6d029fe4
|
Syncing OS/2 forms.css with recent checkin
bug 139989, Fieldset needs prettier default border, patch by mabus@runbox.no, r=axel@pike.org, sr=ben.
|
2002-04-25 21:07:02 +00:00 |
|
mkaply%us.ibm.com
|
2b1bec45f1
|
#125076
r=mkaply, sr=blizzard, a=roc+moz
OS/2 only - from Jessica Blanco - different way to allocate printer data to fix crash/hang on some drivers
|
2002-04-25 21:04:59 +00:00 |
|
dougt%netscape.com
|
8e66412f38
|
Reduces the chance of losing a known race condition. 139556. r=rpotts@netscape.com, sr=darin@netscape.com
|
2002-04-25 21:04:27 +00:00 |
|
mkaply%us.ibm.com
|
117a569146
|
#139852
r=mkaply, sr=blizzard, a=roc+moz
OS/2 only - from Javier Pedemonte - implement ConstrainPosition
|
2002-04-25 21:03:12 +00:00 |
|
relyea%netscape.com
|
1abdbba5a8
|
Don't let activeCards set the Protect_Auth bit because they weren't intending to
to begin with.
|
2002-04-25 20:57:06 +00:00 |
|
karnaze%netscape.com
|
0ac20fe840
|
bug 136746 - check for null pointer if a line is empty. sr=waterson, r=alexsavulov
|
2002-04-25 20:53:32 +00:00 |
|
ian.mcgreer%sun.com
|
44d76f3678
|
if a cert already exists, use C_SetAttributeValue to change its mutable attributes during import (instead of trying to recreate it)
|
2002-04-25 20:49:49 +00:00 |
|
jaggernaut%netscape.com
|
cd73d1e649
|
Bug 139522: SSL Pages are incorrectly displayed as being not encrypted. r=kaie, sr=alecf
|
2002-04-25 20:46:09 +00:00 |
|
gerv%gerv.net
|
498512d0b9
|
Bug 140121 - make sure we keep calling SyncAnyPendingShadowChanges from the footer. Patch by gerv, 2xr=myk.
|
2002-04-25 20:42:59 +00:00 |
|
leaf%mozilla.org
|
2169b1a633
|
Automated update
|
2002-04-25 20:41:47 +00:00 |
|