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

45374 Коммитов

Автор SHA1 Сообщение Дата
mccabe%netscape.com 522974aa44 Various fixes to xpidl. Note that this checkin will cause a rebuild of everything that depends on nsISupports.h. Fixes courtesy Mike Shaver, with small tweaks by McCabe. r=shaver, r=mccabe.
- Fix to bug 17013; have xpidl produce an error when encountering a native declaration without an associated (c++-name).

- remove many DEBUG_shaver lines.

- provide xpidl_tree_warning as a fallback for libIDL versions for which IDL_tree warning is bad, and NULL-proof our message callback function.  Also remove a 1k buffer limit from the message callback function.

- make enum in IDL files an error.  We don't support it, and love consts instead.

- Fix to 12684; don't allow [retval] parameter + return or multiple [retval] parameters.

- Fix to 13390; make non-{short,long} const a fatal error.
1999-10-27 00:37:39 +00:00
hangas%netscape.com 57ff059b36 Fixed the order of the stop and reload buttons on the browser. r=german 1999-10-27 00:17:16 +00:00
ftang%netscape.com 40d7a9cb87 add debugging code. change code so we won't call MapDBCSAttributeArrayToUnicodeOffsets when we are not composition. Sent length == 0 TextEvent if we got nothhing in IME_COMPOSITION. This is needed to delete the last unconverted text in IME. r=tague 1999-10-27 00:14:46 +00:00
ftang%netscape.com 911b9a8a40 implement input method highlight. r=tague 1999-10-27 00:10:03 +00:00
jj%netscape.com 96a79904b1 workaround to accept wildcards on Mac -- granrose. r=jj 1999-10-27 00:03:54 +00:00
rods%netscape.com 986d740c9d At kipp's suggestion I added a EnterReflowLock before and a ExitReflowLock
after my AppendReflowCommand. The reflow command gets "kicked off"
and it is now fixed. r=kipp, b=14771
1999-10-26 23:34:46 +00:00
sspitzer%netscape.com 5307d5a837 fix for #17212, r=mscott.
migrate imap servers that have the port in the name (like nsmail-2:143)
1999-10-26 23:34:30 +00:00
rods%netscape.com a1997ce8aa removed an unused variable and an extra decl and call to remove two warnings
r=none
1999-10-26 23:28:51 +00:00
mccabe%netscape.com 1254c49293 Fix IDL to use native <idl-name>(<C++-name>); instead of just native <idl-name>; This is prep to make the tree compile with a new error mode landing in xpidl shortly.
Preperatory to a fix to 17013; I'm doing this as a separate checkin to avoid any checkin-skew danger.

r=shaver.
1999-10-26 23:26:28 +00:00
rods%netscape.com 31eba9c93d changed param in the initializer to aContent instead of nsnull
r=kmcclusk,b=17015
1999-10-26 23:21:14 +00:00
gagan%netscape.com a50fd48f1b Fixed bugs 11677 (perf) 13837 (spaces) 14380 (leading spaces) 14707 (-1) 15069 (file://) r=valeski 1999-10-26 23:16:34 +00:00
cmanske%netscape.com 712a9be961 Fixed bugs 6278, 9758, 17014, 17071, 17160. r=sfraser,mjudge 1999-10-26 23:13:00 +00:00
mcafee%netscape.com 6f8e40e9a3 Clear alarm from AliveTest, this was causing alternating green/orange status. Thanks to alecf/slamm for debugging help. 1999-10-26 23:10:35 +00:00
cmanske%netscape.com 5bb65d5e4c Part of fix for 17160, remove TextEditor from Tasks menu. r=mjudge 1999-10-26 23:07:41 +00:00
rhp%netscape.com 2f88a37707 Cleaning up some comments. 1999-10-26 23:06:27 +00:00
tbogard%aol.net e08a7d9e0b Implemented the Destroy() method.... Which basically boils down to us returning out that we don't support the method. :) 1999-10-26 22:59:33 +00:00
wtc%netscape.com ad8288994c Bugzilla bug #17188: NSPR should not automatically set the SO_KEEPALIVE
socket option on a new TCP socket. The HAVE_SOCKET_KEEPALIVE macro is
obsolete. r=srinivas@netscape.com.
Modified files: _beos.h, _os2.h, _unixos.h, _win16.h, _win95.h, _winnt.h,
prsocket.c, and ptio.c.
1999-10-26 22:58:55 +00:00
tbogard%aol.net 82f5d65f7e Implemented a number of methods for the doc shell attributes. Setup and Init structure which is used to accept the settings of attributes until Create() is called. 1999-10-26 22:56:59 +00:00
rhp%netscape.com af58b2553c Update changes for Mac project...again 1999-10-26 22:56:18 +00:00
tbogard%aol.net 8741475238 Updated some of the documentation. 1999-10-26 22:54:26 +00:00
rhp%netscape.com 5846140159 Update changes for Mac project 1999-10-26 22:47:55 +00:00
norris%netscape.com b019c6ed88 Fix 16836 "Security error accessing DOM elements inside an IFrame"
r=vidur@netscape.com
Also, bug 16536 "Security disallows opening resource URL" no longer occurs after this fix.
1999-10-26 22:45:32 +00:00
rhp%netscape.com 918b142fa3 Changes for better text display and format flowed - Bug #16507 - r: rhp since this is externally contributed 1999-10-26 22:43:25 +00:00
pinkerton%netscape.com e6bcf54b32 File Removed. 1999-10-26 22:38:54 +00:00
pinkerton%netscape.com a8d49951d8 use new chrome idl project instead of generated header file (r=hyatt). 1999-10-26 22:38:40 +00:00
pinkerton%netscape.com 93011417fb First Checked In. 1999-10-26 22:37:45 +00:00
slamm%netscape.com bdb131fdf6 Add entity for bookmarks menu on personal toolbar 1999-10-26 22:10:15 +00:00
varada%netscape.com 64c143ce0e fixes for bug #8977 9097 1999-10-26 22:07:57 +00:00
valeski%netscape.com 59631a61ab fixing bustage 1999-10-26 22:07:50 +00:00
jj%netscape.com ea27a01d77 File Removed. 1999-10-26 21:53:43 +00:00
dougt%netscape.com fadd4861ea People will not like to see my debugging info about object retention. Remov
ing #define.
1999-10-26 21:44:02 +00:00
brade%netscape.com 0261db1f5b First Checked In. 1999-10-26 21:27:05 +00:00
terry%mozilla.org bcede772bf Fixed perl warning. 1999-10-26 21:14:01 +00:00
varada%netscape.com 298da6b4dc fixing string.ini for online help from show example 1999-10-26 21:13:16 +00:00
varada%netscape.com aba64f5142 fixing checklist.ini for online help 1999-10-26 21:12:56 +00:00
varada%netscape.com 269378a4f6 fix for bug#10810 if Help=Online;url is included in the ini file then the online help is launched with that url 1999-10-26 21:10:39 +00:00
valeski%netscape.com edb4227397 17270, r=dougt@netscape.com. These changes move FTP from interface pointers to COMptrs. There is also a variable name change, mUrl -> mURL. Also some extraneous pipe code has been removed. 1999-10-26 20:55:50 +00:00
mstoltz%netscape.com 99c58b1613 Fixed Windows breakage from converting const nsZIpItem* to nsZipItem*. r=dveditz 1999-10-26 20:45:21 +00:00
mscott%netscape.com 931e9f189d Bug #14928 -- > url dispatching. Change DoContent to return a stream listener instead of
a nsIContentViewer.
r=travis
1999-10-26 20:35:21 +00:00
rogerl%netscape.com e8f48b9e26 Changed from pic to PIC for Solaris build per Vishy. 1999-10-26 20:34:55 +00:00
pinkerton%netscape.com a1a9cb36ac add case for unicode flavor, which i guess was forgotten before. now apps that request unicode get unicode. bug# 16267 r=hyatt/pav. thanks to VYV03354@nifty.ne.jp for pointing this out. 1999-10-26 20:33:30 +00:00
pinkerton%netscape.com 241718109f Cleaned up the code and fixed a bug where data was not being null terminated on winNT.
partial fix for bug #16267 (r=hyatt/pav).
1999-10-26 20:31:54 +00:00
ftang%netscape.com c6e8683b06 change #ifdef DEBUG_tague to #if defined(DEBUG_tague) || defined(DEBUG_ftang) 1999-10-26 20:17:36 +00:00
nhotta%netscape.com f890249d9c Unicode encoder related change for unmapped characters.
If unicode encoder cannot map a character to the target encoding, it returns used unicode length including the unmapped character.
That is true for all encoder except ISO-2022-JP (bug #15706). Changed the callers to match the encoder behavior. bug 8865, r=cata.
1999-10-26 20:16:11 +00:00
ftang%netscape.com f4976afebf fix IME assertion problem . r=jfrancis 1999-10-26 20:04:47 +00:00
putterman%netscape.com 8aaaf5a4b6 No bug. reviewed by bienvenu. OnKeyDeleted wasn't sending the correct parent
thread value because the message was being deleted before we saved off the parent.
1999-10-26 19:52:20 +00:00
slamm%netscape.com 3749b4c223 Tweak sidebar styles. r=german. 1999-10-26 19:45:25 +00:00
dougt%netscape.com 59c7f39506 merging FILESEP and DIRECTORY_SEPARATOR. they both do the same thing. 1999-10-26 19:45:18 +00:00
slamm%netscape.com c9a6e3c1ce Use real separator on personal toolbar menus. r=hyatt 1999-10-26 19:44:22 +00:00
slamm%netscape.com 681c4fa019 Add bookmarks button (bug #14502) to personal toolbar. Fix spacing of buttons on personal toolbar. r=hyatt 1999-10-26 19:43:32 +00:00