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

552 Коммитов

Автор SHA1 Сообщение Дата
seawood%netscape.com 322da773fb Removing old nmake build makefiles. Bug #158528 r=pavlov 2002-08-10 07:55:43 +00:00
jruderman%hmc.edu d5eb2bb1ef 86063 and 134614. add ctrl+shift+f shortcut for "search the web" and make "search the web" go to the user's selected search engine. r=aaronl,sgehani, sr=hewitt. 2002-06-19 00:50:20 +00:00
cbiesinger%web.de 15a321ca78 bug 115473 r=pavlov sr=brendan
Remove timer priorities
2002-06-11 20:47:04 +00:00
nhotta%netscape.com 12261cb4fa Map charset name to charset atom, this fixes the charset name canonicalization problem (e.g "utf-8" vs "UTF-8"),
bug 138638, r=rjc, sr=alecf.
2002-06-11 20:19:21 +00:00
bryner%netscape.com ebfc9aa0cc Don't let sidebar panels take focus unless the user just selected the panel (i.e. don't focus them when a new window is opened). Bug 76621. r=blake, sr=jag. 2002-05-29 05:06:42 +00:00
nhotta%netscape.com 721659cf7e Use "sourceTextEncoding" to convert search name and description,
bug 92314, r=rjc, sr=alecf.
2002-05-17 22:30:50 +00:00
dougt%netscape.com c683a217ab Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756 2002-05-15 18:55:21 +00:00
danm%netscape.com b23402bc6b death to compiler warnings. bug 126488 code=ayn2@cornell.edu r=jag,rjc 2002-05-13 21:46:24 +00:00
darin%netscape.com 6fd5862e6e fixes bug 142870 "nsIFile should use UCS-2 instead of UTF-8"
r=dougt sr=alecf
2002-05-07 23:07:19 +00:00
alecf%netscape.com 58ad7ad612 Fix for bug 138299 - switch consumers of nsIWindowMediator service to use the non-RDF contractID, in preparation for bug 132175
r=danm, sr=jag
2002-04-30 01:36:59 +00:00
blakeross%telocity.com 1235b35158 32034 - sidebar search fails if no navigator windows are open. r=bryner sr=ben 2002-04-29 03:00:57 +00:00
darin%netscape.com e554d83626 fixes bug 129279 "nsIFile unicode/utf8/ascii task"
r=dougt sr=alecf
2002-04-27 05:33:09 +00:00
seawood%netscape.com c0ec608df6 Add 'make install' target to build. It's "MRE-friendly". (See http://www.mozilla.org/projects/embedding/MRE.html for details.)
Changes:
* Added EXTRA_COMPONENTS variable to build.  Use it to automagically install files into the components dir.
* Added SYSINSTALL variable.  Use it install files onto the system.
* Move mozilla-config generation from configure to makefiles
* mozilla-config will now generate paths based upon the MRE-based directory layout.
* Generate mozilla script from template

The installation heirarchy currently looks like:
$prefix -> /bin/mozilla
           /bin/mozilla-config
           /include/mozilla-ver/*
           /lib/mozilla-ver  (mozappdir)
                            /components
                            /res
                            /defaults
                            /chrome

There is preliminary build support for MRE dirs as well though the component manager hasn't had MRE support added yet.

$prefix -> /lib/mre/mre-ver  (mredir)
                            /components
2002-04-25 02:52:44 +00:00
hewitt%netscape.com d38a0937d9 bugs 110156, 110155
Removing support for <outliner> tags
Removing <tree> layout code and moving <tree> tags to outliner layout
Convert all usage of <outliner> to tree tags
Convert all usage of <tree> tags to new <tree> syntax or <listbox>
r=cmanske,varga sr=hyatt,sspitzer a=asa

Also includes fixes by Jan Varga (varga@utcruk.sk) for bugs 132020, 133451, 131393, 115894, and 129327
2002-03-29 02:46:01 +00:00
seawood%netscape.com f940144626 Remove xp_core.h & xp_mem.h and all build references to them.
Remove cruft from xp_mcom.h & xp_str.h.
Bug #38061 r=brendan sr=alecf a=valeski
2002-03-27 06:02:39 +00:00
blakeross%telocity.com 040e6dbee6 125970 - dialog to change default search engine appears on clicking scroll arrow. r=sgehani sr=hewitt a=scc 2002-03-24 02:59:50 +00:00
dbaron%fas.harvard.edu b280e94dfe Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa 2002-03-23 21:23:50 +00:00
sgehani%netscape.com 974387c8cb Polish search results.
b=106127; r=morse; sr=hewitt; a=asa
2002-03-21 23:29:56 +00:00
darin%netscape.com 9fbd1028d6 b=128508 "freeze nsIChannel nsIRequest" r=gagan, sr=rpotts, a=asa 2002-03-20 22:50:33 +00:00
alecf%netscape.com 1de7da5660 *sigh* more nmake bustage 2002-03-19 08:04:27 +00:00
alecf%netscape.com 451df7d6c3 a further nsString api reduction: remove the last case-insensitive PRUnichar*-to-PRUnichar* comparisons, moving to new API, and remove old methods from nsString. r=dougt, sr=jag a=scc 2002-03-19 06:46:56 +00:00
darin%netscape.com f1a6738b6c fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa 2002-03-06 07:48:55 +00:00
ben%netscape.com d00dee74bc updating nsIBookmarksService caller 2002-02-20 04:35:57 +00:00
ben%netscape.com 5a5bbe404b Updating call sites of bookmarks-service methods to use new method names.
r=rjc, sr=hyatt
2002-02-20 04:18:07 +00:00
cathleen%netscape.com a6a1655268 eliminate nsCRT::strlen for char* strings (part 4), bug 124536 r=dp sr=brendan 2002-02-19 16:01:45 +00:00
sgehani%netscape.com b29d54feb6 Don't show a cancel button since cancel doesn't do anything.
Temporary fix for b=40898; r=morse; sr=blake
2002-02-17 01:53:34 +00:00
sgehani%netscape.com 7a211baa1a Make bugzilla sherlok plugin search by term rather than assigned_to.
b=83052; r=sgehani; checking in for Mike Young <youngfam@nni.com>
2002-02-15 00:52:31 +00:00
rjc%netscape.com 08a36ac1b2 Fix bug # 12532: menu addition. Patch from pbelle123, r=rjc sr=ben 2002-02-13 21:46:00 +00:00
rjc%netscape.com 67e4f7cf4f Fix bug # 122952: Mac OS X internet search issues. r=sdagley,sfraser 2002-02-02 01:35:33 +00:00
heikki%netscape.com 55a5667dd2 Bug 106053, remove unused XHTML namespace declarations, and fix incorrect namespace usages. r=harishd, sr=hewitt. 2002-01-31 22:12:36 +00:00
sfraser%netscape.com d133d4956f Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson 2002-01-30 21:14:20 +00:00
alecf%netscape.com 28b3772942 First part of fix for bug 107575 - remove nsString::FindChar because there is already an nsAString::FindChar, and remove the "ignore case" option in RFindChar
r=dougt, sr=jag
2002-01-30 06:04:29 +00:00
jst%netscape.com 74b270f1db Fixing bug 120899. Changing the NS_WARN_IF_FALSE() macro so that it can't be mis-used in optimized builds. This change makes the macro not usable in expressions that are supposed to be evaluated in release code since the macro now expands to nothing in non-debug builds. Also eliminate NS_VALIDATE which is equally mis-usable. r=dbaron@fas.harvard.edu, sr=brendan@mozilla.org 2002-01-24 09:20:51 +00:00
hewitt%netscape.com 7f0e98bdd5 104401 - eliminate mOuter aggregate from nsXULElement, r=waterson, sr=hyatt 2002-01-12 01:20:29 +00:00
rjc%netscape.com 6ce943b0bd Fix bug # 77460: reduce string usage in search handling. r=ben r/sr=jag 2002-01-11 00:44:16 +00:00
stephend%netscape.com bb13bf71ac Bug 118682. Javascript strict warnings in search-panel.js. Patch by Stephen Walker <walk84@yahoo.com> r=stephend/sr=alecf 2002-01-09 10:36:42 +00:00
alecf%netscape.com fddcae4787 mac-side of removal of nsIFile.URL - one last one? r=dougt, sr=darin bug 100212 2002-01-09 02:30:09 +00:00
alecf%netscape.com 5965318acb C++ side of fix for bug 100212 - move consumers of nsIFile.URL into nsIIOService. r=dougt, sr=darin 2002-01-08 01:31:25 +00:00
ccarlen%netscape.com 525230cf76 Bug 100828 - nsLocalFileMac reworking. r=rjc@netscape.com/sr=sfraser@netscape.com 2002-01-07 14:35:04 +00:00
seawood%netscape.com 45bfbf0658 Landing the rest of the win32 gmake changes:
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup

Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
alecf%netscape.com cb89e32345 bug 110308 - remove dead .mcp files - no reviewer possible, but suggested by brade 2001-12-17 15:21:14 +00:00
jaggernaut%netscape.com ee12112b29 Remove timer from REQUIRES, the makefile.win edition 2001-12-16 18:08:20 +00:00
jaggernaut%netscape.com 4f507b8511 Remove timer from REQUIRES. r=pavlov 2001-12-16 17:02:31 +00:00
jaggernaut%netscape.com 97b0530073 Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf 2001-12-16 11:58:03 +00:00
rjc%netscape.com 7cef4f0b2f Fix bugs 113745, 113742 and 114811: all regarding "moz-icon:". Fix up XP_MAC code to use Mac OS's Icon Services, and expose platform icons in file:/// display and search panel (and search preferences panel). Mixture of r/srs: sdagley, ben, and smfr 2001-12-15 01:59:50 +00:00
ccarlen%netscape.com 95ce5e2693 Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser 2001-12-11 05:25:50 +00:00
ccarlen%netscape.com b564bb181b Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser. 2001-12-10 21:20:58 +00:00
sgehani%netscape.com bd043e0f4c Make "Search for:" bookmark string localizable.
b=113341; r=morse; sr=alecf
2001-12-07 21:45:27 +00:00
sgehani%netscape.com ed39cb8438 Fix Netscape search sherlock plugin.
b=112029; r=morse; sr=alecf
2001-11-30 00:37:13 +00:00
sgehani%netscape.com ca8d18178f Ask user if they'd like to make the search sidebar tab engine selection
their default search engine.
b=100078; r=morse; sr=alecf
2001-11-29 23:51:47 +00:00