gavin%gavinsharp.com
e8ff492d9d
Bug 341161: nsXPInstallManager doesnt shutdown correctly, patch by Dave Townsend <mossop.bugzilla@blueprintit.co.uk>, r+sr=dveditz
2006-07-19 13:29:34 +00:00
gavin%gavinsharp.com
ae8f9683b6
Bug 338028: Installing extensions accesses observer service from off-thread, patch by Dave Townsend <mossop.bugzilla@blueprintit.co.uk>, r+sr=dveditz
2006-07-19 13:27:50 +00:00
bugzilla%standard8.demon.co.uk
7589165418
Bug 342897 Copy required suite files from xpfe/bootstrap (and elsewhere) to suite/app (Moves xpfe/bootstrap/version.txt to suite/config/version.txt) r=benjamin,sr=Neil
2006-07-18 17:11:12 +00:00
timeless%mozdev.org
36362e3987
Bug 336970 crash [@ InstallTriggerGlobalInstall] "JS_ValueToString" result dereferenced without NULL check
...
r=mrbkap sr=dveditz
2006-07-14 11:41:43 +00:00
bugzilla%standard8.demon.co.uk
61416de04c
Bug 343127 SeaMonkey installer doesn't install some icons. r=ajschult,sr=Neil
2006-07-02 06:46:53 +00:00
ajschult%verizon.net
e17f7d5e43
Bug 334257: Need to include thebes in installer packages. r=cbiesinger
2006-07-01 01:16:38 +00:00
benjamin%smedbergs.us
15370ff5b4
Bug 343126 - Spell checker broken (part 2, packaging errors), r=enndeakin
2006-06-29 17:08:58 +00:00
bugzilla%standard8.demon.co.uk
faf7f89a6d
Bug 340437 suiterunner installer packaging fails on Windows (tpol tinderbox). r=benjamin,sr=Neil
2006-06-28 06:57:37 +00:00
ajschult%verizon.net
7e7e9b22b6
Bug 332203: Bustage fix for tinderbox packaging scripts
2006-06-28 04:13:38 +00:00
bugzilla%standard8.demon.co.uk
dba2cd2d9b
Bug 332203 Ensure the installers work with MOZ_XUL_APP set on SeaMonkey (Fix the unix installer registration process), r=ajschult,sr=Neil over irc
2006-06-27 09:20:56 +00:00
ajschult%verizon.net
57d758b3c3
Bug 332203: update package manifest for MOZ_XUL_APP set on SeaMonkey. patch by Standard8, r=me
2006-06-25 06:14:34 +00:00
bzbarsky%mit.edu
8c6dfe3562
Do the security check using the script's principal, not its URI. Bug 342489,
...
r+sr=dveditz
2006-06-23 16:55:14 +00:00
gavin%gavinsharp.com
28c9648c45
Bug 336008: add missing error check, patch by Jon Smirl <jonsmirl@gmail.com>, r=bsmedberg
2006-06-17 21:40:37 +00:00
benjamin%smedbergs.us
25c6b48dd5
Bug 341406 - Build bookmarks as a separate component, r+sr=Neil
2006-06-15 13:35:59 +00:00
mhammond%skippinet.com.au
d5ad1dc2b9
Land DOM_AGNOSTIC3_BRANCH, bug 255942. r=a few people, sr=brendan.
2006-06-13 03:07:47 +00:00
aaronleventhal%moonset.net
bcc0f9181f
Bug 340822. Move accessible/public/atk interfaces up one directory. r=ginn.chen, r=bsmedberg
2006-06-09 10:47:20 +00:00
gavin%gavinsharp.com
c2cd6e3bb3
Bug 336010: fix bad error check, patch by Jon Smirl <jonsmirl@yahoo.com>, r=bsmedberg
2006-06-06 16:57:12 +00:00
timeless%mozdev.org
9391198a55
Bug 337917 Make consumers stop using cids from other modules
...
r=smontagu sr=darin
2006-06-03 23:35:59 +00:00
timeless%mozdev.org
0b260d170a
Bug 337917 Make consumers stop using cids from other modules
...
r=darin sr=darin
2006-06-03 23:28:13 +00:00
joshmoz%gmail.com
9a2aaf9e9e
fix capitalization in filename for Quickdraw.h, fix for case-sensitive filesystems. b=339682c1 r=bsmedberg
2006-05-31 15:59:06 +00:00
brendan%mozilla.org
2ab1a7b1a8
Fix ancient duplicated Install object global and "sub-global" prob exposed by recent JS engine assertion (336695, r/sr=dveditz).
2006-05-31 03:10:31 +00:00
benjamin%smedbergs.us
25fab8b5ce
Bug 338746 - DOMI broken in win/linux builds due to packaging error, regression from bug 325100, r=ajschult
2006-05-23 15:44:10 +00:00
mkaply%us.ibm.com
47f0bf44af
296138 - r/sr=mkaply (OS/2 only) - from Peter Weilbacher - reenable lxlite on Os/2
2006-05-23 01:26:24 +00:00
igor%mir2.org
271c305869
Bug 338678: For source compatibility fields "uint16 extra,spare" in JSFunctionSpec are replaced by singe "uint32 extra". In this way we do need to update the current sources that list just 5 fields to include the additional ",0" corresponding to "spare" field. To quell GCC warnings all sources that list less then 5 fields of JSFunctionSpec are updated to explicitly list all 5 fields. r=mrbkap, s=brendan
2006-05-22 22:58:31 +00:00
darin%meer.net
3f6dbc2d16
follow-up patch for bug 338611 "xpinstall manager happily tries to install 404 pages" r+sr=dveditz
2006-05-22 21:12:56 +00:00
darin%meer.net
5f39bc4c0b
fixes bug 338611 "xpinstall manager happily tries to install 404 pages" r+sr=dveditz
2006-05-22 21:09:17 +00:00
benjamin%smedbergs.us
3ad19cafd0
Bug 336004 - coverity report #456 , resource leak - patch by Jon Smirl <jonsmirl@yahoo.com> r=me
2006-05-22 16:42:58 +00:00
peterv%propagandism.org
9a90ecf4b2
Fix for bug 336244 (Clean up/remove extensions/xmlextras/base). r/sr=sicking.
2006-05-21 19:50:16 +00:00
ajschult%verizon.net
92fedaf06a
Bug 335297: File handle leak in nsWelcomeDlg::GetReadmeContents. Patch by Ryan Flint <rflint@dslr.net>, r=dveditz, sr=Neil
2006-05-20 18:01:19 +00:00
ajschult%verizon.net
20b93df588
Bug 336009: Return early on failure in nsXPInstallManager::ConfirmInstall (coverity 468). Patch by Jon Smirl <jonsmirl@yahoo.com>, r=bsmedberg, sr=dveditz
2006-05-20 06:43:04 +00:00
ajschult%verizon.net
931f2f9308
Bug 336038: Coverity 240, error checks in wrong order; check for NULL before using the variable. Patch by Jon Smirl <jonsmirl@yahoo.com>, r=bsmedberg
2006-05-20 05:55:34 +00:00
kairo%kairo.at
07a0f95d79
bug 338571 - suiterunner command line handler not packaged correctly, move app to be built last in suite/ and package some missed files for installers, r+sr=Neil
2006-05-19 18:33:18 +00:00
mkaply%us.ibm.com
53d1050927
#326273
...
r=mkaply, sr=mkaply (OS/2 only)
OS/2 changes from threading checkin - build bustage
Note OS/2 does not work after these changes, it just builds.
Need to look at nsAppShell
2006-05-12 14:56:43 +00:00
darin%meer.net
7d3e7d7acd
landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb
2006-05-10 17:30:15 +00:00
cbiesinger%web.de
1fe4516c9f
bug 335180 Remove win32.order, mozilla-bin.order, --enable-reorder, and
...
associated code. These options do not really work anymore.
r=bsmedberg
2006-05-06 17:53:51 +00:00
benjamin%smedbergs.us
cb2e530081
Bug 78081 - Don't export intermediate libraries, initial changes blanket-r=mento
2006-05-03 22:19:54 +00:00
darin%meer.net
e7a84f6ea9
fixes bug 214672 "Further optimization and correctness improvements of libjar: streamlining nsJarInputStream" patch by Alfred Kayser <alfredkayser@nl.ibm.com>, r=jwalden, sr=darin
2006-05-02 19:33:09 +00:00
benjamin%smedbergs.us
074ff769b4
Bug 335807 - Make xpfe/components/intl its own component, r=neil (this gets rid of xpfe/components/build2 for tbird, yay!)
2006-05-02 16:47:32 +00:00
benjamin%smedbergs.us
176f277569
Bug 335714 - make windowds a standalone component, r=Neil
2006-04-28 13:19:36 +00:00
cls%seawood.org
9d3fb5f3b1
Align mingw libs linkage with msvc.
...
Thanks to Masatoshi Kimura (emk) <VYV03354@nifty.ne.jp> for the patch.
Bug #334542 r=cls
2006-04-20 12:59:02 +00:00
cls%seawood.org
7ab19fd9bd
Fix mingw cross-compile & static build bustage
...
Bug #333941 r=bsmedberg
2006-04-14 22:59:21 +00:00
gavin%gavinsharp.com
2c3e399cbd
Bug 333549: Unused variable tmpurl, patch by Ryan Flint <rflint@dslr.net>, r+sr=dveditz
2006-04-13 23:41:29 +00:00
kairo%kairo.at
b03dcc9001
fix up installer failures caused by bug 325473 by removing left over references to regus, r+sr=Neil
2006-04-08 16:11:25 +00:00
kairo%kairo.at
44a8e18641
bug 328317 - merge platform .jar files into en-US.jar, r=mento for the mozilla/config changes r=jag sr=Neil
2006-04-08 11:49:47 +00:00
kairo%kairo.at
f9f8121092
bug 325473 - Undo separation of language and region/content packs, part 4: move pref panel into communictor pefs in suite/, correct installer manifests and fix rough edges of parts 1-3, r=bsmedberg for build system changes (removal of content-packs extension) r=ajschult for installer manifests r=jag sr=Neil
2006-04-08 11:17:06 +00:00
benjamin%smedbergs.us
21d4c5ca34
Bug 78081 - don't export intermediate libraries - initial makefile changes to switch from $(DIST)/lib to in-tree library locations - blanket-r=mento
2006-04-06 15:19:31 +00:00
benjamin%smedbergs.us
de92d373af
Bug 78081 - don't export intermediate libraries - initial makefile changes to switch from $(DIST)/lib to in-tree library locations - blanket-r=mento
2006-04-06 14:45:37 +00:00
benjamin%smedbergs.us
c85cd07b63
Bug 78081 - don't export intermediate libraries - initial makefile changes to switch from $(DIST)/lib to in-tree library locations - blanket-r=mento
2006-04-06 14:23:38 +00:00
dbaron%dbaron.org
ac49c790c1
Remove uses of MOZ_DECL_CTOR_COUNTER, which is always defined to nothing. b=332745 rs=roc,bzbarsky
2006-04-05 00:00:44 +00:00
jwalden%mit.edu
a97b485d38
Bug 309296 - RFE: directory listing for jar:. r=darin, sr=bzbarsky
2006-03-29 22:10:37 +00:00