waterson%netscape.com
586fad3e08
Make prefs skinnable.
...
git-svn-id: svn://10.0.0.236/trunk@55386 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 23:57:46 +00:00
tbogard%aol.net
067920c238
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.
git-svn-id: svn://10.0.0.236/trunk@55175 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-03 09:24:22 +00:00
sspitzer%netscape.com
37115d48b0
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
...
git-svn-id: svn://10.0.0.236/trunk@55099 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-02 22:34:19 +00:00
hyatt%netscape.com
051dde06ae
More stubbed themes UI.
...
git-svn-id: svn://10.0.0.236/trunk@54904 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-01 12:04:14 +00:00
hyatt%netscape.com
43096baf33
Changes to make prefs work with new trees.
...
git-svn-id: svn://10.0.0.236/trunk@54896 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-01 10:55:44 +00:00
hyatt%netscape.com
8ee08d337c
Adding the stubs of a UI for theme switching to prefs.
...
git-svn-id: svn://10.0.0.236/trunk@54749 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-30 11:53:17 +00:00
hangas%netscape.com
47f3cd4d99
Fix for 18018, mail prefs messed up. r=davidm
...
git-svn-id: svn://10.0.0.236/trunk@54601 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-29 21:38:32 +00:00
matt%netscape.com
24976b0b18
14846 r-self
...
git-svn-id: svn://10.0.0.236/trunk@54237 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-23 01:55:13 +00:00
matt%netscape.com
894f79e85e
fix for bug 683 typo
...
git-svn-id: svn://10.0.0.236/trunk@54218 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-22 23:58:05 +00:00
matt%netscape.com
f96381c532
adding ' for bug 6830..typo
...
git-svn-id: svn://10.0.0.236/trunk@54217 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-22 23:56:22 +00:00
law%netscape.com
cfd4928f35
Fix for 14634; use fileSpec.nativePath rather than raw file: URL; r=matt@netscape.com
...
git-svn-id: svn://10.0.0.236/trunk@54207 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-22 23:15:02 +00:00
nisheeth%netscape.com
7bb8856626
Don't make the label of a pref an anchor. r=none.
...
git-svn-id: svn://10.0.0.236/trunk@54043 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-20 07:11:11 +00:00
nisheeth%netscape.com
51e89c24b2
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.
git-svn-id: svn://10.0.0.236/trunk@53963 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-19 03:50:28 +00:00
evaughan%netscape.com
d5e1a5239e
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
git-svn-id: svn://10.0.0.236/trunk@53907 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-18 21:05:43 +00:00
sspitzer%netscape.com
64020d1638
ok, really fixed this time. forgot the "== 0" in the macro. dummy.
...
git-svn-id: svn://10.0.0.236/trunk@53800 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-18 01:14:05 +00:00
sspitzer%netscape.com
bffbbd96e1
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
git-svn-id: svn://10.0.0.236/trunk@53796 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-18 00:59:21 +00:00
tbogard%aol.net
a9a3650565
Changed calls to nsIWebShell::GetRootWebShellEvenIfChrome() and further QI's to use the new nsIWebShell::GetTopLevelWindow().
...
git-svn-id: svn://10.0.0.236/trunk@53676 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-16 20:05:21 +00:00
warren%netscape.com
f4eb982ac0
Added NS_NewGenericModule. Made NS_IMPL_NSGETFACTORY use it to save space. r=dp,alecf
...
git-svn-id: svn://10.0.0.236/trunk@53341 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-12 09:07:26 +00:00
fergus%netscape.com
d56458321f
Updated/added Localization Notes.
...
r: chjung & rchen
git-svn-id: svn://10.0.0.236/trunk@53295 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-12 01:53:54 +00:00
mcafee%netscape.com
edb7d70019
Missing type field for check_doc_requency pref (17903) r=jfrancis
...
git-svn-id: svn://10.0.0.236/trunk@53194 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-11 05:27:29 +00:00
matt%netscape.com
2dfb0ef7b9
fixing for bug 16221
...
changing port from string to int
git-svn-id: svn://10.0.0.236/trunk@53017 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-09 23:02:51 +00:00
dmose%mozilla.org
0efb7c174c
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
...
git-svn-id: svn://10.0.0.236/trunk@52910 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-06 03:43:54 +00:00
matt%netscape.com
34a8cb4799
fix for bug 18042 by adding close window tag r=mcafee
...
git-svn-id: svn://10.0.0.236/trunk@52825 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-05 00:34:48 +00:00
mcafee%netscape.com
451b1f9771
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.
...
git-svn-id: svn://10.0.0.236/trunk@52816 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 22:39:21 +00:00
mcafee%netscape.com
555440d16c
ftp & http proxy settings got reversed in the UI (15165). r=slamm, a=chofmann.
...
git-svn-id: svn://10.0.0.236/trunk@52751 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 23:53:15 +00:00
mcafee%netscape.com
adc6cb1f75
We were using the wrong pref to enable JS (14660). r=slamm, a=chofmann
...
git-svn-id: svn://10.0.0.236/trunk@52748 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 23:10:47 +00:00
cls%seawood.org
3e1a9ca95a
Removed unused NECKO ifdefs.
...
a=leaf
git-svn-id: svn://10.0.0.236/trunk@52607 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 23:34:03 +00:00
matt%netscape.com
d1c10fc10e
fix for bug 14634 r-bill
...
git-svn-id: svn://10.0.0.236/trunk@52565 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 20:51:29 +00:00
matt%netscape.com
c018d1acdc
fix for bug 6830 and 14634 r-bill
...
git-svn-id: svn://10.0.0.236/trunk@52564 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 20:49:49 +00:00
mcafee%netscape.com
5a6348e661
Adding pavlov to modeless pref dialog patch, improved some assertion comments. r=pavlov
...
git-svn-id: svn://10.0.0.236/trunk@52488 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 02:43:04 +00:00
waterson%netscape.com
410ac67f93
Add 'miscellaneous' debug prefs to house 'disable XUL cache' pref UI.
...
git-svn-id: svn://10.0.0.236/trunk@52454 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 01:14:50 +00:00
alecf%netscape.com
54bfc70eea
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
git-svn-id: svn://10.0.0.236/trunk@52452 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 01:12:32 +00:00
alecf%netscape.com
75c3ca9e17
add class="dialog" to all pref window dialogs
...
enable languages pane and fix XUL
disable smart_browsing pane (because it was crashing)
git-svn-id: svn://10.0.0.236/trunk@52315 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-30 05:44:23 +00:00
hangas%netscape.com
bd127b8712
Fixed OK/Cancel button appearance by using globalOverlay.xul r=mscott
...
git-svn-id: svn://10.0.0.236/trunk@52297 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-30 00:14:52 +00:00
rchen%netscape.com
beb892e3f0
Add Localization notes
...
git-svn-id: svn://10.0.0.236/trunk@52261 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 21:27:41 +00:00
alecf%netscape.com
ea62024583
fix a broken class= r=sspitzer
...
git-svn-id: svn://10.0.0.236/trunk@52258 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 21:11:06 +00:00
alecf%netscape.com
928787debd
add class="dialog push" to all pref windows r=sspitzer
...
git-svn-id: svn://10.0.0.236/trunk@52256 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 21:01:41 +00:00
matt%netscape.com
e180142807
fix for bug 15169 r-morse
...
git-svn-id: svn://10.0.0.236/trunk@51997 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 22:33:35 +00:00
matt%netscape.com
5077a5368d
17218 r-mcafee
...
git-svn-id: svn://10.0.0.236/trunk@51996 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 22:31:58 +00:00
pavlov%netscape.com
697deffc1d
rename PrefsWindow.xul so that it can be better friends with the chrome registry r=hyatt
...
git-svn-id: svn://10.0.0.236/trunk@51679 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-24 07:16:45 +00:00
sspitzer%netscape.com
cfadbaffa1
remove pref-select.html, it is obsolete.
...
git-svn-id: svn://10.0.0.236/trunk@51616 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 01:29:09 +00:00
sspitzer%netscape.com
992247191f
remove PrefsWindow.html, it is obsolete.
...
git-svn-id: svn://10.0.0.236/trunk@51615 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 01:26:07 +00:00
alecf%netscape.com
450ceda4e0
convert nsPrefWindow to a module
...
prefwindow was doing it's own singleton management, so changed it to use getService()
git-svn-id: svn://10.0.0.236/trunk@51560 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 21:05:31 +00:00
sspitzer%netscape.com
0cfb0a45bd
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
git-svn-id: svn://10.0.0.236/trunk@51486 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 02:09:18 +00:00
matt%netscape.com
426f9c3ea3
Adding manual proxies -r by bill
...
git-svn-id: svn://10.0.0.236/trunk@51383 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 19:53:19 +00:00
dougt%netscape.com
fa7e2137bd
Fix for bug 14784. Moved pref item up. r=cathleen.
...
git-svn-id: svn://10.0.0.236/trunk@51089 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 01:01:51 +00:00
mcafee%netscape.com
ea6a04a363
Backing out quotes change for (14663), r=matt
...
git-svn-id: svn://10.0.0.236/trunk@50639 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 01:38:22 +00:00
mcafee%netscape.com
68944c6b5c
Adding debug Pref UI for evaughan's gfx scrollbars. r=waterson
...
git-svn-id: svn://10.0.0.236/trunk@50438 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 05:40:15 +00:00
waterson%netscape.com
e20da712ec
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
...
git-svn-id: svn://10.0.0.236/trunk@50413 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 02:10:08 +00:00
tao%netscape.com
de2f3b6942
Move da-DK files to l10n/lang; r=leaf
...
git-svn-id: svn://10.0.0.236/trunk@50185 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 01:06:56 +00:00