Commit Graph

67666 Commits

Author SHA1 Message Date
jband%netscape.com
d98735c0ea Pass the buffer length in bytes to nsCRT::memcmp. a=warren 2000-08-11 23:46:09 +00:00
cmanske%netscape.com
c14362ebb7 Fixing editor ui bugs 47697, image dialog button problem (part of 47651). r=sfraser 2000-08-11 23:43:12 +00:00
morse%netscape.com
8d69457161 bug 48267, remove a textfield from wallet's pref panel, r=danm 2000-08-11 22:38:55 +00:00
cmanske%netscape.com
9a1630d09b Fixed spacing around text in titledboxes for Modern skin. b=46423, 42331. r=beppe 2000-08-11 22:27:09 +00:00
jst%netscape.com
53a23bf142 Backing out changes that should've been checked onto a branch. Sorry about that. 2000-08-11 22:10:35 +00:00
law%netscape.com
6e0a0b4bc4 Bug 21137; make Shift-Reload force reload from server; r=radha@netscape.com 2000-08-11 22:08:13 +00:00
edburns%acm.org
a1f7159ede bug=47357
a=edburns
r=edburns
author=avm

This fix adds a length parameter to the loading of URLs.  It also adds a new util function util_getStringLength().
2000-08-11 21:58:56 +00:00
mcafee%netscape.com
8050a88071 Thin separators to save space (40888) 2000-08-11 21:54:18 +00:00
morse%netscape.com
9a2b9f050b bug 46989, cookies don't work if components.reg is missing, r=dougt 2000-08-11 21:51:52 +00:00
pchen%netscape.com
9c925e6e4d bug 22342, r=danm, back out ben's hack to try to load URL in current window if empty otherwise load in a new window, now always load using openTopWin() 2000-08-11 21:49:53 +00:00
javi%netscape.com
47d6625a64 Fix for bug #44652 2000-08-11 21:43:57 +00:00
jst%netscape.com
8b61ed0444 DOM API string changes... 2000-08-11 21:41:59 +00:00
edburns%acm.org
68e13b0430 Update makefile to pull JNI includes from src_share. 2000-08-11 21:35:29 +00:00
ruslan%netscape.com
394519c970 Fix 47408, a=gagan,r=neeti 2000-08-11 21:31:13 +00:00
valeski%netscape.com
fbf5a1a1ed fixing bustage 2000-08-11 21:12:27 +00:00
varada%netscape.com
75e4e74da2 fix for bug #46323;unable to launch alternate 3panewindow from addressbook; r= ducarroz 2000-08-11 21:04:43 +00:00
scc%mozilla.org
e9b47b215c not part of the build; adding multi-fragment strings to the test suite 2000-08-11 20:54:25 +00:00
varada%netscape.com
afb77fd53a fix for bug#40368; removing Stop button from msg compose window; r=ducarroz 2000-08-11 20:52:39 +00:00
law%netscape.com
9820580546 Bug 17524; add 'Bookmark this Link' context menu choice; r=slamm@netscape.com 2000-08-11 20:44:06 +00:00
conrad%ingress.com
d9e8edcf29 Changed from using strings for nsIDirectoryService props to using macro names defined in nsDirectoryServiceDefs.h r=valeski 2000-08-11 20:31:57 +00:00
mccabe%netscape.com
651f462b43 Spelling fix. 2000-08-11 20:31:17 +00:00
roc+%cs.cmu.edu
030eab6a54 Testcase for bug 25707. 2000-08-11 20:28:49 +00:00
conrad%ingress.com
3497b17dba Added appfilelocprovider usage r=valeski 2000-08-11 20:28:32 +00:00
mcafee%netscape.com
cd379ff075 Saving space in pref pane (40888). r=slamm 2000-08-11 20:26:30 +00:00
conrad%ingress.com
26dd1bf2fd 1. Changed from using strings to using macro names for property keys 2. Fixed return val of RegisterProvider r=valeski 2000-08-11 20:25:18 +00:00
conrad%ingress.com
bd9df2ec73 Added an impl of nsIDirectoryServiceProvider to nsProfile. r=alecf 2000-08-11 20:23:14 +00:00
conrad%ingress.com
3169ffb645 Added the building of appfilelocationprovider lib. r=sfraser 2000-08-11 20:21:09 +00:00
conrad%ingress.com
82ad11563b Added appfilelocationprovider lib 2000-08-11 20:18:43 +00:00
conrad%ingress.com
c806604746 Added appfilelocationprovider lib r=valeski 2000-08-11 20:17:55 +00:00
conrad%ingress.com
f2f2206c38 Changed call of NS_InitEmbedding. r=adamlock 2000-08-11 20:14:31 +00:00
conrad%ingress.com
b0ef367be6 Changed params to NS_InitEmbedding. 2000-08-11 20:14:02 +00:00
conrad%ingress.com
baac730b44 Changed call of NS_InitEmbedding. 2000-08-11 20:13:41 +00:00
nhotta%netscape.com
88e393b16f Disabled caching for encoders since they hold states, bug 48284, r=cata,ftang. 2000-08-11 20:13:31 +00:00
pchen%netscape.com
1b1bf23625 bug 46137, r=putterman, add id="printMenuItem" to print menu item so that Print Plus overlay gets added right after it 2000-08-11 20:11:25 +00:00
matt%netscape.com
dbbcfd1efb fix for bug 30375 rev. matt patch taken 2000-08-11 20:10:50 +00:00
conrad%ingress.com
ef5c0e00fb 1. Removed NS_Init which took a path. 2. Added appfilelocation provider param. r=dougt 2000-08-11 20:10:06 +00:00
conrad%ingress.com
ccd4d7da0f 1. Uses appfilelocationprovider. Can pass one in or pass nsnull and default is made. 2. Removed version of NS_InitEmbedding which took char* path. r=dougt 2000-08-11 20:09:05 +00:00
roc+%cs.cmu.edu
ec64a3669f When computing the max-element-size, base percentage margins on the size of the contained max-element-size, not on the container's desired size. Bug 25707. r,a=waterson 2000-08-11 20:08:15 +00:00
anthonyd%netscape.com
9d506576cb fix for bug#48472
apparently nsIContent::ChildAt can be successful
and not return a child. now checking fo that.
r: smfr
a: beppe
2000-08-11 19:55:39 +00:00
wtc%netscape.com
df3cdee5ef Bugzilla bug #39731: the imported pipe needs to have its
secret->md.sync_file_io set to PR_TRUE on NT because unnamed pipes
don't support async io.
2000-08-11 18:36:38 +00:00
thayes%netscape.com
edeb93ad2f Add Pragma: no-cache to PSM UI pages. This prevents caching by the client
and avoids bugs due to missing UI Events, and display of stale content.
2000-08-11 17:32:25 +00:00
bienvenu%netscape.com
1c694399ea work for 22960 speed up msg display performance by speeding up history ab i18n function use r=putterman 2000-08-11 13:58:17 +00:00
warren%netscape.com
a65ba7ec30 Jar manifest updates. 2000-08-11 09:05:40 +00:00
morse%netscape.com
358a218442 bug 48539, needed defensive code to prevent infinite loop on corrupted data 2000-08-11 07:12:07 +00:00
BlakeR1234%aol.com
02c443a789 Fix bug 48414 - enable tree column resizing in the password manager. r=syd a=morse 2000-08-11 06:52:06 +00:00
BlakeR1234%aol.com
d8f2580ac5 Fix bug 48414 - enable tree column resizing in the cookie and image managers. r=syd a=morse 2000-08-11 06:50:32 +00:00
saari%netscape.com
9e04f1e08d nsbeta3+ bug 28508, select all is flakey from the context menu. Make sure popups don't steal focus. r=hyatt 2000-08-11 06:31:09 +00:00
waldemar%netscape.com
fec02531da Updated to generate Netscape 6-compatible HTML 2000-08-11 06:27:55 +00:00
waldemar%netscape.com
7a3bd65ac3 Added attributes to for-initializers and no-line-breaks in a few places 2000-08-11 06:27:25 +00:00
waldemar%netscape.com
d955e75027 Updated to match documentation site 2000-08-11 06:24:57 +00:00