Commit Graph

46548 Commits

Author SHA1 Message Date
erik%netscape.com
be75e7427b bug 15627; got rid of compiler warning; r=none 1999-11-15 21:18:24 +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
erik%netscape.com
1f0f8bb2c1 bugs 15496 and 15520; put the input method window at the right location
when the user focusses a window and when the user types into the window;
coded by tajima@eng.sun.com; r=erik
1999-11-15 21:14:05 +00:00
akhil.arora%sun.com
45c92f0b12 17549 r=akhil.arora@sun.com fix=Igor Nekrestyanov <nis@sparc.spb.su>
Maintain association of java dom listeners with native dom nodes
1999-11-15 21:12:49 +00:00
brendan%mozilla.org
c86e8ff2fe Disassembler uses ToSource, not ToString, where appropriate (DEBUG only change). 1999-11-15 21:11:59 +00:00
putterman%netscape.com
7a6702f1b0 Partial fix for 10208. When adding items to a container, update the empty attribute. reviewed by
waterson.
1999-11-15 20:58:39 +00:00
ftang%netscape.com
b125de60fe add nsIKBStateControl for IME force commit and password field disable. Change window implementation to implement nsIKBStateControl in nsWindow. Fix 12250 by filtering out the composition window flag in OnIMESetContext. r=erik 1999-11-15 20:57:41 +00:00
putterman%netscape.com
f0fed40b89 Fixes leak. Reviewed by law. 1999-11-15 20:57:24 +00:00
morse%netscape.com
cace671495 fix bug 17945, string concatenation in localizable strings, r=erik 1999-11-15 20:53:16 +00:00
brade%netscape.com
899fde519d File Removed. 1999-11-15 20:46:30 +00:00
ssu%netscape.com
06a1aa4bb3 added myself as the module owner in this makefile 1999-11-15 20:24:25 +00:00
ssu%netscape.com
b6922ccfe1 fixing bug #18867. This now builds the resource file required to run setup.exe. This does not require MFC. It only affects windows platforms. 1999-11-15 20:13:53 +00:00
don%netscape.com
1a4cd9e0a6 Checked in saari fix for bug #18876 to help re-open tree. r:saari 1999-11-15 20:09:37 +00:00
rickg%netscape.com
516adaef6c reenabled safer version of assertion 1999-11-15 17:10:06 +00:00
rickg%netscape.com
a45e164ae6 disable overambitious assert for now; r=rods; a=leaf 1999-11-15 16:38:29 +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
karnaze%netscape.com
0a147c2499 removed allocation warning messages 1999-11-15 15:42:20 +00:00
dcone%netscape.com
dee8f4a5a5 DrawDashedSides now used the correct height and width for the right and bottom 1999-11-15 15:33:25 +00:00
rods%netscape.com
a324ea0624 Fixing focus & blur event dispatch (mostly having to do with native windows in embedded webshells)
Fixing the sizing issues related to box-sizing for CSS.
r=buster, bug 17196,18448
1999-11-15 15:20:03 +00:00
rods%netscape.com
8313932cd7 temporarily adding box sizing utility methods to help forms calculate their size
appropriately for box sizing.
r=kmcllsuk, bug 18448
1999-11-15 15:16:28 +00:00
rods%netscape.com
3989b4018f It will now mask out any focus events that may be generated because of native windows
r=buster, bug 17196
1999-11-15 15:13:12 +00:00
rods%netscape.com
1cbaf268cf added the call DoneAddingContent for the select after it has been created.
r=dcone,bug 18784,16821
1999-11-15 15:11:33 +00:00
pavlov%netscape.com
221d930585 I suck. 1999-11-15 11:40:00 +00:00
pavlov%netscape.com
9ba39e01cd add GetDefaultString() r=mozbot 1999-11-15 11:16:06 +00:00
tbogard%aol.net
00670b90c7 Changes to reflect changes in nsIContentViewerContainer usage. 1999-11-15 10:51:57 +00:00
pavlov%netscape.com
5c6132303f unix nsIFilePicker implimentation r=travis 1999-11-15 10:36:10 +00:00
pavlov%netscape.com
1c08119ec7 show returns a short instead of a boolean r=travis 1999-11-15 10:19:00 +00:00
pavlov%netscape.com
6c82995254 added files: mozilla/widget/public/nsIFilePicker.idl 1999-11-15 09:34:26 +00:00
pavlov%netscape.com
a7b19f43de add nsIFilePicker.idl to the manifest 1999-11-15 09:33:34 +00:00
pavlov%netscape.com
1561439e1a leave nsIFileWidget, add nsIFilePicker as the one true file picker. add this to the build. r=travis 1999-11-15 09:32:51 +00:00
pavlov%netscape.com
d7186f075a create one true scriptable file picker interface r=travis 1999-11-15 08:13:40 +00:00
nisheeth%netscape.com
6e014462c0 Checkin won't affect build. Re-applying mozilla specific defines that weren't included in the source drop from Keith. 1999-11-15 07:48:36 +00:00
tbogard%aol.net
2611ac719c Removed temporary QI to nsIContentViewerContainer as nsISupports is what is needed on the parameter anyway. r=pavlov 1999-11-15 07:47:01 +00:00
nisheeth%netscape.com
1fd50f82ff Checking not part of build. Removing files that had gotten checked in with upper case filenames. 1999-11-15 07:30:52 +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
tbogard%aol.net
448788611a Changed references to nsIContentViewerContainer to nsISupports in the march to get rid of nsIContentViewerContainer. Fixed some refcounting (or lack there of). This module NEEDS SERIOUS XPCOM work and review. r=pavlov 1999-11-15 07:28:44 +00:00
nisheeth%netscape.com
b23785247d Checkin not part of build Checking in new files for Transformiix from Keith Visco (keith@ziplink.net) 1999-11-15 07:28:04 +00:00
nisheeth%netscape.com
66bd062119 Checkin not part of build. New version of Transformiix from Keith Visco (kvisco@ziplink.net) 1999-11-15 07:13:17 +00:00
sfraser%netscape.com
417c837351 Removed nsKeyBindMgr.cpp from teh project. 1999-11-15 06:44:04 +00:00
tbogard%aol.net
cfa842722b Removed these two files which are no longer used. r=pavlov. 1999-11-15 05:09:39 +00:00
beard%netscape.com
f96187be6b bug #15906, moved stubs from NSStartup.c to nsGCStubs.c. 1999-11-15 03:44:13 +00:00
beard%netscape.com
7c598208c3 bug #15906: added symbol_name parameter to GC_address_to_source, instead of relying on traceback table. 1999-11-15 03:26:03 +00:00
wtc%netscape.com
e3febb50ba Bugzilla bug #18826: some systems don't have RTLD_LOCAL defined. Thanks
to dejong@cs.umn.edu for the bug report and suggested fix.
1999-11-15 00:07:00 +00:00
rickg%netscape.com
3ac1556fa6 trivial removal of warnings; r=none 1999-11-14 23:15:35 +00:00
rbs%maths.uq.edu.au
b870715d78 Catching up with recent changes in layout. Update to auto-install the mathml.dtd in bin/dtd/ 1999-11-14 23:10:56 +00:00
rbs%maths.uq.edu.au
ed43efab5f Catching up with recent changes in layout 1999-11-14 22:15:05 +00:00
putterman%netscape.com
ac218be14f Fix potential crash from last checkins that might occur when shutting down without
having run mailnews.
1999-11-14 22:03:24 +00:00
putterman%netscape.com
46acd7660f Fix for 17712. Reviewed by bienvenu and alecf. Mailnews shuts down accounts, biff,
and folders properly as an xpcom shutdown observer.
1999-11-14 20:36:22 +00:00
jdunn%netscape.com
fc0b3a7bf4 adding newline at end of file... required by HP 1999-11-14 20:26:08 +00:00
morse%netscape.com
05aad93e44 fix bug 17957, confirmation when changing password, r=dp 1999-11-14 16:17:01 +00:00