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

103 Коммитов

Автор SHA1 Сообщение Дата
tbogard%aol.net 35420090c8 When opening a "Find" dialog we should assure that a blank window is created. To do that we were passing in null which actually evaluates to the string "null". "_blank" ensures a new window. Fix for bug number 21331. r=law a=chofmann 1999-12-15 00:53:52 +00:00
hyatt%netscape.com 8149310a6e Making sure the find dialog gets skinned. 1999-12-06 22:00:17 +00:00
rgoodger%ihug.co.nz adc2491dd2 Cosmetic update to finddialog.xul and dtd. r=syd 1999-11-16 20:16:02 +00:00
rgoodger%ihug.co.nz 47f6dc359a Cosmetic changes to finddialog.xul & dtd. r=syd 1999-11-16 20:15:20 +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
sfraser%netscape.com f846e017a7 Fix warnings, bug 15588. r=ducarroz 1999-11-11 00:24:18 +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
cls%seawood.org 14ef08310e Removed unused NECKO ifdefs.
a=leaf
1999-11-02 23:34:03 +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
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
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
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
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
kin%netscape.com dc64b12bd9 Added call to nsITextServicesDocument::ScrollSelectionIntoView(). 1999-09-29 20:05:00 +00:00
mccabe%netscape.com 39e5fe6519 Fix to 7610. Modify xpidl compiler to add 'const' to the method signature for generated attribute setter methods for string, wstring and nsid attributes.
As this changed the generated interface signatures, I had to change all of the uses to avoid bustage.  Any corners of the browser that aren't built by default, or that I haven't discovered how to build, may be at risk of bustage if they use string or wstring attributes.  (This could mean blackwood; sorry, guys!)

Many thanks to Alec Flett (alecf@netscape.com) for preparing diffs for the mailnews portion of the signature changes; thanks also to Ariel Backenroth (arielb@rice.edu) and Mike Shaver (shaver@mozilla.org) for help with updating the tree with NS_DECL_NSIFOO macros; everwhere where one of these macros was used was one less place I had to manually add 'const'.

Also removed extraneous space from generated method signatures, leftover from Brendan's capitalization spam, and made 'const decl must be of type short or long' an error rather than just a warning.
1999-09-19 23:46:35 +00:00
briano%netscape.com 8019ec7ab8 General cleanup. 1999-09-18 03:45:05 +00:00
tao%netscape.com f22d964d31 Hook up da-DK 1999-09-18 00:23:56 +00:00
tao%netscape.com 10542edc17 First checkin of da-DK resource files contributed by
Henrik Lynggaard<Lynggaard@netscape.net>
1999-09-18 00:21:44 +00:00
tao%netscape.com 01d9396f83 First checkin of da-DK resource files contributed by
Henrik Lynggaard<Lynggaard@netscape.net>
1999-09-17 23:35:55 +00:00
briano%netscape.com 827386358c Removed the obsolete non-NECKO leftovers. 1999-09-09 00:21:43 +00:00
cyeh%netscape.com 26effbde96 Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people. 1999-09-01 01:13:14 +00:00
ramiro%netscape.com 6cec5c3abb Cleanup zlib cruft. 1999-08-25 14:39:53 +00:00
mccabe%netscape.com bbe3cec92b Remove unused explicit NS_DECL_IFOO declarations from %{C++ blocks in the header files; these are replaced by xpidl-generated NS_DECL_NSIFOO macros. 1999-08-23 01:41:52 +00:00
mccabe%netscape.com 3add504545 Move uses xpfe/components interfaces to using NS_DECL_NSIFOO macro. Several interfaces in xpfe/components declared their own NS_DECL_IFOO macros; I moved those to generated NS_DECL_NSIFOO and will remove the definitions in a subsequent checkin to prevent any risk of mid-checkin skew. 1999-08-23 01:07:33 +00:00
ramiro%netscape.com 16bbd09726 cleanup linking of libmozreg. 1999-08-21 15:41:53 +00:00
mccabe%netscape.com d6e7410f31 Changes to the xpidl compiler -
Error if an interface is declared [scriptable], but contains methods that can't be scripted because they refer to native-declared types, unless the method is declared [noscript].

This change is intended to make it easier to determine when an interface is not scriptable, and to make it easier to see what changes need to be made to make it scriptable.

As many of the .idl files in the tree defined [scriptable] interfaces that contained non-scriptable methods, I've sprinkled [noscript] throughout.  As the interfaces weren't scriptable anyway, this shouldn't change their visibility to javascript.
1999-08-10 12:18:01 +00:00
cltbld%netscape.com 20b22c8659 make the CHROME rules play nice with obj-dir. fixes #11260 1999-08-06 22:45:47 +00:00
mscott%netscape.com 293095a950 fix build breakage...include config.mak 1999-07-29 03:59:32 +00:00
briano%netscape.com ea37bbc00a Trivial elimination of some pointless macros as discussed in bug 8568. Approved by leaf@mozilla.org. 1999-07-29 01:18:12 +00:00
law%netscape.com aceea7bbd5 New stream xfer dialog plus .dtds 1999-07-28 06:17:48 +00:00
law%netscape.com b0abbaff39 First Checked In. 1999-07-28 04:49:06 +00:00
briano%netscape.com d99daeea9b Cleaned it up and changed the name of libreg.{a,so} to libmozreg.{a,so} to fix the conflict reported in bug 8568. 1999-07-27 23:27:44 +00:00
law%netscape.com 92f5af7b31 Adding new .dtd files; a=mcafee 1999-07-27 22:47:56 +00:00
law%netscape.com ba584ab552 New and improved find dialog implementation 1999-07-16 01:54:44 +00:00
law%netscape.com 115fb07e4f Adding nsISearchContext to win/unix builds 1999-07-14 22:42:13 +00:00
sfraser%netscape.com 5a350831a6 Beep on search failure now. 1999-07-14 22:22:12 +00:00
sfraser%netscape.com fabf16eeed Make file dialog localizable, and try to set focus to the edit field. 1999-07-14 22:21:59 +00:00
law%netscape.com 47bb1ad72a Fix for bug #5635; reviewed by hyatt, approved by chofmann 1999-07-09 21:39:29 +00:00
law%netscape.com d0acc7c175 Updating; not part of the build 1999-07-08 00:49:34 +00:00
law%netscape.com 1a3bb9397a Delay loading of app shell components till required 1999-07-03 00:39:37 +00:00
scc%netscape.com 54c96baa72 |nsISupports::GetIID()| --> |nsCOMTypeInfo<nsISupports>::GetIID()| 1999-06-29 21:01:31 +00:00
gagan%netscape.com 7404d82a8b Argh.... missed a +. 1999-06-29 02:24:25 +00:00
gagan%netscape.com a78cd1e21b Necko changes (from Andreas) 1999-06-29 00:26:25 +00:00
law%netscape.com 3b2431e27e New interface to help replace use of nsIXULWindowCallbacks 1999-06-29 00:05:20 +00:00
warren%netscape.com f5e1196f42 Last of the necko ifdefs. Now we link with necko. 1999-06-28 10:35:57 +00:00
briano%netscape.com 349f2db66c Eliminated the bogus references to MKSHLIB_FORCE_ALL and MKSHLIB_UNFORCE_ALL that was breaking OpenBSD. 1999-06-25 22:18:16 +00:00
law%netscape.com 0dbeb9fdf7 Fix for bug #7148; set table width to 100% rather than fixed to avoid funky layout problems 1999-06-24 21:56:33 +00:00
danm%netscape.com 962c82d198 teach RunModalDialog to use extant windows; use one in NetSupportDialog (fixes bug 7858). remove AppShellService interface references 1999-06-24 03:29:22 +00:00
warren%netscape.com 23864df5e3 Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too. 1999-06-23 03:29:44 +00:00