Commit Graph

53979 Commits

Author SHA1 Message Date
norris%netscape.com
94fd9ef137 change FAILED color to red
git-svn-id: svn://10.0.0.236/trunk@48906 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 17:26:22 +00:00
norris%netscape.com
d2c3e4add4 Add test driver for rhino.
git-svn-id: svn://10.0.0.236/trunk@48905 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 17:24:14 +00:00
brade%netscape.com
e56cb73396 bug #14493; a=leaf; r=saari,sfraser. Start to implement proposed key spec (enough to match current editor assumptions). Send KeyPress events for all keydowns. Set or zero charCode and keyCode as appropriate. Have ConvertKeyEventToUnicode return the charCode (only for keypress). Add some additional infrastructure for when the spec is finalized.
git-svn-id: svn://10.0.0.236/trunk@48904 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 14:47:09 +00:00
brade%netscape.com
cb00c4c646 change api for ConvertKeyEventToUnicode to return charCode
git-svn-id: svn://10.0.0.236/trunk@48903 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 14:47:00 +00:00
rods%netscape.com
9eb14eae26 fixed rollup notification code
git-svn-id: svn://10.0.0.236/trunk@48902 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 12:03:44 +00:00
idk%eng.sun.com
bce2458b1a apdated test
git-svn-id: svn://10.0.0.236/trunk@48901 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 06:38:06 +00:00
idk%eng.sun.com
3f8850f8d2 Add support for multiple pluglets
add some checkings


git-svn-id: svn://10.0.0.236/trunk@48900 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 06:17:12 +00:00
sgehani%netscape.com
975d4b51d7 * Added support for recursive extraction of arbitrarily nested files in the core_file zip archive.
* Fixed welcome window to disable back button.

* Added PRE_BETA_HACKERY symbolic constant that alters the download and extraction location of the core_file to the user selected folder and does not run xpinstall, instead of the normal behavior of extracting the core_file in "Temporary Items" and loading and running all downloaded .xips through xpinstall.

* Fixed terminal window icon repaint bug 13770.


git-svn-id: svn://10.0.0.236/trunk@48899 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 06:06:58 +00:00
ftang%netscape.com
bd400aaca3 fix spelling error
git-svn-id: svn://10.0.0.236/trunk@48898 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 05:01:09 +00:00
pavlov%netscape.com
e06908e892 fix for build breakage on aix, hpux and other platforms no one uses a=briano
git-svn-id: svn://10.0.0.236/trunk@48896 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 04:21:58 +00:00
bienvenu%netscape.com
6fbcbb3bfc fix 14544 pop move msg filters broken r=dougt a=chofman
git-svn-id: svn://10.0.0.236/trunk@48895 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 04:18:00 +00:00
buster%netscape.com
ba9de776b0 13669: password data wrong if user types with 1 or more chars selec...
my bad, I make the assumption everywhere that start>=end at the end of
  GetTextSelectionOffsets().  Now I enforce that restriction before returning.

14430: partial fix for misbehaving inline attribute code


git-svn-id: svn://10.0.0.236/trunk@48894 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 04:01:10 +00:00
peterl%netscape.com
9462a868c5 Remember: always remove mapped attributes from hashtable before modifying them.
Fix bug 13589


git-svn-id: svn://10.0.0.236/trunk@48893 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 03:54:12 +00:00
ftang%netscape.com
f1cf169ff9 fix bug 13946
git-svn-id: svn://10.0.0.236/trunk@48892 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 03:27:53 +00:00
alecf%netscape.com
fc3f477712 oops, back out extra checkin
git-svn-id: svn://10.0.0.236/trunk@48891 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 03:02:00 +00:00
alecf%netscape.com
d99c798a9b misspelled variable - it's "folderTree" not "tree"
a=chofmann


git-svn-id: svn://10.0.0.236/trunk@48890 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 03:01:17 +00:00
saari%netscape.com
ffd3eb70d8 A better fix for blocker #14464. Reviewed by Hyatt w. permission from leaf/choffman
git-svn-id: svn://10.0.0.236/trunk@48889 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 02:31:37 +00:00
ftang%netscape.com
10bfc149b3 fix crash when the pref callback get call. Part of bug 14219
git-svn-id: svn://10.0.0.236/trunk@48888 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 02:10:15 +00:00
ftang%netscape.com
be323be1d1 hookup code for 14219
git-svn-id: svn://10.0.0.236/trunk@48887 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 02:08:39 +00:00
saari%netscape.com
9b2b7e5175 Fix for blocker bug #14464. Reviewed by Hyatt, checkin permission by leaf.
git-svn-id: svn://10.0.0.236/trunk@48886 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 01:55:41 +00:00
rjc%netscape.com
bf364b8d03 Fix bug # 14678: defer loading of Sherlock files until first usage. Approval: chofmann. Review: sdagley.
git-svn-id: svn://10.0.0.236/trunk@48885 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 01:11:03 +00:00
law%netscape.com
1db3eeda34 Get file download working; r=danm@netscape.com; a=chofmann@netscape.com
git-svn-id: svn://10.0.0.236/trunk@48884 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 00:49:15 +00:00
colin%theblakes.com
db1381d940 Add dist/bin to EXTRA_DSO_LDOPTS to locate xpcom. See bug 14562.
git-svn-id: svn://10.0.0.236/trunk@48883 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 00:27:00 +00:00
dp%netscape.com
d399f0104e UnloadAll() on non-native loaders.
git-svn-id: svn://10.0.0.236/trunk@48882 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 00:14:00 +00:00
buster%netscape.com
3f8d33af18 14602: IsEditable is broken.
removed optimization where we searched text strings and made our own guess about
  whether it was editable or not.  Now we just trust layout, if there's a frame, it's editable.


git-svn-id: svn://10.0.0.236/trunk@48881 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 00:10:51 +00:00
dp%netscape.com
7eab9cadfe Enabling xpcom shutdown to call NSCanUnload() on every component.
git-svn-id: svn://10.0.0.236/trunk@48880 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 00:01:53 +00:00
dp%netscape.com
5441bfb1ff Assertions to ensure proper shutdown of xpcom.
git-svn-id: svn://10.0.0.236/trunk@48879 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 00:00:08 +00:00
briano%netscape.com
ee360d3401 Reserved name __STDC__ cannot be defined as a macro name on AIX or OpenVMS.
git-svn-id: svn://10.0.0.236/trunk@48878 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 23:43:51 +00:00
colin%theblakes.com
2093fec6f2 comment in #endif was missing comment delimiters
git-svn-id: svn://10.0.0.236/trunk@48877 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 23:39:30 +00:00
briano%netscape.com
cddaf6ef4e Added OpenVMS to the 'list' of platforms that need to be excluded from using -D__STDC__. Approved by chofmann.
git-svn-id: svn://10.0.0.236/trunk@48875 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 23:22:07 +00:00
leaf%mozilla.org
d96e7f942e correcting package listing for rearranged js and dlls... not built, just packager stuff
git-svn-id: svn://10.0.0.236/trunk@48874 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 23:06:47 +00:00
rpotts%netscape.com
dee75ea3d4 bug #14457. Getting the webcrawler working again for QA...
git-svn-id: svn://10.0.0.236/trunk@48873 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 22:58:29 +00:00
cata%netscape.com
1a79d6c822 Fixing bug #14605.
git-svn-id: svn://10.0.0.236/trunk@48871 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 22:32:44 +00:00
rogerl%netscape.com
c5c6ab5de5 Can't assume object in reportConversionError is scriptable, so call more
generic java.object.toString instead.


git-svn-id: svn://10.0.0.236/trunk@48869 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 22:06:14 +00:00
matt%netscape.com
6541ace0b0 Just changing things...approved by leaf
git-svn-id: svn://10.0.0.236/trunk@48868 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 21:52:08 +00:00
idk%eng.sun.com
26cb2cc2d2 bug fix.
Call AddRef for StreamListener in PlugletInstance.NewStream


git-svn-id: svn://10.0.0.236/trunk@48865 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 20:16:11 +00:00
sspitzer%netscape.com
0d4138f7c1 fix for #14604. pop migration was broken on mac.
my code to migrate 4.x imap mail filters on the mac should only be run when we used pop in 4.x


git-svn-id: svn://10.0.0.236/trunk@48864 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 20:01:20 +00:00
slamm%netscape.com
2caf8aecc4 Add Backwards.pm, some examples, and make sure examples directory is created. Thanks to Justin Hitt <hittjw@navyair.navy.mil> for the patch.
git-svn-id: svn://10.0.0.236/trunk@48863 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 18:51:13 +00:00
norris%netscape.com
99d0d967f9 Allow a java.lang.String to be converted to a primitive string in getDefaultValue
git-svn-id: svn://10.0.0.236/trunk@48862 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 16:30:49 +00:00
norris%netscape.com
343f60c0f0 Fix "wapper".
git-svn-id: svn://10.0.0.236/trunk@48861 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 16:25:21 +00:00
terry%mozilla.org
2546af48d0 Patch by Tom Schutter <tom@platte.com> -- was setting milestone descriptions to NULL instead of ''.
git-svn-id: svn://10.0.0.236/trunk@48860 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 15:55:56 +00:00
briano%netscape.com
bebe05c549 Automated update
git-svn-id: svn://10.0.0.236/trunk@48859 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 10:01:17 +00:00
ramiro%netscape.com
1dffe81e41 Turn on (for real this time) stripping of uneeded symbols from
components.  Only for linux non debug builds.  Approved by mscott.


git-svn-id: svn://10.0.0.236/trunk@48858 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 09:54:00 +00:00
sspitzer%netscape.com
6e34fc6be0 fix for #13862
now we properly migrate imap filter rule files on the Mac.


git-svn-id: svn://10.0.0.236/trunk@48857 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 09:06:06 +00:00
ftang%netscape.com
7c68543645 add pref callback for charset detectors
git-svn-id: svn://10.0.0.236/trunk@48856 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 08:49:28 +00:00
rjc%netscape.com
c4c5b0daa4 Match up icons.
git-svn-id: svn://10.0.0.236/trunk@48855 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 08:32:36 +00:00
ftang%netscape.com
3276250245 use dtd for charset detectors menu (not the items yet). Fix typo of pref call
git-svn-id: svn://10.0.0.236/trunk@48854 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 08:26:29 +00:00
mscott%netscape.com
152c964a75 Bug #14072 --> throw up a dialog if the user tries to send a message
without providing a host name (i.e. they haven't set up there prefs right)


git-svn-id: svn://10.0.0.236/trunk@48853 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 08:25:58 +00:00
rjc%netscape.com
726f696f56 Add more search engines.
git-svn-id: svn://10.0.0.236/trunk@48852 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 08:25:42 +00:00
ftang%netscape.com
68603a5bdf add charset detectors menu
git-svn-id: svn://10.0.0.236/trunk@48851 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 08:24:57 +00:00