nisheeth%netscape.com
f6f3439554
r=harishd.
...
- The stack walking code now works on windows. We were initializing the symbol handler on each DLL load which was resetting its symbol tables. Now, we don't re-init the symbol handler repeatedly.
- Added support for an environment variable, XPCOM_REFCNT_LOG_ENABLE_VIA_PREF. When this is set to 1, refcount logging is done based on whether the "Enable XPCOM refcount log" pref in the Debug pane is set. If this is not set, refcount logging is not affected by the pref.
1999-11-19 03:50:28 +00:00
evaughan%netscape.com
71ed07b1f0
1) Changed box to use a linked list instead of a fixed array. -r Hyatt
...
2) Cleaned up some of the preference panels. -r Matt
1999-11-18 21:05:43 +00:00
sspitzer%netscape.com
7a51fa5b71
ok, really fixed this time. forgot the "== 0" in the macro. dummy.
1999-11-18 01:14:05 +00:00
sspitzer%netscape.com
b318bf6fc1
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
65790643ab
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
4471ddf809
Added NS_NewGenericModule. Made NS_IMPL_NSGETFACTORY use it to save space. r=dp,alecf
1999-11-12 09:07:26 +00:00
fergus%netscape.com
96661a5c57
Updated/added Localization Notes.
r: chjung & rchen
1999-11-12 01:53:54 +00:00
mcafee%netscape.com
eb9b44ac8c
Missing type field for check_doc_requency pref (17903) r=jfrancis
1999-11-11 05:27:29 +00:00
matt%netscape.com
5ddce75484
fixing for bug 16221
...
changing port from string to int
1999-11-09 23:02:51 +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
matt%netscape.com
1608fffed6
fix for bug 18042 by adding close window tag r=mcafee
1999-11-05 00:34:48 +00:00
mcafee%netscape.com
7d75e91f71
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
mcafee%netscape.com
3e939a2716
ftp & http proxy settings got reversed in the UI (15165). r=slamm, a=chofmann.
1999-11-03 23:53:15 +00:00
mcafee%netscape.com
617eb7f2eb
We were using the wrong pref to enable JS (14660). r=slamm, a=chofmann
1999-11-03 23:10:47 +00:00
cls%seawood.org
14ef08310e
Removed unused NECKO ifdefs.
...
a=leaf
1999-11-02 23:34:03 +00:00
matt%netscape.com
ff34090728
fix for bug 14634 r-bill
1999-11-02 20:51:29 +00:00
matt%netscape.com
f6d9542b2a
fix for bug 6830 and 14634 r-bill
1999-11-02 20:49:49 +00:00
mcafee%netscape.com
5fe932293e
Adding pavlov to modeless pref dialog patch, improved some assertion comments. r=pavlov
1999-11-02 02:43:04 +00:00
waterson%netscape.com
65a934fb10
Add 'miscellaneous' debug prefs to house 'disable XUL cache' pref UI.
1999-11-02 01:14:50 +00:00
alecf%netscape.com
13eaac5db2
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
b4b974857d
add class="dialog" to all pref window dialogs
...
enable languages pane and fix XUL
disable smart_browsing pane (because it was crashing)
1999-10-30 05:44:23 +00:00
hangas%netscape.com
7edcee28aa
Fixed OK/Cancel button appearance by using globalOverlay.xul r=mscott
1999-10-30 00:14:52 +00:00
rchen%netscape.com
d2f8166db4
Add Localization notes
1999-10-29 21:27:41 +00:00
alecf%netscape.com
14d43cc956
fix a broken class= r=sspitzer
1999-10-29 21:11:06 +00:00
alecf%netscape.com
cd3057ed47
add class="dialog push" to all pref windows r=sspitzer
1999-10-29 21:01:41 +00:00
matt%netscape.com
403851ace5
fix for bug 15169 r-morse
1999-10-27 22:33:35 +00:00
matt%netscape.com
0d16ff24a9
17218 r-mcafee
1999-10-27 22:31:58 +00:00
pavlov%netscape.com
6335c82daa
rename PrefsWindow.xul so that it can be better friends with the chrome registry r=hyatt
1999-10-24 07:16:45 +00:00
sspitzer%netscape.com
bccd5a981a
remove pref-select.html, it is obsolete.
1999-10-23 01:29:09 +00:00
sspitzer%netscape.com
1329bd2967
remove PrefsWindow.html, it is obsolete.
1999-10-23 01:26:07 +00:00
alecf%netscape.com
2c0bea66d3
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
1db2d0140b
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
matt%netscape.com
2c7bdb5f08
Adding manual proxies -r by bill
1999-10-21 19:53:19 +00:00
dougt%netscape.com
e4811125ee
Fix for bug 14784. Moved pref item up. r=cathleen.
1999-10-19 01:01:51 +00:00
mcafee%netscape.com
f2e42af906
Backing out quotes change for (14663), r=matt
1999-10-14 01:38:22 +00:00
mcafee%netscape.com
f3157b5474
Adding debug Pref UI for evaughan's gfx scrollbars. r=waterson
1999-10-12 05:40:15 +00:00
waterson%netscape.com
ab20f5e245
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
tao%netscape.com
3fedc0502b
Move da-DK files to l10n/lang; r=leaf
1999-10-08 01:06:56 +00:00
tao%netscape.com
567a311790
Move localized resource files to mozilla/l10n/lang.
1999-10-07 23:59:32 +00:00
danm%netscape.com
0976db0c72
killing general table and td rules since these are global to the entire app, and table display:block in particular will break all tables. want to remove other rules, too, but stopped with the delightfully self-contradictory #righttext, which isn't used. r:hyatt
1999-10-07 23:10:41 +00:00
mcafee%netscape.com
1e07ed25a7
Adding option for modeless pref dialog, ifdef'd off by default. r=akkana
1999-10-06 23:54:47 +00:00
mcafee%netscape.com
0f5e162462
Removing unnecessary label rule that was making prefs look like crap. Thanks to pavlov for this fix. r=pavlov,myself
1999-10-06 07:45:05 +00:00
mcafee%netscape.com
cbb9b2c682
removing redundant xul: tags, minor whitespace stuff. r=slamm
1999-10-05 23:44:41 +00:00
mcafee%netscape.com
c6e5b0baa6
xul: is redundant in xul files. r=slamm
1999-10-05 23:40:07 +00:00
beard%netscape.com
b547c2ffb0
changed from directly using "MSL DropInRuntime.Lib" to using "NSComponentStartup.o" to enable GC leak detector. r=smfr
1999-10-03 20:46:23 +00:00
mcafee%netscape.com
baf31d9d08
Better variable names for readability.
1999-10-03 08:13:41 +00:00
mcafee%netscape.com
b1aa53da81
Adding text to debug pref UI documenting how the debugPaintFlashing pref works with the caps-lock key. r=braddr@portland.puremagic.com
1999-10-03 06:56:43 +00:00
norris%netscape.com
3c14af2f14
Fix the following bugs:
...
14443 "Same origin" security policy may be circumvented using docu
14820 Fixing up the relationship between nsCodeBasePrincipal and n
14919 Crash in JS MM code
Reviewed by mstoltz, approved by scc.
1999-10-02 03:41:37 +00:00
hyatt%netscape.com
9e75934ef0
Splitting xul.css into two files and making them load automatically at startup. R=danm@netscape.com
1999-10-01 20:49:07 +00:00
dougt%netscape.com
91934e43cb
adjusting pref names to match what we are exporting.
1999-09-27 19:58:06 +00:00