Commit Graph

1185 Commits

Author SHA1 Message Date
morse%netscape.com
e3f129c2d5 bug 85300, put wallet xul files into region packs, c=ftang, r=morse, sr=alecf, a=asa 2001-06-15 21:34:38 +00:00
ftang%netscape.com
aed0d79e4a backout the problem check in for 62730 so form manager will work.
agreed by morese@netscape.com
2001-06-15 00:44:42 +00:00
morse%netscape.com
693dec4df2 bug 84834, add password to pasword-manager API, r=racham, sr=alecf, a=blizzard 2001-06-13 22:50:22 +00:00
ben%netscape.com
71b0d575fa Forgot to check this in with earlier menu fixes. Correct placement of Find
menu items with respect to Wallet items. r=jag, sr=blake, a=asa
bug 85386
2001-06-13 12:20:39 +00:00
morse%netscape.com
cd5ac65f5b bug 81593, inefficient use of strlen, coded by drepper, r=morse, sr=blizzard, a=asa 2001-06-12 23:37:04 +00:00
cmanske%netscape.com
3d2379df04 Fixed Form Manager (Wallet) UI to conform to new editable menulists, b=82655, r=morse, sr=kin, a=asa-drivers 2001-06-08 04:22:11 +00:00
mcafee%netscape.com
0bd38cca52 fix for unix bustage, need tabs here not spaces. 2001-06-08 02:05:31 +00:00
morse%netscape.com
a45ce95854 bug 62730, put wallet xul files into language packs, coder=ftang, r=morse, sr=alecf, a=asa 2001-06-08 00:55:59 +00:00
morse%netscape.com
7638b68ea5 bug 84263, wrong tabs in cookie viewer, r=valeski/timeless, sr=alecf, a=asa 2001-06-08 00:43:01 +00:00
sgehani%netscape.com
2543cf5ef3 Removing obsolete nsIPasswordManager.idl which now lives solely in
netwerk/base/public.

b = 76095
r = morse
sr = sfraser
a = drivers
2001-06-05 11:45:29 +00:00
sgehani%netscape.com
ca316912d6 Stop building nsIPasswordManager.idl in extensions/wallet and start building it in netwerk/base. b = 76095 r = morse sr = sfraser a = drivers 2001-06-05 11:43:40 +00:00
morse%netscape.com
e3b9cde2ff bug 82703, need password for edit menu, r=cmanske, sr=alecf, a=selmer/blizzard/asa 2001-05-29 22:02:15 +00:00
jst%netscape.com
77aeecc056 scc checking in from jst's account. bug #75220: sr=jst, rs=brendan. renaming |nsPromiseC?Concatenation| to |nsDependentC?Concatenation|; |nsPromiseC?Substring| to |nsDependentC?Substring|; |nsLiteralC?String| and |nsLocalC?String| to |nsDependentC?String|, as these new names better reflect clients obligations to instances. 2001-05-19 11:27:30 +00:00
morse%netscape.com
4b67d27cec bug 78262, cannot delete encrypted passwords, r=matt, sr=alecf 2001-05-17 00:14:45 +00:00
thayes%netscape.com
0b5a224275 Bug 43501 - r=ddrinan,sr=blizzard Add Privacy & Security to basic prefs
window.  Restructure security prefs, and move cookie and wallet prefs.
2001-05-16 04:43:18 +00:00
stephend%netscape.com
8de1bd1bce Typo in 'Understanding Privacy page (in wallet) patch by Stephen Walker <walk84@us.net> r=db48x@yahoo.com sr=alecf@netscape.com. Bug 78380 2001-05-15 06:07:21 +00:00
cls%seawood.org
74757e3db2 Replace chrome:: target with install::. Using chrome:: was causing |make -j3 install| builds to fail to execute the chrome:: target due to a suspected bug in gnu make. (|make MAKE='make -j3' install| works fine.) 2001-05-12 07:08:27 +00:00
jst%netscape.com
ea706038cf Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com. 2001-05-08 17:42:36 +00:00
morse%netscape.com
361d651e22 bug 78262, can't delete certain passwords, r=matt, sr=alecf 2001-05-08 01:37:18 +00:00
morse%netscape.com
e6fa01de51 bug 77525, shouldn't save password when password field is empty, r=matt, sr=alecf 2001-05-08 01:34:54 +00:00
ccarlen%netscape.com
ac8ff4c8ea Bug 78745 - nsIPromptService::ConfirmEx needs to be more flexible. r=valeski, sr=sfraser 2001-05-06 15:03:55 +00:00
kandrot%netscape.com
afdac97c93 Check in for Ron Guilmette. r=shaver, sr=waterson. For intl r=nhotta. Changes for NS_IMPL_NSGETMODULE. bug #46775. 2001-05-05 05:33:37 +00:00
valeski%netscape.com
939312c7fa sr=rpotts. cookie/wallet r=morse, xmlTerm r=saravn@mozdev.org, mailnews r=mscott, activeX r=adamlock, everything else covered by the sr from rpotts. 15345. These changes remove nsIDocumentLoaderObserver.idl from the build, and all of it's implementations and registrations have been moved over to nsIWebProgressListener.idl and nsIWebProgress.idl respectively. there are two (78762, 78760) mailnews printing bugs that I overturned *before* landing this. I've run this code through the mail-news and browser smoketests among other tests outlined in the patch description attatched to the bug. 2001-05-04 20:15:38 +00:00
cls%seawood.org
00f28396a9 Set EXPORT_LIBRARY=1 in all pertinent Makefile.ins. Allows us to build the final link list as we traverse the tree. Bug #46775 2001-04-28 19:48:12 +00:00
valeski%netscape.com
00bca056ef mozilla diffs r=tao, sr=alecf, commercial diffs r=syd, sr=syd/shaver. lower-casing JS calls to createBundle. removing un-used nsILocale param from nsIStringBundle::CreateBundle(). 76332 2001-04-27 21:30:24 +00:00
sfraser%netscape.com
245d4eb76f Backing out valeski 2001-04-27 05:53:22 +00:00
valeski%netscape.com
54db7dffa3 mozilla tree r=tao, sr=alecf. commercial tree r=syd, sr=syd/shaver. lowercasing the first char in JS method calls to createBundle. removing the dead locale parameter in the CreateBundle() method call. 76332 2001-04-27 04:16:22 +00:00
bnesse%netscape.com
000d1011d5 Prefs API refactoring. Bug #46863. r=valeski, sr=alecf. 2001-04-26 18:41:11 +00:00
morse%netscape.com
caad9cade4 bug 70955, fix js warning message, r=law, sr=alecf 2001-04-26 07:36:17 +00:00
ccarlen%netscape.com
c8128a5765 Bug 46859 - Remove UniversalDialog. r=valeski/sr=rpotts,sfraser/a=blizzard 2001-04-21 00:26:18 +00:00
bryner%uiuc.edu
97e89fd687 Backing out bnesse's fix for bug 46863 due to numerous types of runtime bustage on linux and windows. a=brendan. 2001-04-20 06:45:56 +00:00
bnesse%netscape.com
b0baaeabc3 Landing PrefAPI refactoring bug 46863. r=valeski, sr=alecf, a=blizzard. 2001-04-19 22:21:39 +00:00
maolson%earthlink.net
fc69b17ec2 bug 70810 [XUL Syntax] Change tab syntax - another of the XUL 1.0 changes
r=ben, sr=hyatt
2001-04-18 06:59:04 +00:00
morse%netscape.com
978236fe5b bug 76386, cookies no longer being sorted, r=blakeross, sr=alecf 2001-04-17 23:04:19 +00:00
morse%netscape.com
44efea8c08 bug 27417, select new cookie/password when previous one is deleted, r=dbragg, sr=alecf 2001-04-16 20:32:17 +00:00
morse%netscape.com
41fcf882ca bug 75654, bogus cookie description when multiple cookies selected, r=evaughan, sr=alecf 2001-04-13 02:26:19 +00:00
morse%netscape.com
0950c5cbda bug 75754, password manager not showing all saved passwords, r=sconest, sr=alecf 2001-04-13 02:22:46 +00:00
eddyk%netscape.com
c34374706a Bug 70625: complex locked pref FE disabling
r=blake, sr=ben
2001-04-12 02:42:08 +00:00
shaver%mozilla.org
a0daa1645d 75152: Remove GetVersionNumber stub in favour of upcoming, less-invasive
preloader strategy. r=jag, sr=attinasi.
2001-04-11 14:23:13 +00:00
morse%netscape.com
510a2329dd bug 75410, removed cookies not being cleared from cookieviewer, r=blake, sr=alecf 2001-04-11 04:40:32 +00:00
morse%netscape.com
02d43fbe0b bug 64361, don't prompt on every form submission if no new values to save, r=sgehani, sr=alecf 2001-04-11 01:55:59 +00:00
ccarlen%netscape.com
2ad2b9adcf Bugs 70379, 70380 - Hide nsISingleSignon from embedding apps, split auth prompting methods out of nsIPrompt into a new interface. r=valeski, sr=rpotts. 2001-04-10 18:30:25 +00:00
danm%netscape.com
bfe4893c0c fix goofed recent change from use of commondialogs to promptservice. bug 75244 r=hyatt,ianh 2001-04-09 20:38:20 +00:00
danm%netscape.com
d3733a7448 commondialog service is being replaced by promptservice. bug 72112 continues 2001-04-09 02:08:05 +00:00
dbaron%fas.harvard.edu
ff7ff84484 Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding new header file dependencies to REQUIRES. 2001-04-07 05:11:47 +00:00
danm%netscape.com
33594c68ff removing use of nsNetSupportDialog. bug 72112 continued. r=hyatt,morse,mstoltz,various 2001-04-07 03:33:56 +00:00
blakeross%telocity.com
c9b9689e26 Use more efficient command structure, refactor commands, broadcasters and keys, remove unused attributes, do some other optimization (72923). Landing navigator part only; this should help new window opening and some other areas. r=ben sr=hyatt 2001-04-05 19:53:13 +00:00
morse%netscape.com
11e5a90b81 fix linux bustage 2001-04-05 07:18:10 +00:00
morse%netscape.com
6d3aacc4ed bug 70382, redo password manager idl for embedding requirements, r=ccarlen, sr=alecf 2001-04-05 06:29:48 +00:00
pchen%netscape.com
d27225ec49 mac buddy for bug 70382, add nsIPassword.idl and nsIPasswordManager.idl to mac IDL project 2001-04-05 06:23:15 +00:00
pchen%netscape.com
d89419f3ab mac buddy for bug 70382, add nsPassword.cpp and nsPasswordManager.cpp to mac project 2001-04-05 06:23:06 +00:00
dprice%netscape.com
8c0b9eaf97 65845 - new order files 2001-04-05 06:02:32 +00:00
morse%netscape.com
64e229e8c2 bug 74089, image/cookie confusion, r=valeski, sr=alecf 2001-04-04 02:34:26 +00:00
rickg%netscape.com
169a621d42 preloader update. r=peterl, sr=attinasi 2001-04-03 22:58:59 +00:00
scc%mozilla.org
70de2e4a46 landing string branch; see bug #73786 2001-04-02 19:40:52 +00:00
disttsc%bart.nl
dacbb4faa9 Add "gfx2" and "imglib2" to REQUIRES lines in Makefile.in for MOZ_TRACK_MODULE_DEPS builds (e.g. senna) 2001-03-30 10:39:06 +00:00
pchen%netscape.com
0347b62839 fix for blocker bug 73596, remove nsCookieViewer.cpp from project 2001-03-29 19:49:32 +00:00
morse%netscape.com
d8762db686 bug 46783, reorg cookies module for embedding, r=valeski, sr=alecf 2001-03-29 02:11:48 +00:00
morse%netscape.com
4ae4b9ce28 bug 72401, trivial wording change for consistency, r=evaughan@netscape.com, sr=alecf@netscape.com 2001-03-29 00:14:25 +00:00
morse%netscape.com
7121ec0cc2 bug 63373, crash in password-manager dialog, r=dr@netscape.com, sr=shaver@mozilla.org 2001-03-28 00:45:51 +00:00
scc%mozilla.org
7a7d9125e0 back myself out, sorry SunOS 2001-03-27 16:03:33 +00:00
scc%mozilla.org
bcb40ec264 syntax fix 2001-03-27 14:16:24 +00:00
morse%netscape.com
57163725cb bug 73341, fix regression in previous checkin, r=disttsc@bart.nl, sr=alecf@netscape.com 2001-03-27 07:54:39 +00:00
disttsc%bart.nl
ca068b563d Fix wchar_t bustage in wallet (oops). 2001-03-25 23:51:44 +00:00
disttsc%bart.nl
60de3ee0ce Some string, IID and CID cleaning in singsign.cpp, wallet.cpp, bug=73341, r=morse, sr=shaver 2001-03-25 23:07:49 +00:00
disttsc%bart.nl
f595ed19f3 Clean up REQUIRES lines. r=cls 2001-03-25 22:59:27 +00:00
morse%netscape.com
e6fc6df959 bug 67379, bug 67389, bug 72855 Wallet Preview enhancements r=pnunn, sr=alecf 2001-03-23 02:58:11 +00:00
morse%netscape.com
bd40359c76 smoketest blocker 73045, r=blakeross@telocity.com, sr=ben@netscape.com 2001-03-22 20:53:13 +00:00
blakeross%telocity.com
0b2dd2b2d2 Fixing 70746: major xul syntax changes. If you use xul, this WILL affect you! Read n.p.m.xpfe for details on the changes and how you can fix your code. r=hewitt sr=hyatt, ben 2001-03-22 00:59:29 +00:00
maolson%earthlink.net
1e7ee6f0f9 fix bug 70747 [XUL Syntax] Replace <textfield> with <textbox>
r=blake, a=ben
2001-03-22 00:15:47 +00:00
morse%netscape.com
cf9e2e9a33 bug 72603, form manager captures bad values for sample2 page, r=jag, sr=alecf 2001-03-21 22:18:54 +00:00
bryner%uiuc.edu
f285027413 Removing dependence on obsolete headers. Bug 38061 (ongoing work). r=shaver, sr=brendan. 2001-03-20 08:01:28 +00:00
timeless%mac.com
6cf0d97f11 Bug 65428 language="javascript" should be type="application/x-javascript"
r=ksosez@softhome.net a=ben
2001-03-13 15:35:07 +00:00
dprice%netscape.com
edb387e49c 71057 sr=waterson new order files. NOT PART OF THE REGULAR BUILD 2001-03-13 10:47:37 +00:00
ccarlen%netscape.com
c819a81536 Along with bug 65212 - removing unnescesary dependencies on profile. r=valeski@netscape.com, sr=alecf@netscape.com 2001-03-11 22:15:22 +00:00
ccarlen%netscape.com
4b14f2ddc4 Bug 65212 - profile support for kiosk mode. Also, removing profile change observer strings from header to cut dependencies. r=valeski@netscape.com, sr=alecf@netscape.com 2001-03-11 22:12:21 +00:00
morse%netscape.com
33dc92d581 bug 63961, server can't turn off password manager, r=jelwell@netscape.com, sr=alecf@netscape.com 2001-03-08 22:15:35 +00:00
disttsc%bart.nl
e78859951e Fix speedracer bustage, take #2. Temporary fix, will find a better one with scc. 2001-03-08 16:35:52 +00:00
disttsc%bart.nl
b0f59e3f1c Fix speedracer bustage. It doesn't seem to like |Compare| :-)
r=shaver
2001-03-08 15:32:46 +00:00
disttsc%bart.nl
8b43034cef Change implicit conversion from
|NS_ConvertUTF8toUCS2|
|NS_ConvertASCIItoUCS2|
|NS_ConvertUCS2toUTF8|
|ns[C]LiteralString|
|ns[C]PromiseFlatString|

to explicit |get()|.

Add |get()| to |nsString|, remove implicit conversion operators where possible, add NS_WARNING where not (yet!).

Bug=53057, r=alecf, sr=scc
2001-03-08 08:05:05 +00:00
ccarlen%netscape.com
f7935a926b Bug 70965 - Crash if SI_RemoveAllSignonData called more than once. r=morse@netscape.com, sr=brendan@mozilla.org 2001-03-08 03:17:44 +00:00
timeless%mac.com
c06cf59ce4 fix Bug 42406 autostretch="never" needs to be added for checkboxes
fix by walk84@usa.net r=timeless, a=ben
2001-03-05 10:01:38 +00:00
disttsc%bart.nl
277181c660 Preparation of removing nsCString::GetBuffer. Landing everything but the actual commenting out of nsCString::GetBuffer. bug=64016, r=timeless, sr=scc 2001-03-02 09:26:57 +00:00
timeless%mac.com
a47d4b2460 fix bug 70569 dead code doesn't belong in tree
r=morse, sr=brendan@mozilla.org
2001-03-02 04:04:35 +00:00
dprice%netscape.com
199c935b04 # 65845 sr=waterson, new order files will greatly reduce the number of link warnings. 2001-02-27 04:38:19 +00:00
morse%netscape.com
d683ec1255 bug 69667, wallet and cookie ui missing, r=tao@netscape.com, sr=scc@netscape.com 2001-02-23 05:33:33 +00:00
disttsc%bart.nl
a6f2f5861a Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls 2001-02-22 09:35:51 +00:00
morse%netscape.com
d30d690ed4 bug 69667, repackage wallet/cookie overlays, r=dougt@netacape.com, sr=waterson@netscape.com 2001-02-22 07:40:56 +00:00
dougt%netscape.com
128f95aa9b Relanding Necko Changes.
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:

1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.

This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.

r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-21 20:38:08 +00:00
morse%netscape.com
5aca67d92e bug 31967, wallet overlays, r=alecf@netscape.com, sr=ben@netscape.com 2001-02-21 05:28:18 +00:00
morse%netscape.com
d026c48afa new file, not yet part of build 2001-02-21 05:04:31 +00:00
morse%netscape.com
dbe83376b2 *** empty log message *** 2001-02-21 01:40:07 +00:00
dbaron%fas.harvard.edu
97f1caad5a Fix leaks in single signon and clean up some build warnings, etc. r=morse@netscape.com sr=brendan@mozilla.org b=67119 2001-02-18 16:40:04 +00:00
dprice%netscape.com
997fb091c7 65845 first cut of the order files 2001-02-13 02:48:02 +00:00
disttsc%bart.nl
3d2d80d536 Back out dougt's channel changes 2001-02-12 03:14:23 +00:00
dougt%netscape.com
1b9ca82439 Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.

This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols).  The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.

The full details of the change on written up in the netlib newsgroup.

r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-10 00:16:26 +00:00
dbaron%fas.harvard.edu
6a1cef6f9a Remove trailing semicolons after all uses of MOZ_DECL_CTOR_COUNTER to quiet build warnings on Mac. b=60415 a=brendan@mozilla.org 2001-01-27 23:06:33 +00:00
dbaron%fas.harvard.edu
1e046d05c0 Reduce unnecessary #includes to speed up compilation. r=bryner/sfraser sr=alecf b=64023 2001-01-27 16:58:15 +00:00
morse%netscape.com
e8b3bd90d5 bug 64588, remove javascript warning, r=gemal@gemal.dk, sr=brendan@mozilla.org 2001-01-27 00:09:41 +00:00
jgmyers%netscape.com
de750be2b2 fix ref to FALSE: bug 35559 r=bryner sr deputized by brendan 2001-01-26 01:56:33 +00:00
morse%netscape.com
40da8cc2d6 bug 65636, removing users is checkbox is unchecked, submitter=mozilla@maxuk.net, r=morse@netscape.com, sr=brendan@mozilla.org 2001-01-25 19:46:19 +00:00
ccarlen%netscape.com
39deeb268f Part of bug 35559 - dynamic profile switching. r=morse, sr=alecf 2001-01-24 15:51:00 +00:00
mkaply%us.ibm.com
0cddd31ff7 #65732
r=cls
Make SHORT_LIBNAMEs (used by OS/2 only) match Windows DLL names
2001-01-18 15:35:00 +00:00
morse%netscape.com
e2e4ac628f bug 40122, save-these-values should be prechecked..., r=pnunn@netscape.com, sr=brendan@mozilla.org 2001-01-16 22:05:36 +00:00
morse%netscape.com
deffcbc76a bug 63493, VCARD_NAME attribute doesn't work, r=matt@netscape.com, sr=hyatt@netscape.com 2001-01-16 22:02:58 +00:00
dbaron%fas.harvard.edu
10345e7670 Add file for morse with correct case: bug 52523, sorting for cookie-manager and password-manager, r=saari@netscape.com, sr=brendan@netscape.com 2001-01-13 18:49:35 +00:00
morse%netscape.com
3b1bc8701e bug 52523, sorting for cookie-manager and password-manager, r=saari@netscape.com, sr=brendan@netscape.com 2001-01-13 17:39:40 +00:00
mkaply%us.ibm.com
225cdbd87d #65078
r=morse, sr/a=brendan
Don't hardcode fonts in HTML files - bad for L10N
2001-01-12 00:58:50 +00:00
morse%netscape.com
4dfd52e227 bug 64553, javascript error, submitted by gemal@gemal.dk, r=morse@netscape.com, sr=brendan@mozilla.org 2001-01-11 20:14:59 +00:00
blakeross%telocity.com
6d34d8f50e Fix 64587: JS strict warnings in signonviewer.js. patch by morse. r=pchen sr=brendan 2001-01-08 21:17:36 +00:00
blakeross%telocity.com
a1bc0c29e6 Fix 64588: JS strict warnings in CookieViewer.js. patch by gemal. r=morse sr=brendan 2001-01-07 22:43:34 +00:00
bryner%uiuc.edu
f579bca00b Removing unused Makefile.in's (files in these directories are now exported via jar.mn). Bug 55778. r=ben, cls. Not part of build. 2001-01-05 23:51:45 +00:00
morse%netscape.com
420ec383b4 patch 64211 con't: Form-manager fillin does not work for files on local disk, r=evaughan@netscape.com, sr=brendan@mozilla.org 2001-01-05 07:34:40 +00:00
morse%netscape.com
60471ce8e8 bug 64221, Form-manager fillin does not work for files on local diskk, r=evaughan@netscape.com, sr=ben@netscape.com 2001-01-05 03:48:57 +00:00
morse%netscape.com
ff1a88dd9f bug 63390, form manager title bar not localizable, submitter=walk84@usa.net, r=hidday@geocities.com/morse@netscape.com, sr=alecf@netscape.com 2000-12-20 21:49:53 +00:00
blakeross%telocity.com
c23b28823a Fix 30878: right clicking on buttons should not trigger button action, and pressing spacebar needs to trigger all buttons. more to come. r=morse sr=alecf 2000-12-20 01:58:56 +00:00
morse%netscape.com
0ed89a88d2 bug 48923 prefill form data should be disabled if nothing to prefill, r=law@netscape.com sr=alecf@netscape.com 2000-12-19 15:59:48 +00:00
morse%netscape.com
fecdcaaa94 bug 62808, form manager dialog does not resize properly, r=blakeross@telocity.com sr=alecf@netscape.com 2000-12-18 22:57:38 +00:00
morse%netscape.com
5990f71523 bug 62057, cookie viewer breaks if too many entries, r=pnunn, sr=alecf 2000-12-14 19:27:16 +00:00
morse%netscape.com
c9f8535b5a bug 62057, cookie viewer breaks if too many entries, r=pnunn, sr=alecf 2000-12-14 19:25:54 +00:00
morse%netscape.com
21d56aa12a bug 51144, make cookie viewer/password viewers resizable, r=blakeross@telocity.com, sr=alecf 2000-12-14 19:16:31 +00:00
morse%netscape.com
bc4157ef76 bug 60896, garbage title on bookmark dialog, r=neeti@netscape.com, sr=brendan@mozilla.org 2000-12-14 19:09:25 +00:00
morse%netscape.com
f33c28db5a bug 51102, r=sgehani@netscape.com a=hangas@netscape.com 2000-12-13 02:17:01 +00:00
morse%netscape.com
e12c85196c bug 62419 -- wallet previewer busted, r=dbragg@netscape.com, a=hangas@netscape.com 2000-12-13 01:59:54 +00:00
nhotta%netscape.com
726b284ef4 Replaced isalpha() and isdigit() by nsCRT equivalents which take unicode instead of char, bug 62407, r=morse, sr=alecf. 2000-12-12 22:20:50 +00:00
morse%netscape.com
1df54fa5fc bug 62427: improve wallet's rules for detecting certain schema, r=dveditz@netscape.com, sr=brendan@mozilla.org 2000-12-12 15:07:23 +00:00
morse%netscape.com
0dba7585a5 bug 58875, capture info in <select> tags, r=ssu, sr=alecf 2000-12-12 02:18:41 +00:00
morse%netscape.com
96e4c9df9f new file, not part of build 2000-12-11 22:23:09 +00:00
blakeross%telocity.com
4b4ff4de2e Fix 62509: missing tab in the password manager. (patch by morse, I broke it in an earlier checkin). r=me sr=alecf 2000-12-11 21:49:37 +00:00
morse%netscape.com
abdea5a2bb new file, not part of build 2000-12-10 17:02:11 +00:00
morse%netscape.com
d6d932f79b bug 61390, no dialog asking if you want to save form data, r=dveditz, sr=alecf 2000-12-05 22:07:11 +00:00
morse%netscape.com
7c6a300c5c bug 60210, two tabs selected simultaneously, r=dbragg@netscape.com, sr=ben@netscape.com 2000-11-29 21:43:09 +00:00
morse%netscape.com
917f3f09c3 bug 56644, wallet cleanup, r=dveditz@netscape.com, sr=alecf@netscape.com 2000-11-29 21:05:33 +00:00
morse%netscape.com
04ed5def76 bug 61275, email address interpreted as street address, r=dveditz@netscape.com, sr=brendan@mozilla.org 2000-11-29 05:47:38 +00:00
morse%netscape.com
563c41c74c bug 60472, multiple user list for password not always displayed, r=sgehani@netscape.com, sr=brendan@mozilla.org 2000-11-28 00:25:40 +00:00
blakeross%telocity.com
97a25ba77a Fix 53977: shouldn't be able to access hidden tabs using the keyboard. r=jag a=ben 2000-11-23 04:31:45 +00:00
morse%netscape.com
83cc6d970f bug 59184, file had 0x96 chars in it, r=verah, a=ben 2000-11-21 23:47:21 +00:00
cls%seawood.org
66a18fcbbf Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org 2000-11-20 07:16:06 +00:00
morse%netscape.com
ba98b65ad1 bug 55847, Wallet Editor is not translation enabled, submitter=mkaply r=morse, a=ben 2000-11-14 22:11:25 +00:00
morse%netscape.com
def2693d6c bug 55847, Wallet Editor is not translation enabled, submitter=mkaply r=morse, a=ben 2000-11-14 21:56:35 +00:00
morse%netscape.com
40e4d9d2b0 bug 59687, wallet to determine schema from displayable strings, r=dveditz, a=alecf 2000-11-14 14:32:06 +00:00
disttsc%bart.nl
60546b26ea Make interview.html use moved wallet functions, bug=46200, r=a=alecf 2000-11-09 20:22:18 +00:00
alecf%netscape.com
574fa5d34d part of fix for #46200 - extract wallet from nsIBrowserInstance, and fixup all callers to call
the wallet service directly.. yay!
r=jag, a=ben
2000-11-02 23:00:08 +00:00
dbaron%fas.harvard.edu
71785b6799 Instrument various classes so they show up in the leak/bloat stats. r=morse@netscape.com sr=scc@mozilla.org b=56644 2000-10-29 21:27:45 +00:00
warren%netscape.com
cd56c0575b Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +00:00
warren%netscape.com
9a6d92a433 Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson 2000-10-27 22:43:51 +00:00
morse%netscape.com
3064a78b65 bug 56048, can't dismiss privacy tutorial on the mac, r=dveditz, a=ben 2000-10-14 06:30:13 +00:00
pollmann%netscape.com
ea3baaa437 Bug 54966, 54845, 55906: Prevent psm-glue from accidentally cancelling form submit for file: urls, javascript: urls, and submits to 127.0.0.1 r=javi,jst sr=mscott 2000-10-11 09:53:29 +00:00
warren%netscape.com
181bb2dcb2 Landing jar packaging from jar_restructuring_branch. r=hyatt,dprice,sfraser,dveditz,vishy,sgehani 2000-09-20 19:35:24 +00:00
hewitt%netscape.com
9a48263674 #52872 - removed extra tabs on form manager, r=hangas, a=ben 2000-09-19 22:51:09 +00:00
hewitt%netscape.com
541b71c0f2 #52522 - password manager tab alignment fix. r=morse, 2nd half of checkin started before close. a=mscott 2000-09-15 09:11:30 +00:00
warren%netscape.com
6be2561bee Bug 52701 - bringing MOZ_DISABLE_JAR_PACKAGING back to life. 2000-09-15 08:08:11 +00:00
jglick%netscape.com
cb966bc59e fixes for bugs: 44581, 52491, 52524, 52490, 52560, 52571, 52353, 52357, 52349, 43358. Spelling, wording and capitalization fixes. New Folder Dialog fixes. r=hangas 2000-09-15 06:41:01 +00:00
dougt%netscape.com
c2923c8476 + Added OnSecurityChange() to nsIWebProgressListener interface.
+ Added dummy function to all users of nsIWebProgressListener
+ Added new security event sink.
+ Hooked up new event sink to docloader and friends.
+ Fixed memory leaks and crashes in nsSecureBrowserImpl.
+ Added AlertPrompt to nsIPrompt Interface.
+ Enabling xpcom test on unix.

Fixes bug 46872.  r=valeski/rpotts
2000-09-14 22:56:56 +00:00
bryner%uiuc.edu
14b39559f7 This is the rest of the checkin to remove mozilla's dependency on building psm-glue. All security glue
interfaces and resources that aren't specific to PSM have moved to security/base.  The remaining psm-glue
interfaces which are used elsewhere in the code have been abstracted to be non-PSM-specific, and the call
sites changed to use the abstracted interface.  Bug 18352.  r=brendan,pavlov,shaver.  a=brendan.
2000-09-14 19:27:23 +00:00
morse%netscape.com
486de2ed10 bug 51671, wallet doesn't work with frames, r=jst 2000-09-14 05:14:56 +00:00
vishy%netscape.com
6fbb9dbc07 Jar packaging fixup - changes by warren. Looked at by dveditz and ssu.
r=vishy. verified this solution works for mozilla, commercial and shrimp.
dont have bug number handy but this should be world++. basically from
now on, jar.mn rules will both create the jar and publish the flat files
to dist. the flat files are needed so that installers can compose the
files into a new naming system or delete some or whatever.
2000-09-14 04:45:15 +00:00
rayw%netscape.com
0257791053 Bug 37275, Changing value of all progids, and changing everywhere a progid
is mentioned to mention a contractid, including in identifiers.

r=warren
2000-09-13 23:57:52 +00:00
jdunn%netscape.com
fbf1607c62 Fix warning which requires a return value from functions
r= brendan@mozilla.org scc@mozilla.org
#= 52254
2000-09-13 11:29:18 +00:00
valeski%netscape.com
0e846ae2d1 50188. forcing stderr/out output to be debug only 2000-09-11 22:08:43 +00:00
morse%netscape.com
338c519b8e 51430, real minor wording change 2000-09-05 23:49:28 +00:00
BlakeR1234%aol.com
3bebcdc0a3 *** empty log message *** 2000-09-04 21:24:48 +00:00
ben%netscape.com
27f526d5ab 46613, classic skin polish and other fixes for message compose window 2000-09-03 05:39:33 +00:00
scc%mozilla.org
2b7df8a0df compiler is confused, giving it a more digestible meal 2000-09-02 22:08:52 +00:00
scc%mozilla.org
7ca3724d34 fixing code that relied on implicit string construction 2000-09-02 21:14:12 +00:00
morse%netscape.com
e6a630beb1 bug 51145, minor wording change, wording=gemal, r=morse 2000-09-02 14:35:03 +00:00
scc%mozilla.org
256fb2fdda fixing code that relied on implicit string construction 2000-09-02 05:30:35 +00:00
morse%netscape.com
9bd82fdf30 bug 50786, many pages coming up blank, r=dveditz 2000-09-01 23:28:41 +00:00
morse%netscape.com
f0056da9ad bug 44299, erroneous prompt for master password, r=dbragg 2000-09-01 22:34:45 +00:00
vidur%netscape.com
e153192875 Fix for bug 46861. nsIDOMWindow is now split into two interfaces: a public interface (still called nsIDOMWindow) for embedders and an internal interface (nsIDOMWindowInternal) for internal use. The union of the two interfaces is still visible from JavaScript. r=jst@netscape.com 2000-09-01 01:54:35 +00:00
morse%netscape.com
fe8e6bc671 bug 49189, wallet tables not getting updated from netcenter, suggested by reeed, r=morse 2000-08-29 04:29:01 +00:00
morse%netscape.com
bccb23683b bug 50157, crash when reading privacy tutorial, r=dveditz 2000-08-28 03:10:29 +00:00
morse%netscape.com
36749920f3 documentation change 2000-08-28 01:28:42 +00:00
morse%netscape.com
1c2deb21bb fix up jar file 2000-08-25 14:18:43 +00:00
morse%netscape.com
5e87a9c6eb minor wording change 2000-08-25 03:23:01 +00:00
morse%netscape.com
d536a71603 minor wording change 2000-08-24 23:07:40 +00:00
morse%netscape.com
af0f539026 bug 50097, can't close privacy window, r=dveditz 2000-08-24 14:43:25 +00:00
morse%netscape.com
59850173a5 bug 50084, move wallet demo files off the server, r=dveditz 2000-08-24 00:43:37 +00:00
morse%netscape.com
039f751538 bug 49865, minor wording changes 2000-08-22 23:25:11 +00:00
ccarlen%netscape.com
648b426c7d Converted use of nsIFileLocator to nsIDirectoryService. r=morse 2000-08-22 00:39:09 +00:00
morse%netscape.com
04cc2f7b09 bug 49589, excessive bloat in wallet tables, r=valeski 2000-08-21 22:53:21 +00:00
morse%netscape.com
9e6ae3f417 bug 49588, fix memory leak, code suggested by bruce@cubik.org, r=morse 2000-08-21 00:03:10 +00:00
scc%mozilla.org
a6fe0ab74d fixing code that relied on implicit string construction 2000-08-19 20:52:04 +00:00
morse%netscape.com
10cd340f04 bug 44514, speed up loading of wallet tables, coded by pinkerton, r=morse 2000-08-19 00:32:37 +00:00
morse%netscape.com
c8c336eaaa bug 44514, speed up loading of wallet tables, r=dbragg 2000-08-19 00:29:48 +00:00
ben%netscape.com
ee77cd74b8 fix for bug 29124, r=morse 2000-08-18 06:23:10 +00:00
morse%netscape.com
a086797954 update wallet tables, not part of build 2000-08-18 06:10:55 +00:00
morse%netscape.com
f73d8d0aff bug 49189, crash when updating wallet tables, r=pnunn 2000-08-16 23:05:03 +00:00
morse%netscape.com
ba6d261a64 bug 48949, fix UTF8Get routine to work with multibyte characters, r=dveditz 2000-08-16 01:34:58 +00:00
valeski%netscape.com
b3c9e13645 48884, r=morse. removing extraneous io service and newuri usage. 2000-08-14 23:00:13 +00:00
morse%netscape.com
a10ad39de7 stage 1 for bug 42438, adding wallet functions to edit menu, r=dbragg 2000-08-13 20:50:23 +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
dougt%netscape.com
a515198342 modified buffer while commiting.
fixing bustage.
2000-08-09 21:15:09 +00:00
dougt%netscape.com
cd7fa8cdd5 Name Changes from GetPrompt to GetPrompter (47889) 2000-08-09 21:13:54 +00:00
morse%netscape.com
e4a1d4dec7 bug 48076, remove commonDialogs from wallet module, r=dougt 2000-08-09 03:27:32 +00:00
saari%netscape.com
4c09a29ac5 massive landing of joki changes.
Relevant nsbeta3+ bugs 43309, 44503, 2634, 2504,5981, 24698, 25758, 33577,
36062, 36217, 41191, 41491, 42356, 42829, 43016
r=saari (joki code). also been tested by heikki and bryner
2000-08-08 21:31:05 +00:00
ben%netscape.com
7a585f9d79 clean up signon viewer dialog code for polish, r=hyatt 2000-08-06 07:18:10 +00:00
ben%netscape.com
7b585c66a6 simplify Cookie Viewer code for polish, r=hyatt 2000-08-06 07:04:11 +00:00
morse%netscape.com
47cdae449d bug 47532, incorrect display in signon viewer, r=pnunn 2000-08-05 19:32:53 +00:00
morse%netscape.com
8ad74fbb50 bug 45219, submitted by Robert O'Callahan, r=morse 2000-08-05 01:57:43 +00:00
morse%netscape.com
1c0d51d21e bug 44514, speed up loading of wallet tables, r=dbragg 2000-08-03 23:19:32 +00:00
warren%netscape.com
da15eda254 Getting jar files in shape. Mostly works on unix, status bar missing (not in build yet). 2000-08-02 06:48:45 +00:00
danm%netscape.com
ef90ff45c3 adding missing initialization of nsBrowserInstance object. bug 46979 2000-08-02 00:55:49 +00:00
morse%netscape.com
92f9c48ba7 fix bug 46947, localization of strings in wallet interview form, r=dp 2000-07-30 20:07:43 +00:00
morse%netscape.com
48d204004b fix bug 46699, crash on many sites, r=jar, a=jar 2000-07-30 19:48:21 +00:00
morse%netscape.com
ebe07c1f4e minor wording change 2000-07-30 17:16:42 +00:00
morse%netscape.com
a27c7def5b fix bug 46464, split signon viewer into two separate viewers, r=ben 2000-07-30 04:25:54 +00:00
morse%netscape.com
0391c6e8a2 bug 46883, move wallet interview form from server to client, r=pnunn 2000-07-29 20:50:30 +00:00
morse%netscape.com
da119e58a3 this is not part of build yet 2000-07-29 20:46:24 +00:00
morse%netscape.com
eb4a389461 this is not part of build yet 2000-07-29 20:45:44 +00:00
morse%netscape.com
8a6964c7a0 interview form for wallet, not part of build yet 2000-07-29 18:51:30 +00:00
morse%netscape.com
8a488f2e6a fix bug 46906, minor typo in dialog, submitted by wallet.properties 2000-07-29 03:28:31 +00:00
morse%netscape.com
b2cf7ecc13 bug 45455, deleting blank username causes wrong user to be deleted, r=jrgm 2000-07-28 00:28:43 +00:00
morse%netscape.com
76efee7a65 bug 45454, blank username is not selectable, r=jrgm 2000-07-28 00:26:17 +00:00
morse%netscape.com
ef7835b9cc part of fix for bug 45981, blue-box dialog not appearing when needed, r=pinkerton 2000-07-27 03:07:19 +00:00
morse%netscape.com
ae56ad017a change html checkbox to xul checkbox, r=hyatt 2000-07-27 00:16:31 +00:00
morse%netscape.com
51bc367ae4 fix bug 42440, change url for wallet tables to be on netcenter 2000-07-26 01:20:50 +00:00
morse%netscape.com
90207e0395 bug 45981, no blue-box dialog for browser-generated login forms, r=dveditz 2000-07-24 21:16:18 +00:00
morse%netscape.com
4cb24c2203 bug 44146, parent window for modal dialogs, r=dveditz 2000-07-19 21:10:03 +00:00
morse%netscape.com
829d1479e2 minor wording change to hide the fact that mozilla and ns tree are improperly shadowed 2000-07-18 06:01:10 +00:00
morse%netscape.com
9f2ec357d2 fix bug 44146, parent window for dialogs, r=dveditz 2000-07-18 02:03:57 +00:00
morse%netscape.com
6bc1be25b2 bug 44146, get parent window for modal dialogs 2000-07-17 01:37:15 +00:00
morse%netscape.com
93a77579a2 partial fix for 44514 -- slow on first form submission, r=dveditz 2000-07-14 01:58:18 +00:00
tao%netscape.com
5480ed0649 39790 : [L12y] Move all localizable prefs into chrome:// .r=morse 2000-07-13 23:51:35 +00:00
morse%netscape.com
44d829c74a sidestep bug 43200, coded by jrgm, r=morse&hyatt 2000-07-13 21:54:37 +00:00
morse%netscape.com
0ecffed2f7 bug 44146, improperly parented modal dialogs, r=danm 2000-07-12 02:29:53 +00:00
morse%netscape.com
3dbd4c88b9 fix bug 44683, real minor wording change, submitted by blaker1234, r=morse 2000-07-06 21:39:25 +00:00
warren%netscape.com
c5667c3305 Bug 43858. Fix to make wallet dlls be optional. 2000-07-06 00:45:00 +00:00
morse%netscape.com
d39a733631 fix bug 42550, unable to delete single-signon database, r=dveditz 2000-07-01 00:43:42 +00:00
cls%seawood.org
1f3b6d75ab Removed obsolete REQUIRES variable from every Makefile.in/makefile.win 2000-06-30 08:08:04 +00:00
danm%netscape.com
a6ceda426f get window for dialog parent from channel before defaulting to HiddenWindow in OnEndDocumentLoad. Fixes behaviour of the 'select a user' modal dialog. bugs 25684,44149. r=morse@netscape.com 2000-06-30 01:13:37 +00:00
morse%netscape.com
e722d47c13 partial fix for bug 43738, r=dveditz 2000-06-30 00:05:03 +00:00
morse%netscape.com
799e635cd8 update wallet tables, not part of build 2000-06-29 22:30:40 +00:00
morse%netscape.com
77e939d1b9 fix bug 43235, wallet editor clipped on right side, r=ben 2000-06-29 01:20:45 +00:00
morse%netscape.com
0aae655ffe fix bug 44045, master password was needed when deleting database, r=dveditz 2000-06-29 00:05:41 +00:00
morse%netscape.com
5524653464 fix bug 43886, single signon no longer works, r=jefft 2000-06-27 21:13:50 +00:00
morse%netscape.com
735e441465 update wallet tables, not part of build 2000-06-24 04:34:18 +00:00
morse%netscape.com
9ac5f05598 bug 42774, fix typo 2000-06-24 03:09:11 +00:00
morse%netscape.com
390d7dd0e9 bug 43451, crash bringing up image viewer 2000-06-22 22:50:19 +00:00
morse%netscape.com
fc00f5173a bug 42774, changed security wording, coded=verah, r=morse 2000-06-22 22:17:48 +00:00
morse%netscape.com
cac6549505 bug 43452, can't get to cookie viewer from prefs panel, r=dveditz 2000-06-22 22:16:55 +00:00
morse%netscape.com
8e77f9995a bug 43201, columns not aligned, r=hyatt 2000-06-22 22:15:38 +00:00
morse%netscape.com
0e649ed54b remove <div>, change suggested by hyatt, r=morse 2000-06-22 14:17:01 +00:00
morse%netscape.com
a2e804678c fix bugs 42298 and 42299, wallet broken on mac, r=rjc 2000-06-22 06:47:34 +00:00
morse%netscape.com
e747a453cf update wallet tables, not part of build 2000-06-22 06:31:58 +00:00
morse%netscape.com
69467a0aa1 fix bugs 43235,43241,42415, polish wallet editor, r=dbragg 2000-06-21 19:34:55 +00:00
hyatt%netscape.com
5153c01a6f 30511. evaughan 2000-06-20 01:04:20 +00:00
morse%netscape.com
b4a13cb700 update wallet tables, not part of build 2000-06-20 00:50:15 +00:00
morse%netscape.com
1146192d49 update wallet tables, not part of build 2000-06-19 00:24:12 +00:00
morse%netscape.com
2165d682f2 update wallet tables, does not affect build 2000-06-17 16:00:20 +00:00
warren%netscape.com
1927d0a1ce Bug 41390. js prompt() contains remember this value checkbox. r=morse 2000-06-17 01:57:36 +00:00
thayes%netscape.com
f22460b5a7 Bug 26085 - use real version of encryption code for storing wallet data.
r=morse
2000-06-16 23:20:01 +00:00
morse%netscape.com
73809862c4 fix bug 42844, wallet table change 2000-06-16 22:56:07 +00:00
morse%netscape.com
30c50b79f6 bugs 41390 and 41419, wallet editor fixes 2000-06-16 12:57:32 +00:00
morse%netscape.com
83ede706bd bugs 42475, 42550, and 42436 r=dveditz 2000-06-16 12:44:04 +00:00
rbs%maths.uq.edu.au
26742e611c Change invalid REC-html40 to correct XHTML namespace. b:7834. a:ekrock@netscape.com 2000-06-15 09:54:41 +00:00
morse%netscape.com
d462368720 update wallet tables, not part of build 2000-06-14 12:32:37 +00:00
sfraser%netscape.com
9fda03b024 Fix the windows build. Suckage; I needed to repace nsAutoString with nsString in the overloaded function. 2000-06-14 05:05:32 +00:00
sfraser%netscape.com
09a592f98d Back out some of my changes for string cleanup which broke form autofill (the overloaded wallet_ReadFromList methods are back, with their unfathomable index modifications), and putting in some nsCOMPtr goodness. r=scc. 2000-06-14 04:32:37 +00:00
morse%netscape.com
e659c66b67 update wallet tables, not part of build 2000-06-13 14:43:15 +00:00
sfraser%netscape.com
4ef0a7e4c8 Fix build bustage - some compilers don't like the new Substring(). r=scc 2000-06-13 00:35:47 +00:00
sfraser%netscape.com
5ae616a657 Fix for 42277 -- submitting forms very slow. Chunk string usage in wallet code to avoid excessive allocation now that nsString does not chunk itself. Also cleaned up wallet code to avoid passing nsStrings and ns<foo>Steams around by value. a,r=scc 2000-06-12 23:32:20 +00:00
bienvenu%netscape.com
6b30a5ce4b fix singsign startup assertion in string class, r=morse 2000-06-11 16:28:53 +00:00
morse%netscape.com
3dbe5eaea8 update wallet tables, not part of build 2000-06-10 23:35:51 +00:00
morse%netscape.com
93b663f94c update wallet tables, not part of build 2000-06-10 05:23:57 +00:00
morse%netscape.com
18ba5dbc5a update wallet tables, not part of build 2000-06-09 20:47:32 +00:00
morse%netscape.com
19be7933a9 bug 41843, single signon not working on key sites, r=sspitzer 2000-06-08 23:48:02 +00:00
andreas.otte%primus-online.de
4cf9ec5cfc fix bug 41702 [Double caching when fetching wallet tables], r,a=morse@netscape.com a=waterson@mozilla.org 2000-06-08 21:35:03 +00:00
morse%netscape.com
1e4e128ca3 fixes for bugs 33542 and 41567, abandon res directory r=dveditz 2000-06-07 05:10:52 +00:00
sspitzer%netscape.com
1700b66a8a fix for #41063. remove si_StrippedURL(). the single sign on code no longer
strips the passworld realm you give it.  it assumes the caller does the right thing
to create the proper password realm.  r=warren,a=putterman.
2000-06-06 04:38:49 +00:00
morse%netscape.com
acda1a1332 forgot to delete a file 2000-06-06 03:43:03 +00:00
morse%netscape.com
48d25f5bbf fix bug 41452 2000-06-04 15:34:09 +00:00
morse%netscape.com
c3c480aca7 bug 41451, fix dialog width 2000-06-04 14:39:31 +00:00
morse%netscape.com
3442ae1312 fix bug 41366, regression caused when global change was made of all string assignment statements 2000-06-03 18:39:50 +00:00
warren%netscape.com
512c8bf433 Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
morse%netscape.com
77f178c430 add extra checking to avoid potential crashes, r=thayes 2000-06-03 02:28:03 +00:00
valeski%netscape.com
ca77e9420a 41110. eradicating nsIWebshellWindow usage. These are extraneous usages. 2000-06-01 14:29:43 +00:00
morse%netscape.com
69eb2844b7 doing the right thing to fix bug 40978, r=ben 2000-05-31 03:27:56 +00:00
morse%netscape.com
9c3d747280 undo thayes' changes for 1.218 -- PSM is not yet ready for prime time and was causing all sorts of problems -- see bug 41024 2000-05-31 00:57:47 +00:00
brade%netscape.com
06f9bf35b2 remove unnecessary ifdefs a=morse,brendan 2000-05-30 14:40:09 +00:00
thayes%netscape.com
6221944e21 Cut over to PSM based secure storage component. 2000-05-26 22:37:13 +00:00
tor%cs.brown.edu
940a3e95b3 SUNWspro5.0 bustage fix - include the appropriate header instead
of duplicating the typedef (40651).  r=morse  a=brendan,waterson
2000-05-26 07:06:56 +00:00
morse%netscape.com
5e9a7022ab bug 39653, describe obscure/encrypt choice better to reduce our liability, r=dp 2000-05-24 23:22:15 +00:00
morse%netscape.com
30057f54f6 fix bug 39607, crash when multiple logins saved for same site, r=dveditz 2000-05-18 21:54:38 +00:00
morse%netscape.com
27972a8306 fix bug 33542, wallet functions don't work on first usage of browser, r=neeti 2000-05-18 21:52:58 +00:00
sfraser%netscape.com
a0894da4cd Remove NetworkModular.shlb from the optimized target 2000-05-17 09:45:32 +00:00
warren%netscape.com
5f6b57ef08 Bug 39416. Made ftp work with single sign-on for more than one user/host. 2000-05-17 07:12:40 +00:00
morse%netscape.com
3ebbd36744 use false sdr so we get the dialogs 2000-05-17 07:07:59 +00:00
mkaply%us.ibm.com
89121372f5 # 37239
a= chofmann
OS/2 bringup continues - PR_CALLBACKs for Visual Age Build
2000-05-17 04:43:11 +00:00
morse%netscape.com
2667e295ed make tree be an integral number of lines 2000-05-17 04:10:40 +00:00
morse%netscape.com
fe1d8ff635 refine change-password to work with a dummy nsSDR.cpp 2000-05-17 02:46:52 +00:00
morse%netscape.com
dc0d07c5cb somebody changed the component name for wallet but didn't fix the reference to it in this file 2000-05-17 01:37:13 +00:00
morse%netscape.com
9e22bc8868 don't return error if decrypting a zero-length string 2000-05-16 15:00:35 +00:00
warren%netscape.com
618d468469 Changes to unify nsINetPrompt with nsIPrompt, making single sign-on work. Single sign-on API changes. Fixes bugs 34583, 34720, 34725, 24746, 33094. r=sspitzer,morse 2000-05-16 05:35:23 +00:00
morse%netscape.com
31c7f1f155 fix clipping problem of OK/Cancel buttons 2000-05-15 19:00:05 +00:00
morse%netscape.com
2665ed30c0 fix mac bustage 2000-05-14 07:45:30 +00:00
morse%netscape.com
d1f00ebbca use straightforward base64 encoding for obscuring 2000-05-14 07:11:56 +00:00
danm%netscape.com
c0ae0cbbf6 top-level chrome dirs are now packages,locales,skins 2000-05-13 21:29:08 +00:00
morse%netscape.com
a9405f9f7b improve the UI for selecting between encrypting and obscurring 2000-05-13 18:07:57 +00:00
morse%netscape.com
008dcda068 remove local event queue when fetching tables from server 2000-05-13 06:09:39 +00:00
scc%netscape.com
c20a6b7eb6 string fixes. r=mjudge 2000-05-12 07:55:52 +00:00
morse%netscape.com
db09ed5bdd download server tables completely asynchronously 2000-05-12 04:01:12 +00:00
morse%netscape.com
5696d551de fix typo 2000-05-11 20:20:08 +00:00
thayes%netscape.com
caef913351 Land SDR changes from SDR_BRANCH.
Enable calls to new interface functions in wallet.
2000-05-11 18:59:25 +00:00
sspitzer%netscape.com
9e932a3b4a really fix the mac this time. 2000-05-11 09:04:16 +00:00
sspitzer%netscape.com
b06330c39e the wallet skin stuff has moved. 2000-05-11 07:19:18 +00:00
morse%netscape.com
8514464d81 Put change-password and logout back in the UI, add diagnostic print to track down bugs 28466 and 33542 2000-05-11 02:21:45 +00:00
morse%netscape.com
8e7e33f47f minor wording change 2000-05-11 02:19:17 +00:00
morse%netscape.com
61b58bd513 prepare for having change-password and logout commands in the UI again 2000-05-10 22:24:05 +00:00
morse%netscape.com
e6e14ae6a1 bug 38709, preview editor can hang browser 2000-05-10 08:54:48 +00:00
morse%netscape.com
8b35b4a72d bug 36116, compute multiple values when concatenation rules are used 2000-05-09 13:31:18 +00:00
morse%netscape.com
dcafe386d3 give message if data conversion is not possible 2000-05-09 08:22:07 +00:00
morse%netscape.com
7eb057981e improve obscuring algorithm 2000-05-08 23:09:31 +00:00
morse%netscape.com
1efefd23d3 allow conversion of database between encrypted and obscurred 2000-05-08 06:32:46 +00:00
morse%netscape.com
f0efd49859 allow for storing both encrypted and obscurred values 2000-05-07 22:53:43 +00:00
morse%netscape.com
46af782091 allow for storing both encrypted and obscurred values 2000-05-07 22:47:35 +00:00
morse%netscape.com
320e46ba60 autocapturing of submitted forms was not working 2000-05-06 19:22:13 +00:00
morse%netscape.com
bd98f4f49d clean up some wording 2000-05-06 19:21:06 +00:00
morse%netscape.com
c53454967d avoid prompting for master password too soon 2000-05-06 17:11:01 +00:00
warren%netscape.com
41c657d98e Removed unnecessary dependance on NetworkModular library (really just the Timer library now). 2000-05-06 09:20:44 +00:00
morse%netscape.com
0cf10b0a8f bug 36833, treehead should appear different from treechildren 2000-05-05 00:59:13 +00:00
morse%netscape.com
20ab604608 fix an encryption error 2000-05-05 00:57:56 +00:00
morse%netscape.com
0a0cb128d0 bug 37742 accomodate ever-changing xul specs 2000-05-04 03:32:15 +00:00
sfraser%netscape.com
edcbc63acc Fix document leak. 2000-05-03 23:41:48 +00:00
cls%seawood.org
04417332fe OS/2 Makefile.in tweaks. Batch 10 & 11. Bug #34106 2000-05-02 01:18:46 +00:00
morse%netscape.com
c03d05b225 bug 37534, give feedback on capture-data command 2000-04-28 23:39:14 +00:00
morse%netscape.com
da5d147c0b rest of fix for bug 37122, fix up xul 2000-04-28 23:09:23 +00:00
morse%netscape.com
f1e01ce72b rest of fix for bug 37127, fix up xul 2000-04-28 23:06:52 +00:00
morse%netscape.com
3ca6197478 bug 37127, partial fix of xul for wallet editor 2000-04-28 14:07:07 +00:00
morse%netscape.com
71c415a810 remove erroneous line 2000-04-28 14:05:38 +00:00
morse%netscape.com
d39937f209 bug 37122, partial fix of xul for cookieviewer 2000-04-28 14:05:06 +00:00
morse%netscape.com
385f659612 bug 37120, fix up xul for signonviewer 2000-04-28 14:04:12 +00:00
morse%netscape.com
ad44cd875e bug 36114, wrong title on wallet previewer 2000-04-28 14:03:13 +00:00
scc%netscape.com
aebca1a085 making string conversions explicit 2000-04-27 20:08:45 +00:00
morse%netscape.com
11b027f90f restore psm again but this time controlled by a pref 2000-04-26 23:41:35 +00:00
mjudge%netscape.com
2cfb602409 making string conversions explicit. scc 2000-04-26 01:13:55 +00:00
leaf%mozilla.org
609eff55b8 backing out changes that keep mozilla mailnews from working without psm. 2000-04-25 22:47:44 +00:00
jst%netscape.com
3aafeb0978 Fixing a wallet crasher. a=leaf 2000-04-25 22:01:31 +00:00
morse%netscape.com
f32c94daa5 use thayes encryption routines 2000-04-25 01:48:35 +00:00
morse%netscape.com
cdb0ebc76e use thayes encryption routijnes 2000-04-25 01:41:23 +00:00
pollmann%netscape.com
bb2c0ba6dd Bug 36830: Revert a small part of the fix for bug 33203 that was breaking observer notification. 2000-04-23 23:54:29 +00:00
cls%seawood.org
8754202470 General cleanup of the shared library rules.
Quick fix for bug #36844.
Since people kept forgetting to wrap SHARED_LIBRARY_LIBS inside MKSHLIB_FORCE_ALL & MKSHLIB_UNFORCE_ALL pairs, we now handle it in rules.mk.  Same goes for making $(SHARED_LIBRARY) dependent upon $(SHARED_LIBRARY_LIBS).
2000-04-23 17:48:04 +00:00
pollmann%netscape.com
9b52ac7328 Bug 33203: Form submit observer changes for psm-glue; r=dougt 2000-04-22 03:29:50 +00:00
hyatt%netscape.com
ed7eedafdf Beginning the process of massaging the CSS and XUL to conform to the new
directory org.
2000-04-21 09:40:38 +00:00
danm%netscape.com
d0d8c4d5c3 dist...chrome restructuring 2000-04-19 21:42:30 +00:00
mccabe%netscape.com
4fe0d544d0 Add trailing newline. 2000-04-15 19:38:05 +00:00
scc%netscape.com
94125ee831 making string conversions explicit 2000-04-15 09:54:17 +00:00
morse%netscape.com
a789ac0443 fix bug 35372, appropriate title when used as image manager 2000-04-12 06:35:26 +00:00