mcafee%netscape.com
011025baf2
Adding pref for modeless pref window, still modal by default (21698)
1999-12-28 06:09:18 +00:00
sspitzer%netscape.com
dc6f96ac32
rest of fix for #15845 , #15843 , and #15861 . for check boxes, see if
...
"reversed" attribute is true. if so, reverse the value.
1999-12-24 09:57:49 +00:00
brade%netscape.com
6e7d5f92b5
handle color preferences; optimize memory usage/fix memory leaks
1999-12-20 16:01:51 +00:00
tbogard%aol.net
eb96099e6d
1.) WebShell no longer implements nsIScriptContextOwner.
...
2.) WebShell now implements the new nsIScriptGlobalObjectOwner.
3.) WebShell supports GetInterface to nsIScriptGlobalObject.
4.) Documents no longer carry around a reference to nsIScriptContextOwner. Instead they hold on to a nsIScriptGlobalObject. nsIDocument::GetScriptContextOwner has now become nsIDocument::GetScriptGlobalObject(). Same change to the set methods.
1999-12-03 09:24:22 +00:00
sspitzer%netscape.com
c9d61e76cb
fix pref xul and window size to look nicer. now the pref window is bigger and now the size is set in pref.xul. fixes #20244 among other bugs
1999-12-02 22:34:19 +00:00
sspitzer%netscape.com
4f43d6922e
ok, really fixed this time. forgot the "== 0" in the macro. dummy.
1999-11-18 01:14:05 +00:00
sspitzer%netscape.com
3abbebd8e8
fix for #19068 , prefs not loading values, or saving changes.
...
the problem was the pref window architecture walks the dom looking for input widgets
of type "radio" or "text" and not "RADIO", "Radio", etc or "TEXT", "Text", etc. (the widget type changed recently from lowercase to uppercase.
now we do a case insensitive string compare and it all works fine.
a=leaf
r=mscott
1999-11-18 00:59:21 +00:00
tbogard%aol.net
3caae87616
Changed calls to nsIWebShell::GetRootWebShellEvenIfChrome() and further QI's to use the new nsIWebShell::GetTopLevelWindow().
1999-11-16 20:05:21 +00:00
warren%netscape.com
7f04320416
Added NS_NewGenericModule. Made NS_IMPL_NSGETFACTORY use it to save space. r=dp,alecf
1999-11-12 09:07:26 +00:00
dmose%mozilla.org
142ac52eaf
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
mcafee%netscape.com
75527a38a5
Fixing JS error when loading prefs; skipping assertion in nsPrefWindow::ChangePanel() that is not needed for prefs to function, left a comment there so we can fix that later. (14663) a=matt, r=chofmann.
1999-11-04 22:39:21 +00:00
cls%seawood.org
bee74e223b
Removed unused NECKO ifdefs.
...
a=leaf
1999-11-02 23:34:03 +00:00
mcafee%netscape.com
93c5a6cb8c
Adding pavlov to modeless pref dialog patch, improved some assertion comments. r=pavlov
1999-11-02 02:43:04 +00:00
alecf%netscape.com
649ac66265
cleanup NS_IMPL_MODULE and friends
...
- define new nsModuleComponentInfo and use it instead of components_t
- use size_t instead of unsigned int
- add some docs
- allow user to define own module name
1999-11-02 01:12:32 +00:00
alecf%netscape.com
667cd007ac
convert nsPrefWindow to a module
...
prefwindow was doing it's own singleton management, so changed it to use getService()
1999-10-22 21:05:31 +00:00
sspitzer%netscape.com
1df3f9eb17
make the PrefWindow work for html select dom elements, instead of just html input dom elements.
...
right now, it only works for int prefs. fix #15230 , heed and reflect the quoted style and quoted size prefs
in the html select widget in pref-mailnews.xul.
rewrite the html select elements in the pref xul, to work correctly.
remove unused, commented out xul to avoid confusion.
add new option for "yesterday" for the news offline download pref.
use nsCOMPtr. use PR_snprintf() to avoid potential buffer overruns.
use #defines to clean up the code. use PR_sscanf instead of sscanf.
r=mscott
1999-10-22 02:09:18 +00:00
waterson%netscape.com
8241422540
Bug 16105. (Bugsplat 366256.) Ensure that nsISupports::Release() calls dtor only once by 'stabilizing' refcnt to a non-zero value before invoking the dtor. See also news://news.mozilla.org/37FD0F3C.3078AE5C%40netscape.com. r=scc,fur
1999-10-12 02:10:08 +00:00
mcafee%netscape.com
ca34e454c3
Adding option for modeless pref dialog, ifdef'd off by default. r=akkana
1999-10-06 23:54:47 +00:00
alecf%netscape.com
b7c78caa0f
fix for prefwindow not being initialized if it's brought up at the wrong time.
...
thanks to Wen.Gong@eng.sun.com
1999-09-10 23:59:05 +00:00
briano%netscape.com
202e970483
Removed the obsolete non-NECKO leftovers.
1999-09-09 00:21:43 +00:00
cyeh%netscape.com
34cd2ddae1
Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people.
1999-09-01 01:13:14 +00:00
ramiro%netscape.com
7ee0e69965
Cleanup zlib cruft.
1999-08-25 14:39:53 +00:00
brendan%mozilla.org
defeffaabd
Massive spankage to capitalize C++ method and attribute name bindings, per
...
Architecture Item 6.3 (news://news.mozilla.org/37BA89CF.3823D6F9%40meer.net).
1999-08-25 05:26:25 +00:00
mccabe%netscape.com
ed5a2f8522
Move uses xpfe/components interfaces to using NS_DECL_NSIFOO macro. Several interfaces in xpfe/components declared their own NS_DECL_IFOO macros; I moved those to generated NS_DECL_NSIFOO and will remove the definitions in a subsequent checkin to prevent any risk of mid-checkin skew.
1999-08-23 01:07:33 +00:00
ramiro%netscape.com
2c19866af3
cleanup linking of libmozreg.
1999-08-21 15:41:53 +00:00
jband%netscape.com
d010c9a713
check member for null before using it in dtor
1999-08-10 05:23:03 +00:00
danm%netscape.com
e30f7e7efb
stop neglecting to specify an URL to open in the prefs window. fixes bug 10589.
1999-07-30 23:42:43 +00:00
mscott%netscape.com
c790980c6e
fix build breakage....include config.mak
1999-07-29 03:56:54 +00:00
briano%netscape.com
007ea62765
Cleaned it up and changed the name of libreg.{a,so} to libmozreg.{a,so} to fix the conflict reported in bug 8568.
1999-07-27 23:27:44 +00:00
danm%netscape.com
25c2d9c6ad
hooking up window OS border control from JS/C++
1999-07-27 06:34:25 +00:00
rickg%netscape.com
418cac6b88
replaced call to deprecated nsString API
1999-07-26 01:01:10 +00:00
sspitzer%netscape.com
1524cb704a
fix warnings
1999-07-01 08:07:54 +00:00
gagan%netscape.com
dc1680b25c
Necko changes (from Andreas)
1999-06-29 00:26:25 +00:00
sfraser%netscape.com
b9b887fa93
Change prefs window registration printf.
1999-06-28 21:55:29 +00:00
briano%netscape.com
31b0f03f1f
Fix for OpenBSD.
1999-06-28 20:19:58 +00:00
warren%netscape.com
fbc735f510
Last of the necko ifdefs. Now we link with necko.
1999-06-28 10:35:57 +00:00
danm%netscape.com
582ad47b3f
teach RunModalDialog to use extant windows; use one in NetSupportDialog (fixes bug 7858). remove AppShellService interface references
1999-06-24 03:29:22 +00:00
warren%netscape.com
1f76168d21
Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too.
1999-06-23 03:29:44 +00:00
mcmullen%netscape.com
db81350779
Use nsIFileSpecWithUI instead of nsIFileSpec.
1999-06-22 03:51:32 +00:00
valeski%netscape.com
e23b3c673c
NECKO ifdef (ifdef'd _off_ by default) this checkin should not impact anything. checkin approved. If someone runs into a problem, call me at 303.546.0061.
1999-06-18 17:34:08 +00:00
mcmullen%netscape.com
73b8757be8
Fix for #7902 and #8090
1999-06-17 21:35:59 +00:00
sfraser%netscape.com
a4626a9d71
delete[] -> PR_Free. r bruce
1999-06-16 06:57:53 +00:00
mcmullen%netscape.com
92fc5761ff
Changed API to nsIPref
1999-06-15 05:18:01 +00:00
mcmullen%netscape.com
534a90e613
Removed an unused variable.
1999-06-10 20:32:35 +00:00
mcmullen%netscape.com
b1b51a930d
Converted method names to lowerStartInterCaps, following the JS convention. Combined init() and showWindow to reduce pointless verbosity in javascript usage (since they are always called together). Added a third parameter, an initial panel url, though this is as yet unsupported.
1999-06-10 19:55:08 +00:00
mscott%netscape.com
71e08d3991
Remove references to mailnews header files.
1999-06-10 07:41:35 +00:00
mcmullen%netscape.com
f4431e016a
Bulletproofing.
1999-06-08 23:18:27 +00:00
mcmullen%netscape.com
c1aa35453d
Fixed the module names
1999-06-08 21:28:23 +00:00
mcmullen%netscape.com
0bdb844344
added a cast
1999-06-08 21:23:41 +00:00
mcmullen%netscape.com
0e7b99cdb2
Continuing development (not yet in build)
1999-06-08 20:48:34 +00:00