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

700 Коммитов

Автор SHA1 Сообщение Дата
cathleen%netscape.com 562182c632 fixed bug 87004, for win static build, changed libjar and xpinstall to be
dynamic, updated static packager list, added build_static.pl, fixed static
component loader to handle no static component cases, updated and added
.cvsignore for extra files generated by static build
2001-07-19 22:43:14 +00:00
dveditz%netscape.com 8804644b24 topcrash 85307 installing JRE; r=ssu,sr=mscott 2001-07-16 23:56:33 +00:00
dveditz%netscape.com c9d5906295 shutdown turbo/server mode after an install that requires a browser restart
(bug 86976). r=syd@netscape.com, sr=mscott@netscape.com
2001-07-14 07:19:00 +00:00
ssu%netscape.com 4170d530e0 checking this in for dbragg for bug 78442 - Crash for scenario test case using execute (blk param not required). r=ssu,sr=mscott 2001-07-14 03:23:36 +00:00
ssu%netscape.com c261990c3b fixing bug 67027 - Having int chars in install folder name doesnt uninstall anything. r=dveditz rs=mscott. 2001-07-13 23:53:38 +00:00
ssu%netscape.com b75975c304 accidentally committed this file. backing myself out. 2001-07-13 23:44:08 +00:00
ssu%netscape.com 1f7adde593 checking in patch for dbragg for bug 78442 - Crash for scenario test case using execute (blk param not required). r=ssu. nsJSFile.cpp 2001-07-13 23:42:01 +00:00
leaf%mozilla.org 2cabd7c62c merging zlib 1.1.3 from 0.9.2 branch to trunk, a=chofmann, bug 86323 2001-06-30 23:38:09 +00:00
jaggernaut%netscape.com 03ab87e4a1 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
cathleen%netscape.com 588d2ab37c fix autoreg components always get called on startup. bug#85770 r=ssu sr=alecf 2001-06-28 00:06:16 +00:00
ssu%netscape.com 01151b74aa fixing bug 85564 - InstallTrigger.getVersion returns NULL when the component has been installed. r=sgehani, sr=mscott, a=drivers@mozilla.org. 2001-06-22 06:19:40 +00:00
dougt%netscape.com c306e0513b Landing url parsing branch. 73845. r=alecf@netscape.com, sr=darin@netscape.com, a=blizzard@rednat.com.
This fixes many crashes caused by illegal uses of the nsStdURL.
This also allows a plugable protocol to provide their own url parser.
2001-06-21 22:02:47 +00:00
waterson%netscape.com 0877b1a573 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
dbaron%fas.harvard.edu 688519fb0c Fix bad getters on nsIDocument and nsIScriptContext to use out params rather than return |AddRef|ed pointers. b=81289 r=jaggernaut sr=jst a=asa 2001-06-20 03:27:48 +00:00
syd%netscape.com 1856715b38 Fix for 76943. r=ssu, sr=mscott, a=asa (drivers@mozilla.org)
The problem being fixes is the progress meter UI will not display when we are dowloading
XPI files from the net (see bug report for more details). We were throttling the update
of progress bar based on some interval being exceeded. The problem is/was that sometimes
the XPI is downloaded faster than the specified interval (a series of these renders the
progress bar "dead", and the user has no feedback UI as to what is happening). It is not
entirely clear that the time interval computation is correct to being with. The safe thing
to do here is to simply let the UI update whenever necko invokes our progress callback,
and dispense with the throttling. This results in a smooth UI update and has minimal
performance sideaffects (we are limited more by the network I/O and disk writes that the
progress bar UI update).
2001-05-30 00:46:16 +00:00
dbragg%netscape.com 45b466f93b I'm an idiot. When I checked this in on Friday 5/25 I had the fix commented out
during some back and forth testing.  This was r/sr=bredan and a=asa for drivers@mozilla.org
The bug is 78428.
2001-05-30 00:24:00 +00:00
dbragg%netscape.com 3cb28080cf Fix for bug 78428. The call to AddSubcomponent which adds files has to be
bracketed by JS_SuspendRequest and JS_ResumeRequest to prevent deadlock conditions.
r/sr=brendan@mozilla.org, a=asa@mozilla.org
2001-05-25 17:52:09 +00:00
scc%mozilla.org 26a57f8ad3 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
ssu%netscape.com f6a3f92513 bug 4933 - new image for the download/xpinstall dialog.
bug 80237 - "destination directory" title is gone...
bug 77244 - Installers need to create Win32 Reg. key schema that Gecko Embedding browsers can follow
bug 78318 - crash with installer if you go back to change the directory selected
bug 56538 - Installer fails with error 5 installing on my Win2K box
bug 68053 - Win32 installer needs to log the installation process.
bug 81081 - Xpinstall dialog in the win32 installer requires touch up

sr=dveditz
2001-05-18 10:22:54 +00:00
dbragg%netscape.com 58c40cfe8d XPInstall part of fix for bug 65678. Now we're writing the list of files
to be replaced/deleted to a special registry file. When the program exits,
nsSoftwareUpdate::Shutdown kicks off the platform-specific utility that reads
this file and does the dirty work.
2001-05-17 05:51:29 +00:00
dveditz%netscape.com 622e28fb32 bug 79886 get install log working again (casualty of xpcdom landing). r=ssu 2001-05-14 08:45:44 +00:00
rpotts%netscape.com f3e719c2c1 bug #65777 (r=valeski, sr=mscott) - Window targeting fixes... 2001-05-14 02:16:27 +00:00
jst%netscape.com 621060c4fd 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
syd%netscape.com de09867277 Fix for http://bugzilla.mozilla.org/show_bug.cgi?id=72913 r=sgehani, sr=dveditz 2001-05-05 07:19:22 +00:00
kandrot%netscape.com d5bd552195 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
scc%mozilla.org e40df0d961 bug #75504; sr=jband. simple fixes correcting where people inappropriately applied |getter_AddRefs| 2001-05-03 10:09:59 +00:00
cls%seawood.org 25c6dc1c7e 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 9e8d80d70f 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
dbragg%netscape.com e3f359c261 Fix for bug 76541, r=danm, sr=brendan, a=asa@mozilla.org. Suspending and Releasing JS requests during Alert and Confirm dialog creation. 2001-04-23 22:08:05 +00:00
dveditz%netscape.com 3073cf3654 Re-fixing bug 7022 (Install.buildID). "2001040506" needs to be a double,
doesn't fit in a javascript int.
2001-04-17 13:13:24 +00:00
shaver%mozilla.org e2dc3d6d88 75152: Remove GetVersionNumber stub in favour of upcoming, less-invasive
preloader strategy. r=jag, sr=attinasi.
2001-04-11 14:23:13 +00:00
danm%netscape.com 48fd51690d dveditz points out a flaw in my last checkin 2001-04-11 03:33:59 +00:00
danm%netscape.com 121477b004 oh yeah. last version compiled on linux, only 2001-04-11 01:45:19 +00:00
danm%netscape.com 310f483942 replacing use of evil hidden window with embedding-copacetic window watcher. bug 71895 r=blizzard,hyatt,javi,various 2001-04-11 01:20:28 +00:00
darin%netscape.com 41efbc6217 Necko API changes, bug 74221. r=valeski, sr=rpotts. 2001-04-10 06:01:08 +00:00
danm%netscape.com 5693e2cf08 unbuilding deprecated prompt files (cleaning up my mess) 2001-04-09 04:52:46 +00:00
danm%netscape.com d881c56eac commondialog service is being replaced by promptservice. bug 72112 continues 2001-04-09 01:35:41 +00:00
disttsc%bart.nl 748e1ece2f Clean up MODULE/REQUIRES, bug=73353, r=cls 2001-04-08 08:33:11 +00:00
dbragg%netscape.com b392eccd37 Fix for 67503. Setting File object explicitly and using JS_BeginRequest-JS_EndRequest correctly. r=sgehani, sr=brendan 2001-04-06 04:18:11 +00:00
dprice%netscape.com 3e31ab9946 65845 - new order files 2001-04-05 06:02:32 +00:00
dbragg%netscape.com 9fe0a1a428 Fix for 29415. Now returning READ_ONLY error if file attribute set that way. r=dveditz, sr=mscott 2001-04-04 21:40:59 +00:00
rickg%netscape.com c1ce80ae83 preloader update. r=peterl, sr=attinasi 2001-04-03 22:58:59 +00:00
disttsc%bart.nl 96f5f6cf31 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
sgehani%netscape.com 41502bac63 Make Install.arguments return the correct value.
b = 72719
r = dveditz, dbragg
sr = mscott
2001-03-28 09:10:06 +00:00
sgehani%netscape.com aaef4833f2 63454: updating desktop db properly when AppleSingle decoding; 72277: use Appearance manager for drawing default button; 72092: make welcome window text display correctly for all system fonts; 69154: make install log readable 2001-03-28 00:42:27 +00:00
disttsc%bart.nl 6e48266508 Clean up REQUIRES lines. r=cls 2001-03-25 22:59:27 +00:00
disttsc%bart.nl 0b98c23d64 Move nsCString from |operator char*()| to |get()| and |NS_CONST_CAST| where needed. bug=53057, r=dmose, sr=shaver 2001-03-20 05:37:56 +00:00
dveditz%netscape.com e6ae7d0889 fixing ports build bustage 2001-03-14 08:46:52 +00:00
dveditz%netscape.com de9a73f78a fixing bustage 2001-03-14 06:03:44 +00:00
dveditz%netscape.com e7f9e3ce03 removing obsolete files 2001-03-14 05:37:48 +00:00
dveditz%netscape.com b2ac4648b7 bug 28896 register file versions r=ssu,sr=mscott
bug 45939 File.remove() returns bogus error,r=sgehani,sr=alecf
bug 7022  make platform/build info available to XPInstall script r=sgehani,sr=mscott
bug 47258 more detailed error reporting failing to install file, r=sgehani,sr=mscott
bug 62916 refresh plugins from install script r=ssu,sr=mscott
2001-03-14 05:30:25 +00:00
dprice%netscape.com 1b42d68e45 71057 sr=waterson new order files. NOT PART OF THE REGULAR BUILD 2001-03-13 10:47:37 +00:00
dougt%netscape.com 9c5d760307 Minor build changes per API review. Now nsIFileURL and nsIFileChannel have their own IDL file which means that if you were using either of these two interfaces, you need to include a new include file. r=valeski@netscape.com 2001-03-12 22:41:28 +00:00
shaver%mozilla.org 89c833fb49 67699: all your nsIClassInfo is belong to us
- teach nsGenericFactory about nsIClassInfo, and nsIClassInfo.idl to the
  builds
- add a heaping serving of macro love for classes that want to support it
- convert many modules to use nsGenericModule the new way
- handful of warning and modeline fixes
- nsSample and some XPConnect test classes now have nsIClassInfo support for
  testing
2001-03-12 20:43:02 +00:00
dbragg%netscape.com 6f526c92ba Fix for non-Unix bustage relating to MAX_FILENAME being undefined. r=sgehani 2001-03-09 01:49:21 +00:00
dbragg%netscape.com f6bec6046f Checking for file and directory names that may be too long for a given platform. Fixes bug 10147. r=deveditz, sr=mscott 2001-03-08 23:25:17 +00:00
disttsc%bart.nl aebc676048 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
dbragg%netscape.com ffdb1938d0 Now stripping off trailing slashes and setting mFileSpec equal to nsnull when a bogus path
with double slashes is passed in.  Fixes bug 62861. r=dveditz, sr=mscott
2001-03-05 21:05:55 +00:00
disttsc%bart.nl 043186b34e 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
dbragg%netscape.com 29851a88d4 Translating Alert and Confirm to serve as titles in the alert and confirm dialog titlebars. r=sgehani, sr=mscott 2001-02-28 23:47:59 +00:00
sgehani%netscape.com 59e6a1c698 Make async Install.execute() work again resoolving backward compatibility.
(Checking in for dbragg.)

b = 68356
r = sgehani, dveditz
sr = mscott
2001-02-23 07:36:49 +00:00
dbragg%netscape.com 4d8b0ec971 Preventing multiple shutdowns of nsXPInstallManager to fix bug #51098. r=dveditz, sr=mscott 2001-02-22 23:26:47 +00:00
disttsc%bart.nl 744785129a 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 eab041f43f 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
dbragg%netscape.com 9139d16e63 Fix for regression bug 69166. No longer checking return of MoveTo call and returning UNEXPECTED_ERROR. r=dvedtiz, sr=mscott 2001-02-20 23:27:53 +00:00
dbaron%fas.harvard.edu 4179654db5 Fix MOZ_TRACK_MODULE_DEPS bustage by adding dom to REQUIRES. 2001-02-20 00:57:23 +00:00
heikki%netscape.com fa72c631ce Splitting layout into two libraries, layout and content. r=jst@netscape.com, sr=waterson@netscape.com 2001-02-19 21:50:04 +00:00
dbragg%netscape.com bf4f84cc25 Renaming temp files to .new or .old during installations so they don't get auto registered. Bug 67703. r=dveditz sr=mscott 2001-02-15 19:03:34 +00:00
dbragg%netscape.com 8fdecb8e1e Now closing the download dialog if Cancel is clicked. Fix for bug 58573. r=sgehani, sr=mscott 2001-02-14 00:42:11 +00:00
dprice%netscape.com fc5a7ddbf1 65845 first cut of the order files 2001-02-13 02:48:02 +00:00
disttsc%bart.nl 76fbedadc5 Back out dougt's channel changes 2001-02-12 03:14:23 +00:00
dougt%netscape.com 69415757ab 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.

The full details of the change on written up in the netlib newsgroup.

r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-10 00:16:26 +00:00
leaf%mozilla.org 58b3aa9224 part of backout of dbragg, suggested dveditz, r=dbragg. bug 68001 2001-02-07 20:50:27 +00:00
leaf%mozilla.org 021ac8ebab backing out dbragg's changes to fix 68001, dveditz suggested, r=dbragg 2001-02-07 20:46:15 +00:00
dveditz%netscape.com 960db89bca bug 64835 r=ssu/sr=mscott: InstallTrigger.compareVersion() returning bad result
bug 11682 r=dbragg/sr=mscott: version registry requires UTF8, add missing conversions
2001-02-07 00:12:58 +00:00
dbragg%netscape.com 2ded17e1d9 Name change for in-use files to .new or .old. Fixes bug 67703. r=dveditz, sr=mscott 2001-02-06 23:06:32 +00:00
dbaron%fas.harvard.edu 7a97a55d82 Remove trailing semicolons after all uses of MOZ_DECL_CTOR_COUNTER to quiet build warnings on Mac. b=60415 a=brendan@mozilla.org 2001-01-27 23:06:33 +00:00
dbragg%netscape.com aea73fd7af This is the XPInstall side of bug 62167 that uses nsIProcess which was checked in earlier. a,r=dvedtiz sr=mscott 2001-01-27 00:05:08 +00:00
sgehani%netscape.com a8b9ca6dec Use new Test() API in libjar to ensure archive integrity before installing.
b = 61544
 r = dveditz
sr = dveditz
2000-12-27 07:06:58 +00:00
dbragg%netscape.com 6a089fcef3 Fix for bug 51816. No longer setting max value in progess meter and initializing mLastUpdate to PR_Now. r=dveditz, sr=mscott 2000-11-22 18:57:55 +00:00
cls%seawood.org 8bd122b3d5 Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org 2000-11-20 07:16:06 +00:00
dveditz%netscape.com e5e2321a16 Give sterner warnings, locale installations are not "safe" and can be abused
(bug 58584). r=mstoltz,sgehani; sr=syd
2000-11-02 00:48:45 +00:00
warren%netscape.com 4189314fdb Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +00:00
warren%netscape.com 6e35f97e31 Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson 2000-10-27 22:43:51 +00:00
jband%netscape.com 831e60cd81 attempting to fix Mac bustage from ssu's checkin. IRC is quiet 2000-10-15 02:25:02 +00:00
ssu%netscape.com 87e4f0d2e8 fixing bug #55253 - Browser cannot launch after update.html from Win 9x only. sr=brendan,warren moa=dveditz r=dveditz,sgehani. Checking in only to the trunk for QA testing. Will check in to the BRANCH after QA certifies OK. 2000-10-14 23:37:16 +00:00
dveditz%netscape.com fe0cdb658f Account for null to fix windows upgrade failure (bug 55254), r=dbragg/ssu, sr=mscott 2000-10-14 00:16:55 +00:00
dveditz%netscape.com 1df2a6351f Use correct type of event queue in xpinstall, bug 54871 r=dougt, sr=brendan/blizzard 2000-10-11 08:47:16 +00:00
dveditz%netscape.com 236899c25e Bug 48155 use relative resource: urls when registering chrome; r=sgehani, r/sr=scc, a=pdt [rtm++] 2000-10-07 10:30:46 +00:00
ssu%netscape.com 58ef0718a5 fixing bug #54067 - Clean up purify errors in Xpinstall engine. r=dveditz, sr=mscott 2000-10-06 02:40:13 +00:00
sgehani%netscape.com b4a81283d3 Merge pr3 branch to trunk:
Renaming "Plugins" -> "Plug-ins"

b=53976
r=ssu
a=sfraser
2000-09-28 22:51:16 +00:00
sgehani%netscape.com 189d39e733 Oops! Trunk not open: backing out last change. 2000-09-28 22:02:28 +00:00
sgehani%netscape.com 60c8e21e20 Merge pr3 branch to trunk for:
Renaming "Plugins" -> "Plug-ins"

b=53976
r=ssu
a=sfraser
2000-09-28 22:00:39 +00:00
dveditz%netscape.com 82a218ebec Bug 53845 make InstallTrigger.getVersion() work for SmartUpdate site. r=ssu,sr=mscott,a=pdt nsbeta3++ 2000-09-28 04:14:15 +00:00
jst%netscape.com 0a2605e956 Oops, missed a file, this should fix the horkeage. 2000-09-22 11:16:27 +00:00
dbragg%netscape.com ceecbe54fb Fix for bug 52827. Getting the parent window and passing it to the alert and confirm dialogs. r=dveditz, law a=law (I used the old appproval list). 2000-09-20 23:12:03 +00:00
warren%netscape.com 075350b1c8 Landing jar packaging from jar_restructuring_branch. r=hyatt,dprice,sfraser,dveditz,vishy,sgehani 2000-09-20 19:35:24 +00:00
dveditz%netscape.com 4d357dea1b Bug 32867 XPInstall API cleanup, r=sgehani@netscape.com 2000-09-15 07:45:03 +00:00
dveditz%netscape.com ae044e3357 part of bug 32867, XPInstall API cleanup 2000-09-15 06:43:37 +00:00
dveditz%netscape.com 9cfe5e9db7 fixing typos in bloat detectors 2000-09-15 06:38:44 +00:00
rayw%netscape.com d39d9e6d59 Bug fix for 52648 -- remaining stash of progids which I missed on
the mega-change yesterday.  This will fix a few more issues.

r=warren
2000-09-14 23:20:49 +00:00
dbragg%netscape.com bd4e37e5d6 Fix for bug 50942. Now I get the parent from the JScontext instead of the hidden window. r=dveditz 2000-09-14 18:52:56 +00:00
rayw%netscape.com 6cc70ebd6c Bug 37275, Changing value of all progids, and changing everywhere a progid
is mentioned to mention a contractid, including in identifiers.

r=warren
2000-09-13 23:57:52 +00:00
dveditz%netscape.com 35c44f7c1c adding #ifdefs to previous 50689 fix so it doesn't break Unix 2000-09-07 02:09:55 +00:00
dveditz%netscape.com 87756b3cd7 dogfood bug 50689 (no chrome registration on Mac) 2000-09-07 01:25:43 +00:00
sgehani%netscape.com 3f0cce390b Create the install log in the user's profile directory if we don't have permission to write to the program directory.
[nsbeta3+ b=48225; r=ssu]
2000-09-06 21:28:20 +00:00
dbragg%netscape.com 52a1c0b522 Fix for bug 49533. The test case was incorrect but we were not returning a meaningful error. Also the install.log was being filled with junk. r=ssu 2000-09-05 18:17:52 +00:00
beard%netscape.com 90cec88e92 fixing code that relied on implicit string construction. r=scc 2000-09-02 07:39:16 +00:00
vidur%netscape.com 4a41eee18d Fix for bug 46861. nsIDOMWindow is now split into two interfaces: a public interface (still called nsIDOMWindow) for embedders and an internal interface (nsIDOMWindowInternal) for internal use. The union of the two interfaces is still visible from JavaScript. r=jst@netscape.com 2000-09-01 01:54:35 +00:00
dbragg%netscape.com f65eb66892 Fix for bug 50234. Added titlebar to the chrome flags. r=ssu 2000-08-29 23:15:41 +00:00
dbragg%netscape.com 4befb8ba31 Fix for bug 45885. The js prototype gFileSpecProto was defined locally and so was set to null. Wrong! r=sgehani 2000-08-28 22:26:18 +00:00
dveditz%netscape.com 3d3607614b fixing 50443, installer crash in browser.xpi. r=BlakeR1234@aol.com 2000-08-27 00:43:22 +00:00
dveditz%netscape.com d4f375f9bd fix 47107 addFile(...,false) wrongly interpreted as one of the new mode flags 2000-08-26 08:14:40 +00:00
dveditz%netscape.com da32199974 fix dogfood bug 50390, chatzilla install won't abort and take the rest of the Mozilla install with it 2000-08-26 07:55:19 +00:00
mkaply%us.ibm.com e1d3b5399c OS/2 Tinderbox break
Close but no cigar :) ndef XP_OS2 to avoid the DBCSLeadByte, but we need to avoid the windows.h include as well
2000-08-26 03:28:27 +00:00
warren%netscape.com 506d41f27c Updated installer to put jar: urls into installed-chrome.txt file. Removed necko dependency. 2000-08-25 22:57:46 +00:00
dbragg%netscape.com 6ec9abb0df Fix for 45885. Now returning an nsInstallFolder object rather than a string. r=sgehani 2000-08-24 19:34:06 +00:00
dbragg%netscape.com 827db81a70 fixes for 45912 and 45913. Checkingfor existance of mTarget and deleting if present prior to copying-moving. r=sgehani and ssu 2000-08-24 19:32:48 +00:00
sgehani%netscape.com 11c02d7b2e Update mac aliases correctly (File.macAlias() in the XPInstall context). [nsbeta3+ b=32977; r=ssu] 2000-08-24 00:46:44 +00:00
warren%netscape.com 1c8511e78c Bug 46777. Redesigned stream interfaces to allows stream observers to be decoupled from pipe implementation. Needed for embedding to fix 'spin' problem. r=rpotts,valeski,ruslan 2000-08-22 07:03:33 +00:00
ccarlen%netscape.com 63bd757a7a Convert use of nsIFileLocator to nsIDirectoryService. r=dveditz 2000-08-22 00:45:19 +00:00
dbragg%netscape.com a69a981d59 Fix for 45911 and 45913. changed NativeFileOpFileCopyPrepare and Complete to check for a filename supplied by the script writer. Still accepts directories as well. r=ssu 2000-08-21 21:39:09 +00:00
scc%mozilla.org e383e40e1a fixing code that relied on implicit string construction 2000-08-19 22:53:36 +00:00
mkaply%us.ibm.com e48dbb2475 OS/2 Tinderbox break
Hey conrad@ingress.com - please watch out for us. You are breaking us A LOT.
2000-08-16 03:13:16 +00:00
conrad%ingress.com 008b9ba5fb Changed from using strings for nsIDirectoryService props to using macro names defined in nsDirectoryServiceDefs.h r=valeski 2000-08-11 20:31:57 +00:00
warren%netscape.com 7ac7233df8 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
dveditz%netscape.com 81fe2b5514 bug 41165, fixing getFolder("file:///"), another casualty of the conversion to nsIFile 2000-07-24 09:40:49 +00:00
dveditz%netscape.com 52c092507b Comment-out call to crashing ReloadChrome() so we can call bug 39367 fixed. 2000-07-20 08:33:54 +00:00
dbragg%netscape.com 79de947798 Fix for nsbeta2+ bug #45653. Removed code that appends a '/' since the call to Append is taking care of that for us. This was resulting in a double slash at the end of the mURL string and the Mac gagged on it. 2000-07-19 21:32:37 +00:00
dveditz%netscape.com a5732e79ff fixing mac long-long bustage 2000-07-19 01:53:43 +00:00
dveditz%netscape.com 577fef6dbf Bug 42548 approximate 6x XPInstall performance improvement, r=dbragg 2000-07-18 23:46:00 +00:00
ftang%netscape.com eb8bfaff40 fix bug 43272. r=ssu/dvetidz . check nsresult by using NS_FAILED instead of NS_OK !=
becaues the Japanese to Unicode converter may return success code whihc is not NS_OK
2000-07-13 21:21:24 +00:00
dougt%netscape.com c422448137 bug 40750.
Adding followSymlink flag to nsILocalFile.
Adjusting callers.
windows shortcut optimizations.
r=blizzard@mozilla.org.
a=brendan@mozilla.org
2000-07-12 23:31:31 +00:00
sgehani%netscape.com 8fdf3f1c74 Make Linux and Mac installers install to the target directory instead of the
platform-specific notion of temp.

[dogfood+ b=45166; r=dveditz]
2000-07-12 03:42:35 +00:00
mscott%netscape.com 37ea1a1546 Fix build breakge by samir. I'm not really sure how this could have compiled =). 2000-07-11 01:52:53 +00:00
sgehani%netscape.com 1457b45336 Part of fix for nsbeta2+ bug 37168. [r=mstoltz] 2000-07-11 01:10:20 +00:00
sgehani%netscape.com b82dd1fcb6 Add optional log file leaf name param to XPI_Init for Win32 uninstall logging.
Part of fix for nsbeta2+ bug 37168.  [r=ssu]
2000-07-10 23:15:46 +00:00
sgehani%netscape.com ec07c6e0f8 Make Install.execute() work on Unix.
[nsbeta2+ b = 37168; r = ssu]
2000-07-10 21:02:16 +00:00
sgehani%netscape.com 842563bead Create install log file in XPCOM's notion of cwd.
[nsbeta2+ b = 19034; r = ssu]
2000-07-06 19:44:09 +00:00
cls%seawood.org e1e6c5760f Removed obsolete REQUIRES variable from every Makefile.in/makefile.win 2000-06-30 08:08:04 +00:00
jj%netscape.com e1b12cfecc bringing ASEncoder upt-to-date using new Universal Headers -- not part of the build. r=sgehani 2000-06-29 22:28:59 +00:00
dbragg%netscape.com ab4a91d271 Fix for nsbeta2+ bug 340786 r=sgehani 2000-06-28 20:26:39 +00:00
dougt%netscape.com e1274cde0a I IDL-ifying the nsProxyObjectManager.
I have updated all users that I found
grepping the source tree.

r=valeski@netscape.com
a=waterson@netscape.com
b=43131

Also checking in changes to the window's embed test which is NOT
hooked up to the build system.
2000-06-24 00:03:10 +00:00
inaky.gonzalez%intel.com 99c960e0f6 Bug #39323. Change nsSoftwareUpdate::mMasterListener to be a
dynamically allocated object instead of a member, so we don't have to
do ugly tricks AddRefing it manually not to get it destroyed (and thus
segfaulting). r=waterson,dvedit a=dvedit
2000-06-23 00:14:22 +00:00
dbragg%netscape.com 3377684929 Fix for nsbeta2+ bug #40783 r=ssu 2000-06-21 13:43:37 +00:00
dbragg%netscape.com 7ce808d357 Fix for nsbeta2+ bug #37855 r=ssu 2000-06-21 13:43:07 +00:00
dbragg%netscape.com cbe4570223 Fix for nsbeta2+ bug #37848 r=ssu 2000-06-21 13:42:26 +00:00
vidur%netscape.com d22aa70d25 Fix for bug 42860. nsIScriptNameSpaceManager::RegisterGlobalName() now takes an additional IID parameter. If the IID is that of the nsIScriptObjectOwner interface, we assume it's an old-style idlc interface. Otherwise we try to wrap it using XPConnect. r=rginda 2000-06-21 00:42:59 +00:00
beard%netscape.com 5cca8adbe7 bug #42100, Carbon compatibility. r=gordon, saari, pinkerton, sfraser 2000-06-20 23:10:06 +00:00
dbragg%netscape.com 98ed1d3326 fix for nsbeta2+ bugs 37363 and 39157. r=dveditz 2000-06-15 14:28:28 +00:00
ssu%netscape.com 7d61dea046 fixing bug #42203. Typo in xpinstall.properties string. a=leaf r=sgehani 2000-06-15 06:18:08 +00:00
scc%mozilla.org 467d2bde65 fix bustage, |const| needed on Windows 2000-06-13 00:21:53 +00:00
scc%mozilla.org 55650a35b3 fix type equivalence between |PRUnichar| and |jschar| now that |PRUnchar| may be |wchar_t| on select platforms 2000-06-12 23:52:31 +00:00
mkaply%us.ibm.com c492092537 # 37239
r = dveditz, a = brendan
OS/2 bring-up - PR_CALLBACK stuff for VisualAge
2000-06-08 22:49:49 +00:00
warren%netscape.com 958ed96edd Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
ssu%netscape.com 1a6b0b4c83 fixing bug #37168. Install.execute() is not working in xpinstall on all platforms. This fix is for windows only. Mac is coming up soon, then linux. a=dvedtiz, r=dveditz 2000-06-02 05:34:44 +00:00
valeski%netscape.com 5d28ef113e 41110. nsIWebshellWindow erradication. removing extraneous usage. 2000-06-01 14:54:16 +00:00
sgehani%netscape.com 0c345d11fc Partial fix for broken chrome registration on the Mac. [b=41002,r=dveditz] 2000-05-31 22:39:37 +00:00
dveditz%netscape.com e848ed2311 attempting to fix mac bustage 2000-05-24 15:37:12 +00:00
dveditz%netscape.com 89034e16f8 Getting installed overlays to work, dogfood bug 1011 in bugSCAPE. Also fixing
misc horkage (still!!) from the nsIFile landing necessary to get this working
(bugs 40228, 40403, 40405, 37964, 28950)
2000-05-24 14:13:39 +00:00
hyatt%netscape.com 5bed7dc4bd fix for making skins script-safe. r=scc 2000-05-19 04:48:43 +00:00
jdunn%netscape.com 6d005a5dcc adding a 'const' to fix HP bustage
r= dveditz@netscape.com
a= syd@netscape.com - he approved earlier but i am just not getting a chance
   to check it in
2000-05-18 00:15:06 +00:00
dveditz%netscape.com 5c04e21840 making chrome installs work with late-breaking chromeRegistry changes -- required for tomorrow's install 2000-05-17 07:09:11 +00:00
sfraser%netscape.com b8430f5141 Change "stdio.h" to <stdio.h> 2000-05-17 02:44:49 +00:00
dougt%netscape.com 15d107d666 Fixing 31259. r=dveditz. 2000-05-16 22:08:05 +00:00
warren%netscape.com 4d1711e5f8 Changes to unify nsINetPrompt with nsIPrompt, making single sign-on work. Single sign-on API changes. Fixes bugs 34583, 34720, 34725, 24746, 33094. r=sspitzer,morse 2000-05-16 05:35:23 +00:00
sgehani%netscape.com c8d7190b59 Make loadResources() work again. [b=37837] 2000-05-15 21:29:33 +00:00
dveditz%netscape.com 9c3656ed5a bug 35036 2000-05-15 02:40:32 +00:00
ssu%netscape.com 2bf1c7ff74 added bit field in nsInstallFile for Windows Shared File and Do No Uninstall.
added support in fileop for registering ole server files.

changed the way logging is done in install.log to write to the log file *before* the attempt to complete() the file installation process.  This helps with debugging because is shows what file the installation probably stopped on.
2000-05-14 03:07:05 +00:00
ssu%netscape.com b041a3317d new files to support setting of windows shared files registry in the windows registry. Not part of tinderbox build yet. 2000-05-14 02:27:52 +00:00
dougt%netscape.com 021bd9b8fd fixing user profile directory and pref InstallFolder targets. 2000-05-12 23:03:44 +00:00
ssu%netscape.com 86b6fb977d fixing bug #37874. xpinstall now checks for write access before creating a windows shortcut. 2000-05-12 21:02:39 +00:00
dougt%netscape.com bc9ae8946f Now printing js errors to install.log r=dveditz. 2000-05-09 20:41:25 +00:00
sgehani%netscape.com 00a28a2dda Fixing mac aliasing and AppleSingle decoding. 2000-05-08 23:54:05 +00:00
sgehani%netscape.com 31a35128ca Fix mac aliasing and AppleSingle decoding regressions. Make the Mac installer behave itself once again after being in a coma for two weeks. [b=38313,37568] 2000-05-08 23:22:15 +00:00
ssu%netscape.com b6980471ed fixing bug #37452. File.execute() should work now. 2000-05-08 22:46:21 +00:00
dveditz%netscape.com 5329976ed5 flesh-out chrome registration; clean-up the non-threadsafe assertions 2000-05-08 08:53:44 +00:00
dveditz%netscape.com ce59e41cae new chrome installation strings 2000-05-08 08:51:20 +00:00
dveditz%netscape.com 742729863d leftover bug from nsIFile conversion: File.copy() changed the target directory into the final filename. 2000-05-08 08:50:40 +00:00
dveditz%netscape.com 0392198776 make the master listener threadsafe 2000-05-08 08:48:20 +00:00
dveditz%netscape.com 9ed9b896c3 new files for registering chrome 2000-05-08 08:47:10 +00:00
dougt%netscape.com 6ccfb27b3d Fixing 38202. Permission was incorrect. 2000-05-08 06:29:05 +00:00
dougt%netscape.com af2653ff5f Adding nsIContentHandler to XPInstall so that we can handle mime types. This
allows us to click on a xpinstall link and have the install happen.

I also changed the windows wizard test application to use explict paths.  This
should have been checked in with the rest of the nsIFile/xpInstall stuff.  You
may have to adjust these paths manually.
2000-05-08 05:12:35 +00:00
dveditz%netscape.com ff22170c69 suppressing warning that's probably fatal on VC5 2000-05-05 06:24:14 +00:00
dveditz%netscape.com 0f49543379 Skin/Locale installer (bug 32688) and groundwork for bug 32689 2000-05-05 06:23:11 +00:00
jbetak%netscape.com f7fd0bfbed fix bustage
37408
String bundle doesn't offer a scriptable enumerator
r=be
2000-05-02 06:20:25 +00:00
jbetak%netscape.com acc4c1956b 37408
String bundle doesn't offer a scriptable enumerator
r=be
2000-05-02 05:08:39 +00:00
mkaply%us.ibm.com 85b55d58ad # 37239
r= dveditz@netscape.com
OS/2 bring up continues - need PR_CALLBACK to specify linkage for VisualAge build
2000-05-01 22:29:03 +00:00
scc%netscape.com dc78425ab0 making string conversions explicit 2000-04-27 21:09:10 +00:00
ssu%netscape.com c9011a93b3 fixing bug #7478. We now have an uninstaller for the installer on the Windows platform. r=dveditz 2000-04-26 05:04:21 +00:00
ssu%netscape.com 4119bcd15a initial checkin for files to fix bug #7478. Not part of any build yet. 2000-04-26 04:53:06 +00:00
dougt%netscape.com 1630293e17 Fixes problems in local file where getting a parent of a non-existant file did not work. Fixes a problem if you tried to create a folder and it parents did not exist. Fixes a problem if you had a initialized with a FSSpec which was not resolved complete and you tried to add a relative path. Fixing nsInstallFile to use nsIFile:: enums insteads of numbers. r=sgehani, a=leaf 2000-04-26 01:50:24 +00:00
mjudge%netscape.com 6622635cab making string conversions explicit. scc 2000-04-26 01:13:55 +00:00
dougt%netscape.com 3909c7cfe0 Fixing tree blocker. nsInstallFolder did not return an error code when
it could not initialize itself.  This caused crashes and return values which
were not correct.  I also fixed a huge about of memory leaks for allocation
of strings that were never freed.  r=dveditz, a=leaf.
2000-04-24 22:23:44 +00:00
dveditz%netscape.com 4cafcc8125 First cut at chrome install 2000-04-24 13:53:38 +00:00
dougt%netscape.com b2d97a1c4d Adding critical check for null.
removing unneded assignment to temp var.
2000-04-24 06:08:48 +00:00
ssu%netscape.com bd0332db78 fixing bug #35872. xpinstall engine now correctly creates nested dirs more than 1 level deep. This problem could have been the cause of the brownser not launching from a clean install (which I have experienced) because files were not getting installed into their proper subdirs. 2000-04-23 02:09:17 +00:00
scc%netscape.com e0c1bc1018 making string conversions explicit 2000-04-22 10:46:20 +00:00
dbragg%netscape.com ab8e171eaf Removed the offending const 2000-04-21 20:05:06 +00:00
dbragg%netscape.com b532d26ec7 Fix for bug 24984, conversion to use nsIFile and related ilk. 2000-04-21 18:58:41 +00:00