Граф коммитов

58 Коммитов

Автор SHA1 Сообщение Дата
warren%netscape.com 958ed96edd Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
alecf%netscape.com 67e1074068 whack prefs with a medium sized-stick.
also fix #33668, allow localized prefs to come from stringbundles
2000-05-05 00:22:20 +00:00
mstoltz%netscape.com a4b2043dcb Made prefapi.h private and removed all #includes of it outside of libpref. r=norris 2000-04-15 03:43:09 +00:00
mkaply%us.ibm.com ed07017d1b # 34082
r= alecf@netscape.com
OS/2 Visual Age build - Adding PR_CALLBACK to some functoins for linkage
2000-04-05 02:35:25 +00:00
alecf%netscape.com 5e5a646aa5 trim down nsIPref and begin to cleanup nsIPref
- remove extra calls to nsFileSpec::Exists()
- get rid of PREF_SUPPORT_OLD_PATH_STRINGS
- don't expose nearly so much from the nsIPref interface
r=neeti
2000-03-28 04:50:47 +00:00
alecf%netscape.com cd8e4f0a56 add nsIPrefService, update nsIPrefBranch to add some functions I missed (not part of build) 2000-03-07 01:01:48 +00:00
alecf%netscape.com 62ccb45633 add files for pref revamp
(not part of seamonkey build)
2000-03-04 01:45:51 +00:00
alecf%netscape.com f700b0b4af first time adding nsIPrefListener - not part of build 2000-03-03 20:18:17 +00:00
alecf%netscape.com 6dec98b196 fix for #21425
r=dp
add Get/SetDefaultUnicharPref() to API
2000-01-18 22:02:24 +00:00
mcafee%netscape.com e5241cd7ac ifdef-ing out LI (Location Independence) code that's not being used. There is intent to re-implement this later, hence the ifdef and not code-removal. r=alecf,neeti 2000-01-07 08:29:50 +00:00
sspitzer%netscape.com fdc5e80bdc fix for 15483. return an error when we are about to return the default value for a pref that hasn't been initialized. r=putterman. mail sent to netscape.public.mozilla.xpfe and to various XUL / JS authors who may be affected by this change. 1999-12-09 01:49:19 +00:00
alecf%netscape.com ea924fd611 add new unicode-friendly pref accessors
(prefs will be stored in UTF8)
preparation for #20405, r=nhotta
1999-12-02 01:18:24 +00:00
pinkerton%netscape.com d91059f306 First Checked In. 1999-11-30 00:12:08 +00:00
dp%netscape.com fdc280c002 Adding pref classname 1999-11-20 07:33:09 +00:00
norris%netscape.com 008ce9cc6e * Modify nsIPref to support security policy work.
r=neeti@netscape.com
* Close security holes by tightening prefs.
r=mstoltz@netscape.com
1999-11-12 02:50:18 +00:00
dmose%mozilla.org 8535dda53e updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
alecf%netscape.com b39bcb032d define the PROGID and declare the enums in IDL 1999-09-14 04:09:28 +00:00
briano%netscape.com 70f4c0b6b8 General cleanup. 1999-09-14 02:51:42 +00:00
neeti%netscape.com 636e1b6a30 implemented ResetPrefs feature 1999-08-28 05:19:29 +00:00
vidur%netscape.com be985ad901 Added nsIPref::GetPrefType. 1999-08-27 06:05:04 +00:00
mccabe%netscape.com 779d51d186 First cut at removing manual declaration of interface methods in implementation classes and replacing with xpidl-generated NS_DECL_NSIFOO macro.
Hopefully this'll help turn the copy-n-paste tide towards using this macro.
1999-08-21 08:54:47 +00:00
mccabe%netscape.com d6e7410f31 Changes to the xpidl compiler -
Error if an interface is declared [scriptable], but contains methods that can't be scripted because they refer to native-declared types, unless the method is declared [noscript].

This change is intended to make it easier to determine when an interface is not scriptable, and to make it easier to see what changes need to be made to make it scriptable.

As many of the .idl files in the tree defined [scriptable] interfaces that contained non-scriptable methods, I've sprinkled [noscript] throughout.  As the interfaces weren't scriptable anyway, this shouldn't change their visibility to javascript.
1999-08-10 12:18:01 +00:00
mcmullen%netscape.com 01ec3ce30b Use nsIFileSpec. Also added ReadUserPrefs() method. 1999-06-15 05:17:55 +00:00
mcmullen%netscape.com fa18f4d3d4 Has been idlized 1999-06-11 19:48:21 +00:00
ducarroz%netscape.com 145b94fcac remove nsIPref.h as it know generated and installed by xpidl. 1999-06-03 21:35:41 +00:00
chuang%netscape.com 8945c691be Port PREF_CreateChildList and PREF_NextChild into nsIpref. 1999-06-03 21:25:25 +00:00
sspitzer%netscape.com 3178251492 cast to remove compiler warnings. use PL_strlen() instead of strlen()
rename index to indx to prevent shadow warnings on Linux.
1999-06-03 20:15:38 +00:00
mcmullen%netscape.com 8e15accfb2 Patches for OpenVMS and conversions to nsQuickSort(). Thanks to Colin Blake and James Lewis Nance (resp) 1999-06-03 18:15:53 +00:00
mcmullen%netscape.com 46536156a6 Implemented XP default prefs 1999-06-03 00:34:20 +00:00
mcmullen%netscape.com 991b5ffe80 Removed some "obsolete" functions. 1999-06-03 00:30:21 +00:00
bruce%cybersight.com 26dc0c6bf7 The include guard name changed with the conversion of nsIPref to xpidl. This file needed to be updated for that. Should fix the OSF/1 build. 1999-05-30 18:48:56 +00:00
alecf%netscape.com c864a622ea I forgot to make this interface scriptable 1999-05-28 23:04:19 +00:00
alecf%netscape.com 70f0431202 turn on XPConnect for nsIPref 1999-05-28 22:03:40 +00:00
alecf%netscape.com 4c0c45e2d6 make nsIPref scriptable, and turn on XPIDL compiling on unix
(windows is on the way)
1999-05-28 22:01:07 +00:00
mcmullen%netscape.com 670521ba61 Prefs API changed to use filespecs instead of string paths. Added Get/SetFilePref. Cleaned up the API so that StartUp() does not need to be called. 1999-04-21 22:04:35 +00:00
alecf%netscape.com 22db8bbbc7 oops, forgot to make this function pure virtual, broke mac 1999-04-10 21:15:25 +00:00
alecf%netscape.com 268f5ee78d add ClearUserPref() to the nsIPref interface (needed for mail/news work) 1999-04-10 20:58:50 +00:00
mcmullen%netscape.com dd9f387503 I changed prefapi.h to use prtypes instead of the obsolete XP_ things. 1999-04-02 20:39:17 +00:00
mcmullen%netscape.com 09916aed04 Added tree management methods, and also changed to use the NSPR types instead of obsolete XP_ types. Added some consts. 1999-04-02 20:39:13 +00:00
hshaw%netscape.com a06440fba4 use NS_DEFINE_STATIC_IID_ACCESSOR macro 1999-03-23 21:08:05 +00:00
hshaw%netscape.com 786fe8b357 Replace NS_DECLARE_CID with NS_DEFINE_IID for kIPrefIID and KPrefCID 1999-03-10 20:33:18 +00:00
alecf%netscape.com 49ce78cc83 don't use old XFE icon data-related functions 1999-02-26 18:00:28 +00:00
hshaw%netscape.com 62bf81ce5a Conditionally compile PrefChangedFunc typedef (which temporarily needs to defined in two header files) so DEC compiler is happy 1999-01-28 03:51:22 +00:00
mcmullen%netscape.com 5992480c13 These include fixes of crashing bugs that were in the Nova tree and made since the last merge point (April 98), along with some bug prevention efforts, such as unobfuscating the return types. For example, some JSBools were being simply cast to a return value of "int", reversing their sense (success = JS_TRUE = 1 != 0)! In a world where everybody returns "int", the hidden bug is king. 1999-01-13 02:32:09 +00:00
ramiro%netscape.com 2009b728de Add cvsignore entries for makefiles generated bu autoconf. 1998-12-05 09:07:33 +00:00
cyeh%netscape.com e9d3c67427 Removing static makefiles as a part of the transition to Autoconf. I have taken great
care to only remove makefiles affailiated with building nglayout. I have also verified that
the build at this point in time succesfully builds with autoconf.

If you must recover one of these makefiles, you can use the static tag STATIC_MAKEFILES.
If I removed a makefile that you need, please e-mail cyeh@netscape.com.
1998-11-21 00:34:32 +00:00
leaf%mozilla.org d6c5c4d164 Landing the XPCOM_BRANCH. 1998-11-11 22:29:18 +00:00
cyeh%netscape.com 998b2da5e7 checkin files with conflicts to fix 1998-11-04 18:50:05 +00:00
cyeh%netscape.com 14a7388228 flip #ifdef logic to allow for NSPR1.0 compatibility 1998-10-19 20:17:22 +00:00
cls%seawood.org af63439600 Removed the unused PREF_AlterSplashIcon(). This removes the xfe dependency from libpref. Approved by ramiro@netscape.com. 1998-10-19 08:31:54 +00:00