Johnathan Nightingale
6f0f1e07f4
Redesign certificate error page for Firefox as about:certerror. b=431826, r=gavin, ui-r=beltzner
2008-10-29 11:54:51 -04:00
Shawn Wilsher
3f60a72d69
Bug 450290 - Sync the temp tables to the permanent tables.
...
This changeset adds code that is run at app-startup that will flush out changes
to the temporary tables into the permanent ones. For moz_places, this is done
whenever we sync moz_historyvisits and when we add or modify a bookmark. For
moz_historyvisits, this is done on a timer controlled by the preference
places.syncDBTableIntervalInSecs.
Changeset includes full test coverage for the above behaviors.
r=dietrich
r=Mak77
2008-10-27 18:52:20 -04:00
Ben Hearsum
e66cb1359f
bug 453840: fix up pretty name support for win32. r=ted.mielczarek, patch=me
2008-10-24 15:47:48 -04:00
Robert Strong
89dc1ab268
Comment only change - Bug 460698 - Confusing undocumented code in uninstaller.nsi - un.leaveWelcome. r=me
2008-10-20 12:08:26 -07:00
Ben Turner
ba6f3d7af8
Adding dom_threads.xpt to packaging list
2008-10-14 11:16:37 -07:00
Ben Hearsum
24415c1d5b
backout bug 453840 to fix win32 l10n
2008-10-13 20:42:23 -04:00
Simon Bünzli
59dd39bb0e
Bug 448976 - turn the Session Restore prompt into an error page, r=dietrich
2008-10-11 22:17:31 +03:30
Ben Hearsum
ac72afe0f2
bug 453840: make it possible to create files in the final place for releases - follow-up to MOZ_PKG_PRETTYNAMES patch to support win32
2008-10-09 08:53:28 -04:00
Shawn Wilsher
7a7b8024e3
Backed out changeset f3c9af143cc1 (places fsync work)
2008-09-18 15:00:30 -04:00
Shawn Wilsher
0b053bff4f
Bug 450290 - Sync the temp tables to the permanent tables.
...
This changeset adds code that is run at app-startup that will flush out changes
to the temporary tables into the permanent ones. For moz_places, this is done
whenever we sync moz_historyvisits and when we add or modify a bookmark. For
moz_historyvisits, this is done on a timer controlled by the preference
places.syncDBTableIntervalInSecs.
Changeset includes full test coverage for the above behaviors.
r=dietrich
r=Mak77
--HG--
rename : toolkit/components/places/tests/unit/head_bookmarks.js => toolkit/components/places/tests/background/head_background.js
2008-09-18 11:10:47 -04:00
Robert Kaiser
e2ad4b9648
bug 453840 - make it possible to create files in the final place for releases, r=ted
2008-09-17 22:53:09 +02:00
Neil Deakin
01d18dd2de
Bug 444735, move search service to toolkit, r=gavin
...
--HG--
rename : browser/components/search/nsIBrowserSearchService.idl => toolkit/components/search/nsIBrowserSearchService.idl
rename : browser/components/search/nsSearchService.js => toolkit/components/search/nsSearchService.js
rename : browser/components/search/nsSearchSuggestions.js => toolkit/components/search/nsSearchSuggestions.js
2008-09-13 17:01:14 -04:00
Robert Strong
067e01ee62
[Win32] Bug 454130 - Deprecate the ini creation macros from common.nsh. r=jmathies
2008-09-09 19:17:16 -07:00
Gavin Sharp
69c0f2c2b4
Bug 452135: add nsBadCertHandler to packages-static, patch by Manish Singh <manish@flock.com>, r=me
2008-08-26 19:55:18 -04:00
Gavin Sharp
2a9195ee3c
Backed out changeset 7fdbccdc1e94
2008-08-26 19:40:21 -04:00
Gavin Sharp
1061e15478
Bug 452135: add nsBadCertHandler to packages-static, patch by Manish Singh <manish@flock.com>, r=me
2008-08-26 19:39:16 -04:00
Doug Turner
7a0636e748
Bug 437948. Add the xpt file for geolocation to the packaging files. r=ted.mielczarek@gmail.com
2008-08-24 07:30:01 -07:00
Justin Dolske
a64bf4f050
Bug 451040 – Passwords Manager Empty after convert to MozStorage. r=gavin
2008-08-18 09:39:11 -07:00
Phil Ringnalda
ba9831992b
Bug 445039 - Only package oji.xp if it's likely to be there, r=gavin
2008-08-16 21:27:04 -07:00
Steffen Wilberg
e4ece0cd3d
Bug 450164: remove leftovers from DOMi removal from installer.nsi. r=robert
2008-08-16 09:39:03 +02:00
Robert Strong
d8344434be
Bug 447928 - HKCU protocol / file handlers won't be updated after update or during an in place upgrade. r=jmathies
2008-07-27 18:58:27 -07:00
Robert Strong
0f20b88d94
Bug 445276 - uninstall\helper.EXE does not contain a value for Original file name. r=jmathies
2008-07-27 18:46:47 -07:00
Robert Strong
05df0fea4d
Bug 440704 - Installer sets Firefox 3 as default browser and there's no silent unattend switch. r=ted.mielczarek
2008-07-02 13:08:12 -07:00
rob_strong@exchangecode.com
f662b7e347
Bug 424999 - Empty user level extension folder (\AppData\Roaming\Mozilla\Extensions\{ec8030f7-c20a-464f-9b0e-13a3a9e97384}) should be removed on uninstall. r=bsmedberg, approval1.9=beltzner
2008-04-14 17:08:07 -07:00
rob_strong@exchangecode.com
83d5c96f17
Bug 392137 - Retention: take over user defaults during install on Win32. r=bsmedberg+sspitzer, approval1.9=beltzner
2008-04-10 14:02:42 -07:00
gavin@gavinsharp.com
4db2761205
Bug 425062: undo part of the initial patch (extApplication.js doesn't need to be packaged)
2008-03-25 14:23:53 -07:00
gavin@gavinsharp.com
54fb411973
Bug 425062: add new fuel components to the installer manifests, r=mfinkle, a=beltzner
2008-03-25 14:19:35 -07:00
rob_strong@exchangecode.com
ec47ef1ca2
Followup to Bug 392150 - Clean the old updates directory on uninstall / in-place upgrade. r=sspitzer, approval1.9b5=dsicore
2008-03-21 14:35:39 -07:00
rob_strong@exchangecode.com
8f20df7b2f
Bug 392150 - Clean the old updates directory on uninstall / in-place upgrade. r=sspitzer, approval1.9b5=mconnor
2008-03-21 13:25:15 -07:00
rob_strong@exchangecode.com
31f51ef68f
Bug 423997 - App name missing from default program description. r=sspitzer, approval1.9b5=beltzner
2008-03-21 12:56:08 -07:00
dtownsend@oxymoronical.com
77c7d93420
Bug 420356: Ship blocklist.xml with Firefox. r=gavin.sharp
2008-03-19 15:35:03 -07:00
rob_strong@exchangecode.com
453f838621
Bug 408314 - uninstaller leaves behind empty install directory. r=sspitzer, a1.9=beltzner
2008-03-19 14:27:39 -07:00
dolske@mozilla.com
4e8a15714c
Forgotten packaging changes from bug 417302. r=gavin
2008-03-09 01:27:51 -08:00
reed@reedloden.com
66ef6a9713
Bug 419916 - "Only package CRT files ifndef MOZ_MEMORY" [p=philringnalda@gmail.com (Phil Ringnalda) r=luser/ted a1.9b4=beltzner]
2008-02-28 11:30:59 -08:00
reed@reedloden.com
39964a1001
Bug 419921 - "Stop trying to package safebrowsing.xpt, add it to removed-files.in" [p=reed r=gavin a1.9b4=beltzner]
2008-02-28 02:31:28 -08:00
mconnor@steelgryphon.com
0640d27725
Bug 339229 - Stop shipping DOM Inspector in Firefox builds, r=bsmedberg
2008-02-25 22:18:12 -08:00
philringnalda@gmail.com
1a89f4580c
Bug 417436 - Packaging cleanup for crashreporter.xpt, r=ted, a=beltzner
2008-02-14 21:02:36 -08:00
jwalden@mit.edu
7200901cae
Bug 414122 - Packaging changes to no longer ship an effective TLD list as a separate file, since we compile the data into necko now. r=notworthsomeonestimetoreview, a=blocker
2008-02-14 16:02:44 -08:00
philringnalda@gmail.com
8dcfc85c4c
Bug 415330 - XPInstall leftovers in package files, r=ted, a=blocker
2008-02-08 19:25:43 -08:00
pavlov@pavlov.net
fdde8df444
bug 407459. hooking jemalloc up to the build system. r=various people
2008-02-04 19:16:24 -08:00
reed@reedloden.com
466b0b1204
Bug 414901 - "Back out scriptable IO" [p=neil@mozilla.com (Neil Deakin) r+sr=bsmedberg a1.9b3=beltzner]
2008-02-01 18:07:49 -08:00
reed@reedloden.com
e599e0db22
Back out the back out from bug 414901 until bug 415218 is fixed, or else we'll have very broken nightlies. :(
2008-02-01 00:51:29 -08:00
enndeakin@sympatico.ca
a425bb001a
Bug 414901, back out scriptable IO api, r+sr=bsmedberg,a=beltzner
2008-01-31 11:18:07 -08:00
dtownsend@oxymoronical.com
2ee3c4a31f
Bug 404024: Add AMO integration pane followup fix. r=mano
2008-01-28 10:50:54 -08:00
nrthomas@gmail.com
052795880c
Bug 394046, packaging changes/fixes for major update to Fx3, r=bsmedberg, a=blocking1.9+
2008-01-23 10:57:43 -08:00
ted.mielczarek@gmail.com
77f6720c04
bug 412989 - allow per-app override of crashreporter.ini. string changes only. r=bsmedberg/mconnor
2008-01-22 16:20:29 -08:00
kaie@kuix.de
454bb73392
Follow up to bug 399590, add the new library file to packaging
2008-01-18 03:20:15 -08:00
gavin@gavinsharp.com
4b0d383f93
Bug 412025: package JSON xpt (Firefox & Thunderbird), r=sayrer/mscott, a=schrep
2008-01-12 14:53:42 -08:00
rob_strong@exchangecode.com
78f58c1461
Bug 398036 - Add file in use install support. r=sspitzer, blocking-firefox3=mconnor
2007-11-30 11:02:09 -08:00
rob_strong@exchangecode.com
a1a94a9fa2
Bug 402999 - Installer defaults to official install directory for beta releases. r=sspitzer, a1.9=mtschrep
2007-11-09 12:22:16 -08:00
rob_strong@exchangecode.com
35d3db39d6
Bug 399665 - Support replacing BrandShortName and BrandFullName in the installer. r=sspitzer, approvalM9=mconnor, approval1.9=mconnor
2007-10-24 00:02:57 -07:00
rob_strong@exchangecode.com
5161135fa2
Bug 400467 - Java broken on Vista after Firefox 2.0.0.8 upgrade (says Java Not Found, Or Not Working). r=sspitzer, a1.9=schrep (verbal)
2007-10-23 10:34:39 -07:00
rob_strong@exchangecode.com
1760189052
Bug 398434 - Provide option to remove profiles during uninstall. r=sspitzer, blocking-firefox3=beltzner
2007-10-20 15:56:49 -07:00
rob_strong@exchangecode.com
c063d826f8
Bug 399381 - Support custom wizard images. r=sspitzer, a1.9=mconnor
2007-10-19 14:26:30 -07:00
philringnalda@gmail.com
1f541bf020
Bug 398855 - clean up some disappeared files, use the preprocessor to cut down on packages-static noise, r=bsmedberg, a=mconnor
2007-10-11 21:01:31 -07:00
rob_strong@exchangecode.com
60f796a461
Bug 370571 - Ability to install as a standard user on Vista is not available. r=sspitzer a=beltzner (blocking-firefox3)
2007-09-29 02:48:32 -07:00
rob_strong@exchangecode.com
3fa8599b83
Bug 396870 - Add file in use uninstall support (also fixes bug 252273). r=sspitzer, a1.9=mconnor
2007-09-21 15:09:04 -07:00
rob_strong@exchangecode.com
0b0702dbab
Bug 395404 - Use Checkbox instead of Radio Buttons for License Agreement Prompt. r=sspitzer, a1.9=mconnor
2007-09-18 20:27:17 -07:00
rob_strong@exchangecode.com
d28927e69d
remove stray messagebox that got checked in for bug 392303
2007-09-17 21:33:51 -07:00
rob_strong@exchangecode.com
a4bf7996ad
Bug 352510 - Unsupported windows versions need error message when attempting to install (string checkin). r=sspitzer, a1.9blocking=vlad
2007-09-17 20:20:26 -07:00
rob_strong@exchangecode.com
7fc4e1ab75
Bug 392303 - Simplify installer changes. r=sspitzer, a1.9=mconnor
2007-09-17 19:47:34 -07:00
dtownsend@oxymoronical.com
5a4266c345
Follow-up to bug 379633: Scriptable zipwriter component. r+a=bsmedberg
2007-09-17 08:33:04 -07:00
roc+@cs.cmu.edu
cb47dbe83f
Bug 392845. Don't ship non-built xml-rpc components with the browser. r=bsmedberg,gavin
2007-09-05 16:01:19 -07:00
dtownsend@oxymoronical.com
f25f24747b
Bug 393982: Download Manager does not appear when saving files, package new component. r=gavin.sharp
2007-08-28 06:37:46 -07:00
rob_strong@exchangecode.com
ad6b019e2c
Bug 392303 - Simplify installer changes - Part 1. r=sspitzer
2007-08-22 14:38:03 -07:00
philringnalda@gmail.com
cd36caa5d4
Bug 392420 - No DOMi window icon in Firefox, r=bsmedberg
2007-08-16 20:55:20 -07:00
rob_strong@exchangecode.com
5ea5167096
Bug 389244 - Uninstall information of old version not cleared from registry when updating via auto update. r=sspitzer
2007-08-16 14:34:52 -07:00
flamingice@sourmilk.net
3a1335fceb
Bug 271559, Plugins blocklisting, r=robstrong
2007-08-15 17:43:12 -07:00
philringnalda@gmail.com
366ec787f6
Bug 392199 - Really remove nsUrlClassifierTable.js, r=tony
2007-08-14 19:51:44 -07:00
sdwilsh@shawnwilsher.com
7d5925b0fb
Bug 391279 - Allow createInstance to work for web handlers. r=cbiesinger, sr=dmose
2007-08-14 09:47:41 -07:00
enndeakin@sympatico.ca
a3577968b0
Bug 380813, installer files for scriptable IO, r=gavin,sr=neil
2007-08-11 04:53:18 -07:00
rob_strong@exchangecode.com
25fafb2bea
Missed file from the checkin of Bug 368587 - avoid the second UAC prompt for helper.exe on software update by launching it directly from the elevated updater.exe process. r=bsmedberg, a=mconnor
2007-07-31 11:51:58 -07:00
rob_strong@exchangecode.com
f30a5ccefa
Bug 368587 - avoid the second UAC prompt for helper.exe on software update by launching it directly from the elevated updater.exe process. r=bsmedberg, a=mconnor
2007-07-30 13:16:56 -07:00
sdwilsh@shawnwilsher.com
5ce15e70e6
nsHandlerService.js not packaged. rs=mconnor. No bug
2007-07-25 23:36:03 -07:00
sdwilsh@shawnwilsher.com
ca6da5a72e
Bug 385065 - protocol handling dialog. toolkit: r=mano; uriloader: r=cbiesinger, sr=dmose general: ui-r=beltzner
2007-07-25 21:24:25 -07:00
rob_strong@exchangecode.com
33e484fdf1
Bug 388932 - Additional cleanup for talkback removal. r=bsmedberg
2007-07-24 13:22:58 -07:00
rob_strong@exchangecode.com
995bc490d0
addendum to bug 384384. r=sspitzer
2007-07-23 12:27:04 -07:00
rrelyea@redhat.com
695f5ec87a
Bug 388403 Land NSS 3.12 Alpha r=kai.
2007-07-23 12:02:59 -07:00
sdwilsh@shawnwilsher.com
e4ba70a2c0
Bug 306907 build orange fix (forgot about installer files). rs=bsmedberg
2007-07-18 11:10:29 -07:00
philringnalda@gmail.com
54768721db
Bug 384204 - remove pre-places-bookmarks files from packages-static, add them to removed-files.in, r=bsmedberg
2007-07-17 21:35:41 -07:00
rob_strong@exchangecode.com
176d770ac2
Bug 388192 - Remove gopher OS integration support. r=sspitzer
2007-07-17 11:23:26 -07:00
rob_strong@exchangecode.com
c0ad1616f3
Bug 387385 - Remove files from the VirtualStore on uninstall / in-place upgrade / software update. r=sspitzer
2007-07-17 11:11:18 -07:00
ted.mielczarek@gmail.com
8557e19ccc
bug 388320 - package crashreporter xpt (+ rename airbag module to
...
crashreporter). r=bsmedberg
2007-07-16 14:00:26 -07:00
flamingice@sourmilk.net
09aeed6d39
Bug 386002, Move tryToClose calls on shutdown, r=benjamin
2007-07-16 10:55:54 -07:00
mozilla.mano@sent.com
e07cfd5074
Bug 376004 - Places Transactions must not live in the window global scope. patch by Steve Won and me.
2007-07-15 02:44:50 -07:00
rob_strong@exchangecode.com
97647d2d51
Bug 384384. r=bsmedberg, r=mscott for Thunderbird
2007-07-10 22:59:56 -07:00
rob_strong@exchangecode.com
cef6f4fe25
Win32 installer only - Bug 387373 - nsIQTScriptablePlugin.xpt isn't added to the uninstall log. r=sspitzer
2007-07-09 11:45:42 -07:00
benjamin@smedbergs.us
f1593a410c
Bug 383167 try #3 - need buildid in an external file, r=luser sr=jst with additional parts r=biesi
2007-07-02 11:20:24 -07:00
rob_strong@exchangecode.com
4c08274d54
Bug 361402 - installer does not automatically find path to existing installation when going from 1.5.0.x to 2.0.0.x. r=sspitzer
2007-07-02 10:37:23 -07:00
benjamin@smedbergs.us
ec48a9bb93
Bug 384174 - Remove the last vestiges of talkback, r=robstrong
2007-07-02 08:58:19 -07:00
benjamin@smedbergs.us
93904d0ae7
From bug 383167, package up the xpcom/system XPTs correctly, r=luser
2007-07-02 06:04:22 -07:00
rflint@ryanflint.com
aeb5701c0c
Bug 385611 - XPCOMUtils.jsm isn't packaged. r=sayrer
2007-06-27 15:47:50 -07:00
peterv@propagandism.org
7bf2741259
Fix for bug 237964 (Allow editable areas in browser (contentEditable)). r/sr=sicking.
2007-06-27 15:29:45 -07:00
benjamin@smedbergs.us
b21f7b3a04
Reverting bug 383167 again for linux test bustage :-(
2007-06-26 12:22:51 -07:00
benjamin@smedbergs.us
5f32fb6b98
More from bug 383167 - package the platform.ini file
2007-06-26 11:10:04 -07:00
benjamin@smedbergs.us
c93d1d5be6
Bug 383167 trying again, reviews by luser and biesi, sr=jst
2007-06-26 09:35:01 -07:00
benjamin@smedbergs.us
d782232066
Revert all of bug 383167 changes because they're not enough... going to try again later.
2007-06-25 11:40:57 -07:00
benjamin@smedbergs.us
7b42bb19aa
Bug 383167 - Need buildid in an external file, r=luser sr=jst
2007-06-25 08:25:59 -07:00
dcamp@mozilla.com
f0c83093f0
Bug 380540: add crash reporter to linux install manifests, r=luser
2007-06-22 19:02:25 -07:00
myk@mozilla.org
3a9bc2f358
bug 385085: addl. fix for bustage caused by landing of content prefs service; adds the components themselves to the list of components in packages-static files
...
r=gavin
2007-06-19 16:03:02 -07:00
myk@mozilla.org
1349b22e0e
bug 385085: add contentprefs package to packages-static files to fix build horkage from earlier checkin of content prefs service
...
r=sayrer
2007-06-19 15:36:57 -07:00
rob_strong@exchangecode.com
73d5d3cd98
Bug 384350 - Don't remove HKLM\Software\Clients\StartMenuInternet\FIREFOX.EXE key during reinstall / update. r=sspitzer
2007-06-17 21:28:02 -07:00
mozilla.mano@sent.com
abecb24ee8
Bug 383803 - Places Tagging Back-end. r=dietrich.
2007-06-11 22:18:50 -07:00
vladimir@pobox.com
1b9bc6a942
b=382482, error when accessing navigator.offlineResources (NS_ERROR_XPC_CANT_GET_PARAM_IFACE_INFO) -- missing xpt file from packaging manifests; patch from dcamp@mozilla.com, r+sr=vlad
2007-06-05 17:03:12 -07:00
benjamin@smedbergs.us
b2a48d7bac
Bug 381099 - Turn on breakpad by default for win+mac builds, r=luser
2007-05-25 15:09:29 -07:00
philringnalda@gmail.com
4cf359e3c9
Bug 380895: Clean up missing or unnecessary files in packages-static, r=benjamin
2007-05-22 20:29:47 -07:00
gavin@gavinsharp.com
d4c02bb41c
Bug 374723: also update installer manifests so that builds aren't broken, and change module name to avoid conflicts, r=me
2007-05-16 06:36:31 -07:00
rob_strong@exchangecode.com
2f2d420a70
Win32 only - Bug 369221: Fails to install with xpicleanup error message. r=sspitzer, sr=mscott for Thunderbird
2007-05-03 16:40:54 -07:00
dietrich@mozilla.com
65504bd2fc
Bug 376008 bookmarks html import/export needs to move to /browser (r=mano)
2007-05-03 01:56:41 -07:00
gavin@gavinsharp.com
1be8351c5a
Bug 364297: add a new per-profile default-pref directory and associated directory service keys, and a way to trigger pref service default pref reloading to facilitate the change of default prefs without affecting exisiting users, r=mconnor, sr=bsmedberg
2007-05-02 13:13:33 -07:00
gavin@gavinsharp.com
a778635422
Bug 379139: add FUEL component and typelib to installer manifests
2007-04-28 16:25:24 -07:00
benjamin@smedbergs.us
1a3c971646
Bug 378627 - Allow firefox --enable-libxul to be packaged like a static build, r=luser
2007-04-24 18:17:44 -07:00
rob_strong@exchangecode.com
fa6d607087
Win32 only - Bug 372236: Internet Shortcut (.url) icons are now icons of Firefox instead of a page with a Firefox icon on it. patch=Thomas Bertels tbertels@gmail.com, r=rob_strong
2007-04-24 14:33:13 -07:00
benjamin@smedbergs.us
3a6df140c7
Bug 375710 - Firefox 2.0.0.3 wants to downgrade to 2.0.0.2, patch by Masatoshi Kimura (:emk), reworked by me a bit, r=rstrong
2007-04-20 08:22:17 -07:00
cbiesinger@web.de
1b26f061bd
bug 376205 remove myspell DLLs from packagingpatch by Simon Paquet <bugzilla@babylonsounds.com> r=bsmedberg,mscott
2007-04-15 09:15:44 -07:00
dietrich@mozilla.com
5ef5b9c32e
Bug 374139 --enable-places-bookmarks builds from the experimental tinderbox not working (r=sspitzer)
2007-04-04 11:49:18 -07:00
rob_strong%exchangecode.com
cc9d20f78b
Bug 370574: Remove unused xpinstall installer bits. r=bsmedberg
2007-02-20 21:24:32 +00:00
rob_strong%exchangecode.com
84f07d72a5
Win32 installer only - Bug 370701 - Don't append dir name when selecting a directory during a custom installation. r=sspitzer
2007-02-17 02:06:40 +00:00
rob_strong%exchangecode.com
34140f87ea
Win32 only - Bug 268512 - No .html icon for Firefox - only default application icon. r=sspitzer
2007-02-17 00:56:18 +00:00
rob_strong%exchangecode.com
bc7a576da1
Win32 only - Bug 309496 - Firefox 1.0.7 clean install installs nsIQTScriptablePlugin.xpt to plugins folder. r=sspitzer
2007-02-16 22:56:25 +00:00
rob_strong%exchangecode.com
56a79a1843
Bug 370582 - Minefield Safe Mode context menu on windows start menu internet shortcut is broken. r=sspitzer
2007-02-16 03:38:06 +00:00
rob_strong%exchangecode.com
04d62f88c9
Win32 only - Bug 370126: Wrong value written to EditFlags by NSIS installer? r=sspitzer
2007-02-13 23:51:38 +00:00
philringnalda%gmail.com
688712957d
Bug 366442: search.rdf is obsolete, r=gavin
2007-02-12 03:24:46 +00:00
rob_strong%exchangecode.com
4e3054e6ce
Bug 369314 � Trunk install takes over as default browser from a release build. Only take over specific protocol keys that firefox.exe is already the default. r=sspitzer
2007-02-06 05:04:25 +00:00
rob_strong%exchangecode.com
4b18d9c05c
Bustage fix - Bug 369048 � The installer should take over system wide defaults on install if the existing system wide default is for a firefox.exe. r=sspitzer
2007-02-02 07:15:54 +00:00
sspitzer%mozilla.org
fd271decd8
fix for bug #368661 : on running the installer, remove the updates directory, updates.xml and active-update.xml files. otherwise, we could have a pave over install that then applies a pending update. additonally, after a pave over install the update history needs to be reset.
...
r=rstrong
2007-02-02 06:37:17 +00:00
rob_strong%exchangecode.com
6d40057787
Bug 369048 � The installer should take over system wide defaults on install if the existing system wide default is for a firefox.exe. r=sspitzer
2007-02-02 06:35:49 +00:00
rob_strong%exchangecode.com
6264b3f99e
Landing of interdependent bugs for Vista support. Bug 354005 Setting the app as the OS default is broken on Vista. r=sspitzer, r=dougt, sr=bsmedberg. Bug 351949 � Automatic Update is not working for Vista users with limited account privilege and UAC (User Account Control) enabled. r=sspitzer, r=rstrong. Bug 354226 � nsPostUpdateWin.js fails to update registry keys / log files after an update has been applied. r=rstrong.
2007-01-30 05:14:50 +00:00
dveditz%cruzio.com
8f100cd4dc
bug 342314: check-in initial effective-tld file. r=bsmedberg.
...
Effective TLD file itself thanks to Jo Hermans.
2007-01-27 00:12:57 +00:00
asqueella%gmail.com
9e3b19f9ee
Bug 356578 - rebranding should affect the name of the executable
...
patch by O. Atsushi <torisugari@gmail.com>
r=mano, bsmedberg
2007-01-25 13:43:52 +00:00
ajschult%verizon.net
ea8aa15ab6
Bug 234710: Part II: build config change and remove embedding/components/jsconsole entirely. r=bsmedberg
2007-01-20 05:33:09 +00:00
ted.mielczarek%gmail.com
8335cbdf82
bug 365356, crashreporter.exe/ini not installed by NSIS installer. r=Rob Strong
2007-01-09 01:24:24 +00:00
peterv%propagandism.org
db22682653
Add new JS component for bug 354886 to package files.
2006-12-04 15:30:00 +00:00
rob_strong%exchangecode.com
5a9cf94f95
Bug 357922 - Bookmarks missing, tabs broken, etc. (Firefox 2 install over Firefox 1.5.0.7 failed to replace some files.). r=sspitzer
2006-11-27 19:17:14 +00:00
gavin%gavinsharp.com
72c8348fa3
Bug 357609: package DOM storage xpt (DOM storage broken in trunk builds), patch by Sylvain Pasche <sylvain.pasche@gmail.com>, r=me
2006-11-25 14:29:36 +00:00
benjamin%smedbergs.us
217948472d
Re-land bug 345517 now that the logging issues are hopefully fixed, r=darin/mento/mano
2006-11-13 17:53:01 +00:00
pavlov%pavlov.net
0b5a3c2706
backing out 345517 due to leak test bustage
2006-11-10 04:42:03 +00:00
benjamin%smedbergs.us
c8bc8c9265
Bug 345517, try #2 , make the browser component use frozen linkage, so that ff+xr builds. This does *not* --enable-libxul by default for Firefox (yet). That will wait until after 1.9a1. Older patch r=darin+mento, revisions r=mano
2006-11-09 15:02:29 +00:00
ted.mielczarek%gmail.com
a58d90900e
bug 354980, integrate airbag exception handler library on windows. Compiling by default on windows, but disabled at runtime by default right now. Set the environment var MOZ_AIRBAG=1 to enable it. r=bsmedberg/mento
2006-10-26 22:52:30 +00:00
rob_strong%exchangecode.com
27159ce275
Bug 354000 - Program Compatibility Assistant notification when installing the same version on top of an existing installation. r=sspitzer
2006-09-26 00:30:16 +00:00
rob_strong%exchangecode.com
7698b87ab2
Followup to bug 336469 - use new APIs in Vista to register file and protocol handlers (installer). r=sspitzer
2006-09-20 06:53:27 +00:00
rob_strong%exchangecode.com
b8be1bb361
Bug 336469 - use new APIs in Vista to register file and protocol handlers (installer). r=sspitzer
2006-09-19 20:13:10 +00:00
rob_strong%exchangecode.com
48c315cd00
Bug 352507 - Set Talkback random percent to 100% for nightly builds. r=bsmedberg
2006-09-13 20:21:11 +00:00
rob_strong%exchangecode.com
367ecf9ebb
Bug 350943 - Remove the talkback readme.txt. r=bsmedberg
2006-09-08 20:47:30 +00:00
rob_strong%exchangecode.com
cd9376e4e8
Bug 351365 - Talkback won't install for new installs when DOMi is not present in the installer. r=sspitzer
2006-09-05 01:18:47 +00:00
rob_strong%exchangecode.com
3a38cae827
Bustage fix for checkin of Bug 349551
2006-08-30 01:06:39 +00:00
rob_strong%exchangecode.com
47f8b75946
Bug 349551 - Updated builds won't uninstall via Windows Control Panel. r=bsmedberg
2006-08-30 00:08:35 +00:00
timeless%mozdev.org
97d86b0df2
Bug 106386 Correct misspellings in source code
...
r=bernd rs=brendan
2006-08-28 20:12:37 +00:00
gavin%gavinsharp.com
ff0005f41e
Bug 350453: move branding-specific prefs to a special branding prefs file, to avoid ifdef OFFICIAL_BRANDING in firefox.js, r=bsmedberg
2006-08-28 19:36:26 +00:00
dietrich%mozilla.com
d781cd5650
Fixing bustage from Bug 347944 Fix firefox products URLs to point to ...mozilla.com/ab-CD (r=mconnor)
2006-08-19 08:10:32 +00:00
dietrich%mozilla.com
8f7962d0cd
Bug 347944 Fix firefox products URLs to point to ...mozilla.com/ab-CD (r=vlad, r=mconnor)
2006-08-18 06:25:25 +00:00
rob_strong%exchangecode.com
1069712117
Bug 348741 - add Firefox EULA v2 (NSIS rtf EULA). r=bsmedberg
2006-08-17 07:54:15 +00:00
rob_strong%exchangecode.com
1760351045
Bug 347954 - Running the NSIS installer as normal user (restricted group) or without enough free space available makes it silently fail. r=sspitzer, a1.8.1=beltzner
2006-08-14 18:04:17 +00:00
benjamin%smedbergs.us
af03fc0477
Backout bug 345517 due to various issues.
2006-08-10 14:06:47 +00:00
benjamin%smedbergs.us
1015b3c422
Fix stupid packaging error, thanks #firefox!
2006-08-09 16:39:44 +00:00
benjamin%smedbergs.us
ffd802f9ed
Bug 345517 - Build Firefox --enable-libxul by default, r=darin/mento
2006-08-09 13:39:19 +00:00
rob_strong%exchangecode.com
88957eaf89
Bug 347332 - Unable to install DOMi w/ hourly builds. r=sspitzer
2006-08-07 17:02:02 +00:00
mattwillis%gmail.com
2215ffb490
bug 346925 - Updates company name for official vs. unofficial branding. patch by reed,r=rob_strong,a181=beltzner
2006-08-02 05:01:49 +00:00
rob_strong%exchangecode.com
321f712fcc
Bug 343203 - Verify Add or Remove Programs Publisher and Product Updates urls. r=sspitzer
2006-08-01 22:34:45 +00:00
rob_strong%exchangecode.com
5a3c477471
Bug 333160 - NSIS-based installer does not expose state of components to install. r=sspitzer, ui-r=beltzner
2006-08-01 05:50:48 +00:00
rob_strong%exchangecode.com
65d73cc926
Bug 344490 - Implement silent and unattended installation for NSIS installer (forgot to check this in). r=sspitzer
2006-07-23 01:05:57 +00:00
rob_strong%exchangecode.com
72ad8634a0
Bug 344490 - Implement silent and unattended installation for NSIS installer. r=sspitzer
2006-07-19 18:44:50 +00:00
rob_strong%exchangecode.com
f3090d5da1
Bug 339732 - NSIS installer is unable to close running instance of firefox (for this to be work on the trunk bug 344309 will need to be fixed as well). r=sspitzer
2006-07-12 22:28:28 +00:00
rob_strong%exchangecode.com
37d8d7d5f0
Bug 344386 - New installer survey url (support for localized uninstall surveys). r=sspitzer
2006-07-12 18:06:27 +00:00
rob_strong%exchangecode.com
8ac9b7a641
Bug 343825 - Enable official branding and set version to Firefox 2 Beta 1 for upcoming release (trunk version of patch to keep branch and trunk consistent). r=sspitzer
2006-07-11 23:01:17 +00:00
rob_strong%exchangecode.com
172c19319f
Bug 339734 - Change RandomPercent for Talkback from 75 to 10 before Firefox 2 release. r=sspitzer
2006-07-07 05:30:41 +00:00
gavin%gavinsharp.com
68cc43bcbe
Bug 342991: feeds show up empty, patch by Nickolay Ponomarev <asqueella@gmail.com>, r=mconnor
2006-07-05 20:03:02 +00:00
rob_strong%exchangecode.com
89c8249167
Bug 343581 - Uninstaller removed required system folder 'C:\Documents and Settings\All Users\Desktop'. r=sspitzer
2006-07-04 22:03:14 +00:00
rob_strong%exchangecode.com
85551c0f22
Bug 338901 - Better progress messages. r=sspitzer, ui-r=beltzner
2006-06-30 21:32:43 +00:00
benjamin%smedbergs.us
661aee8984
Bug 343126 - Spell checker broken (part 2, packaging errors), r=enndeakin
2006-06-29 17:08:58 +00:00
benjamin%smedbergs.us
abefc19db2
Bug 339714 - l10n repackaging for the NSIS installer, r=robstrong
2006-06-28 16:58:07 +00:00
benjamin%smedbergs.us
a27b84bfea
Bug 339714 (part 0) - separate target to generate setup.exe (for l10n repackaging of the NSIS installer) r=robstrong
2006-06-27 20:27:41 +00:00
rob_strong%exchangecode.com
a8d0c2c315
Bug 342253 - Add RTL NSIS installer header image code. r=sspitzer
2006-06-22 02:04:54 +00:00
rob_strong%exchangecode.com
b1f34f211f
Bug 339098 - NSIS Installer: Space required: 0.0kb for custom install and components. r=sspitzer
2006-06-22 01:48:09 +00:00
rob_strong%exchangecode.com
2641b37500
Bug 340173 - Rework l10n part of NSIS installer. r=l10n, sr=bsmedberg
2006-06-22 00:24:53 +00:00
rob_strong%exchangecode.com
12382edaa0
Bug 342251 - Need a RTL NSIS installer header image. ui-review=steven. NPOB
2006-06-21 18:56:23 +00:00
dietrich%mozilla.com
efcc23cc12
Adding new component to package files (337320)
2006-06-18 04:10:56 +00:00
jminta%gmail.com
f64690c47e
bustage fix from bug 168411
2006-06-16 01:00:43 +00:00
rob_strong%exchangecode.com
ee46dbbfa6
Bug 341226 - Set program access is unaware of all users vs. current user. r=sspitzer
2006-06-12 18:33:07 +00:00
rob_strong%exchangecode.com
80f9e93fc6
Bug 338931 - Win32 installer should cleanup old / bogus registry entries on install and uninstall. r=bsmedberg
2006-06-12 18:30:46 +00:00
benjamin%smedbergs.us
3820bfc1bc
Bug 340864 - ditch the xpinstaller (for Firefox), r=robstrong
2006-06-09 12:58:39 +00:00
sspitzer%mozilla.org
106a9a3cd2
fix for bug #340167 . exit survey checkbox not appearing in NSIS uninstaller. r/a=rstrong
2006-06-06 15:27:28 +00:00
rob_strong%exchangecode.com
c24f3af881
Bug 339185 - Always install talkback and disable it on x% of the installations. r=bsmedberg
2006-05-30 20:56:48 +00:00
rob_strong%exchangecode.com
47cfb2d4a9
Bug 339196 - Cleaner wizard image for NSIS installer (header images). r=sgarrity
2006-05-30 18:55:11 +00:00
rob_strong%exchangecode.com
1b29bf9ee6
Bug 339196 - Cleaner wizard image for NSIS installer. patch (image)=Steven Garrity <steven@silverorange.com>, r=rob_strong
2006-05-26 18:20:39 +00:00
rob_strong%exchangecode.com
849c975719
Bug 339070 - Shortcuts not created with standard and complete installs. r=bsmedberg
2006-05-25 04:10:27 +00:00
rob_strong%exchangecode.com
219741ecca
bustage fix for bug 326580
2006-05-24 01:21:40 +00:00
benjamin%smedbergs.us
7b01b6d3f6
Followup to bug 326580 - run 7zip directly from the installer-stage directory, to avoid absolute-pathname problems, and make the "installer" target automatically stage files, r=robstrong
2006-05-23 21:59:16 +00:00
benjamin%smedbergs.us
361bdd74a9
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
rob_strong%exchangecode.com
4f23af14f1
One last try to get NSIS building correctly for Bug 326580 - Firefox 2.0 Windows Installer
2006-05-23 12:02:59 +00:00
rob_strong%exchangecode.com
421b1d7ed1
Bug 326580 - Firefox 2.0 Windows Installer. r=bsmedberg
2006-05-22 22:29:44 +00:00
rob_strong%exchangecode.com
23960afa08
Bug 326580 - Firefox 2.0 Windows Installer (new images). r=bsmedberg
2006-05-22 22:02:44 +00:00
gavin%gavinsharp.com
20bfe96707
Bug 338754: add safe browsing components to the installer manifest, r=darin
2006-05-22 02:32:45 +00:00
peterv%propagandism.org
3869989ccb
Fix for bug 336244 (Clean up/remove extensions/xmlextras/base). r/sr=sicking.
2006-05-21 19:50:16 +00:00
gavin%gavinsharp.com
0652417033
Bug 337178: update installer manifest to include nsSearchSuggestions, r=mconnor
2006-05-15 18:48:48 +00:00
gavin%gavinsharp.com
007e3206a6
Bug 336902: add session-restore files to the installers, patch by Dietrich Ayala <dietrich@mozilla.com>, r=rob_strong
2006-05-06 19:53:05 +00:00
myk%mozilla.org
19eac0bfdf
Initial support for microsummaries via a service and integration into the bookmarks UI.
...
bug=334471
r=brettw
a=ben for the branch
2006-05-05 22:45:37 +00:00
beng%bengoodger.com
4eeed4c391
336755 - also add saxparser.xpt to the packager lists
2006-05-05 19:56:35 +00:00
beng%bengoodger.com
1dc4b9a31e
336755 - add feed files to installer packager lists r=brettw@gmail.com
2006-05-05 17:36:33 +00:00
benjamin%smedbergs.us
579713320b
From bug 334688 - remove xpcomobsolete from Firefox package lists
2006-04-24 13:45:44 +00:00
gavin%gavinsharp.com
d19c8479dd
Bug 333656: ensure 100% installation of talkback on trunk builds, patch by Phil Ringnalda <philringnalda@gmail.com>, r=mconnor
2006-04-21 17:02:24 +00:00
gavin%gavinsharp.com
ed4eaf83f7
Bug 308973: Rebrand Firefox trunk builds to "Minefield", patch by beltzner, r=mconnor
2006-04-10 23:58:24 +00:00
gavin%gavinsharp.com
56ee1324c9
Bug 317107: new search service, r=mconnor, sr=ben
2006-03-17 07:16:00 +00:00
benjamin%smedbergs.us
ac9da39266
Bug 328886 - Talkback not being updated properly, r=jay
2006-03-03 19:30:48 +00:00
darin%meer.net
a149fa2029
fixes bug 327465 "Move uninstaller.inc from locales into installer/windows/" r=bsmedberg
2006-02-16 15:48:56 +00:00
bsmedberg%covad.net
a3537da9e7
Bug 324690 - Need to ship VC8 redist bits in the Windows installer, r=preed
2006-02-02 20:56:10 +00:00
cbiesinger%web.de
eaaef83dde
bug 296749 package pluginGlue.js
...
r=bsmedberg
2006-01-27 22:52:30 +00:00
darin%meer.net
4945dc27c2
fixes bug 320504 "Prompt users to submit feedback when uninstalling FF" r=beltzner,bsmedberg
2006-01-26 15:09:46 +00:00
gerv%gerv.net
276a2a2687
Bug 324118: Remove MakeMSI files - they aren't under a free licence, and we aren't using them any more anyway, according to chase.
2006-01-20 11:15:35 +00:00
gavin%gavinsharp.com
c4f6840d90
Bug 247115: Use upx --best in 7zip.bat to reduce installer size, patch by Daniel Cater <DJCater@Gmail.com>, r=bsmedberg+Chase
2006-01-16 15:02:37 +00:00
wtchang%redhat.com
7cb9201cf8
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
darin%meer.net
878b6e7f9d
fixes bug 307296 "MAR files do not contain updates to the uninstaller" r=bsmedberg
2006-01-10 02:36:05 +00:00
gavin%gavinsharp.com
cc2be7dc31
Bug 321459: fix packaging error introduce by bug 315346 to fix search plugin installation (dom_sidebar.xpt not being packaged, sidebar.xpt no longer exists), r=mconnor
2005-12-27 17:56:07 +00:00
gavin%gavinsharp.com
965cca4a01
Bug 319317: Include spellchecking components in installer package, patch by Dave Townsend <mossop@blueprintit.co.uk>, r=bsmedberg
2005-12-15 02:39:27 +00:00
bryner%brianryner.com
0ba93bd403
Package storage.xpt (if storage is built). Doesn't affect default build.
2005-12-04 03:30:39 +00:00
bryner%brianryner.com
6b3ffc3f67
Adding places.xpt so that it gets packaged in installer builds if using --enable-places. r=ben.
2005-12-02 03:37:47 +00:00
darin%meer.net
dfb916164e
remove references to necko_data.xpt
2005-11-12 23:08:33 +00:00
bsmedberg%covad.net
a5062e3858
Bug 311480 - talkback extension not packaged with empty chrome.manifest on some platforms, r=Chase
2005-11-10 18:33:26 +00:00
darin%meer.net
6cb8aaee03
fixes bug 313774 "windows/packages-static is missing necko_socket.xpt" r=bsmedberg
2005-10-25 17:59:42 +00:00
bsmedberg%covad.net
0f4faf3383
Bug 312510 - Win32 installer download size > 5MB - move reporter to be a builtin instead of an extension, r=bryner
2005-10-18 15:44:08 +00:00
bsmedberg%covad.net
e7a9f323b4
Bug 311423 - uninstall doesn't remove all files r=darin
2005-10-12 20:13:27 +00:00
bsmedberg%covad.net
c798a330a8
Bug 300136 - Full update archives should contain removal instructions, part 1 - automatically create a list of files/directories to remove (and synchronize that list with the install.js list of files to remove) r=darin
2005-09-15 18:09:56 +00:00
scott%scott-macgregor.org
7fb0cad7b7
Bug #308281 --> We want to remove the XPI work around by deleting the file: bug307259.js
...
from the default prefs directory now that we no longer need to work around it.
sr=dbaron a=me
2005-09-13 06:36:07 +00:00
darin%meer.net
6cba7924ef
fixes bug 307459 "nsPostUpdateWin.js not packaged with release builds" r=bsmedberg
2005-09-09 23:45:21 +00:00
cmp%mozilla.org
78ebced36f
Add --enable-update-channel for browser+mail. Bug 302721, attachment
...
193749. r=bryner@brianryner.com , sr=benjamin@smedbergs.us
2005-08-25 00:59:09 +00:00
gavin%gavinsharp.com
1cd6d1c5c4
Bug 305723: fixing windows installer bustage after checkin for bug 284086. r=mconnor
2005-08-24 17:10:40 +00:00
ben%bengoodger.com
91e950612e
289362 - replacing dictionary.com with answers.com as the dictionary handler for 1.5 following abusive practices towards firefox users on the part of dictionary.com (popups etc). Patch adds support to the internet search service for search URLs whose parameter formats are effectively redirects, not query strings, e.g. http://www.foo.com/%s vs. currently supported http://www.foo.com/search?foo=%s only... r=bsmedberg, a=cbeard
2005-08-23 18:11:28 +00:00
cmp%mozilla.org
f892ead275
Bump browser version to 1.6a1. Bug 304472, attachment 192789.
2005-08-16 18:34:36 +00:00
bsmedberg%covad.net
8809f5eb5f
Bug 297813 - Localized registry keys being installed by browser.jst (move them to ab-CD.jst) r=darin+chase a=chase
2005-08-11 14:40:54 +00:00
mkaply%us.ibm.com
1cbf90d472
No bug - remove space between section and comment so people realize that the section and the comment go together.
2005-08-02 21:55:57 +00:00
bsmedberg%covad.net
dab055967f
Bug 269460 - Build system for easy replacement of trademarked names --with-branding=directory r=chase a=shaver
2005-07-25 18:56:27 +00:00
bsmedberg%covad.net
8fa0dc46a2
Backing out the random install percentage to "20" per Chase, which will actually make 80% of users install talkback by default because of bug 300537. a=chase for checkin to a closed tree
2005-07-13 02:04:44 +00:00
bsmedberg%covad.net
bd8816b960
Set talkback install percentage to 100% for the alpha releases, a=cbeard
2005-07-12 01:49:15 +00:00
cmp%mozilla.org
6d942227f9
Location of install.rdf is beside components/ directory instead of inside
...
it. Bug 299999.
2005-07-08 07:29:06 +00:00
cmp%mozilla.org
d3377bc570
Add install.rdf to packages-static for browser and mail. Bug 299999,
...
attachment 188624. r+sr+a=chase@mozilla.org
2005-07-08 03:22:56 +00:00
mconnor%steelgryphon.com
00d0367289
bug 300009 - rev to deer park alpha 2, a=chase
2005-07-08 00:24:13 +00:00
cmp%mozilla.org
476e1f09b1
Move references to Talkback files for browser and mail into extensions/
...
directory. (Non-Suite parts omitted.) Bug 299040, attachment 188376.
r=darin, sr=bsmedberg, a=chase
2005-07-06 18:31:57 +00:00
bsmedberg%covad.net
b8cb9c46be
Bug 299573 - packaging error hides reporter overlays - r=darin, self-approving
2005-07-05 21:28:21 +00:00
bsmedberg%covad.net
66dbb57a91
Bug 299449 - hiddenWindow.html missing in installer manifests; I'm going to assume no reviews needed for something obvious like this.
2005-07-02 13:19:28 +00:00
darin%meer.net
9da4288dc3
fixes bug 299282 "Package updater executable and updater.ini files with installer builds" r+a=bsmedberg
2005-07-01 02:04:55 +00:00
darin%meer.net
b201f4b99d
Patch for bug 299040 "Package reporter as a global extension" r+a=bsmedberg
2005-06-30 20:25:17 +00:00
cvshook%sicking.cc
ab55c70947
Bug 296764: Move html keybindings to chrome to make sure they work even with js turned off
...
r=bsmedberg sr=jst a=bsmedberg
2005-06-29 22:47:48 +00:00
db48x%yahoo.com
6c8a8cf500
bug 296888: enable reporter as part of default install for windows and linux builds
...
r=jay, a=asa
2005-06-19 01:14:26 +00:00
bsmedberg%covad.net
59ee373d8a
Bug 297921 - Remove installed-chrome.txt and app-chrome.manifest on new installs - r=darin a=asa
2005-06-17 13:36:24 +00:00
bsmedberg%covad.net
8721f99271
Bug 295235 - remove remaining contents.rdf chrome registration from Firefox and Thunderbird, r=mconnor a=asa
2005-06-07 19:55:49 +00:00
cmp%mozilla.org
498092e4c3
Include a no-op bin/README.txt|bin/readme.txt file in the installer's
...
talkback package so that the installer doesn't generate a nasty -214
DOES_NOT_EXIST error if/when the Talkback client fails to be built and
included in the installer properly. Bug 258625, attachment 173352. Patch
by Jeff Walden. r=chase@mozilla.org , a=asa@mozilla.org/chase@mozilla.org
2005-06-05 03:33:28 +00:00
bsmedberg%covad.net
1f6e31b827
Bug 295711 part 4 - ffox installer fixup to package as a real extension r=mconnor a=shaver
2005-06-03 18:06:06 +00:00
bsmedberg%covad.net
b0f324c714
Bug 295235 part firefox-windows : remove remaining contents.rdf r=mconnor a=shaver
2005-06-01 14:58:05 +00:00
mconnor%steelgryphon.com
8414a7c0b1
Bug 295272 - deer park branded alphas break uninstall of Firefox
2005-05-24 07:20:18 +00:00
mconnor%steelgryphon.com
48c2321b4e
bug 294399 - rebrand firefox for deer park, r=bsmedberg, a=brendan
2005-05-20 22:42:50 +00:00
bsmedberg%covad.net
9abe57c447
Bug 281988 - Chrome registry supports for the xpcnativewrappers=yes flag. Chrome packaging fixup to apply the xpcnativewrappers=yes flag to our application chrome packages for ffox/tbird. This also stops the repackaging of thunderbird chrome. r=mscott+bz a=drivers
2005-05-20 12:58:57 +00:00
jay%mozilla.org
42d2e1467f
deleted lines that were commented out from previous checkin
2005-05-16 07:03:28 +00:00
jay%mozilla.org
aa7acbd143
bsmedberg's reporter fix, a=asa r=chase sr=bryner Bug 285653
2005-05-16 06:25:06 +00:00
ben%bengoodger.com
3e1a4432da
294082 - dom_canvas.xpt is not packaged with installer on windows/linux meaning canvas does not work in release builds... r+sr+a=shaver
2005-05-13 21:19:55 +00:00
jay%mozilla.org
2b235106be
Enable Reporter tool in Firefox nightlies a=asa r=bryner sr=ben Bug 285653
2005-05-03 19:49:06 +00:00
bsmedberg%covad.net
9481f81ca8
Bug 291487 - unregistered Help chrome files (regression from bug 289555) r=Steffen a=asa
2005-04-26 19:23:29 +00:00
ben%bengoodger.com
b9725a8b1a
286034 - allow extensions to be installed/uninstalled by simply adding/removing their directories... r=bsmedberg, sr=darin, a=brendan
2005-04-23 01:39:51 +00:00
bsmedberg%covad.net
9f33ad0393
Bug 287262 - Make en-US.manifest contain all the locale registration (not in installed-chrome.txt any more) r=gandalf a=asa
2005-04-20 10:48:51 +00:00
bsmedberg%covad.net
1e015b2257
From bug 289555 - help.jst doesn't exist any more - fix beast orange
2005-04-15 15:34:11 +00:00
bsmedberg%covad.net
4c7e830417
Bug 287262 - Move all localized installer strings into install.ini from config.ini r=dveditz a=asa
2005-04-15 14:49:51 +00:00
bsmedberg%covad.net
67e8284e3c
Bug 289555 - separate help viewer (part of the toolkit, packaged in toolkit.jar and toolkit/locales) from application help content, packaged in browser.jar and browser/locales r=gandalf a=asa
2005-04-15 14:17:31 +00:00
bsmedberg%covad.net
eb6139e2cf
The manifest part of bug 289461 - Start using the en-US.manifest to replace parts of installed-chrome.txt r=chase a=asa
2005-04-15 13:21:04 +00:00
jay%mozilla.org
3e4e089504
Disable Reporter tool in Firefox nightlies r=bryner sr=ben Bug 285653
2005-04-06 04:00:01 +00:00
jay%mozilla.org
93aa471d1c
Hookup Reporter tool to Firefox nightlies r=robert@accettura.con sr=bryner@brianryner.org (The Brain) Bug 285653
2005-04-01 03:02:31 +00:00
bryner%brianryner.com
6c09a95819
Fix product keys for Firefox and Thunderbird so that the installer correctly cleans up after old versions. Bug 247884, r=ben.
2005-03-26 04:48:04 +00:00
bsmedberg%covad.net
3219ac4125
Bug 282057 - brand.dtd/properties live in the wrong chrome package... xulrunner apps cannot provide these files, which means they can't use various toolkit features r=darin moa=Neil (seamonkey)
2005-03-10 04:38:35 +00:00
bryner%brianryner.com
72366e4154
Remove autocomplete.xpt as an interim fix for bug 280084. r=dveditz, sr=ben.
2005-02-25 12:21:35 +00:00
tor%cs.brown.edu
6ce8f5faf8
Bug 199771 - soft fail if gdi+ or cairo can't be found/used.
...
r=scooter, sr=bryner
2005-02-18 16:30:12 +00:00
cmp%mozilla.org
a7f092fd86
Attempting to fix attachment 172571 in bug 279768. With this change on
...
beast I am able to at least build the installers again on Windows.
2005-01-28 23:25:08 +00:00
bsmedberg%covad.net
65904d1ddb
Make installer: the default target again, from bug 279768 r=cmp
2005-01-28 20:59:01 +00:00
dbaron%dbaron.org
8993baf11c
Convert CR-LF and CR linebreaks to LF.
2005-01-28 20:01:46 +00:00
bsmedberg%covad.net
0fd5d23f2e
Bug 279768 - Teach build system the new paths for localized files r=gandalf
2005-01-28 15:32:04 +00:00
bryner%brianryner.com
a40463dea3
package typelib files for xtf (bug 279654). r=darin.
2005-01-25 08:18:32 +00:00
bsmedberg%covad.net
f3dd951f94
Bug 276588 - Rework command line handling in the toolkit to use a generic API - see COMMANDLINES_20050109_BRANCH for more detailed cvs logs r=darin,caillon,mscott,mconnor
2005-01-17 18:50:18 +00:00
mconnor%myrealbox.com
138e1644df
bug 274903 - Can't print using installer builds, patch by William A. Gianopoulos (wgianopoulos@yahoo.com), r=ben
2005-01-16 20:57:53 +00:00
jst%mozilla.jstenback.com
cb3684dc0c
Landing fix for bug 154934, patch by computergeekvandy@hotmail.com. Auto-genrate GeckoVer value at build time. r=bryner@brianryner.com, sr=jst@mozilla.org
2005-01-14 21:50:42 +00:00
cltbld
ed0f53376b
For Firefox MSI, run the Firefox installer with the correct argument to
...
invoke the installer in silent mode. (cmp)
2005-01-14 00:04:56 +00:00
cltbld
c3dfb3384c
Call make-msi.pl with its new project flag. (cmp)
2005-01-06 23:04:23 +00:00
cltbld
df679c9e09
Relocate make-msi.pl script to a new location in toolkit/ and call it from
...
there. Work supporting bug 231062. (cmp)
2005-01-06 20:32:55 +00:00
cltbld
02e1e2494e
Add support for general MakeMSI files to make-msi script and firefox header
...
file. Work supports bug 231062. (cmp)
2005-01-06 20:25:30 +00:00
bugzilla%arlen.demon.co.uk
2617691023
Bug 245392 Installer options for where to put start menu / desktop / quick launch shortcut icons (empty folder created)
...
p=gavin.sharp@gmail.com r=dveditz
2005-01-03 00:47:54 +00:00
cltbld
d73bf0580a
Change PACKAGE_MSI variable name to MOZ_PACKAGE_MSI. (cmp)
2004-12-24 19:49:30 +00:00
cltbld
2dd9f03610
First change into correct directory for MSI files, then call the make-msi.pl
...
in the current working directory. (cmp)
2004-12-24 17:37:35 +00:00
cltbld
decd71bcf8
Small fixes to increase verbosity. Change staging directory to
...
dist/install. (cmp)
2004-12-24 05:24:48 +00:00
cltbld
f5cfef47fa
Add MSI installer filename to installer configuration settings. (cmp)
2004-12-24 04:29:49 +00:00
cltbld
2c06c8ba93
Call make-msi.pl script during make. Won't be used unless PACKAGE_MSI
...
environment variable is set to 1. (cmp)
2004-12-23 21:35:01 +00:00
cltbld
99ef4f06a7
Use a PACKAGE_MSI environment variable to control whether or not the script
...
continues execution. If this is not set to 1, the script will exit without
attempting to create the MSI.
2004-12-23 21:29:41 +00:00
cltbld
1c789a59fa
Commit a first pass at generating Windows Installers using MakeMSI. (cmp)
2004-12-23 21:03:34 +00:00
steffen.wilberg%web.de
41aa836924
Bug 275000 (some inputs are missing default values resulting in small-sized buttons with no text). Register chrome://communicator/locale/ again for the moment. Also replace en-US by @AB-CD@. r=bsmedberg
2004-12-21 17:51:41 +00:00
steffen.wilberg%web.de
9b31cc7e02
smoketest fix: Bug 272982: Browser fails to launch (installer build). r=bsmedberg
2004-12-14 16:16:18 +00:00
ben%bengoodger.com
67de422083
add appstartup and xulapp xpt files to packager list so the em doesn't throw exceptions on startup
2004-12-14 09:08:14 +00:00
aaronleventhal%moonset.net
33bf5eda0c
Bug 273597 - AccessibleMarshall.dll missing from Firefox install. r+sr=bryner
2004-12-09 20:14:45 +00:00
ben%bengoodger.com
6bd55b0531
aviary landing fallout correction: add xpcom_core.dll/libxpcom_core.so to packager lists
2004-12-03 00:13:28 +00:00
dbaron%dbaron.org
d94716da9b
Merge cvs removes from aviary branch (in browser and toolkit directories) to the trunk.
2004-12-02 02:46:06 +00:00
ben%bengoodger.com
2edb5bc579
aviary branch landing - land installer localization changes
2004-12-02 00:52:27 +00:00
ben%bengoodger.com
5171657dc2
Landing the Aviary Branch (browser section only).
2004-11-30 08:23:02 +00:00
dbaron%dbaron.org
e2aa2edb92
Use preprocessor instead of separate files for platform-specific parts of forms.css. b=272151 r+sr=bryner
2004-11-30 06:04:04 +00:00
bsmedberg%covad.net
3824d6b15f
Installer bustage from bug 237745 - package appstartup.xpt properly.
2004-11-01 12:16:48 +00:00
darin%meer.net
aa1c016eea
Adding xpcom_core.dll to the Firefox static build packaging to unbreak
...
nightly trunk builds, bug 266149.
2004-10-27 08:16:52 +00:00
jst%mozilla.jstenback.com
f780aaf680
Fixing bug 249855. Attempt to copy QuickTime and Macromedia Flash plugin xpt files to the right place during installation. r+a=ben@mozilla.org
2004-10-15 06:27:54 +00:00