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

3275 Коммитов

Автор SHA1 Сообщение Дата
sspitzer%netscape.com 1329bd2967 remove PrefsWindow.html, it is obsolete. 1999-10-23 01:26:07 +00:00
radha%netscape.com 8ee5d27ba1 Turning off debug flag that got set in my previous checkin 1999-10-22 22:58:16 +00:00
alecf%netscape.com 45e00cc35d prefwindow is now a service thanks to nsIModule conversion 1999-10-22 21:06:26 +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
radha%netscape.com 161dd56550 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 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
danm%netscape.com b80c7dd199 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 02ab585175 bug #15690, r=ftang, removing bogus rules which were affecting the menu template 1999-10-21 21:42:40 +00:00
danm%netscape.com a64e04ed91 observe EventQueue creation and deletion. r:hyatt@netscape.com 1999-10-21 21:36:25 +00:00
ramiro%fateware.com 9c183f530c Fix #ifdef DEBUG_ramiro build bustage. 1999-10-21 19:56:05 +00:00
matt%netscape.com 2c7bdb5f08 Adding manual proxies -r by bill 1999-10-21 19:53:19 +00:00
waterson%netscape.com 85a3c5e01e Change nsTraceRefcnt::WalkTheStack() to accept stream. 1999-10-21 03:45:12 +00:00
dp%netscape.com 30bfb6b921 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 7c03eb6f55 Fixed bug 16923. r=mjudge 1999-10-20 23:50:20 +00:00
law%netscape.com 440cb99246 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 4549d1466b 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 ad763b5c38 Changed a comment. This and last checkin were reviewed by mjudge 1999-10-20 01:06:05 +00:00
cmanske%netscape.com 38e54c076a 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 c4e84d4ccd remove old gifs 1999-10-20 00:19:23 +00:00
warren%netscape.com fb98a16d93 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 734c9ee3f1 Handle clicks properly. Fix for 14857 and 11986. r=rjc 1999-10-19 21:11:39 +00:00
tbogard%aol.net 156997c2f3 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 e4811125ee Fix for bug 14784. Moved pref item up. r=cathleen. 1999-10-19 01:01:51 +00:00
waterson%netscape.com b9fdd90936 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 f57c0dfe18 Bug #14999; stop using toolkit app core; r=davidm@netscape.com 1999-10-18 21:33:29 +00:00
brade%netscape.com d50bc3587d 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 64d8fa3b2f Landing of SIDEBAR_19991007_BRANCH. r=waterson 1999-10-18 19:21:52 +00:00
danm%netscape.com 3d9e4d387b moving Push/PopThreadEventQueue to nsIEventQueueService r:hyatt@netscape.com 1999-10-18 15:04:18 +00:00
shaver%netscape.com 37f0f57062 make View->Use Stylesheet use type=radio. (r=hyatt) 1999-10-17 21:38:21 +00:00
morse%netscape.com 24760022f3 fix bug 15137, open->openDialog, r=jar 1999-10-16 23:36:22 +00:00
peterl%netscape.com 527516876e 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 c0acc6e249 Forget continuation line - boehm collector work. 1999-10-15 21:56:51 +00:00
shaver%netscape.com 53ff0a141d Make View->Sidebar a type=checkbox menuitem (r=slamm) 1999-10-15 21:37:53 +00:00
beard%netscape.com fadd8a8c61 using dumpMemoryLeaks() instead of about:bloat?leaks. bug=15906, r=hyatt 1999-10-15 21:35:18 +00:00
beard%netscape.com c35d65d7c5 added dumpMemoryLeaks(). bug=15906, r=hyatt 1999-10-15 21:35:11 +00:00
cmanske%netscape.com fe99e05866 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 579ee02412 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 598cf87a74 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 91b6e1598b Fix for 16479. r=waterson 1999-10-15 07:54:43 +00:00
jevering%netscape.com 77ad2d21bc Adding boehm collector to windows.
(not part of the build yet)
1999-10-15 07:41:54 +00:00
neeti%netscape.com 7efeb33824 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 7e7932d59d 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 e362bed5fa 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 aa96b8bc65 First Checked In. 1999-10-14 23:45:20 +00:00
alecf%netscape.com 165eff83db add boehm to apprunner
(flag not active in build yet)
1999-10-14 23:27:45 +00:00
alecf%netscape.com 865d4e7a0b fix back/forward buttons, #16415
a=leaf
1999-10-14 18:26:13 +00:00
tbogard%aol.net bee1184575 Changed the content area of navigator to use the new browser tag rather than html:iframe. r=hyatt. 1999-10-14 11:00:21 +00:00
hyatt%netscape.com b2564031fe Landing re-architected command dispatcher. r=hangas(XUL/JS), saari(C++) 1999-10-14 10:58:25 +00:00
tbogard%aol.net b8a8f261e9 Added rules for the new browser, editor and iframe types. r=hyatt 1999-10-14 10:50:10 +00:00
beard%netscape.com 5824bf42d5 added support for "about:bloat?leaks". bug=15906,r=warren 1999-10-14 01:56:49 +00:00
evaughan%netscape.com 6f18d96994 Fixed gfx scrollbars style rule. Reviewed by Hyatt 1999-10-14 01:55:41 +00:00
alecf%netscape.com 135da95c0d convert to nsIModule
r=sspitzer
no bug
1999-10-14 01:40:27 +00:00
mcafee%netscape.com f2e42af906 Backing out quotes change for (14663), r=matt 1999-10-14 01:38:22 +00:00
cmanske%netscape.com 4e882c45cb Fixed bug 16118, part of fix for 14342. Reduced size of ender input widget. r=hyatt,hangas 1999-10-14 00:13:21 +00:00
alecf%netscape.com 9b7ca80145 fix windows bustage (sorry, I thought I checked this line in from my windows box, must have missed it) 1999-10-13 07:00:42 +00:00
alecf%netscape.com 4c311a1203 convert XPFE components over the nsIModules 1999-10-13 06:12:15 +00:00
alecf%netscape.com 85bcc85a6d update new image names in all XUL, JS, and CSS 1999-10-13 04:26:01 +00:00
sspitzer%netscape.com 71c98f1d88 fix for #16262, r=mscott. now we have "Mozilla Profile Wizard" (a.k.a. -ProfileWizard) for the mac. 1999-10-13 04:21:18 +00:00
alecf%netscape.com b78df3e771 oops, missed this mac file 1999-10-13 04:17:04 +00:00
alecf%netscape.com 9743911206 export new images on windows
r=mscott
no bug
1999-10-13 04:09:25 +00:00
alecf%netscape.com b6570c2457 export new gifs on unix
r=sspitzer
1999-10-13 04:08:15 +00:00
alecf%netscape.com 4ed2eb9665 checkin new image file names
not part of build
no reviewer 'cause you can't review images :)
no bug #, just maintenance for skins a la German
all files added with -kb
1999-10-13 03:57:13 +00:00
mscott%netscape.com 2c148e346d Bug #16115 --> addref the web shell window inside it's Close method to keep the web shell window from getting
deleted out from under us. This could happen because in closing the window, we are destroying a webshell which
could have the last outstanding reference to the webshell window.
r=dp
1999-10-13 02:47:56 +00:00
valeski%netscape.com cab5950ac1 16250. r=warren. IOService method name case changed. reflecting the new method names in the directory javascript 1999-10-13 01:36:57 +00:00
davidm%netscape.com 01c3ff09bd 8010 [FEATURE] Task Menu | Tools sub-menu items do not work remove bogus rules r = hangas 1999-10-13 01:25:39 +00:00
pinkerton%netscape.com b36d9385ad removed some visibility/display rules that were already in xul.css. added a workaround for bug #15722 to not change the icons of the scrollbar buttons on rollover, which caused the trees that contained said scrollbars to fully reflow. (r=hyatt). 1999-10-13 01:00:05 +00:00
waterson%netscape.com 16e8105594 Fix up commentary to reflect reality; remove some confusing stylistic changes. r=bienvenu 1999-10-13 00:45:57 +00:00
rjc%netscape.com db8039f5c8 Fix VC5 build bustage. 1999-10-12 23:09:09 +00:00
rjc%netscape.com a12753b362 [performance] When profile manager is being used, don't read in bookmarks twice... by deferring hiddenwindow.xul loading until after profile manager is done. Review: danm and sspitzer 1999-10-12 22:20:28 +00:00
warren%netscape.com c622c312a4 Added Bloat statistics under QA menu. 1999-10-12 09:37:37 +00:00
mscott%netscape.com 1de6ac0d00 Remove this file from the repository to fix the Mac buids.
The mac projects were looking in this folder and always finding the
stale nsISessionHistory.h file instead of using the idl generated
header file
r=davidm
1999-10-12 07:50:17 +00:00
radha%netscape.com 30b8b06c71 Build bustage in solaris 1999-10-12 05:57:03 +00:00
mscott%netscape.com cc3c534d13 nsISessionHistory.idl needs to be in this project. i think this should fix Radha' build breakage for the mac. 1999-10-12 05:45:10 +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
radha%netscape.com d096e463ab XPIDLising session history. bug # 15437. r=law 1999-10-12 04:40:59 +00:00
radha%netscape.com 682afb5c18 XPIDised session history. Corresponding changes to users of nsISessionHistory.
Bug # 15437. r=law
1999-10-12 04:37:43 +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
sspitzer%netscape.com c3d246d9c3 fix for #16098, r=mscott. Now we have "Mozilla Profile Manager" for the mac, which is the same as -ProfileManager on the other platforms 1999-10-12 00:16:31 +00:00
dveditz%netscape.com 2b60c91417 Fixing 8.3 library name problems, bugs 10355, 10359,10364, 10365, 10372, 11796, 11791. Checking in for cathleen, r=dveditz 1999-10-10 01:32:59 +00:00
law%netscape.com 0a83f2dbc3 Bug #15916; cleaned up context menu generation to make it faster; rev=hyatt@netscape.com 1999-10-09 07:58:24 +00:00
law%netscape.com b5c3f7148f Bug #14999; removed use of toolkit app core; rev=davidm@netscape.com 1999-10-09 06:18:58 +00:00
dp%netscape.com bb090c0a96 adding precheckin tests. r=matt 1999-10-08 23:50:49 +00:00
dp%netscape.com a3cf1d5467 Adding precheckin tests 1999-10-08 23:48:20 +00:00
waterson%netscape.com bb3ce38242 Add new files not in the build. 1999-10-08 21:11:20 +00:00
kipp%netscape.com b0dcc883f8 Cleanup moz-decl-counter usage and fix NS_LOG_ADDREF usage 1999-10-08 20:41:19 +00:00
slamm%netscape.com c5b2e350ff Fix empty sidebar. bug #15468. Need to wait for sidebar-panels in init routine. 1999-10-08 17:15:27 +00:00
law%netscape.com 07762ce935 For bug #14999; adding new method to simplify applying OpenDialog to the hidden window. rev=danm@netscape.com 1999-10-08 14:04:17 +00:00
sspitzer%netscape.com becae69afb add some bulletproofing. r=davidm 1999-10-08 04:55:37 +00:00
sspitzer%netscape.com 2753a0c1ec make the prompt and alert dialogs resize to content.
fix by davidm, r=sspitzer, bug #15815
1999-10-08 04:51:19 +00:00
danm%netscape.com 3a6017b93b hiddenWindow loads its full glory only on the Mac. speeds launch time for everyone else. r:hyatt 1999-10-08 03:31:41 +00:00
warren%netscape.com b90a06a288 Fixed AddRef/Release problems to eliminate negative refcounts in Bloaty. 1999-10-08 01:49:06 +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
slamm%netscape.com 60c6ef0961 Make the sidebar panels appear. Bug #15468. r=mcafee. Had 'datasources' defined when it wasn't needed. 1999-10-07 22:56:22 +00:00
dp%netscape.com 275e342451 Instrumentation to detect leaks of BrowserInstance. r=don 1999-10-07 21:01:16 +00:00
dp%netscape.com 0101339aec Fixed webshell leak caused by session history entry circular
reference. r=radha
1999-10-07 20:55:14 +00:00
rods%netscape.com ad3d2c59dd set the padding to 1 related to bug# 15314 1999-10-07 20:53:23 +00:00
bienvenu%netscape.com 74f2eeb167 fix mork factory r=waterson 12326 1999-10-07 14:27:50 +00:00
sspitzer%netscape.com 7ea8a83d4d fix my comment 1999-10-07 09:12:27 +00:00
sspitzer%netscape.com 9a78208b6d minor tweak on the way to getting Cancel / Exit to behave properly in the
Profile Manager UI.  they both set the current profile to "".
1999-10-07 09:01:23 +00:00
sspitzer%netscape.com 1a94cc9c2e GetSingleProfile() is going away. use GetFirstProfile now. 1999-10-07 06:55:59 +00:00
sspitzer%netscape.com fa7b3c40bd fix for #15735, r=waterson. fix the JS error by re-writing the C style
fancy logic.
1999-10-07 06:37:32 +00:00
sspitzer%netscape.com 41efdf138d fix for bug #15402. exit if we get past the profile manager without a current profile. this can happen. 1999-10-07 03:10:18 +00:00
morse%netscape.com 4439d67aac fix bug 15721, cookies not persistent, r=jar nsAppRunner.cpp 1999-10-07 02:48:27 +00:00
mcafee%netscape.com 2342d27bf4 Cleaning up whitespace so I can edit this file with a clue. 1999-10-07 01:07:41 +00:00
slamm%netscape.com c74c4f9d9b Remove call to sidebarOverlayInit(). This is already called in sidebarOverlay.js when sidebarOverlay.xul loads. Fixes bug #15719, 'Sidebar panels get added twice'. r=waterson. 1999-10-07 01:03:19 +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
waterson%netscape.com 4a8c36b56c Bug 13910. Fix flash panel style rules, XUL, and JS so that flashes start to display again. r=slamm. 1999-10-06 21:08:50 +00:00
sspitzer%netscape.com 2fa7872dad make sure we save the prefs when we exit. will fix a bunch of problems, including #15705. r=alecf, a=leaf 1999-10-06 20:52:50 +00:00
waterson%netscape.com 4cef0d7dd4 Comment out '_dead' renaming to get context menus working again. r=law 1999-10-06 18:53:32 +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
rjc%netscape.com e796481a8f Fix broken XUL. Review: sdagley 1999-10-06 03:33:28 +00:00
rjc%netscape.com b172daf782 Bug #14034: Convert to nsIModule to prepare for memory leak fixing. Also fix leak of search stream listener. Review: sdagley@netscape.com 1999-10-06 01:37:47 +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
rjc%netscape.com f02c6c3fd8 Bug # 14034: Convert to nsIModule to prepare for memory leak fixing. Review: dp@netscape.com 1999-10-05 23:39:48 +00:00
morse%netscape.com 359caa4636 fix bug 14889, lazy initialization of wallet, r=sfraser 1999-10-05 22:11:22 +00:00
pavlov%netscape.com 5002adc82f fix bugs in find dialog and make it use the dialog overlay. make it not resizeable, fixed style rules on the windows and buttons. r=sfraser 1999-10-05 05:20:29 +00:00
rjc%netscape.com c078562567 Fix bug # 15435: prevent long ( > 255) URL corruption. Also convert over to a nsIModule. Review: dp@netscape.com 1999-10-05 05:11:09 +00:00
radha%netscape.com 6b6a3fe8bf Fix for bug #13329 . Back and forward not consistent all the time.
Fix already checked in to the M10 branch. Merging changes to tip.
1999-10-05 04:49:58 +00:00
sspitzer%netscape.com 06c28b31e7 a bunch of changes, all reviewed by mscott.
fix some bugs with next, back, and cancel in the profile manager.
(#15223, #15271)
re-write all callers of nsProfile::GetCurrentProfileDir() to use the file locator.
(#15063)
more profile code clean up. (#15042)
rename the old 4.x history.dat file.  it's called history.dat in 5.0, but the file
formats are different.  (binary in 4.x, vs mork in 5.0)
1999-10-05 04:12:58 +00:00
rpotts%netscape.com 248e31bd70 bug #15341 and bug #15344. Use the documentloader observer instead of a stream observer. 1999-10-05 04:04:16 +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
beard%netscape.com 4dbd674daa changed from directly using "MSL AppRuntime.Lib" to using "NSAppStartup.o" to enable GC leak detector. r=smfr 1999-10-03 20:11:44 +00:00
beard%netscape.com 5cb00c8518 changed from directly using "MSL ShLibRuntime.Lib" to using "NSLibraryStartup.o" to enable GC leak detector. r=smfr 1999-10-03 20:08:40 +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
dp%netscape.com d0d4046a40 Eliminating 3 leaks to servicemanager when running for the first time.
bug# 15387 r=law
1999-10-01 22:39:20 +00:00
hyatt%netscape.com 82245c51c5 Fixing bustage. 1999-10-01 21:46:13 +00:00
hyatt%netscape.com a0b798bff0 Adding skin.css 1999-10-01 21:01:24 +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
dp%netscape.com 6c6f732e6b Converter to nsIModule to prepare for memory leaks fixing.
Bug# 14034 r=waterson
1999-10-01 20:04:34 +00:00
sdagley%netscape.com 4e062b5ae5 First Checked In. 1999-10-01 05:20:25 +00:00
law%netscape.com 828349b59c Context menu updates 1999-10-01 04:43:45 +00:00
rjc%netscape.com 65d76f90d8 Fix bug # 15225: The search datasource needs to figure out what datasets are available whenever a search is to be performed, not just when its asked about what datasets it knows about. Review: waterson@netscape.com 1999-10-01 04:02:07 +00:00
rjc%netscape.com 72822695ea Fix bug # 15203: Containers inside of related links data appear as leaf nodes instead of containers. Also, opening up a container gives NxN children instead of N children (due to the composite datasources ArcLabelsOut() not removing dups -- a separate chunk of work to be re-done). Review: waterson@netscape.com. 1999-10-01 04:00:21 +00:00
davidm%netscape.com 225d58ae9f 14240 [BETA] About box date/version incorrect 1999-10-01 03:32:00 +00:00
davidm%netscape.com beb5b0f80f 13344 New browser windows generated by Manage Bookmarks too small 1999-10-01 03:31:17 +00:00
davidm%netscape.com 9c59b650a3 4912 an't open bookmarks when no other window open 1999-10-01 03:28:43 +00:00
sfraser%netscape.com b1b2a330a9 Removing nsIQFAServices.idl to fix build bustage. a=leaf 1999-09-30 20:08:45 +00:00
ramiro%netscape.com 233e69ed0b Fix build bustage. 1999-09-30 19:34:26 +00:00
namachi%netscape.com 03b0f044bf Approved by leaf. Removing fullcircle from mozilla builds 1999-09-30 19:03:27 +00:00
pavlov%netscape.com 46a42653b6 make buttons on the toolbar/personal toolbar crop when you resize the window small r=evaughan 1999-09-30 06:02:12 +00:00
slamm%netscape.com 57e29b2a8c Get the file names right. 1999-09-29 21:05:46 +00:00
slamm%netscape.com 1319c7c728 No longer use bookmarks-popup.js 1999-09-29 21:01:37 +00:00
kin%netscape.com 6cb4df3914 Fix build bustage on windows. 1999-09-29 21:00:19 +00:00
slamm%netscape.com 2cbbb83cad Change Flash to Alerts. Add 'My Panels'. 1999-09-29 20:34:20 +00:00
slamm%netscape.com 450fa3810d Remove unused files. Add a dtd file for sidebar.rdf. 1999-09-29 20:24:34 +00:00
slamm%netscape.com 306f7319df Remove unused files 1999-09-29 20:24:02 +00:00
slamm%netscape.com 86f9775e31 make flash it's own panel. bug 14992. Add support for app specific panel. bug 14991. 1999-09-29 20:23:33 +00:00
slamm%netscape.com 028b33d4c0 Remane some elements. Fix cannot close last panel. bug 14485. 1999-09-29 20:23:09 +00:00
slamm%netscape.com 7777d0c70c Give min-height and max-width. bug #13895. 1999-09-29 20:23:00 +00:00
slamm%netscape.com 9f522d6e81 Move alerts outside of 'my panels'. bug #14992. 1999-09-29 20:22:54 +00:00
slamm%netscape.com 98c56528e3 Remove unused file 1999-09-29 20:22:48 +00:00
slamm%netscape.com e4f8084bf6 Rename file to more descriptive name. 1999-09-29 20:22:36 +00:00
slamm%netscape.com 61cba82369 Unused files. Use one datasource for all sidebars. bug #14995. 1999-09-29 20:22:24 +00:00
slamm%netscape.com 93556b7731 Remove unused file. 1999-09-29 20:22:11 +00:00
slamm%netscape.com 25ed032a57 Add collapsed state icon and rename. bug #14993. 1999-09-29 20:21:58 +00:00
slamm%netscape.com 12c724c8f9 Add alerts as part of overlay. 1999-09-29 20:21:44 +00:00
slamm%netscape.com 046e0c0bf7 Remove unused files, rename some others. Related to bugs 14993, 14991. . 1999-09-29 20:21:25 +00:00
slamm%netscape.com 92f07bc28f Formating tweaks 1999-09-29 20:21:02 +00:00
slamm%netscape.com ec448bcc64 Partial fix for #14998, 'Simple single-click tree'. 1999-09-29 20:20:55 +00:00
slamm%netscape.com 7c24c4b4c5 Remove unused file. Bookmark menus are handled by xp menus now. 1999-09-29 20:20:33 +00:00
slamm%netscape.com 897de6b334 Add style sheet to give bookmarks tree a single click look (bug #14998). Remove unsed file. 1999-09-29 20:20:12 +00:00
slamm%netscape.com 35560ddd7f Add style sheet to give bookmarks tree a single click look (bug #14998). 1999-09-29 20:20:06 +00:00
slamm%netscape.com a79ec64c5e Move sidebar styles to overlay. Related to changes for #14838. 1999-09-29 20:19:59 +00:00
slamm%netscape.com 1bff388e89 Move sidebar attributes into overlay (hide implementaton details). Put sidebar to left of sidebar again. Related to bugs #14838, #13878. 1999-09-29 20:19:53 +00:00
kin%netscape.com dc64b12bd9 Added call to nsITextServicesDocument::ScrollSelectionIntoView(). 1999-09-29 20:05:00 +00:00
hangas%netscape.com 1912085efc Added ability to hide and show toolbars and taskbar to all mail windows. Added accesskeys to a number of menu items and fixed menus across product. Moved broadcaster elements to top of xul files to give command keys a chance to work. a=chofmann 1999-09-29 04:29:20 +00:00
sfraser%netscape.com a864d45a81 Fix type mismatch 1999-09-29 03:45:18 +00:00
shaver%netscape.com 209ddb7236 missed more nsIRegistry::Key usages 1999-09-29 03:26:24 +00:00
rjc%netscape.com 3aeee79f29 Fix bug # 9501. Review: gagan. Approval: chofmann. 1999-09-29 01:20:17 +00:00
mcafee%netscape.com df58be10a2 Adding brower buster to debug menu. a=chofmann,leaf r=radha 1999-09-29 00:23:12 +00:00
ftang%netscape.com f3a69f9b26 fix bug 14879. reviewed by erik 1999-09-28 22:44:15 +00:00
radha%netscape.com 1137a05f96 Fix for 14967. r=pollmann, a=chofmann 1999-09-28 22:17:49 +00:00
rjc%netscape.com cc6ad44ee6 Fix bug # 15062. Review: waterson. Approval: chofmann. 1999-09-28 22:16:38 +00:00
pinkerton%netscape.com badfbd71cb remove a spring to avoid excess reflows (bug 14782), rev hyatt/evaughan, appr leaf. 1999-09-28 21:24:16 +00:00
sspitzer%netscape.com 483bbf56be removed files: mozilla/xpfe/AppCores/src/nsJSProfileCore.cpp 1999-09-28 08:26:28 +00:00
sspitzer%netscape.com 0667d24476 whoops, accidentally checked this in. 1999-09-28 07:44:48 +00:00
sspitzer%netscape.com 22aa4c982c removed files: mozilla/xpfe/AppCores/src/nsProfileCore.cpp, mozilla/xpfe/AppCores/src/nsProfileCoreFactory.cpp 1999-09-28 07:31:40 +00:00
sspitzer%netscape.com a0a70c9ca0 fix for #14999. remove the profile appcore 1999-09-28 07:29:25 +00:00
hangas%netscape.com 7e6cdabd7c Cleaned up usage of globalOverlay.xul, moved menu overlays into navigatorOveraly.xul which was the only place it was needed. a=chofmann 1999-09-28 04:40:15 +00:00
hangas%netscape.com 6f95adeff8 Removed globalOverlay.xul which was not needed, slowed down opening the navigator window, and caused the Mac menu (from hiddenwindow) to have two Quit menu items. a=chofmann 1999-09-28 04:37:36 +00:00
pavlov%netscape.com 7cb1b89655 remove open="true" from the tasks menu r=hyatt so that it isn't pressed by default 1999-09-28 01:09:48 +00:00
ducarroz%netscape.com 1e2d503bfe 0 isn't equal to null!, fix for bug 14987. R=hangas,A=chofmann 1999-09-27 21:32:11 +00:00
hangas%netscape.com 707a7c995a New menu items now match the spec for navigator, mail, address book, and mail compose. Fixed navigator quit menu item to use global overlay. a=chofmann 1999-09-27 20:56:35 +00:00
dougt%netscape.com 91934e43cb adjusting pref names to match what we are exporting. 1999-09-27 19:58:06 +00:00
waterson%netscape.com 2a68335eff Fix AIX build bustage. a=chofmann 1999-09-27 19:19:44 +00:00
pavlov%netscape.com b3fae52459 move the toolbars above the sidebar r=hyatt a=brendan 1999-09-25 02:53:55 +00:00
hangas%netscape.com 2916c01b98 a=chofmann r=hyatt,jefft Cleaned up File and Edit menus for navigator and mail, fixed 14837, fixed 14255. Moved menu from navagator.xul and hiddenwindow.xul into navigatorOverlay.xul. Created global 'New" menu. 1999-09-24 23:03:40 +00:00
mcafee%netscape.com 6e7bd21bed Adding single quotes so that pref-appearance.xul gets loaded properly (14663). a=leaf, r=akkana 1999-09-24 20:15:49 +00:00
slamm%netscape.com 14f87d98bc Add back extra columns within comments. No bug number (they are just comments). a=chofmann. 1999-09-24 18:56:51 +00:00
waterson%netscape.com 557cbd4169 Bug 11661. Fix <menu> templates to include <menupopup> children. 1999-09-24 05:44:04 +00:00
alecf%netscape.com cafc412562 fix for #14699, history tree should be inside divs r=waterson, a=leaf 1999-09-24 00:13:02 +00:00
radha%netscape.com 1659c82a30 Don't call UpdateGoMenu twice. 1999-09-23 17:46:03 +00:00
ftang%netscape.com ba45ae835b hookup code for 14219 1999-09-23 02:08:39 +00:00
rjc%netscape.com a9621ecd05 Fix bug # 14678: defer loading of Sherlock files until first usage. Approval: chofmann. Review: sdagley. 1999-09-23 01:11:03 +00:00
law%netscape.com 2daebad43f Get file download working; r=danm@netscape.com; a=chofmann@netscape.com 1999-09-23 00:49:15 +00:00