Commit Graph

482 Commits

Author SHA1 Message Date
Daniel Holbert
4301671b45 Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg 2009-01-21 22:55:08 -08:00
Phil Ringnalda
60874a794b Bug 469789 - Update "can't package this" message for the libxul world, r=ted 2009-01-15 20:02:22 -08:00
Brian Birtles
0a47d48dae Bug 216462: Add support for basic SVG animation (SMIL). Disabled in builds by default. r+sr=roc 2009-01-14 20:38:07 -08:00
Ehsan Akhgari
2d5f3e4a91 Bug 305039 - (Win32 only) Make Windows installer more 'Unicode-aware'. r=rstrong 2009-01-12 22:22:27 -08:00
Robert Strong
8b82210e3b Bug 470182 - (Win32 only) Create separate log file for shortcuts. r=jmathies 2009-01-12 22:17:49 -08:00
Robert Strong
f9a03be8bd Bug 397964 - Remove nsPostUpdateWin.js. r=dtownsend 2009-01-05 15:17:40 -08:00
Robert Strong
221d1707ab Bug 471367 - Change the property name WARN_UNSUPPORTED_MSG to WARN_MIN_SUPPORTED_OS_MSG. r=jmathies 2009-01-02 13:59:14 -08:00
Robert Strong
1256b0a4e4 Bug 460669 - Installing Firefox writes incorrect file paths to DefaultIcon and open command. r=jmathies 2008-12-22 11:05:01 -08:00
Jim Blandy
f7491b4ec9 Bug 461309: Let browser/installer/Makefile.in permit 'make clean' in debug builds. r=bsmedberg
Check for debug builds only for the targets that matter.  The 'clean'
and 'distclean' targets, for example, may need to recur into
browser/installer/Makefile.in.
2008-12-19 10:13:25 -08:00
Staś Małolepszy
99da1eaea6 bug 459777, remove wikipedia-en-CN from existing installs, replaced with zh-CN now, r=l10n@mozilla.com, nthomas@mozilla.com, a1.9.1=beltzner
--HG--
extra : rebase_source : 4ca059226d382841e7be7b32fda840aa17b53a7c
2008-12-11 13:02:01 +01:00
Simon Bünzli
b6ae9f071a Bug 462774: Drop JSON.jsm. r=gavin, r=sayrer, sr=brendan, a1.9.1b2=beltzner 2008-11-17 13:57:43 +00:00
philringnalda@gmail.com
14d81ce426 Bug 463947 - There is no privatebrowsing.xpt (r=gavin) 2008-11-11 21:27:06 -08:00
Justin Dolske
bcfa71bdb4 Bug 462254 - Remove EULA from Firefox installer / .dmg and related bits. r=gavin, r=rstrong 2008-11-05 19:17:27 -08:00
Phil Ringnalda
9dd17dce1f Bug 462185 - Don't include JavaScript stand-alone shell in distributions on Mac, r=gavin 2008-11-03 19:39:21 -08:00
Ehsan Akhgari
07521d5740 Bug 411929 - Private Browsing UI; r=mconnor,bzbarsky sr=bzbarsky 2008-11-04 02:52:23 +03:30
Ehsan Akhgari
9c71483ace Bug 248970 - Private Browsing mode (global toggle for saving/caching everything) [Private Browsing service]; r=mconnor 2008-11-04 02:52:22 +03:30
Justin Dolske
f0d502c40e Bug 456439 - add about:rights and a "Know Your Rights" infobar to Firefox. r=gavin, ui-r=beltzner 2008-10-30 23:42:02 -07:00
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
Mike Hommey
35de8e8723 Bug 422991 - "'make distclean' misses some files" (cleanup browser/installer) [r=bsmedberg] 2008-10-20 22:17:16 -05: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
Dave Townsend
6f677b86d0 Bug 436719: Read updater.ini from app dir, not gre. r=bsmedberg, r=robstrong 2008-08-14 17:08:03 +01: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
Phil Ringnalda
6546d97425 Bug 445094 - clean up unix/packages-static, r=ted 2008-07-14 01:53:27 -07:00
Serge Gautherie
e0ae305c4d Bug 444605 – Remove obsolete references to <nsUpdateNotifier.js>. r=rstrong/jag 2008-07-12 12:13:38 +02: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
nrthomas@gmail.com
3b48df84b3 Bug 434696, Polish dictionary not available after updating from Fx3b5 to RC1, r=ted.mielczarek, a=beltzner 2008-05-27 11:14:54 -07:00
reed@reedloden.com
3bfc77c125 Bug 418016 - "Ts jumped ~1% when enabling jemalloc on Linux (qm-mini-ubuntu01, qm-mini-ubuntu02, qm-mini-ubuntu05)" (Revert jemalloc/libxul integration; makes this bug WONTFIX) [p=jasone@canonware.com (Jason Evans) a1.9=schrep] 2008-05-08 03:45:49 -07:00
axel@pike.org
9de2c9fccb bug 425053, removed deprecated search plugins on major update, r=nthomas,mic@mozilla.com, a=beltzner 2008-04-20 06:34:29 -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
philringnalda@gmail.com
520a19f41c Bug 345846 - cvs remove unused Linux installer files, r+a=ted, don't panic about your orange locale tinderbox, he'll fix it tomorrow if you don't get to it first=axel 2008-04-08 22:21:37 -07:00