Commit Graph

5842 Commits

Author SHA1 Message Date
cls%seawood.org
8e82535d4f Bringing BeOS up to speed 2000-07-26 06:22:37 +00:00
morse%netscape.com
3eecef36a3 fix bugs 45096 and 42434, host wallet interview and samples on netcenter for commercial product 2000-07-26 02:55:39 +00:00
dprice%netscape.com
088b27f24a removing incorrect files from manifest
NOT IN BUILD
2000-07-26 00:46:22 +00:00
ben%netscape.com
d9905f99ea oops, forgot to remove entry for cache dir from _elementIDs array at
top of file.
2000-07-25 23:43:44 +00:00
ben%netscape.com
52812d899f remove ability to select cache folder. so few people use this pref,
and there were bugs associated with it that were causing mac to
croak (45394). If anyone feels strongly about this, feel free to fix
the bugs and re-enable the pref ;) r=suttree@bellatlantic.net (chrisn)
2000-07-25 23:29:59 +00:00
ben%netscape.com
07a67760f7 fix lock icon in navigator statusbar so tooltip displays, r=pchen 2000-07-25 23:03:42 +00:00
pollmann%netscape.com
289eee7f72 Bug 35875: Display sidebar search results when single engine selected after multiple engines selected. r=rjc 2000-07-25 21:06:40 +00:00
shanjian%netscape.com
2bb2e18c37 #42837
This should have been checked in before, do not know why it is not.
add a id to composer charset popup menu in order to reference it
in overlay file.
2000-07-25 14:46:55 +00:00
morse%netscape.com
f84230f31a quickfill has reappeared on menu -- backing out part of changes made for 1.8 2000-07-25 13:06:19 +00:00
ben%netscape.com
997e1b14fe fix js error in theme switching pref panel (forgot to check in an update for this
file with my check in to this panel last ngiht)
2000-07-25 06:33:03 +00:00
warren%netscape.com
6764a771dc Added a cast to make gcc happy. 2000-07-25 06:31:20 +00:00
warren%netscape.com
2b01440bc0 Factored string bundles out of necko. Fixes bug 42107 - need to fix string bundle init workaround. Also bug 40506 - nsIWebProgressListener needs status text. Status messages now work in mozilla and viewer with internationalized and parameterized text! Added temporary error architecture until bug 13423 can be fixed. Extended nsIStringBundleService to provide method to format status message. r=valeski,jband,tao. verified=mstoltz 2000-07-25 05:45:56 +00:00
hyatt%netscape.com
76dcb92bfe Fix for 45663. r=danm 2000-07-25 00:38:40 +00:00
hyatt%netscape.com
60678d4436 Fix for 45663. r=danm 2000-07-25 00:35:39 +00:00
ben%netscape.com
f35042debf fixing some of the broken search functionality for 45221, so that nsbeta2 doesnt go out with a broken search feature. 2000-07-24 23:46:26 +00:00
hyatt%netscape.com
989e4fa81b Fix for 45951. r=waterson. 2000-07-24 22:42:55 +00:00
nhotta%netscape.com
1c822e96a7 Fixed a typo "so-8859-2" to "iso-8859-2", bug 46075, r=ftang. 2000-07-24 21:56:33 +00:00
ben%netscape.com
29c62205b4 Windows quit menuitem should read "Exit" not "Quit", 4908. Fixing a really annoying
and yet trivial platform bug.
2000-07-24 12:42:38 +00:00
ben%netscape.com
634a2bbd89 fix for 43350, provide some warning about impending data loss before switching themes 2000-07-24 12:11:24 +00:00
rjc%netscape.com
9a96198bb3 Trivial fix for bookmark panel sorting. (Slamm apparently renamed the routine, so just use the new name.) r=me 2000-07-23 10:37:27 +00:00
rjc%netscape.com
1a601a9d23 Simple fix: Be sure to include the XUL overlay utilityOverlay.xul for the getBrowserURL() function. r=me 2000-07-23 08:44:59 +00:00
rjc%netscape.com
5a5f095bd7 Fix bug # 46052: simple misspelling fix. 2000-07-23 08:20:47 +00:00
rjc%netscape.com
371729ddfc Fix bug # 44688: simple fix for columns in bookmarks search window. r=me 2000-07-23 07:05:29 +00:00
dprice%netscape.com
f9bb9d44bd correcting locale info 2000-07-22 09:17:52 +00:00
dprice%netscape.com
7ed6035b9d updating locale info 2000-07-22 09:12:23 +00:00
dprice%netscape.com
eafe83d871 corrected locale info 2000-07-22 09:09:39 +00:00
dprice%netscape.com
306fd43809 adding a few files I missed 2000-07-22 08:51:35 +00:00
dprice%netscape.com
707335553b adding chrome manifest 2000-07-22 08:47:14 +00:00
dprice%netscape.com
f560769843 adding chrome manifest file for comminicator 2000-07-22 08:08:49 +00:00
dprice%netscape.com
1e9be66f34 fixing typos
NOT IN THE BUILD
2000-07-22 07:38:58 +00:00
waterson%netscape.com
b9428404ee Bug 45698. Land PLUGIN_LOVE_2000_07_17_BRANCH. r=av 2000-07-22 02:11:04 +00:00
alecf%netscape.com
289966f27f fix for #44876 contributed by timeless@bemail.org
r=alecf, a=brendan@mozilla.org
update tasks menu to spec
2000-07-22 01:39:44 +00:00
edburns%acm.org
deeefe08ac bug=23157
r=dougt, Conrad Carlen
a=dougt, Conrad Carlen

Use Moz_BinDirectory instead of OS_CurrentProcessDirectory
to allow embedding apps to use mozilla.
2000-07-22 00:54:07 +00:00
akkana%netscape.com
1620537c33 42885: cvs remove files which are no longer used -- they've
been moved from global to communicator.  r=ben.
2000-07-21 23:21:54 +00:00
bryner%uiuc.edu
d46984e2f6 Fix bug 45786 - need to use getService(), not createInstance() to get the
clipboard.  r=jelwell,rjc.
2000-07-21 22:19:20 +00:00
nhotta%netscape.com
8b154b51b4 Added code to pass default charset to directory viewer, bug 28787, r=law. 2000-07-21 22:15:18 +00:00
dprice%netscape.com
9191a79c25 fixing typos 2000-07-21 06:39:21 +00:00
dprice%netscape.com
dcb3ed7661 adding manifest file for jar repackaging of the chrome
NOT IN THE BUILD
2000-07-21 06:38:38 +00:00
bryner%uiuc.edu
2fba4ffe54 Fix for dogfood bug 45986. r=akkana. 2000-07-21 02:10:05 +00:00
ben%netscape.com
c8654807b3 b44281, r=don, a=don 2000-07-21 00:38:04 +00:00
edburns%acm.org
9969ad3c8a bug=43280
a=av
r=av

Add a "don't show this dialog again" feature to the
"No Default Plugin Dialog".  In addition, don't display the dialog
more than once per mime-type per session.
2000-07-20 22:53:32 +00:00
ftang%netscape.com
afd789602b more fix for 39790 which we forget. change intl.charset.default to navigator.properties
r=nhotta/cata
2000-07-20 21:09:11 +00:00
pinkerton%netscape.com
b57e3fbcdc don't use webshell.mcp, use docshell.mcp. 2000-07-20 19:11:04 +00:00
mkaply%us.ibm.com
ee0249ccf8 #45973
r=dougt, a=brendan
OS/2 specific changes for nsAppFileLocationProvider.cpp
2000-07-20 18:55:28 +00:00
tao%netscape.com
3ed004686f 39790: [L12y] Move all localizable prefs into chrome://.a=ftang. piggy back
ftang's hacky code. To be replaced by ben.
2000-07-20 00:00:29 +00:00
conrad%ingress.com
076cacd9dc - Not yet part of build - Changed name of Debug target 2000-07-19 22:43:50 +00:00
ftang%netscape.com
fa65fbdc4b fix 39790 . r=tao,nhotta move send_default_charset , view_default_charset to property 2000-07-19 22:39:37 +00:00
mcafee%netscape.com
6e5119637e Ignore generated files. 2000-07-19 22:13:17 +00:00
dougt%netscape.com
57c31623c5 Damnit., missed this file. 2000-07-19 22:10:49 +00:00
conrad%ingress.com
db6eb046ac Not part of build! Added some <includes> needed on Mac 2000-07-19 21:47:08 +00:00