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

2883 Коммитов

Автор SHA1 Сообщение Дата
cbiesinger%web.de a898e666b8 bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
r+sr=darin
2006-02-03 14:18:39 +00:00
bryner%brianryner.com 82d6fa213e Remove deprecated nsTString::ToCString (bug 323471). r+sr=darin. 2006-01-24 19:22:02 +00:00
scott%scott-macgregor.org 65cbd657aa Bug #322628 --> Palm Sync Build changes to support palm sync as a proper install.rdf based
extension for Thunderbid.

This extension code is NPOTB.

sr=bienvenu
2006-01-24 00:42:17 +00:00
jst%mozilla.jstenback.com 1456073f60 Fixing bug 324031. Make sure to do all the cleanup in all code paths. r=jonas@sicking.cc, sr=dveditz@cruzio.com 2006-01-21 00:57:26 +00:00
wtchang%redhat.com dbbc444239 Bugzilla Bug 317620: landed NSS 3.11 on the Mozilla trunk. The patch is
contributed by Kai Engert <kengert@redhat.com>. r=wtc,bsmedberg.
Bugzilla Bug 288647: (security/manager/Makefile.in only) enable building
NSS with system NSPR.  The patch is contributed by Chris Seawood
<cls@seawood.org>.  r=wtc,kengert.
Modified Files:
	Makefile.in browser/installer/unix/config.it
	browser/installer/unix/packages-static
	browser/installer/windows/config.it
	browser/installer/windows/packages-static
	calendar/installer/windows/config.it
	calendar/installer/windows/packages-static
	camino/Camino.xcode/project.pbxproj
	embedding/config/basebrowser-installer-win.pkg
	embedding/config/basebrowser-mac-macho
	embedding/config/basebrowser-qnx
	embedding/config/basebrowser-unix
	embedding/config/basebrowser-win embedding/config/minimo-qnx
	embedding/config/minimo-unix mail/config/basemail-os2
	mail/config/basemail-unix mail/installer/windows/config.it
	mail/installer/windows/packages-static
	minimo/config/linux_package.sh security/manager/Makefile.in
	security/manager/psm.pkg toolkit/mozapps/installer/packager.mk
	xpinstall/packager/packages-os2
	xpinstall/packager/packages-static-unix
	xpinstall/packager/packages-static-win
	xpinstall/packager/packages-unix
	xpinstall/packager/unix/deliver.pl
	xpinstall/packager/win_mfcembed/config.it
	xpinstall/packager/windows/browser.jst
	xpinstall/packager/windows/config.it
	xulrunner/installer/mac/Makefile.in
2006-01-13 18:09:32 +00:00
kairo%kairo.at 1bf62c5903 bug 316548 - Use bzip2 compression for linux installers, r=chase sr=bsmedberg 2006-01-11 19:54:31 +00:00
ajschult%verizon.net 966cfc11d6 move talkback to the end of the list to make it easier to disable. trunk part of bug 320433, r=dveditz 2006-01-11 18:26:16 +00:00
dveditz%cruzio.com 4049e8dd06 bug 318618 avoid useless memcpy in uncompressed case, check for unknown compression methods, r/sr=dougt 2006-01-07 04:11:17 +00:00
kairo%kairo.at b3077a47f1 bug 320245 - Package app icons in SeaMonkey unix installer, a=ajschult sr=Neil 2005-12-14 16:12:02 +00:00
kairo%kairo.at 3846f6f91a bug 312994 - new SeaMonkey artwork, unix installer file that had been forgotten in the first checkin, again r+sr=Neil a=seamonkey-council 2005-12-08 13:19:31 +00:00
mkaply%us.ibm.com b6f2c926b3 #319203
r=bsdmedberg
Allow install.rdf to exist in an XPI for installer builds
2005-12-07 20:46:18 +00:00
roc+%cs.cmu.edu 83f4b43f32 Bug 315346. nsISidebar should be in dom/ since it's a platform thing that we expose as part of the Web API, it's not app-specific. r+sr=jst 2005-12-06 01:29:42 +00:00
kairo%kairo.at 106f102cea bug 312994 - new SeaMonkey artwork, r+sr=Neil a=seamonkey-council 2005-12-02 20:45:36 +00:00
jst%mozilla.jstenback.com 7a5af690c6 Fixing bug 316794. Moving HandleDOMEvent() and Get/SetDocShell from nsIScriptGlobalObject to nsPIDOMWindow. r=mrbkap@gmail.com, sr=peterv@propagandism.org 2005-11-28 23:56:44 +00:00
timeless%mozdev.org 3db428f6ac Bug 106386 Correct misspellings in source code
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 21:57:13 +00:00
timeless%mozdev.org 532329ac75 Bug 106386 Correct misspellings in source code
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 19:48:04 +00:00
bsmedberg%covad.net bf26c2602b Bug 317026 - remove transformiix.dll from seamonkey install manifests, r=peterv 2005-11-21 15:22:18 +00:00
dbaron%dbaron.org 8e1263ab28 Make PL_InitEvent callers stop doing potentially dangerous casting of function pointers. b=305278 r=dougt sr=darin 2005-11-14 20:09:51 +00:00
darin%meer.net 49bdd3b454 removing references to necko_data.xpt 2005-11-12 23:12:09 +00:00
darin%meer.net 56de173b8c Initial patch for bug 312760 "Provide base channel for use by protocol implementations" r=biesi sr=bzbarsky 2005-11-12 18:17:19 +00:00
bsmedberg%covad.net dff1dea638 Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver 2005-11-11 14:36:26 +00:00
dveditz%cruzio.com 5094a858cc bug 315304 throw exception (return JS_FALSE) if we can't create the native object. r=dougt, sr=brendan, a=schrep 2005-11-07 19:58:28 +00:00
bsmedberg%covad.net 49df2055ed Bug 263042 - Build both autocomplete impls as separate components to make it easier to ship both of them with toolkit/xpfe r=Neil 2005-10-31 13:21:31 +00:00
dveditz%cruzio.com f79717b6fa bug 304931 theme install prompt should obey whitelisting too; r=mconnor, sr=dbaron, a=asa 2005-10-19 19:59:09 +00:00
bsmedberg%covad.net db13868592 Bug 207521 - deprecate --enable|disable-shared, since --enable-static gives us all the information we need, r=cls 2005-10-17 14:57:32 +00:00
mats.palmgren%bredband.net 7adb592d44 Fix compile warnings. b=311646 r=dveditz sr=benjamin 2005-10-16 15:52:26 +00:00
mrbkap%gmail.com b8da0721ed bug 311952: xpinstall should use its own runtime, so its JS isn't bound by Gecko's JS invarients. r=dveditz sr=brendan 2005-10-11 18:04:05 +00:00
neil%parkwaycc.co.uk 97e9f0d3d0 Change ds32.exe switches to use - for MSYS compatibility b=294122 r+sr=dveditz 2005-09-28 15:00:13 +00:00
cst%andrew.cmu.edu caa339e2a5 Bug 198247 "del" key doesn't work in download manager if you used the installer.
Patch by ajschult, r=me sr=dveditz
2005-09-27 03:36:12 +00:00
mkaply%us.ibm.com 2b9370c5c9 Bad extra OS/2 only files in packaging 2005-09-26 20:24:40 +00:00
mkaply%us.ibm.com dc650e75d3 #310096
r=bsmedberg
OS/2 bustage - just remove $os from xptlink.pl - it's not used anymore
2005-09-26 20:12:26 +00:00
mkaply%us.ibm.com 7262451c6d #310096
r=bsmedberg
OS/2 bustage - just remove $os from xptlink.pl - it's not used anymore
2005-09-26 20:00:32 +00:00
mkaply%us.ibm.com 0b2277f8b3 #282335
r=chase
Make packager understand OSes other than Windows
2005-09-22 21:51:47 +00:00
scott%scott-macgregor.org b284087af5 Bug #308281 --> We want to remove the XPI work around by deleting the file: bug307259.js
from the default prefs directory. sr=dbaron
2005-09-13 06:49:48 +00:00
cst%andrew.cmu.edu b8e806e119 Bug 301579 SeaMonkey installer should close both SeaMonkey and Mozilla, after prompting the user.
r=bsmedberg sr=dveditz
2005-09-09 15:43:47 +00:00
dveditz%cruzio.com 449efb1707 Don't block onload xpinstall, site whitelisting does the job (bug 271567).
Required to fix bugs 295058 and 300114. r=dougt, sr=mscott
2005-09-02 01:02:28 +00:00
bryner%brianryner.com 31caedeffd Actually read up to 32KB of a XPI to look for a signature, instead of requiring the whole thing to be in the first chunk of data available. Bug 306354, r+sr=darin. 2005-08-31 05:12:52 +00:00
dougt%meer.net dac3b4e637 Fixing bustage. I checked in the patch from the bug, and not my local diff 2005-08-26 07:11:47 +00:00
dougt%meer.net 32258b61c3 Bug 302284. add xpi hash support to InstallTrigger.install(). r=dveditz, sr=shaver, a=asa 2005-08-26 06:46:21 +00:00
neil%parkwaycc.co.uk dd84709e2d Bug 305886 Should use $(MAKE) for recursive makes r=bsmedberg 2005-08-25 20:33:56 +00:00
cbiesinger%web.de a7461b65db bug 244770 include sroaming in installer builds
patch by giacomo.magnini@portalis.it / trs80@tartarus.uwa.edu.au r=benb sr=neil
2005-08-22 16:10:12 +00:00
kairo%kairo.at b53e5bc6bc bug 302444 - include unpackaged files in package lists for SeaMonkey installers, r=ajschult sr=Neil 2005-08-19 23:09:31 +00:00
bienvenu%nventure.com 8fc7f718f2 add optional support for mit kerberos for windows, patches by cneberg@gmail.com, r=darin, sr=bienvenu 280792 2005-08-19 14:25:22 +00:00
dougt%meer.net 12452b22dc nsXPInstallManager::OnDataAvailable may consume more data than expected. b=300115. r=darin. sr=dveditz. a=asa 2005-08-18 19:01:38 +00:00
timeless%mozdev.org a314e364ee Bug 303654 InstallTrigger.install(null) crashes [@ JS_Enumerate]
patch by shutdown@flashmail.com r=dveditz sr=dveditz
2005-08-16 16:31:36 +00:00
pete%mozdevgroup.com 4b81ee1446 b=291178
InstallTrigger.getVersion gone in Firefox 1.0.3
r=timeless
sr=dveditz
--pete
2005-08-11 22:41:31 +00:00
neil%parkwaycc.co.uk 3ff111ff9d Installer code cleanup b=47762 p=gautheri@noos.fr r=dveditz a=bsmedberg 2005-08-03 16:28:34 +00:00
bugzilla%standard8.demon.co.uk f7603e43d4 Bustage fix for previous checkin (sorry) Bug 287540 - (Bv1) <nsXPInstallManager.cpp>. 2005-07-30 20:10:35 +00:00
bugzilla%standard8.demon.co.uk 8b1949b04f Bug 287540 Fix various _C++_ compiler warnings from my Windows non-debug build - (Bv1) <nsXPInstallManager.cpp>. Patch by Serge Gautherie <gautheri@noos.fr> r+sr=dveditz,a=bsmedberg 2005-07-30 19:37:45 +00:00
cbiesinger%web.de 54e3df4303 bug 300149 only remove the last character of the version if it's a newline (use chomp instead of chop)
r=bsmedberg sr=dveditz a=bsmedberg
2005-07-28 13:37:21 +00:00