danm%netscape.com
c5cf6fabaf
stop reentrant window zooming and switch to user state after sizing. bug 125711 r=pinkerton,scc a=asa
2002-03-16 02:24:13 +00:00
morse%netscape.com
db6f0b12b6
bug 130304, freeze cookie api, r/sr=darin/alecf, a=asa
2002-03-16 02:16:23 +00:00
dcone%netscape.com
fee558f394
119574 r=rods sr=attinasi a=asa. XP printprogress should not come up. I added new prefs to
...
keep the dialog from being put up.
2002-03-16 02:01:38 +00:00
rginda%netscape.com
f7bdb90b75
bug 129519, "JS_GetPropertyDesc gives up too easily", r=jband, sr=shaver, a=bren
...
dan
Reflect new JSPD_* defines, make jsd_GetValueProperty degrade gracefully instead of fail outright when we run into a problem fetching the property value.
2002-03-16 01:58:36 +00:00
rginda%netscape.com
5ab837c899
bug 129519, "JS_GetPropertyDesc gives up too easily", r=jband, sr=shaver, a=bren
...
dan
Make JS_GetPropertyDesc degrade gracefully instead of fail outright when we run
into a problem fetching the property value.
2002-03-16 01:56:19 +00:00
dougt%netscape.com
e0bea0a99f
Fixes part of the Txul regression. b=130524 r=dp@netscape.com sr=darin@netscape.com, a=asa@mozilla.org
2002-03-16 00:43:44 +00:00
wtc%netscape.com
3112e85b77
Bugzilla bug 130101: this file is no longer necessary because we now
...
generate nslib.c in $(OBJDIR).
2002-03-16 00:06:28 +00:00
gerv%gerv.net
a438ed2f90
Bug 126789 - templatise token.cgi. r=bbaetz, mattyt.
2002-03-15 23:23:12 +00:00
wtc%netscape.com
6f6c4947bb
Bugzilla bug 131289: fixed a UMR error and bad placement of the terminating
...
null byte of a string in nss_FindExternalRoot. r=mcgreer.
2002-03-15 23:05:58 +00:00
blakeross%telocity.com
9578c1220e
Download manager. Not part of build. a=asa
2002-03-15 22:58:43 +00:00
wtc%netscape.com
7f18de5feb
Fixed a memory leak on memory allocation error. r=mcgreer. (bug 129709)
2002-03-15 22:09:45 +00:00
wtc%netscape.com
8a7b873e45
Bugzilla bug 130703: final adjustment of the CERTSignedCrl structure for
...
NSS 3.4. r=relyea.
2002-03-15 20:21:45 +00:00
wtc%netscape.com
0fd6892956
Bugzilla bug 130983: SEC_FindCrlByName needs to set the 'pkcs11ID' field
...
of the CERTSignedCrl structure it returns. The patch is contributed by
Rangan Sen <rangansen@netscape.com>. r=relyea.
2002-03-15 20:17:15 +00:00
relyea%netscape.com
c650f7f90e
handle older tokens that do not handle GetAttributes correctly.
2002-03-15 19:51:27 +00:00
wtc%netscape.com
8b3b17b691
Removed NSPR20PPC.mcp. This has been replaced by NSPR20PPC.xml.
2002-03-15 19:24:44 +00:00
ian.mcgreer%sun.com
f6f58a33ec
bug 130747, update trust after login to catch user certs when token doesn't return public key (ncipher)
2002-03-15 19:23:14 +00:00
hyatt%netscape.com
0c941eae07
Better version. NPOB.
2002-03-15 19:02:54 +00:00
hyatt%netscape.com
c8fa85e9ef
Disable popups in Cocoa completely. They need work. NPOB.
2002-03-15 18:46:39 +00:00
ftang%netscape.com
5721260a5e
fix 130443 . r=nhotta sr=sfraser a=asa
...
cast the hash value to FMFontFamily instead of fondid (short) on carbon and get the correct script code from it by using the right api
2002-03-15 15:44:26 +00:00
ftang%netscape.com
31a2b0d114
fix 129188 . r=nhotta sr=sfraser a=asa
...
1. convert the font name correctly to unicode for theme font
2. for korean, chinese system, use roman theme font instead because the locale one are too ugly.
2002-03-15 15:41:05 +00:00
glazman%netscape.com
72b1c305b0
It was impossible to set the background color of a table thru TableOrCell Background Color menu item.
...
b=127723, r=jfrancis, r=cmanske, sr=kin, a=asa
2002-03-15 15:33:29 +00:00
kin%netscape.com
609c45cd65
Fix for bug #130965 (Change assert to warning in nsBrowserWindow::SetFocus())
...
Make the Win32 debug version of Viewer useable
again by changing the assertion in SetFocus()
to a warning.
r=karnaze@netscape.com sr=attinasi@netscape.com a=asa@mozilla.org
2002-03-15 15:26:56 +00:00
rods%netscape.com
9e6a587a72
Backing out changes - just as well, I forgot to but the bug # and r/sr/a anyway
2002-03-15 14:49:09 +00:00
mostafah%oeone.com
185baddf0b
Inserting missing '<' at beginning of file
2002-03-15 14:41:22 +00:00
rods%netscape.com
20d6c55150
1) Removes most all the unneeded data from nsPrintOptions service. All data
...
should be in the PrintSettings.
2) Removed unneeded methods from PrintOptions
3) PrintOption can now read and write (most) all the data in a PrintSettings
object. The items not saved are those used during the printing process and
it wouldn't make any sense to save them.
4) Adds a prefs for turning on and off the automatic saving of PrintSettings.
If this is turned on it is almost the same as using the global PS.
5) On Linux it turns on the saving of PS prefs and turns on the global PS.
Meaning it will always use a single Global PS object.
6) The PrintSettings can be initialized from a generic non-printer specific
set of prefs. Then if a printer name is available in the PS then it tries
to initialize itself from the printer specific prefs. This enables to define
"back stop" prefs for picking up first. Then the printer specific prefs
can override those settings.
For example, we may define in prefs that the default paper size 8.5x11,
then if if the "save PS prefs" is turned on, for a given printer it might
save 8.5x16 as the size.
7) A "flags" arg has been added so you can indicate which prefs you want read
or written.
2002-03-15 13:55:54 +00:00
glazman%netscape.com
52ff92502a
caret was disappearing in non-empty named anchors because of
...
'-moz-user-input: none;' declaration attached to a[name] selector.
Selector removed from the corresponding rule and cursor changed to text I-beam for non-empty named anchors
b=84095, r=bryner, sr=kin, a=asa
2002-03-15 13:12:15 +00:00
timeless%mac.com
9cce7cc74d
Bug 123409 optimization for nsWindowWatcher::OpenWindowJS
...
r=adamlock sr=sfraser a=asa
2002-03-15 12:50:20 +00:00
stephend%netscape.com
7f22ec442b
Bug 122055. Page Info/Media's size of URL listbox shrinks and grows. Patch by Daniel Brooks <db48x@yahoo.com> r=timeless@bemail.org, sr=alecf@netscape.com, a=asa@mozilla.org
2002-03-15 10:06:25 +00:00
rbs%maths.uq.edu.au
8f6916c2d9
perf bug 124570 - configure mathml.css as a catalog stylesheet that is loaded on demand rather than at startup, r=harishd, sr=jst, a=asa
2002-03-15 09:45:31 +00:00
badami%netscape.com
4c25fb1738
Animated image prefs don't apply to background images
...
bug 94938 r=pavlov sr=tor a=asa patch=nivedita@netscape.com
2002-03-15 08:29:08 +00:00
rbs%maths.uq.edu.au
2da1544c38
Fix bug 101180 - the minimum line-height wasn't applied at the first reflow, causing the line to flicker at the next reflow, r=dbaron, sr=attinasi, a=asa
2002-03-15 08:03:18 +00:00
igor%mir2.org
89206ab364
1. Implementing Externalizable interface in ObjToIntMap and UintMap to allow for efficient storage of internal hash table data. For ObjToIntMap it allows to restore correctly cached values of object's hash codes and do not store internal DELETED mark.
...
2. ObjToIntMap.clear and UintMap.clear now do not discard internal buffers, but clears references to external objects to match behavior of Java Vector.clear and Hashtable.clear.
2002-03-15 07:13:33 +00:00
khanson%netscape.com
e67d7ec049
bug #130991 (Out-of-Memory in jsshell causes assertion failure in jsobj.c)
patch by Brendan, sr=jband, r=khanson, a=asa
2002-03-15 06:22:00 +00:00
wtc%netscape.com
608314e686
Bugzilla bug 131078: fixed compiler warnings. r=mcgreer.
2002-03-15 06:07:41 +00:00
jaggernaut%netscape.com
02ae4e9f97
Fixing bustage (missing closing parenthesis) in pageInfo.js
2002-03-15 06:03:34 +00:00
wtc%netscape.com
b2673560c4
Bugzilla bug 131057: define PORT_Strdup as PL_strdup so that it uses NSPR's
...
memory allocator. r=mcgreer. Modified files: secport.c secport.h
2002-03-15 05:54:22 +00:00
ssu%netscape.com
2a328ff4ed
checking in patch for andreas.premstaller@uibk.ac.at. fixes bug 57566 - Can't delete mail attachments using the mouse. r=ssu, sr=sspitzer, a=asa
2002-03-15 05:29:21 +00:00
wtc%netscape.com
4d973f2f8e
The previous checkin breaks signtool on Linux, AIX, and OSF1. Backing it
...
out.
2002-03-15 05:27:34 +00:00
sspitzer%netscape.com
018d22cbdc
fix for #129961 . Enter in ab quick search textbox should search immediately.
...
also, remove duplicate code.
r=shliang, sr=bienvenu, a=asa
2002-03-15 05:26:15 +00:00
pschwartau%netscape.com
ca999dce75
Added two new cases where the result is all zeros.
2002-03-15 05:15:57 +00:00
blizzard%redhat.com
7b97896f77
Get this code building and linking again after the Enable changes and the -symbolic changes.
2002-03-15 05:08:44 +00:00
hewitt%netscape.com
efff7339f2
121543 - Personal toolbar dnd feedback is broken in Classic, r=ben, sr=blake, a=asa
2002-03-15 04:48:14 +00:00
jband%netscape.com
78b2988012
fix bug 130139. We are iterating an array of pointers not an array of objects. r=dbradley sr=brendan a=asa.
2002-03-15 04:10:25 +00:00
bryner%netscape.com
9178d5c5d9
Fixing crash regression bug 131032. r=jkeiser, sr=ben, a=asa.
2002-03-15 04:02:19 +00:00
bzbarsky%mit.edu
3ba2fefedb
Bug 129535 -- get filenames from the right places in some edge cases.
...
r=law, sr=alecf, a=asa
2002-03-15 03:50:53 +00:00
morse%netscape.com
12cf19b239
bug 130304, freeze interface for nsICookie and nsICookieManager, r/sr=darin,alecf, a=asa
2002-03-15 03:49:00 +00:00
bzbarsky%mit.edu
22ea93f963
Bug 121899 (nicer width/height display) and bug 121567 (strict warnings
...
on XML pages). Both patches by db48x@yahoo.com (Daniel Brooks), both
r=bzbarsky, sr=alecf, a=asa
2002-03-15 03:46:54 +00:00
bzbarsky%mit.edu
c8e6fc8dee
view-source should not follow Refresh: headers. Bug 130931, r=doron,
...
sr=alecf, a=asa
2002-03-15 03:41:14 +00:00
bienvenu%netscape.com
9bbfc07c49
don't logout of external logon session when send logon fails fix by mscott, r=me, sr=sspitzer, a=asa 130986
2002-03-15 03:39:17 +00:00
sdagley%netscape.com
ba0f51165c
Fix #123411 - Warn user that Mac OS X 10.1 is recommended or that CarbonLib 1.4 or newer is required (for Mac OS X and Mac OS 8/9 respectively) when running the Carbon build. r=pinkerton,sr=sfraser,a=asa
2002-03-15 03:37:54 +00:00