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

3147 Коммитов

Автор SHA1 Сообщение Дата
pavlov%netscape.com ab6fd0a0fa rename PrefsWindow.xul so that it can be better friends with the chrome registry r=hyatt 1999-10-24 07:16:45 +00:00
hyatt%netscape.com fd2ce33fe8 renaming skin.css to global.css r=pavlov 1999-10-24 06:58:38 +00:00
dp%netscape.com b17616fba6 bug#16742 Fixing delete on nsISupports. Thanks for patch from <heikki@citec.fi> Plus using IMPL_ and DECL_ macros and removing operating on refcnt directly. r=dp 1999-10-24 04:41:17 +00:00
ducarroz%netscape.com 677cd2f18d Bug 14258, implement Send Page, R=alecf 1999-10-23 04:51:40 +00:00
ducarroz%netscape.com 61963bad56 Bug 14258, implement Send Page. R=alecf 1999-10-23 04:50:20 +00:00
sspitzer%netscape.com 719d18a101 remove pref-select.html, it is obsolete. 1999-10-23 01:29:09 +00:00
sspitzer%netscape.com 2321af2ed0 remove PrefsWindow.html, it is obsolete. 1999-10-23 01:26:07 +00:00
radha%netscape.com 02655f7741 Turning off debug flag that got set in my previous checkin 1999-10-22 22:58:16 +00:00
alecf%netscape.com eca5413d1f prefwindow is now a service thanks to nsIModule conversion 1999-10-22 21:06:26 +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
radha%netscape.com 9cf9ffe640 Clean up of Session History apis. Corresponding changes to the users of SH. r=mcafee. No bug #. 1999-10-22 20:48:07 +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
danm%netscape.com 38f4b0469b removing (unused) references to nsIWebShell.h. requested by buster@netscape.com, bug 16510, r:me 1999-10-21 22:47:50 +00:00
cata%netscape.com 4d48e409f7 bug #15690, r=ftang, removing bogus rules which were affecting the menu template 1999-10-21 21:42:40 +00:00
danm%netscape.com eb79d40b50 observe EventQueue creation and deletion. r:hyatt@netscape.com 1999-10-21 21:36:25 +00:00
ramiro%fateware.com 1f9fabe0ce Fix #ifdef DEBUG_ramiro build bustage. 1999-10-21 19:56:05 +00:00
matt%netscape.com 12d7c924da Adding manual proxies -r by bill 1999-10-21 19:53:19 +00:00
waterson%netscape.com a6bff4a24e Change nsTraceRefcnt::WalkTheStack() to accept stream. 1999-10-21 03:45:12 +00:00
dp%netscape.com 37e611148b Fixed crash on -f file on quit by using async proxy post event as
opposed to calling quit directly. r=dougt
1999-10-21 00:15:30 +00:00
cmanske%netscape.com aa863e0267 Fixed bug 16923. r=mjudge 1999-10-20 23:50:20 +00:00
law%netscape.com d4cf853e97 Fix for bug #9131; add dependent=yes feature on find dialog so it behaves properly; r=matt@netscape.com 1999-10-20 20:36:08 +00:00
law%netscape.com 755977ac26 Fix for bug #?????; Avoid false positive on check for -f cmd line option; r=warren@netscape.com 1999-10-20 14:40:25 +00:00
cmanske%netscape.com 9e5949f923 Changed a comment. This and last checkin were reviewed by mjudge 1999-10-20 01:06:05 +00:00
cmanske%netscape.com d63ebdf00e Adding menu item to start Composer from Browser debug menu as workaround for bug 16789 (can't start editor on command line). Also removed editor init page from code that's not even run? 1999-10-20 01:03:39 +00:00
alecf%netscape.com 3bfd243bc9 remove old gifs 1999-10-20 00:19:23 +00:00
warren%netscape.com 371d859b18 Added 'PageCycler' code so that we can iterate through URL loads (by calling mozilla.exe -f <file-of-urls>). We need this for adding bloat/leaks info to tinderbox. r=law 1999-10-19 22:01:28 +00:00
slamm%netscape.com b95ce6697b Handle clicks properly. Fix for 14857 and 11986. r=rjc 1999-10-19 21:11:39 +00:00
tbogard%aol.net bf80c61b26 Removed border from the XUL browser, editor, and iframe tags. This allows content coming up in chromeless pop-up windows not be visually cluttered with a needless border. r=hyatt. 1999-10-19 07:40:44 +00:00
dougt%netscape.com ef6d2a7263 Fix for bug 14784. Moved pref item up. r=cathleen. 1999-10-19 01:01:51 +00:00
waterson%netscape.com 49f6bf693e Bug 15558. Fix personal toolbar style rules (patch courtesy dbaron@fas.harvard.edu). r=matt 1999-10-18 21:35:28 +00:00
law%netscape.com c9330bf665 Bug #14999; stop using toolkit app core; r=davidm@netscape.com 1999-10-18 21:33:29 +00:00
brade%netscape.com 2340222103 make doEditor create an html editor rather than the plaintext editor. (bug #16681; r=sfraser@netscape.com) 1999-10-18 20:27:14 +00:00
slamm%netscape.com bf503710b1 Landing of SIDEBAR_19991007_BRANCH. r=waterson 1999-10-18 19:21:52 +00:00
danm%netscape.com 12834d6474 moving Push/PopThreadEventQueue to nsIEventQueueService r:hyatt@netscape.com 1999-10-18 15:04:18 +00:00
shaver%netscape.com b6b3762c6f make View->Use Stylesheet use type=radio. (r=hyatt) 1999-10-17 21:38:21 +00:00
morse%netscape.com 0ccf1220b4 fix bug 15137, open->openDialog, r=jar 1999-10-16 23:36:22 +00:00
peterl%netscape.com d168caadef Added namespace ID to the AttributeChanged notification
Part of the fix for Bug 15153
r=troy
1999-10-15 23:17:53 +00:00
jevering%netscape.com 002f28c343 Forget continuation line - boehm collector work. 1999-10-15 21:56:51 +00:00
shaver%netscape.com c09d70aace Make View->Sidebar a type=checkbox menuitem (r=slamm) 1999-10-15 21:37:53 +00:00
beard%netscape.com 71bd7215e6 using dumpMemoryLeaks() instead of about:bloat?leaks. bug=15906, r=hyatt 1999-10-15 21:35:18 +00:00
beard%netscape.com be948fd2a4 added dumpMemoryLeaks(). bug=15906, r=hyatt 1999-10-15 21:35:11 +00:00
cmanske%netscape.com 004c1677de Fixed bug 15442 - use about:blank for empty doc URL for editor. r=law 1999-10-15 21:24:45 +00:00
law%netscape.com 3701af60c8 Fix for bugs #16525 and #16527, Remove menu separator when not link or frame, add back in missing items; r=matt@netscape.com 1999-10-15 21:13:31 +00:00
law%netscape.com 6147b50106 Fix for bug #16269, add resizable feature to view-source window, r=danm@netscape.com 1999-10-15 21:11:22 +00:00
hyatt%netscape.com 80d4dd9246 Fix for 16479. r=waterson 1999-10-15 07:54:43 +00:00
jevering%netscape.com e6573be100 Adding boehm collector to windows.
(not part of the build yet)
1999-10-15 07:41:54 +00:00
neeti%netscape.com 04b27bf059 Converted to use nsIModule to prepare for memory leaks fixing. Bug# 14034. r=waterson 1999-10-15 04:05:22 +00:00
radha%netscape.com 0cc268758c fixing session history for frames. I accidently broke the behavior in
my monday's checkin. No bug #. r=law
1999-10-15 03:49:29 +00:00
shaver%netscape.com 18cbc4b5ab Fix for 15480 (menu reflow from content change).
Use <titledbutton>, not <div>, for accelerator text to fix alignment
and improve performance _ever_ so slightly.
Initial support for checked menus (needs more magic).
(r=hyatt)
1999-10-14 23:59:18 +00:00
davidm%netscape.com 8acd8f991e First Checked In. 1999-10-14 23:45:20 +00:00