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

3309 Коммитов

Автор SHA1 Сообщение Дата
dougt%netscape.com 0dd440279f removing unneeded file.
fixing build bustage.
making simon happy.
1999-11-20 04:07:25 +00:00
dougt%netscape.com b823e0340c removing task extensions. now using dynamic overlays. r=hyatt. 1999-11-20 03:13:39 +00:00
buster%netscape.com 93551f1751 moved content-specific data and methods from nsIWebShell to appropriate content viewer interface
no bug number, this is for webshell redesign work
r=rickg, travis
1999-11-19 07:35:27 +00:00
nisheeth%netscape.com 71b61781f6 r=harishd. Tell the refcounting code that the pref service is instantiated. 1999-11-19 03:57:30 +00:00
nisheeth%netscape.com a03bdd0283 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
jj%netscape.com 13dd074be1 updated version number to M12. 1999-11-19 02:56:00 +00:00
jj%netscape.com 6b881dc6f5 renamed output binary from 'apprunner'/'apprunnerDebug' to 'mozilla' and 'mozillaDebug'. 1999-11-19 02:55:46 +00:00
Jerry.Kirk%Nexwarecorp.com 113be4aaab Adding nsSigHandlers file to pull out unix signal handlers into a
seperate file.
r=Ramiro
1999-11-19 01:55:19 +00:00
colin%theblakes.com da9b69d818 Add MOZ_TIMER_LIBS to the link. r=shaver 1999-11-18 22:49:59 +00:00
evaughan%netscape.com 579a9d2af2 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
valeski%netscape.com aa8107de4d adding new param to newChannelCall to reflect the new api 1999-11-18 20:09:54 +00:00
waterson%netscape.com b44055e48a Back off on nsCOMPtr use for mInner because of funky release
sequence. Fixes crash on shutdown.
1999-11-18 09:44:29 +00:00
warren%netscape.com 59ef7fadbf Removed the nsICapabilities interface in favor of nsIInterfaceRequestor. 1999-11-18 07:36:41 +00:00
mscott%netscape.com f249767486 Bug #14928 --> inital uri dispatching landing. the app instance is a uri content listener. implement
that interface. Register the content listener with the uri loader when we are created and again when
we go away. Forward doContent calls on nsIURIContentListener to the webshell where we want content displayed.
r=travis
1999-11-18 07:19:39 +00:00
mscott%netscape.com 1809e0d6ea Add a debug menu item for turning on / turning off url dispatching
r=travis
1999-11-18 06:58:22 +00:00
mscott%netscape.com 6d1bce96d4 add labels for uri dispatching menu item which is in the debug window
r=travis
1999-11-18 06:57:36 +00:00
waterson%netscape.com a0127275fd Bug 9246. Give bookmark URLs the tough love they need. Fix changing a bookmark's URL, fix setting a bookmark's URL when one wasn't set before. Prohibit removal of a bookmark's URL. r=rjc. 1999-11-18 06:21:09 +00:00
hangas%netscape.com 28e7445770 Fixes for selection bug 19011 and sidebar resize bug 18742. r=ducarroz 1999-11-18 02:45:38 +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
warren%netscape.com 3ba707aec7 Fix for linux bustage due to channel retargeting changes. 1999-11-17 09:11:03 +00:00
warren%netscape.com 34ecf73507 Necko API and implementation changes for retargeting. Needed for URL dispatching. r=mscott 1999-11-17 08:14:52 +00:00
hangas%netscape.com b38fe7b788 New Skin work. New images for twisties. Added white border around navigator window. r=german 1999-11-16 22:54:38 +00:00
rgoodger%ihug.co.nz b53d4487e3 Cosmetic update to finddialog.xul and dtd. r=syd 1999-11-16 20:16:02 +00:00
rgoodger%ihug.co.nz 7cc1177ce2 Cosmetic changes to finddialog.xul & dtd. r=syd 1999-11-16 20:15:20 +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
sspitzer%netscape.com 841772b155 go back to using window.content.home()
no need to duplicating code.
1999-11-16 19:29:29 +00:00
jdunn%netscape.com e871be6de2 Fixing all unresolved symbols on unix. The bug has the diff's
r dp@netscape.com (ramiro helped me with it)
# 18688
1999-11-16 06:02:31 +00:00
rjc%netscape.com 9998ddf0ff Bye bye "rdf:ftp" 1999-11-16 05:40:17 +00:00
norris%netscape.com 5b4b0169aa * Fix 12124 [DOGFOOD] Reading user's preferences
* Implement site-specific security policies (bug 858)
r=mstoltz
* Use Recycle rather than delete[] to clean up Purify logs
r=law
1999-11-16 05:07:31 +00:00
sspitzer%netscape.com e6da063538 fix for #18940. don't define the default home page in the dtd. this is already
set in all.js.

the bug was caused by code in navigator.js that got this attribute from the
home button, and tried to set the pref!

r=mozilla@bucksch.org (benb)
1999-11-16 04:50:32 +00:00
hangas%netscape.com 344df71cb3 Added some user-focus styles following saari's focus checkins, r=saari. Fixed 17947, 17780, 16483, 16601 which were related to focus issues. Some New Skin adjustments (menu color and 15219), r=german 1999-11-16 01:21:22 +00:00
sspitzer%netscape.com 795862a046 ignore the created executables 1999-11-16 00:42:06 +00:00
slamm%netscape.com 44c25c47f1 Add the MPL. 1999-11-15 23:09:58 +00:00
sfraser%netscape.com 882c2e466e Part of fix for 18903 -- remove uneeded DLLs from the project. r=sdagley 1999-11-15 22:42:27 +00:00
tbogard%aol.net 7b2900b449 Changed places where container were set to use nsISupports instead of nsIContentViewerContainer. r=dp 1999-11-15 22:36:41 +00:00
valeski%netscape.com 1726ac1079 r=mcafee. component name change reflection. now we can traverse dir trees 1999-11-15 21:16:10 +00:00
Jerry.Kirk%Nexwarecorp.com 7105742de7 Re-adding taskbar-tab-hover.gif which was accidentally taken out in
patch 1.21  This puts the Makefile.in MANIFEST and makefile.win back
sync.
r=brade
1999-11-15 15:50:50 +00:00
tbogard%aol.net c1c0a44226 Changed references to nsIContentViewerContainer to nsISupports in the march to get rid of nsIContentViewerContainer. r=pavlov 1999-11-15 07:29:23 +00:00
pinkerton%netscape.com fa50df615e add ability to drag the urlbar proxy icon as a demo of d&d. r=scc. 1999-11-13 23:28:51 +00:00
law%netscape.com ab3a8340b0 Yet another fix to try to become non nsCOMPtr-challenged 1999-11-13 07:40:30 +00:00
tbogard%aol.net 131348416b Changed storage of of the container to hold simply nsISupports as the mContainer instead of nsIContentViewerContainer. Changed calls to QueryCapability to use the nsIInterfaceRequestor::GetInterface(). r=scc 1999-11-13 07:36:28 +00:00
law%netscape.com 958b9ae98c Better fix for VC++5 and Solaris bustage 1999-11-13 07:04:36 +00:00
law%netscape.com c08123a803 Fix for VC++5 and Solaris bustage 1999-11-13 06:32:55 +00:00
law%netscape.com cd375b3de6 Fixing non-debug build bustage 1999-11-13 06:27:22 +00:00
law%netscape.com 88626d4e62 Fixes for #10737 (ftp download), overhauled to work better with Necko; r=valeski 1999-11-13 05:37:00 +00:00
saari%netscape.com 1cfbe7d9a6 Landing focus changes. R: joki 1999-11-13 05:16:33 +00:00
rchen%netscape.com 3bba682ce9 Modify L10N note 1999-11-13 00:48:23 +00:00
rchen%netscape.com d78b8b25f5 Modify L10N notes 1999-11-13 00:37:34 +00:00
rchen%netscape.com 828bc2fb49 Modify Localization notes 1999-11-13 00:22:31 +00:00