sfraser%netscape.com
2795fbd65a
Another teeny project fix -- remove obsolete lib/xp paths in the two static targets (which are not built anyway). r=moose
1999-10-27 06:44:44 +00:00
sfraser%netscape.com
c4f0132c82
Fix the output file (RDF.header -> chrome.headers) so that .h file generation dependencies work properly. Fixes the red tree. r=mscott
1999-10-27 06:42:07 +00:00
rpotts%netscape.com
17438e6544
These are pollmanns changes for bug #8209 and other related POSTing bugs r=rpotts
1999-10-27 06:35:03 +00:00
mcafee%netscape.com
50c0b37f62
switching to absolute leak/bloat numbers.
1999-10-27 06:34:28 +00:00
sfraser%netscape.com
23b4cda2b7
Really change to using the NSComponent library. the opt target still had NSStartup. r=moose.
1999-10-27 06:31:40 +00:00
pavlov%netscape.com
59f4ea85ef
check for null r=alecf
1999-10-27 05:51:05 +00:00
putterman%netscape.com
3964bb3ac5
Fix for 17277. reviewed by mscott. Delete selects next message instead of previous.
1999-10-27 04:46:12 +00:00
bienvenu%netscape.com
212c946904
add accessor for load group on doc loader r=rpotts
1999-10-27 04:44:42 +00:00
troy%netscape.com
e2dfeedb8d
Changed view to be stored as a frame property instead of a member data
...
of nsFrame
1999-10-27 03:56:14 +00:00
mccabe%netscape.com
7411a6b98e
Undo overly-hasty backout. This reinstates part of my recent checkin.
1999-10-27 03:44:38 +00:00
saari%netscape.com
3f5758610e
Making popups not steal activation on MacOS. r: pinkerton, no bug number that I'm aware of
1999-10-27 03:32:35 +00:00
tbogard%aol.net
d048c202c8
Create an initialization structure to hold data until window created. Added a lot of implementation for many of the accessors. Filled in a lot of other first cut implementation.
1999-10-27 02:45:49 +00:00
tbogard%aol.net
0489a28de1
For some reason to get an nsRect implementation you have to link with gfx. Yeah, that's componentized!
1999-10-27 02:44:49 +00:00
beard%netscape.com
602f4ce6b8
make warnings not terminate build. fix bustage, r=mccabe
1999-10-27 02:44:34 +00:00
tbogard%aol.net
274f096f69
Boundary checking.
1999-10-27 02:44:01 +00:00
tbogard%aol.net
e6cd8bdc20
A little more documentation.
1999-10-27 02:43:37 +00:00
hyatt%netscape.com
deace1a2e2
making the chrome registry work with dynamic overlays r=pavlov
1999-10-27 02:21:05 +00:00
mccabe%netscape.com
e0897b5f5f
Debust mac-specific \r-related tree breakage.
1999-10-27 01:28:59 +00:00
troy%netscape.com
8b70d1eabe
Change to some assertions in debug mode
1999-10-27 00:53:15 +00:00
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