Commit Graph

1257 Commits

Author SHA1 Message Date
seawood%netscape.com
8f5c0d4b40 Call SetCurrentProfile so that LoadNewProfilePrefs() is using the correct profile when checking for new files.
Bug #168433 r=ccarlen sr=alecf
2002-09-18 17:14:49 +00:00
sspitzer%netscape.com
83355ac5bd remove sidebar from mail. part of bug #168670. r/sr=bienvenu 2002-09-14 19:05:51 +00:00
sspitzer%netscape.com
a573621e85 remove defaults for ab sidebar, since it is gone now. bug #162785. r/sr=bienvenu 2002-09-14 15:18:25 +00:00
dougt%netscape.com
68faeb5241 166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com 2002-09-07 17:13:19 +00:00
sspitzer%netscape.com
f8534aaca7 fix build bustage 2002-09-07 13:40:32 +00:00
dougt%netscape.com
f2a00efc93 Move FROZEN ContractID into nsXPCOM.h and define r=rpotts, sr=alec, b=166426 2002-09-03 23:36:13 +00:00
timeless%mac.com
89f954057e Bug 132209 Many XUL documents are invalid XML (<!DOCTYPE window ...>)
patch by riceman+bmo@mail.rit.edu r=timeless rs=jag
2002-09-03 14:53:25 +00:00
cbiesinger%web.de
80b25c3cf9 bug 164527 r=timeless sr=bz moa=ben remove unused function 2002-08-28 12:55:29 +00:00
dougt%netscape.com
22ffaadb79 exports frozen interface to dist/sdk using new SDK variable. 164717. r=cls, sr=alec 2002-08-27 01:05:21 +00:00
alecf%netscape.com
dc6d6e3736 bug 157624 - freeze nsISupportsPrimitives, which includes changing nsISupport[C]String over to using A[C]String and fixing consumers
r=dougt, sr=darin
2002-08-26 21:20:34 +00:00
dougt%netscape.com
4f8934ad1d Freezes the nsIProperties interface. 162114. r=ccarlen, sr=alecf. Freezes the mozIJSSubScriptLoader interface. 157136. r=rginda, sr=alec. 2002-08-26 20:36:44 +00:00
alecf%netscape.com
9b217887fe oops, one more file for bug 162741
r=bryner, sr=hyatt
2002-08-20 18:15:54 +00:00
alecf%netscape.com
03f69e9a10 fix bug 162741 - revamp chrome registry interface in preparation for bug 160000 - switch lots of public APIs over to ACString, etc.
r=bryner, sr=hyatt
2002-08-20 18:12:51 +00:00
antonio.xu%sun.com
d9f555d2f5 replace the hardcode of "@mozilla.org/embedcomp/dialogparam;1" with NS_DIALOGPARAMBLOCK_CONTRACTID
Bug 158608 r=Henry sr=alecf
2002-08-14 12:39:03 +00:00
gerv%gerv.net
a6d4accdea Bug 154765 - Cleaning up Contributors references after relicensing. Patch by riceman+bmo@mail.rit.edu; r=gerv, auto-sr=brendan. 2002-08-10 08:39:43 +00:00
seawood%netscape.com
322da773fb Removing old nmake build makefiles. Bug #158528 r=pavlov 2002-08-10 07:55:43 +00:00
hyatt%netscape.com
844a01e44f ifdefs for phoenix. 161448. not part of main mozilla build. 2002-08-07 09:26:30 +00:00
loadrunner%betak.net
57378f7d93 b101869, [ProfileCreation]CA region should not be the default setting in Preferred Content dropdown menu. r=tao, sr=alecf 2002-08-06 19:27:20 +00:00
henry.jia%sun.com
eed9ab0bdd 3rd patch for bug 158080
Description: replace the hardcode of "@mozilla.org/embedcomp/window-watcher;1" with NS_WINDOWWATCHER_CONTRACTID
Patch by Henry.Jia@sun.com
r=anto, sr=alecf
2002-08-06 05:37:58 +00:00
alecf%netscape.com
f7ad4265ef bug 157624 - prep for freezing nsISupports* primitives by renaming the string classes appropriately
nsISupportsString  -> nsISupportsCString
nsISupportsWString -> nsISupportsString
r=dougt, sr=jag
2002-08-06 00:53:19 +00:00
bryner%netscape.com
7dafb891cc Removing unused NS_DOM/_IMPL_NS_DOM and NS_INTL/_IMPL_NS_INTL defines (bugs 160248 and 160253). Patch for 160248 by walk84@yahoo.com, r=me&cls; patch for 160253 by me, r=cls. 2002-07-31 20:53:46 +00:00
yokoyama%netscape.com
8d6be5d98d Bug 156979
XBL emulation of marquee.
/r=nhotta, timeless, /sr=jst, /a=asa
2002-07-26 17:47:16 +00:00
alecf%netscape.com
47b3f07056 more prep for bug 119923 - use chrome registry ContractID rather than CID, so that we can drop in a new embedding-only chrome registry
r=bnesse, sr=dveditz, a=asa
2002-07-23 23:30:04 +00:00
ccarlen%netscape.com
5591e7c154 Bug 147373 - Crash in nsProfileStruct::ExternalizeMigratedFromLocation. r=bnesse/sr=jag/a=asa 2002-07-11 21:36:34 +00:00
henry.jia%sun.com
7bf2fd4572 Fixing Bug 15424: old versions of files that were renamed after migration should be removed.
Instead of deleting the files unused, this patch solve this problem by just copying the files needed.
patch by Henry.Jia@sun.com, r=ccarlen, sr=scc
2002-07-04 08:46:04 +00:00
racham%netscape.com
dfa69f7f62 Fixing bug 80035. Patch in here allows Administrators to control the migration behavior wrt IMAP and Local Folders files. Today, during migration, we copy all those (IMAP & Local Folders) besides others into the newly created dierctory for the migrated profile. Some external parties have expressed concern over this approach due the large amount of mails they have in 4.x folders and all of those getting copied again wasting the disk space and also failing to do migration properly sometimes. So, a hidden pref mail.migration.copyMailFiles is introduced (which can be set to false) for those who those interested to share the 4.x IMAP and Local Folders. Please see the bug report for the possible side effects and other discussion points wrt the sharing folders with 4.x. The pref is set to true by default which means we will continue to do the migration the way we have always done. Patch by henry.jia@sun.com. r=racham, sr=sspitzer 2002-07-04 00:56:33 +00:00
alecf%netscape.com
bcf192e308 fix for bug 101761 - REQUIRES update - remove all REQUIRES that are no longer necessary.. r=cls, a=asa (build-only changes) 2002-06-06 20:28:14 +00:00
rjesup%wgate.com
ff565458a8 Bug 145061: errno == ESRCH test is backwards; old profile locks not cleared
in Unix.  r=rjesup, sr=blizzard, patch by brendan.  Checkin in for him.
2002-05-16 21:17:27 +00:00
ccarlen%netscape.com
d517bd23b8 Bug 144930 - Profile dialog pops up on every launch with QuickLaunch. Regression from bug 76431. r=rjesup@wgate.com/sr=brendan@mozilla.org 2002-05-16 19:16:31 +00:00
ccarlen%netscape.com
3a23d4a133 Bug 76431 - Protect profiles from multiple instances sharing the same profile. r=brendan/sr=darin 2002-05-15 14:30:00 +00:00
mkaply%us.ibm.com
59d175907d #114891
r=nhotta, sr=blizzard, a=rjesup
New enum for specifying charset of 4.x prefs.js
2002-05-14 04:13:02 +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
sspitzer%netscape.com
1d1bdd5eb5 supplimental fix for #137886, support for re-migration.
to avoid problems, don't move .slt folder to .slt-old and then remigrate.
instead, leave .slt folder alone and migrate to .slt-new.
this makes restoring harder, but re-migration faster, safter and simpler.
r=ccarlen,sr=bienvenu
2002-05-02 01:37:03 +00:00
sspitzer%netscape.com
4021035d0e fix for #137886. fix string infinite loop issue that was causing remigration to hang on win2k and win98
r/sr=alecf
2002-04-30 05:26:17 +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
alecf%netscape.com
6aea0c1b86 bug 138287 - profile manager depends on appshell
we were just creating some CIDs that were totally unused, so I removed them and the #includes
that caused the dependency
sr=jag, r=bhuvan
2002-04-26 18:47:25 +00:00
sspitzer%netscape.com
4664d0a626 fix for #137886. Detect defunct previously migrated profiles and offer to re-migrate.
this is pref controlled, "profile.seconds_until_defunct.  by default,
we'll never offer to remigrate.  initial patch by ccarlen.
r=ccarlen,racham,sr=bienvenu
2002-04-26 01:37:04 +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
alecf%netscape.com
fba198f16c fix for bug 119923 - split nsIChromeRegistry into 2 interfaces, one that is XUL-specific
this way we can implement an minimal chrome registry for embedding, that doesn't support all the wacky skin- and locale-switching goodness of XUL.
r=waterson, sr=hyatt
2002-04-12 01:52:27 +00:00
timeless%mac.com
c3b4db921a Bug 128905 nsIPromptService.idl confirmEx is poorly prototyped
[api] change confirmEx from void w/ out of buttonPressed to PRInt32 buttonPressed w/ one less parameter.
fixes and cleans up callers
r=ccarlen sr=scc a=asa
2002-04-05 08:13:27 +00:00
srilatha%netscape.com
5fe0b177f4 Fix for bug # 78585. Import local folders from 4.x.
r=racham@netscape.com,ccarlen@netscape.com,cavin@netscape.com, ducarroz@netscape.com
sr=sspitzer@netscape.com, a=asa@mozilla.org
2002-03-31 03:08:42 +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
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
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
blakeross%telocity.com
aabb968456 128969 - necessary dir/profile-related download manager changes. r=ccarlen sr=ben a=asa 2002-03-05 22:30:28 +00:00
alecf%netscape.com
052de81f5b fix mac pref migration bustage 2002-03-05 01:49:19 +00:00
alecf%netscape.com
3620888ef5 *sigh*
fixing mac bustage
2002-03-05 01:48:01 +00:00
sspitzer%netscape.com
bbede6eae6 fix for #124430. hide sidebar in addressbook by default. r/sr=bienvenu, a=bnesse 2002-02-19 21:20:30 +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
dbaron%fas.harvard.edu
59892aa65e Remove more no-longer-needed nsComponentManager::RegisterComponent calls. Remove remnants of NS_IMPL_IDS macro, associated with long-gone NS_DECLARE_ID. b=125782 r=dougt rs=jag 2002-02-16 16:18:13 +00:00
alecf%netscape.com
64bd1d857e bug 63025 - remove only consumer of nsSimpleCharString and nsPersistentFileDescriptor from build
r=dougt, sr=shaver
2002-02-15 00:18:34 +00:00
ccarlen%netscape.com
0d871a1552 Bug 115334 - Removing .mcp files which are obsolete after XML conversion. r=jj/sr=sfraser 2002-02-12 15:41:41 +00:00
ccarlen%netscape.com
f07bc3f6b9 Bug 96525 - Delay loading of strres dll when setting profile. r=tao@netscape.com/sr=alecf@betscape.com 2002-02-07 14:41:36 +00:00
yokoyama%netscape.com
9911eb9542 Bug 112767
Performance: Check Profile name for ASCII before
calling the unicode converter.
r=ccarlen;/sr=brendan
2002-02-06 23:58:10 +00:00
alecf%netscape.com
a6c44d0c44 dependency update 2002-02-06 22:52:53 +00:00
law%netscape.com
d40674a5a0 Bug 119767; remove bogus text/html entry from defaulit mimeTypes.rdf; r=bzbarsky, sr=ben 2002-02-02 00:07:35 +00:00
ccarlen%netscape.com
cbc1be99c0 Bug 101362 - Don't use Unicode ellipsis char in properties. r=mkaply@us.ibm.com 2002-01-31 19:43:43 +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
sspitzer%netscape.com
0ac5727ba2 fix for #121566 and #121677. define a default height for the thread pane
(both vertical 3 pane and normal 3 pane layouts) and for the results pane in
the addressbook.  if we don't, it causes the splitter to jump up and down
forever on linux and (because it's so fast) pinging the CPU on windows.
r/sr=bienvenu
2002-01-27 23:04:13 +00:00
ccarlen%netscape.com
ba7c350d9b Bug 121431 - LoadDefaultProfileDir() returns an error when it shouldn't. Returning this error, which isn't really an error, aborts startup when creating a new profile in turbo mode. r=bnesse@netscape.com/sr=alecf@netscape.com 2002-01-25 15:32:10 +00:00
ccarlen%netscape.com
98b737b6ac Bug 120018 - Pressing ESC in Delete Profile dialog deletes profile.
r=rjc@netscape.com/sr=alecf@netscape.com/a=blizzard@mozilla.org
2002-01-17 14:25:52 +00:00
stephend%netscape.com
b6ef1e80d1 Bug 106957. Javascript strict warnings in selectLang.js. Patch by Stephen Walker <walk84@usa.net> r=stephend/sr=alecf 2002-01-09 10:11:44 +00:00
hwaara%chello.se
a235e8b33f #116618, "Auto-complete prefs changes on OK if no changes were made",
#117007, "Default Navigator window size doesn't fit in 640*480",

r=bzbarsky, sr=blake
2001-12-29 04:14:07 +00:00
ssu%netscape.com
00b2d5bbb0 fixing bug 116462 - remove hidden column cruft from localstore.rdf for the folder pane. r=naving sr=sspitzer 2001-12-26 21:36:01 +00:00
rjesup%wgate.com
2e680f1b17 Bug 96108: Inline ElementAt(), add SafeElementAt(), voidarray usage fixes,
assertions for bad voidarray indexes.  r=jst, sr=waterson
2001-12-21 01:10:07 +00:00
ssu%netscape.com
32ff1c60af undoing part of the fix for bug 114076 (labels migration and new profile issues) as requested by sspitzer to make future code management simpler 2001-12-21 00:10:38 +00:00
hewitt%netscape.com
7b10439c40 XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt 2001-12-19 12:04:11 +00:00
dbaron%fas.harvard.edu
25c24e87e6 Fix extraneous '*' that looked like a comment but wasn't. Patch from <_basic@yahoo.com>. r=bzbarsky sr=alecf b=115110 2001-12-18 14:01:07 +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
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
b3f718cc88 Fix bug # 101280: on Mac OS X, use proper IE Favorites. r=ccarlen sr=ben 2001-12-15 00:43:23 +00:00
ssu%netscape.com
20ee4d4f74 fixing bug 114076 - labels migration and new profile issues. r=bhuvan, sr=sspitzer, a=asa 2001-12-14 02:57:31 +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
afffbda535 Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser. 2001-12-10 21:02:40 +00:00
dp%netscape.com
87d028dd2e bug 110555 renaming user css files into example files so they wont get loaded on startup 2001-12-09 16:07:33 +00:00
dp%netscape.com
f0754675e5 bug 110555 Removing unused user css files and renaming them to example
files so they wont be loaded on startup r=dveditz, sr=hyatt
2001-12-09 16:06:13 +00:00
pete%alphanumerica.com
efee7eec18 b=77933, r=ccarlen, sr=jst
nsIFile::CreateUnique() has unused parameter

removed unused parameter
/**
    WARNING commercial tree has one hit for this API change
 */
--pete
2001-12-07 23:06:51 +00:00
alecf%netscape.com
2c81421fa3 fix for bug 100676, r=bienvenu, sr=sspitzer, also ok'ed by nhotta 2001-12-06 23:41:46 +00:00
ccarlen%netscape.com
829cad4d9c Bug 113312 - Two profile folders created when profile is deleted from disk. r=bhuvan/sr=alecf 2001-12-05 15:04:44 +00:00
shanjian%netscape.com
0c95f23583 #disable debug message in optimized build
r=danm sr=waterson
2001-11-30 00:36:56 +00:00
ccarlen%netscape.com
0f8b8afa37 Bug 97239 - On Mac, can't delete profile whose files on disk have been removed. r=brade/sr=sfraser 2001-11-29 15:48:58 +00:00
ben%netscape.com
351f1577f6 fix booboo in properties file caused by mistake in copy-paste application of henrik
gemal's patch the other day.
2001-11-25 23:22:23 +00:00
ben%netscape.com
14f64a2dc7 31154, 50517 - consistency in terminology in profile manager dialogs.
patch by henrik gemal, sr=ben@netscape.com, r=hewitt@netscape.com
2001-11-22 02:28:34 +00:00
seawood%netscape.com
7733357d51 Rename 'install' build phase to 'libs'.
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
seawood%netscape.com
55fe97bff7 Renaming 'install' build phase to 'libs'
Bug #56601 r=pavlov
2001-11-21 08:55:59 +00:00
sspitzer%netscape.com
4fb369d79d changes to get this code to build when DEBUG_profile_verbose is set.
r/sr=no one
2001-11-17 23:59:43 +00:00
alecf%netscape.com
d49a4ba867 win32 REQUIRES cleanup 2001-11-15 03:49:13 +00:00
ccarlen%netscape.com
b64198bebc Bug 108383 - no user prefs if starting mozilla with -p. r=bnesse/sr=alecf 2001-11-12 15:52:58 +00:00
ccarlen%netscape.com
26818ce2cf Bug 104021 - Profile mgr needs to put necko offline when switching profile. r=dougt,kaie/rs=darin/a=asa 2001-11-09 15:32:49 +00:00
timeless%mac.com
757abbb1d0 Bugzilla Bug 92533 Region selection button is hidden in Profile Manager
patch by jg@cyberstorm.demon.co.uk r=hwaara sr=ben a=asa
2001-11-09 01:07:55 +00:00
dbaron%fas.harvard.edu
8cd8d91750 Ensure that string literals are used as |const char*| rather than |char*|. r=jag sr=brendan b=107052 2001-11-07 06:24:10 +00:00
yokoyama%netscape.com
2f71666636 Bug 108383
removing strtok() for parsing -P correctly
as it should be.  strtok() was added by mistake 10430
/r=ccarlen; /sr=alecf
2001-11-06 00:44:18 +00:00
blakeross%telocity.com
c84a65cb20 Er, these weren't supposed to go in. 2001-11-03 17:17:25 +00:00
blakeross%telocity.com
338e4f124e Yes, I forgot to commit from /profile last night... 2001-11-03 16:47:13 +00:00
hewitt%netscape.com
20311b8044 fixing various fun regressions from blake's earlier landing, rs=hyatt 2001-11-03 11:27:04 +00:00
seawood%netscape.com
be10c3b1a8 Backing out fix for remote mach-o builds as it left mach-o builds fragile.
Add TK_CFLAGS back to default CFLAGS/CXXFLAGS.
Bug #107696
2001-11-03 03:29:05 +00:00
jaggernaut%netscape.com
9bcc72064d Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-11-02 06:39:49 +00:00
loadrunner%betak.net
242cbc0406 bug 103941, Unable to change utf-8 charset on the NS pb page, r=yokoyama, sr=blizzard 2001-11-02 03:32:23 +00:00
yokoyama%netscape.com
e277e38c45 Bug 104305
Convert the cmdline Profile name from
platform charset to Unicode instead of calling
AssignWithConversion()
/r=ccarlen, /sr=brendan
2001-11-01 22:17:10 +00:00
seawood%netscape.com
8a2a775382 Since '-framework Carbon' causes binaries to require console access to run, do not link using that flag by default. Otherwise, remote builds & non-console tinderboxes will break. Mac OSX Mach-O only.
Bug #107696 r=mozbot
2001-11-01 00:54:48 +00:00
bnesse%netscape.com
4e35b7a7ed Fix for bug 106941. Convert nsProfile from nsIPref to nsIPrefService/nsIPrefBranch. Checking in for chipc. r=bnesse, sr=alecf. 2001-10-30 22:59:12 +00:00
jaggernaut%netscape.com
9962aee818 Bug 106622: create profile wizard's first page is blank. Some stuff was accidentily removed recently, putting it back in. sr=hewitt 2001-10-28 10:38:28 +00:00
jaggernaut%netscape.com
729180f6cd Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-10-27 11:28:06 +00:00
alecf%netscape.com
8b0ceb8c3c final makefile.win changes for bug 100214, just adding some REQUIRES to be used soon 2001-10-26 03:18:09 +00:00
dougt%netscape.com
0a62d4e8d5 99163 - removing nsObserverService.h includes. Also fixing 106090, extra methods on nsObserverService. r=shaver@mozilla.org, sr=jband@netscape.com 2001-10-22 22:01:27 +00:00
hewitt%netscape.com
17282f7dd1 102241 - [XUL 1.0] use selectedIndex on deck and tabpanels, r=blake, sr=hyatt 2001-10-22 17:37:59 +00:00
hewitt%netscape.com
d45cd3bc09 70751 - [XUL Syntax] XUL docs loaded in iframes should use <page>, r=blake, sr=hyatt 2001-10-21 04:16:03 +00:00
dougt%netscape.com
d18d7e2b17 nsIObserver and nsIObserverService API freeze. r=rpotts@netscape.com, alecf@netscape.com. bug 99163 2001-10-19 20:52:59 +00:00
sspitzer%netscape.com
b60d6df7c4 fix for #105126. define a default height for the thread pane when using the
normal 3 pane layout.  without a default, the splitter between the thread pane and the
message pane jumps when we switch folders, which looks bad and causes a repaint,
which is bad for folder loading performance.  r=cavin, sr=bienvenu
2001-10-16 21:28:34 +00:00
ben%netscape.com
0433ca98e3 Just a string change. bug 91073, Hypertext Document -> Hypertext Markup Language Document
in default mimeTypes.rdf file. Patch from Henrik Gemal, r=gerv, sr=ben
2001-10-16 04:48:48 +00:00
dougt%netscape.com
4f3a44d63b API Freeze for nsIServiceManager r=shaver@mozilla.org, sr=rpotts@netscape.com bug 99147 2001-10-16 03:35:52 +00:00
jaggernaut%netscape.com
c39b98b2a4 Clean up REQUIRES lines. 2001-10-07 10:35:41 +00:00
stephend%netscape.com
3a841419a5 Bug 103458. When typing new profile name, profile path should auto-update. Patch by James Green <jg@cyberstorm.demon.co.uk r=kiko, sr=blake 2001-10-06 22:47:48 +00:00
jaggernaut%netscape.com
23968baa57 Bug 103054: remove dead code: profile/Acct and profile/Acctidl, r=varada. 2001-10-06 07:35:22 +00:00
jaggernaut%netscape.com
bc1d266e9f Bug 103054: remove dead code: profile/Acct and profile/Acctidl. 2001-10-06 07:26:37 +00:00
jaggernaut%netscape.com
25ce4c06fa Bustage fix. Sorry about that. 2001-09-29 09:15:25 +00:00
jaggernaut%netscape.com
ca6197295f Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc 2001-09-29 08:28:41 +00:00
gerv%gerv.net
4e12e44b2f Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
cls%seawood.org
533b94ab9c Updating profile acct dependencies.
Bug #98371 sr=alecf
2001-09-19 00:08:30 +00:00
jaggernaut%netscape.com
d1a7bfa843 One module per line for REQUIRES. r=/sr=alecf 2001-09-18 22:01:13 +00:00
jaggernaut%netscape.com
f8f3e80dd6 Bug 99876: [XUL Syntax] <spring/> --> <spacer/>, r=alecf, sr=hyatt. 2001-09-18 21:47:32 +00:00
jaggernaut%netscape.com
dc40187223 Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf 2001-09-18 13:41:47 +00:00
alecf%netscape.com
62424ee7b2 Final REQUIRES changes for bug 98371, adding support for MOZ_TRACK_MODULE_DEPS to win32. r=cls (and tested by cls!) 2001-09-17 19:06:35 +00:00
alecf%netscape.com
1e0e7dd033 Add REQUIRES to many modules for win32 support, bug 98372 r=cls 2001-09-12 20:32:40 +00:00
mkaply%us.ibm.com
4ca3cf959e #76856
Night of the Living Dead CVS files - rekilling files that got changes made after they were killed
2001-09-11 03:50:35 +00:00
bzbarsky%mit.edu
536e5a37ba Bug 74759. Make the default userChrome.css file have some useful
comments.  Also add a @namespace rule to make it be in the XUL
namespace.  r=rbs, sr=alecf.
2001-09-11 00:01:02 +00:00
dougt%netscape.com
f72e52e830 Merge ServiceManager and ComponentManager. Bug 96457. r=dp@netscape.com, sr=wat
erson@netscape.com
2001-09-06 21:13:11 +00:00
valeski%netscape.com
93959d48cc r=dbaron, sr=dougt. 97667. nsIInterfaceRequestor is now frozen. nsIInterfaceRequestorUtils.h is now required if you want to use do_GetInterface() for convenience. The two were split because the stuff that is now in nsIInterfaceRequestorUtils.h wasn't ready for freezing. Also, .idl files should just contain interface defs anyway. 2001-09-05 21:28:38 +00:00
bnesse%netscape.com
111520bdd0 Fix for bug 64964. Eliminate assertions by checking for 0 length string first. r=ccarlen, sr=sfraser,a=asa. 2001-08-29 22:26:37 +00:00
ccarlen%netscape.com
d48280a189 Bug 86021 - Enable -turbo for multiple profiles. r=valeski, r=/sr=blake,waterson, a=dbaron 2001-08-29 14:02:38 +00:00
ccarlen%netscape.com
f18583412a Bug 89854 - Confirm migration dialog won't fit on small screen. r=racham/sr=ben 2001-08-22 06:54:01 +00:00
dbaron%fas.harvard.edu
113ad642ae Replace uses of deprecated NS_IMPL_ISUPPORTS and NS_IMPL_QUERYINTERFACE macros with NS_IMPL_{ISUPPORTS,QUERYINTERFACE}{1,0}. r=jag rs=brendan b=45797 2001-08-21 01:48:11 +00:00
sfraser%netscape.com
bc1e8f59d0 Project cleanup, rs=scc. Don't link with libpref, which is a component. 2001-08-15 23:13:13 +00:00
sspitzer%netscape.com
1e0e99191d landing mailnews folder pane outliner branch. (#73865)
huge thanks jan varga and hwaara for doing the lion's share of the work
to convert the folder pane to use the outliner.

reviewed by waterson, andreww, ben, hewitt, pinkerton, attinasi, hwaara, varga, sspitzer, bienvenu.
super reviewed by hyatt and sspitzer

for the end user:  unread and total columns are back in folder pane (like 4.x)

also includes fixes for #80844 #85376 #89072 #90075 #93011 #93963 #95298 #54171 #78768 #85088
2001-08-15 05:07:48 +00:00
cls%seawood.org
a3c1dd1b09 Use NS_PTR_TO_INT32 macros to do 64-bit safe pointer conversions.
Bug #20860 r=Roland.Mainz@informatik.med.uni-giessen.de sr=brendan@mozilla.org
2001-08-14 07:59:59 +00:00
ccarlen%netscape.com
ef43831518 Bug 87904 - Show the profile dir path when confirming profile deletion. r=racham/sr=blake 2001-08-10 14:55:19 +00:00
jaggernaut%netscape.com
e91f8a147e Bug 86734: Remove NS_WITH_SERVICE. r=dbaron, rs=scc, a=asa 2001-07-25 07:54:28 +00:00
blakeross%telocity.com
4c4468f452 Rename profile creates new name but doesn't display it (73031). r=jesse sr=ben 2001-07-25 06:06:40 +00:00
pete%alphanumerica.com
f020dcc1cd Fix for nsIFile delete conflicts with JS reserved name b=37406, r=dougt, sr=jst
Renamed all Delete methods to Remove.

--pete
2001-07-24 18:38:25 +00:00
jaggernaut%netscape.com
cb0faab070 Bug 73353: clean up the REQUIRES lines in Makefiles. 2001-07-23 22:36:12 +00:00
ccarlen%netscape.com
f14c5c7b88 Bug 56587 - mozilla -CreateProfile foo creates ~/.mozilla/foo/foo/* r=racham/sr=sspitzer 2001-07-20 14:47:08 +00:00
dbaron%fas.harvard.edu
aa4fec2b67 Header include dependency cleanup. b=64023 r=jag rs=brendan 2001-07-16 02:40:48 +00:00
timeless%mac.com
1fdeed80f7 Bugzilla Bug 70857 [XUL Syntax] Replace <boxDerivedTag align="horizontal|vertical"> with
<boxDerivedTag orient="horizontal|vertical">
patch by andersma@luther.edu r=timeless sr=blake
2001-07-09 18:41:07 +00:00
cls%seawood.org
cfce8f4dcc Updating .cvsignore files.
Bug #84824 r=jag
2001-07-06 02:36:37 +00:00
waterson%netscape.com
ca982472b0 Bug 89343. Left-over build bustage from static branch landing; LIBRARY is no longer needed. 2001-07-05 22:05:19 +00:00
jaggernaut%netscape.com
5a6317b8a5 Bug 88413: Remove |GetUnicode()| from nsString (and replace it with |get()|). r=dbaron, rs=scc.
This removes all call-sites I can currently fix. Tomorrow I'll try to get someone to checkin my changes to security/ and I'll get some help with the Netscape side of things.

nsString::GetUnicode()'s final death-blow will be dealt soon. Please keep this in mind as you add new code :-)
2001-06-30 11:02:25 +00:00
ccarlen%netscape.com
74e8b93014 Bug 87150 - enter or double-click does not dismiss profile selection dialog. r=brade/sr=blake 2001-06-28 14:21:35 +00:00
katakai%japan.sun.com
18ae7a30d3 bug 80230
RFE: need -region option to switch Region at start up
r=ccarlen, nhotta, sr=blizzard
2001-06-27 07:38:53 +00:00
ccarlen%netscape.com
a99901d4dc Bug 86922 - app hangs after profile migration dialog. r=danm/sr=alecf/a=chofmann 2001-06-25 11:27:56 +00:00
waterson%netscape.com
b74d6e1c8b Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs. 2001-06-20 20:21:49 +00:00
ccarlen%netscape.com
588dc07a67 Bug 86021 - enable multiple profiles in -turbo mode. r=racham/sr=alecf/a=chofmann 2001-06-20 06:49:22 +00:00
pchen%netscape.com
bfa31225ba bug 52930, r=matt, sr=alecf, a=blizzard, use local-panels.dtd instead of internally defined entities, also fix panel titles to reference correct entity in local-panels.dtd 2001-06-18 20:56:12 +00:00
ccarlen%netscape.com
5e61b0513b Bug 81706 - Disable "turbo" mode when multiple profiles are present. r=law/sr=blake/a=asa 2001-06-15 20:33:34 +00:00
bzbarsky%mit.edu
6d86bed09e Fix incorrect paths in initial fix for bug 37642. r=timeless, sr=alecf,
a=leaf
2001-06-11 21:59:01 +00:00
hwaara%chello.se
2bab789e6f #80511, #68941. Make the initial 3pane and browser window's window size somewhat decent, so low-res users don't get them offscreen at startup. r=danm, sr=alecf, a=dbaron. 2001-06-02 12:08:59 +00:00
sgehani%netscape.com
90d0a695a6 Make "Region sleection..." button visible.
b  = 63758
r  = vishy
sr = alecf
2001-06-01 06:54:27 +00:00
loadrunner%betak.net
65c67d4e3a bug 65253 Profile Creation: Need a user interface for Regional Content, r=nhotta, sr=alecf, a=blizzard 2001-05-25 23:54:38 +00:00
ben%netscape.com
e8bbc7067a 71685 - rename bookmarksPanel.xul to bm-panel.xul. r=pchen, sr=sfraser 2001-05-23 05:09:52 +00:00
loadrunner%betak.net
40b4b6a4a3 bug 65253, r=timeless, sr=ben 2001-05-23 02:19:56 +00:00
sspitzer%netscape.com
5f59ea510d fix for #66018, #81741, #50567, #77211. fix a bunch of migration problems.
patch by cavin, r=sspitzer,sr=bienvenu
2001-05-23 02:16:35 +00:00
scc%mozilla.org
b7b3395bad bug #75220: fixing stragglers, people who checked in uses of |nsLiteralC?String| after it had already been removed from the build 2001-05-23 01:21:04 +00:00
ben%netscape.com
21332c597f I have only one thing to say:
"@#!$@%!!@@!!!#@#&*!!%!"
2001-05-22 03:25:20 +00:00
ben%netscape.com
d24cdf6cf6 71685, bookmarks in sidebar don't load. rename file back to bm-panel.xul
r=pchen, sr=sfraser
2001-05-22 01:30:05 +00:00
ccarlen%netscape.com
b7d55f3e7e Bug 38626 - Remove references to nsFileLocations. r=valeski/sr=alecf 2001-05-21 22:36:18 +00:00
ben%netscape.com
169671bf73 Fix for 63758 - region selection button cut off during profile creation.
Patch from Conrad Carlen (ccarlen@netscape.com) - just increase the height of the wizard dialog by an em.
Not pretty, but it works. All this is going to be rewritten anyway to use the XBL wizard stuff hewitt is working on.
r=ben@netscape.com, sr=alecf@netscape.com
2001-05-21 11:36:56 +00:00
dbaron%fas.harvard.edu
ca406deb8e Fix gcc 2.7.2.3 crash on startup (orange on speedracer and worms tinderboxes). gcc 2.7.2.3 doesn't seem to follow the rule in C++ 12.2, clause 5, on the lifetime of temporaries bound to references. 2001-05-19 16:05:10 +00:00
jst%netscape.com
77aeecc056 scc checking in from jst's account. bug #75220: sr=jst, rs=brendan. renaming |nsPromiseC?Concatenation| to |nsDependentC?Concatenation|; |nsPromiseC?Substring| to |nsDependentC?Substring|; |nsLiteralC?String| and |nsLocalC?String| to |nsDependentC?String|, as these new names better reflect clients obligations to instances. 2001-05-19 11:27:30 +00:00
hewitt%netscape.com
6f95bde070 80179 - rename a few <window/> ids to prepare for window icons, r=law, sr=ben 2001-05-18 22:50:35 +00:00
ccarlen%netscape.com
3a887cac8f Bug 68827 - Fix crash when migrating profiles (happens only in obscure case) and code cleanup. r=valeski,racham/sr=sspitzer 2001-05-18 21:48:20 +00:00
ccarlen%netscape.com
3d3544c96e Bug 60182 - When deleting a profile dir which is salted, delete the parent dir as well. r=racham, sr=sspitzer 2001-05-17 22:04:49 +00:00
suresh%netscape.com
758cb8bb0c fixes 44669. r=naving, sr=sspitzer. Include the Unread column(green diamond) instead of the 'Unread' column. 2001-05-17 20:58:08 +00:00
hwaara%chello.se
d4bef6d7ce #75779, hide the sidebar by default in mailnews for new profiles. r=suresh, sr=blizzard 2001-05-15 22:24:19 +00:00
racham%netscape.com
012c967271 Fixing bug 78656. Cleaning console dump in profile migration part. r=racham, sr=sspitzer 2001-05-15 02:59:21 +00:00
suresh%netscape.com
792dd7a2ee 44669. r=ssu. sr=sspitzer. 2001-05-14 02:36:12 +00:00
ben%netscape.com
82ddcdc255 cvs sux rox 2001-05-13 09:28:09 +00:00
ben%netscape.com
7be3bf435e Fix for 71685, Bookmarks in sidebar don't load. r=pchen, sr=sfraser 2001-05-13 09:17:39 +00:00
loadrunner%betak.net
0b70dc0cc7 bug 79551, r=nhotta, sr=alecf 2001-05-12 03:55:46 +00:00
sspitzer%netscape.com
0298e4dfad fix for #80195. center the create profile dialog. fix by stephend. sr=sspitzer 2001-05-11 04:03:54 +00:00
jst%netscape.com
ea706038cf Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com. 2001-05-08 17:42:36 +00:00
racham%netscape.com
b0343b0ebc Fixing bug 40316. Error message will be thrown to the user when migration of old profile with missing source directory is attempted. r=ccarlen, sr=sspitzer. 2001-05-07 07:55:03 +00:00
kandrot%netscape.com
afdac97c93 Check in for Ron Guilmette. r=shaver, sr=waterson. For intl r=nhotta. Changes for NS_IMPL_NSGETMODULE. bug #46775. 2001-05-05 05:33:37 +00:00
alecf%netscape.com
29f2dec3f7 removing some dependancies a la bug 76339 sr=ben 2001-05-02 23:07:23 +00:00
cls%seawood.org
00f28396a9 Set EXPORT_LIBRARY=1 in all pertinent Makefile.ins. Allows us to build the final link list as we traverse the tree. Bug #46775 2001-04-28 19:48:12 +00:00
valeski%netscape.com
00bca056ef mozilla diffs r=tao, sr=alecf, commercial diffs r=syd, sr=syd/shaver. lower-casing JS calls to createBundle. removing un-used nsILocale param from nsIStringBundle::CreateBundle(). 76332 2001-04-27 21:30:24 +00:00
ccarlen%netscape.com
a3a44ebd54 Bug 62418 - mozilla starts without warning when profile dir is missing. r=racham@netscape.com,sr=sspitzer@netscape.com 2001-04-27 14:40:21 +00:00
sfraser%netscape.com
245d4eb76f Backing out valeski 2001-04-27 05:53:22 +00:00
valeski%netscape.com
1d2fe07528 mozilla tree r=tao, sr=alecf. commercial tree r=syd, sr=syd/shaver. lowercasing the first char in JS method calls to createBundle. removing the dead locale parameter in the CreateBundle() method call. 76332 2001-04-27 05:13:10 +00:00
bnesse%netscape.com
000d1011d5 Prefs API refactoring. Bug #46863. r=valeski, sr=alecf. 2001-04-26 18:41:11 +00:00
stephend%netscape.com
a079ea5748 Bug 77031 - Bookmark to Iplanet's PSM should be removed from under 3rd-Party Tools. r=doron@nabooonline.com sr=ben@netscape.com a=dbaron on behalf of drivers@mozilla.org 2001-04-22 01:49:37 +00:00
bryner%uiuc.edu
97e89fd687 Backing out bnesse's fix for bug 46863 due to numerous types of runtime bustage on linux and windows. a=brendan. 2001-04-20 06:45:56 +00:00
bnesse%netscape.com
b0baaeabc3 Landing PrefAPI refactoring bug 46863. r=valeski, sr=alecf, a=blizzard. 2001-04-19 22:21:39 +00:00
timeless%mac.com
46b177e406 fix Bugzilla Bug 75853 CR and LF are naked ifdefs
r=dveditz, sr=scc
2001-04-18 05:59:43 +00:00
ccarlen%netscape.com
b4964c6beb Bug 71641 - profile mgr is creating sub dirs in profile dir it shouldn't be. r=valeski,r=sspitzer,sr=alecf 2001-04-18 03:30:36 +00:00
ben%netscape.com
255fc92a75 fix mac bustage by backing out change. 2001-04-18 01:15:23 +00:00
ben%netscape.com
ab3483b62b 71685 - bookmarks sidebar panel doesn't load. Rename file back to the original name.
r=pchen, sr=sfraser
2001-04-17 23:21:51 +00:00
blakeross%telocity.com
0ae4fdef6a The last two patches were by John Morrison <jrgm@netscape.com>. Sorry for forgetting to attribute them. 2001-04-14 05:30:53 +00:00
blakeross%telocity.com
781651777a Empty or otherwise messed up buttons in profile dialogs (73781, 73666). r=timeless sr=alecf 2001-04-14 05:28:49 +00:00
hewitt%netscape.com
58196589e7 72530 - oversized dialog problems, r=jag, sr=alecf 2001-04-12 05:42:05 +00:00
shaver%mozilla.org
a0daa1645d 75152: Remove GetVersionNumber stub in favour of upcoming, less-invasive
preloader strategy. r=jag, sr=attinasi.
2001-04-11 14:23:13 +00:00
ccarlen%netscape.com
2ad2b9adcf Bugs 70379, 70380 - Hide nsISingleSignon from embedding apps, split auth prompting methods out of nsIPrompt into a new interface. r=valeski, sr=rpotts. 2001-04-10 18:30:25 +00:00
ccarlen%netscape.com
9a57284db3 Bug 75227 - Unable to confirm profile migration - therefore can't migrate. r=danm, sr=sspitzer 2001-04-09 20:24:32 +00:00
disttsc%bart.nl
5e1d040a50 Fix MOZ_TRACK_MODULE_DEPS bustage (senna) 2001-04-09 18:22:21 +00:00
danm%netscape.com
54f1c5cfbb use prompt service correctly. smoketest blocker bug 75218. a=kysmith 2001-04-09 17:06:03 +00:00
ccarlen%netscape.com
754cff3879 Bug 64733 - Profile Mgr "Delete/Dont Delete Files" dialog not centered. r=timeless, sr=sspitzer 2001-04-09 13:49:06 +00:00
danm%netscape.com
e00fcf1730 oops 2001-04-09 02:25:52 +00:00
danm%netscape.com
d3733a7448 commondialog service is being replaced by promptservice. bug 72112 continues 2001-04-09 02:08:05 +00:00
danm%netscape.com
c223f055da commondialog service is being replaced by promptservice. bug 72112 continues 2001-04-09 01:35:41 +00:00
disttsc%bart.nl
72cea9bb38 Clean up MODULE/REQUIRES, bug=73353, r=cls 2001-04-08 08:33:11 +00:00
danm%netscape.com
9586d7ac8c nope. nix last checkin 2001-04-07 05:37:20 +00:00
danm%netscape.com
41c72864f4 fix more expected senna bustage 2001-04-07 05:27:56 +00:00
danm%netscape.com
33594c68ff removing use of nsNetSupportDialog. bug 72112 continued. r=hyatt,morse,mstoltz,various 2001-04-07 03:33:56 +00:00
dprice%netscape.com
8c0b9eaf97 65845 - new order files 2001-04-05 06:02:32 +00:00
disttsc%bart.nl
ce413ece93 "Click Finish..." profile text not correctly aligned at bottom, bug=42402, author=Boris Zbarsky <bzbarsky@mit.edu>, r=ksosez@softhome.net, sr=alecf 2001-04-05 03:27:05 +00:00
disttsc%bart.nl
5c9f7ba46c Provide default userChrome.css and userContent.css with sample (commented out) content for discoverability, bug=37642, author=Boris Zbarsky <bzbarsky@mit.edu>, r=timeless, sr=shaver 2001-04-05 03:20:46 +00:00
rickg%netscape.com
169a621d42 preloader update. r=peterl, sr=attinasi 2001-04-03 22:58:59 +00:00
disttsc%bart.nl
dacbb4faa9 Add "gfx2" and "imglib2" to REQUIRES lines in Makefile.in for MOZ_TRACK_MODULE_DEPS builds (e.g. senna) 2001-03-30 10:39:06 +00:00
tao%netscape.com
1b3ff18b78 take out unreferenced variable. 2001-03-28 20:46:33 +00:00
tao%netscape.com
7338114b8b 54998: RFE: Command line switch for UI language option. (r=tao,sr=hyatt).
checkin for masaki-san.
2001-03-28 20:37:23 +00:00
disttsc%bart.nl
f595ed19f3 Clean up REQUIRES lines. r=cls 2001-03-25 22:59:27 +00:00
valeski%netscape.com
169a5140b5 r=rpotts. comment changes only. 48726. adding status to idl files of api rev. ifaces. 2001-03-24 00:22:18 +00:00
ccarlen%netscape.com
162fa9dd0d Bug 71527 - On Unix, first profile after clean install is forgotten - migration will happen twice. r=racham@netscape.com, sr=sspitzer@netscape.com 2001-03-22 14:13:54 +00:00
blakeross%telocity.com
b0669813de Whatever this is, it's *not* more fallout from my landing.
::whistle::
2001-03-22 04:47:32 +00:00
jgaunt%netscape.com
8713363248 Fixing bustage 2001-03-22 02:46:36 +00:00
jgaunt%netscape.com
575178307d fix for bug#62361 r=ccarlen@netscape.com sr=scc@mozilla.org
profile migration over remote connection
2001-03-22 01:13:07 +00:00
blakeross%telocity.com
0b2dd2b2d2 Fixing 70746: major xul syntax changes. If you use xul, this WILL affect you! Read n.p.m.xpfe for details on the changes and how you can fix your code. r=hewitt sr=hyatt, ben 2001-03-22 00:59:29 +00:00
maolson%earthlink.net
1e7ee6f0f9 fix bug 70747 [XUL Syntax] Replace <textfield> with <textbox>
r=blake, a=ben
2001-03-22 00:15:47 +00:00
bryner%uiuc.edu
f285027413 Removing dependence on obsolete headers. Bug 38061 (ongoing work). r=shaver, sr=brendan. 2001-03-20 08:01:28 +00:00
disttsc%bart.nl
9e36bccc61 Fix typo in confirm profile migration code, r=mao, a=ben 2001-03-14 07:38:09 +00:00
timeless%mac.com
6cf0d97f11 Bug 65428 language="javascript" should be type="application/x-javascript"
r=ksosez@softhome.net a=ben
2001-03-13 15:35:07 +00:00
dprice%netscape.com
edb387e49c 71057 sr=waterson new order files. NOT PART OF THE REGULAR BUILD 2001-03-13 10:47:37 +00:00
maolson%earthlink.net
f7c7a4d722 fix bug 71695 - Buttons on delete profile dialog - all include 'yah'
r=timeless, a=ben
2001-03-13 06:35:49 +00:00
danm%netscape.com
a8ddb2eb2f Removing IsModal,ShowModal,ExitModalLoop methods from nsIDocShellTreeOwner. General API cleanup. bug 70481 r=ccarlen,hyatt 2001-03-12 23:08:29 +00:00
maolson%earthlink.net
e450b239da fix blocker 71688 r=jag a=ben. incidentally, I suck. 2001-03-12 19:06:09 +00:00
maolson%earthlink.net
4ab181d797 profile manager portion of bug 56680 - use a xul <stringbundle/> instead of including the strres.js code (first pass)
r=timeless, a=ben via irc
2001-03-12 07:39:50 +00:00
ccarlen%netscape.com
4b14f2ddc4 Bug 65212 - profile support for kiosk mode. Also, removing profile change observer strings from header to cut dependencies. r=valeski@netscape.com, sr=alecf@netscape.com 2001-03-11 22:12:21 +00:00
ben%netscape.com
d3a1051607 Fixes for numerous bookmarks bugs, e.g. 68496, 50276, 68395, 68537, 68545,
68985, various hangs, crashes, glitches etc. 68545, 68985, 68395 r=jag;
Implement new bookmarks sidebar panel. a=hyatt
2001-03-11 07:32:24 +00:00
timeless%mac.com
3cbe4bdbec fix bug 70958 Profile Migration Doesn't Work With Keyboard
patch by bzbarsky@mit.edu r=ksosez sr=alecf
2001-03-08 22:54:39 +00:00
disttsc%bart.nl
a2e296f419 Forgot to remove this line in my last checkin. bug=53057 2001-03-08 09:28:32 +00:00
disttsc%bart.nl
9d105f7562 Change implicit conversion from
|NS_ConvertUTF8toUCS2|
|NS_ConvertASCIItoUCS2|
|NS_ConvertUCS2toUTF8|
|ns[C]LiteralString|
|ns[C]PromiseFlatString|

to explicit |get()|.

Add |get()| to |nsString|, remove implicit conversion operators where                                                                                            possible, add NS_WARNING where not (yet!).

Bug=53057, r=alecf, sr=scc
2001-03-08 09:17:11 +00:00
disttsc%bart.nl
8b43034cef Change implicit conversion from
|NS_ConvertUTF8toUCS2|
|NS_ConvertASCIItoUCS2|
|NS_ConvertUCS2toUTF8|
|ns[C]LiteralString|
|ns[C]PromiseFlatString|

to explicit |get()|.

Add |get()| to |nsString|, remove implicit conversion operators where possible, add NS_WARNING where not (yet!).

Bug=53057, r=alecf, sr=scc
2001-03-08 08:05:05 +00:00
tao%netscape.com
4b1208d8d4 1. 61626:"Need to make langxxxx.xpi platform neutral"
2. 70622: fix the "update.html" is also included.
3. 69934: make regus.jst & langenus.jst more localization friendly.
r=ssu,sr=deveditz.
2001-03-06 02:34:34 +00:00
disttsc%bart.nl
277181c660 Preparation of removing nsCString::GetBuffer. Landing everything but the actual commenting out of nsCString::GetBuffer. bug=64016, r=timeless, sr=scc 2001-03-02 09:26:57 +00:00
blakeross%telocity.com
38794d139f UIEvent button property is incorrect according to the DOM2 spec. Changing values to 0, 1, 2 (left, middle, right mouse buttons respectively) from 1, 2, 3. |event.which| continues to use the old values for backwards compatibility. This affects future xbl, js, and c++ event button checks so please see the newsgroups for more info (60703). r=timeless sr=jst 2001-03-02 03:07:53 +00:00
dprice%netscape.com
199c935b04 # 65845 sr=waterson, new order files will greatly reduce the number of link warnings. 2001-02-27 04:38:19 +00:00
tao%netscape.com
90bfcacfe5 62171: "Separate content from UI". Split langenus.xpi into regus.xpi.
browser: (r=pchen,sr=alecf), mailnews: (r=yamamoto,sr=sspitzer),
editor: (r=cmonske,sr=sfraser), xpinstall (r=ssu,sr=dveditz).
2001-02-23 08:34:10 +00:00
disttsc%bart.nl
a6f2f5861a Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls 2001-02-22 09:35:51 +00:00
dougt%netscape.com
128f95aa9b Relanding Necko Changes.
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:

1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.

This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.

r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-21 20:38:08 +00:00
dprice%netscape.com
997fb091c7 65845 first cut of the order files 2001-02-13 02:48:02 +00:00
disttsc%bart.nl
3d2d80d536 Back out dougt's channel changes 2001-02-12 03:14:23 +00:00