Commit Graph

718 Commits

Author SHA1 Message Date
Tim Taubert
5e7ade0a16 Bug 497543 - Part 2 - moz-page-thumb:// Protocol and Channel; r=mak 2012-01-19 16:01:42 +01:00
Brian R. Bondy
4eed1e5a17 Bug 716473 - Simplify Mozilla Maintenance Service uninstaller. r=rstrong 2012-01-17 19:38:26 -05:00
Brian R. Bondy
a78b080386 Bug 716915 - Service is sometimes not used after several successful service updates because maintenanceservice.exe is missing. r=rstrong. 2012-01-17 16:52:23 -05:00
Mounir Lamouri
225b0dc455 Bug 677166 - Part 2 - Add .mozConnection to Navigator object. r=sicking 2012-01-16 13:23:28 +01:00
Brian R. Bondy
bdc2f88dae Bug 720521 - MozillaMaintenance service does not get uninstalled when Firefox is uninstalled. r=jimm 2012-02-06 13:44:31 -05:00
Brian R. Bondy
d3c51f21c1 Bug 715489 - MozillaMaintenance service is missing a description in Service Manager. r=rstrong 2012-02-06 13:32:51 -05:00
Fabrice Desré
13c10f6e0f Bug 717975 - only expose m-c implementation of mavigator.mozApps on b2g [r=jst] 2012-01-13 21:09:24 -08:00
Ed Morley
8128c5973e Merge last green changeset of mozilla-inbound to mozilla-central 2012-01-11 17:01:05 +00:00
Benjamin Smedberg
bd5d1c37d3 Bug 715576 - libalerts_s.dylib is incorrectly-named (_s indicates a static library) and links against the static-js library, which is bad. Make it link against either libxul (static-js) or the dynamic-js library correctly, and rename it. r=ted 2012-01-11 11:28:21 -05:00
Mike Hommey
1f4341fcce Bug 701371 - Rename mozutils to mozglue, and move it to top-level. r=khuey,a=brendan
--HG--
rename : memory/mozutils/Makefile.in => mozglue/Makefile.in
rename : memory/mozutils/Makefile.in => mozglue/build/Makefile.in
rename : memory/mozutils/dummy.cpp => mozglue/build/dummy.cpp
rename : memory/mozutils/fixcrt.py => mozglue/build/fixcrt.py
rename : memory/mozutils/mozutils.def.in => mozglue/build/mozglue.def.in
2011-12-28 08:24:02 +01:00
Ed Morley
b2a2852e05 Bug 716480 - Don't list "Change" as an entry on the control panel uninstall context menu for the Mozilla Maintenance Service; r=bbondy 2012-01-10 01:10:42 +00:00
Brian R. Bondy
528c9af51d Bug 711692 - Various fixes for intermittent failures. r=rstrong. 2011-12-28 21:08:37 -05:00
Brian R. Bondy
03ad6d8657 Bug 711792 - Speed up and simplify maintenance service update command processing. r=rstrong. 2012-01-04 23:19:17 -05:00
Brian R. Bondy
f3519a8442 Bug 481815 - Provide a Windows service for silent updates. r=rstrong. 2012-01-04 23:19:14 -05:00
Blake Kaplan
898bd6d340 Bug 712629 - Make Wifi work under gonk. There are large parts of this that are still sketches, but this gets us limping along. r=gal
--HG--
extra : rebase_source : 7fb2de1e4eb22250dbe0958a46e551012ff54ac3
2011-12-06 22:14:55 +08:00
Mike Hommey
21c1293aee Backout 45820730dfa7 and 860035a3c04a (bug 701371) and 8ac6f34b44ff (bug 709776) because of Android random oranges.
--HG--
rename : mozglue/build/Makefile.in => memory/mozutils/Makefile.in
rename : mozglue/build/dummy.cpp => memory/mozutils/dummy.cpp
rename : mozglue/build/fixcrt.py => memory/mozutils/fixcrt.py
rename : mozglue/build/mozglue.def.in => memory/mozutils/mozutils.def.in
rename : mozglue/android/APKOpen.cpp => other-licenses/android/APKOpen.cpp
rename : mozglue/android/APKOpen.h => other-licenses/android/APKOpen.h
rename : mozglue/android/nsGeckoUtils.cpp => other-licenses/android/nsGeckoUtils.cpp
2011-12-28 12:12:09 +01:00
Mike Hommey
b193d0733f Bug 701371 - Rename mozutils to mozglue, and move it to top-level. r=khuey
--HG--
rename : memory/mozutils/Makefile.in => mozglue/Makefile.in
rename : memory/mozutils/Makefile.in => mozglue/build/Makefile.in
rename : memory/mozutils/dummy.cpp => mozglue/build/dummy.cpp
rename : memory/mozutils/fixcrt.py => mozglue/build/fixcrt.py
rename : memory/mozutils/mozutils.def.in => mozglue/build/mozutils.def.in
2011-12-28 08:24:02 +01:00
Phil Ringnalda
b0ed0e6ffa Bug 713418 - Stop trying to package MacOS/Contents/Plug-Ins/ since we haven't put anything in there since bug 520494, r=khuey 2011-12-24 19:05:21 -08:00
Phil Ringnalda
15b94e5783 Bug 713504 - Stop trying to package jetpack.xpt, since it was removed by bug 711838, r=khuey 2011-12-26 15:03:11 -08:00
Phil Ringnalda
9b723454c8 Bug 713415 - Stop trying to package dom_threads.xpt, since it was removed by bug 649537, r=khuey 2011-12-24 18:14:13 -08:00
Matthew Noorenberghe
b707813fff Bug 273874 - Firefox migrator for new profiles r=mak
--HG--
rename : browser/components/migration/src/ChromeProfileMigrator.js => browser/components/migration/src/FirefoxProfileMigrator.js
extra : rebase_source : d5dfea053ede5abb3a535296085bdfe93ece8511
2011-11-29 02:30:40 -08:00
Benoit Girard
d738437402 Bug 699918 - Fix 'make package' for the profiler module. r=jmuizelaar 2011-12-20 13:47:10 -05:00
Phil Ringnalda
be45030cc0 Bug 695345 - Bring back ISO8601DateUtils.jsm, a=akeybl 2011-12-18 18:50:13 -08:00
Mike Hommey
897722e75d Bug 709721 - Move video and audio libraries in a gkmedias library on Windows. r=khuey 2011-12-15 06:40:20 +01:00
Frank Wein
ac0a6d8ae8 Bug 688615 - Wrong reg key used in Installer shell icon handler code, r=rob_strong, a=ehsan 2011-12-14 22:38:33 +01:00
Kyle Huey
b9d8b73097 Add the DLL from Bug 709657 to removed-files.in 2011-12-14 08:02:56 -05:00
Kyle Huey
cd392b3d7b Backout Bug 709657 because it doesn't help our problem. 2011-12-14 08:01:49 -05:00
Kyle Huey
aac6779e29 Bug 709657: Split uconv out of libxul. r=me a=me CLOSED TREE
--HG--
rename : intl/uconv/src/Makefile.in => intl/uconv/datamodule/Makefile.in
rename : intl/uconv/src/nsUConvModule.cpp => intl/uconv/datamodule/nsUConvDataModule.cpp
2011-12-13 10:48:16 -05:00
Chris AtLee
4744beb094 Bug 481815: makefile hooks required for signing executable files, installer packages, and mars. r=ted
--HG--
extra : rebase_source : 7b696910865fdbc9191cb7511f558879a9b9e05d
2011-12-07 17:06:52 -05:00
Blake Kaplan
4757794925 Bug 707883 - Make nsITelephonyWorker more generic in preparation for more workers. r=bent 2011-12-06 16:47:35 +08:00
Blake Kaplan
79ed79c31c Bug 707883 - Move RadioManager from dom/telephony to dom/system/b2g and then make the worker component the only stuff in dom/telephony. The idea is that the RadioManager is a generic component that manages several workers implemented in various dom/* directories. r=bent
--HG--
rename : dom/telephony/worker-component/Makefile.in => dom/system/b2g/Makefile.in
rename : dom/telephony/RadioManager.cpp => dom/system/b2g/RadioManager.cpp
rename : dom/telephony/RadioManager.h => dom/system/b2g/RadioManager.h
rename : dom/telephony/worker-component/nsIRadioInterface.idl => dom/telephony/nsIRadioInterface.idl
rename : dom/telephony/worker-component/nsITelephonyWorker.idl => dom/telephony/nsITelephonyWorker.idl
rename : dom/telephony/worker-component/nsTelephonyWorker.js => dom/telephony/nsTelephonyWorker.js
rename : dom/telephony/worker-component/nsTelephonyWorker.manifest => dom/telephony/nsTelephonyWorker.manifest
rename : dom/telephony/worker-component/ril_consts.js => dom/telephony/ril_consts.js
rename : dom/telephony/worker-component/ril_worker.js => dom/telephony/ril_worker.js
2011-12-06 14:10:51 +08:00
Philipp von Weitershausen
43c6b2381f Bug 699256 - Part 3: Hook the RIL worker and the DOM API up to the build system. r=gal 2011-12-05 15:58:27 +08:00
Nick Thomas
610b375863 Bug 705974, Remove files deprecated in Fx7/Fx8, r=khuey 2011-12-05 13:11:07 +13:00
Mark Banner
a9f8ded538 Bug 707121 - msvc* dlls will never get removed on update. r=khuey 2011-12-02 14:20:15 +00:00
Tim Taubert
daceec8fa1 merge m-c to fx-team 2011-12-01 07:19:11 +01:00
Robert Strong
f835e914c9 Bug 705997 - Remove additional Java Consoles. r=bbondy 2011-11-30 16:20:39 -08:00
Makoto Kato
959f0bbf9a Bug 505192 - Importing bookmarks from Google Chrome. r=mak77 2011-11-29 18:06:14 +09:00
Chris Pearce
6ec2d9c9ef Bug 702146 - Move :-moz-full-screen-ancestor to an override style sheet. r=bz 2011-11-30 11:00:31 +13:00
Marco Bonardo
c86ca0cbd3 Backout af0a7f54f483 (bug 704691), 17b4093b5ec5, 23f26ba05f1a (bug 697383) for various failures 2011-11-28 23:53:22 +01:00
Fabrice Desré
95f8c3872a Bug 697383 - implement navigator.mozApps - Part 1 : mozApps DOM API [r=mfinkle] 2011-11-28 12:13:26 -08:00
Mounir Lamouri
c8306e0b8b Bug 674725 - Part B - Add .mozSms to navigator. r=smaug 2011-11-20 22:08:33 +01:00
Andras Timar
8a973ef27f Bug 696014, Remove Bluu search engine from Hungarian builds, r=milos,nthomas 2011-11-25 14:32:04 +13:00
Fabrice Desré
0643904ad9 Bug 697383 - implement navigator.mozApps - Part 1 : mozApps DOM API [r=mfinkle] 2011-11-28 12:13:26 -08:00
Mike Hommey
6c1448574b Bug 696555 - Move update.locale into omni.jar. r=rstrong 2011-11-22 08:05:59 +01:00
Rob Campbell
7676da77c5 merge fx-team to mozilla-central 2011-11-15 13:57:15 -08:00
Michael Wu
f93dba09f1 Bug 701875 - Rename omni.jar to omni.ja, r=ted 2011-11-12 19:58:19 -08:00
Jared Wein
7bcfcf1d17 Bug 700854 - {Media,Image,Video}Document should reference an external stylesheet for use in styling their content. r=roc 2011-11-10 15:08:07 -08:00
Jared Wein
eddcc53a6c Backout changeset 40b0d61c132b due to bad commit message 2011-11-10 15:07:10 -08:00
Jared Wein
85b2808752 Bug 700854 - {Media,Image,Video}Document should reference an external stylesheet for use in styling their content 2011-11-10 15:02:21 -08:00
Matheus Kerschbaum
4813247daf Bug 698630 - Remove --disable-smil build option; r=dholbert 2011-11-05 10:32:52 +00:00
Marco Castelluccio
82ce8df065 Bug 539997 - Remove nsTryToClose.js from Firefox; r=mfinkle 2011-11-05 10:17:02 +00:00
Jim Mathies
ca8499281a Bug 577867 - Update installer to use new city hash taskbar registration ids. r=rstrong 2011-11-03 09:39:51 -05:00
Mounir Lamouri
2c0789a879 Bug 678694 - (3/7) Plug mozBattery into navigator object. r=sicking 2011-11-02 13:04:39 +01:00
Jonathan Kew
9744870420 bug 692743 - package hyphenation dictionaries in omnijar. r=glandium,mwu 2011-10-27 19:52:54 +01:00
Marco Bonardo
bf386cf7fd Bug 696159 - Remove some deprecated Places code.
r=dietrich sr=rstrong
2011-10-27 11:11:43 +02:00
Javi Rueda
0071427110 Bug 448717 - Firefox improperly names html file type "Firefox Document". r=rstrong 2011-10-20 09:51:44 +02:00
Gregory Szorc
364d4fb86e Bug 687225 - Detect MSVC 2011 compiler. r=ted 2011-10-03 21:57:00 -04:00
Mike Hommey
d0a3d1bc2f Backout the backout of e5815c156b6c (bug 683096), 9ca928d8095c (merge), a286edb8ca4b (bug 683875), 61dc35b8f63f (bug 683171), b0741ae44def (bug 683875), 8e01bc314326 + e2697c06468f (bug 677501), 805e28e85577 (bug 680440) 2011-09-03 08:19:06 +02:00
Ed Morley
ed260633c7 Backout e5815c156b6c (bug 683096), 9ca928d8095c (merge), a286edb8ca4b (bug 683875), 61dc35b8f63f (bug 683171), b0741ae44def (bug 683875), 8e01bc314326 + e2697c06468f (bug 677501), 805e28e85577 (bug 680440) for Win opt orange and purple galore, on a CLOSED TREE 2011-09-03 04:35:21 +01:00
Kyle Huey
2fe1065da6 Merge b-s to m-c. 2011-09-02 17:35:11 -04:00
Mike Hommey
cfd3ac70a2 Bug 677501 - Build a mozutils library containing jemalloc and other things. r=khuey
--HG--
rename : memory/jemalloc/Makefile.in => memory/mozutils/Makefile.in
rename : memory/jemalloc/fixcrt.py => memory/mozutils/fixcrt.py
rename : memory/jemalloc/jemalloc.def => memory/mozutils/mozutils.def.in
2011-09-01 14:12:10 +02:00
Ed Morley
19a1226d22 Merge last green changeset on m-i to m-c 2011-09-01 08:41:18 +01:00
Dave Camp ext:(%2C%20Jason%20Orendorff%20%3Cjorendorff%40mozilla.com%3E)
dea5bfddea Expose jsdbg2 Debugger object as a C.u.import-able module. Bug 679031, r=ted, sr=bsmedberg.
--HG--
rename : toolkit/components/ctypes/ctypes.jsm => js/ductwork/debugger/jsdebugger.jsm
extra : rebase_source : 0c936a42bd4191c8cb4d98136dfccf3cca62533d
2011-08-31 10:39:39 -05:00
Mike Hommey
2d38faddec Bug 678195 - Remove old style jemalloc. r=khuey 2011-08-23 15:43:17 +02:00
Mike Hommey
bcbef9851d Bug 678161 - Also install msvc*.dll when using new style jemalloc. r=khuey 2011-08-23 15:36:31 +02:00
Mike Hommey
3f485aa66c Bug 681893 - Add the CRT dlls we don't use to the remove-files lists. Also fix inclusion of the MSVC 10 CRT in the js shell archive. r=khuey 2011-08-29 07:23:20 +02:00
Makoto Kato
c823fe9e20 Bug 678686 - package-manifest should has $(GLOBAL_DEPS) dependency. r=Callek 2011-08-18 11:40:50 +09:00
Tim Taubert
15bd01f850 merge the last green changeset on m-c to fx-team 2011-08-09 18:00:52 +02:00
Robert Strong
ca134e8662 Bug 654131 - Firefox 4 update/installer failed to scrub old java extensions. r=jmathies 2011-08-08 20:59:07 -07:00
Ehsan Akhgari
6690ac6ddf Merge the latest green changeset on mozilla-inbound to mozilla-central 2011-08-09 08:09:13 -04:00
Jan Varga
5020b003ce Bug 617528 Part 2 - Core implementation r=smaug
--HG--
rename : content/html/content/test/test_bug418756.html => content/html/content/test/test_checked.html
2011-08-08 19:31:32 +02:00
Ed Morley
5d8d5d2581 Bug 653333 - Remove legacy splash screen code (nsSplashScreen, MOZ_SPLASHSCREEN, splash.bmp) now that no platforms use it; r=dtownsend,bsmedberg 2011-08-04 09:04:40 +02:00
Doug Turner
6c5c93af7d Bug 670880 - Remove Spatial Navigation. r=blassey 2011-07-20 15:19:59 -07:00
Mike Hommey
94ba9e65a6 Bug 655678 - Move startupcache precompilation to the common packaging rules, and opt-in in browser and xulrunner. r=khuey
--HG--
rename : browser/installer/precompile_cache.js => toolkit/mozapps/installer/precompile_cache.js
2011-07-19 08:51:54 +02:00
Phil Ringnalda
11815eb23c Bug 543535 - Remove ISO8601DateUtils.jsm, r=gal 2010-12-12 19:30:00 -08:00
Ed Morley
92c4bbe424 Bug 561481 - Remove README.txt from release packages; r=dolske 2011-07-11 09:14:12 -04:00
Paul Biggar ext:(%2C%20Jason%20Evans%20%3Cjasone%40canonware.com%3E%20and%20Dale%20Kim%20%3Cdalekim1%40illinois.edu%3E)
c0072a7363 Bug 414946 (part 1): Fix jemalloc on Mac, but leave disabled (r=pavlov)
Overwrite the OSX default zone allocator, taking into account the malloc_zone_t
version (supported versions are 3, 6, and 8) for Leopard, Snow Leopard and
Lion. jemalloc can be dynamically disabled for unknown malloc_zone_t versions,
for OSX 10.8 and beyond.

The changeset does not enable jemalloc, to allow for easy disabling if there's
a problem. It will be enabled in the next changeset.

This should be a 15-20% improvement in memory usage.
2011-05-21 20:27:00 -07:00
Chris Leary
679a65fe47 Merge mozilla-central and tracemonkey. 2011-07-05 17:30:35 -07:00
Dave Townsend
63de6ef728 Bug 659468: Make Feedback maxVersion match the Firefox version. r=robstrong
--HG--
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/install.rdf => browser/app/profile/extensions/testpilot@labs.mozilla.com/install.rdf.in
2011-07-05 14:58:05 -07:00
Dave Herman
324dbe8390 Bug 590973 - Reflect.parse(): expose to chrome as a toolkit component (r=gal) 2011-06-28 10:57:16 -07:00
Taras Glek
b7235b42f0 bug 661574: Move nsITelemetry into toolkit r=Mossop
--HG--
rename : xpcom/base/Telemetry.cpp => toolkit/components/telemetry/Telemetry.cpp
rename : xpcom/base/nsITelemetry.idl => toolkit/components/telemetry/nsITelemetry.idl
rename : xpcom/tests/unit/test_nsITelemetry.js => toolkit/components/telemetry/tests/unit/test_nsITelemetry.js
2011-06-20 14:47:55 -07:00
Ben Hearsum
e1e1f62525 bug 664778: add distributions/ to removed-files.in. r=rs
--HG--
extra : rebase_source : dbb5e7ae850c2d851695f6900553410c986cf648
2011-06-16 14:56:58 -04:00
Ben Hearsum
78d7936c91 bug 664723: update removed-files.in for bug 643816. r=khuey 2011-06-16 11:38:46 -04:00
Kyle Huey
93eb957628 Bug 515492: Revert some bogus changes for hopefully the last android build bustage fix. 2011-06-27 20:17:22 -07:00
Kyle Huey
6306507768 Bug 515492: Make jemalloc work on VS 2010. r=ted,pbiggar 2011-06-27 12:44:51 -07:00
Phil Ringnalda
f9c489d0b9 Bug 657251 - Finish off the removal of content_xmldoc.xpt, r=bz
--HG--
extra : rebase_source : 3373f89c6d45a16656e73426bbac192bfec014a1
2011-05-15 18:09:54 -07:00
Steven Michaud
74ff128aad Bug 621117 - Support native cursor manipulation from OOP plugins on OS X. r=josh,bsmedberg a=sheriff 2011-05-24 01:58:28 -05:00
Michael Wu
8dd395a2e1 Bug 600241 - Strip zips during optimization, r=taras 2011-05-23 17:23:13 -07:00
Matheus Kerschbaum
35f86c76ad Bug 648911 - Remove support for non-libxul builds. r=ted,joedrew 2011-05-23 18:54:47 +02:00
Mike Hommey
705ae1894b Bug 620931 part 7 - Make startup cache generation work better with new omni.jar handling. r=mwu 2011-05-06 11:26:30 +02:00
Phil Ringnalda
b9f79ef09d Bug 657252 - Clean up some random packaging warnings, r=khuey
--HG--
extra : rebase_source : 44bc71af666ba46ecdfe7a0c90d8e8932518c1be
2011-05-15 18:07:38 -07:00
Taras Glek
1cdda9e879 bug 585196: Fix telemetry packaging r=Mossop 2011-05-12 16:39:10 -07:00
Takanori MATSUURA
6c88e1c625 Bug 655439 - Use $(LIBXUL_DIST)/bin/xpcshell instead of $(DIST)/bin/xpcshell. r=khuey 2011-05-11 15:13:43 +02:00
Jonathan Kew
70e8517de7 bug 253317 - part 3.1 - build support to install hyphenation patterns. r=pike 2011-05-04 12:14:51 +01:00
Jonathan Kew
aae5ddda05 Backed out changeset a5877159c9a1 to investigate l10n-check orange 2011-05-04 15:31:37 +01:00
Jonathan Kew
b1dd91b239 bug 253317 - part 3.1 - build support to install hyphenation patterns. r=pike 2011-05-04 12:14:51 +01:00
Marco Bonardo
68533cc515 Merging Places to mozilla-central 2011-04-29 16:04:47 +02:00
Marco Bonardo
f59a88b6e0 Bug 524091 - Remove microsummaries support. (Browser changes) 2011-04-26 14:24:57 +02:00
Ed Morley
dc522a2396 Bug 651622 - Remove WinCE code from browser/* r=dolske 2011-04-22 01:14:59 +02:00
Christian Legnitto
64eac19a90 Bug 649373 - Remove PRE_RELEASE_SUFFIX. This is a wallpaper. r=rstrong, a=LegNeato 2011-04-12 23:43:18 -07:00
Dave Townsend
dab9719f1a Bug 649168 - "Need to ship feedback with the aurora and beta channels" [r=gavin.sharp] 2011-04-11 19:12:00 -04:00
Jim Mathies
ab17e61605 Bug 645288 - Register Firefox as a webm capable player on Windows. r=rstrong 2011-04-10 16:31:26 -05:00
Rich Walsh
5949d0eb6d Bug 639369 - [OS/2] update packaging for mozilla-central; r=wuno 2011-04-09 23:33:31 -04:00
Mitchell Field
03a545c01c Merge mozilla-central to build-system. 2011-04-07 15:46:34 +10:00
Mitchell Field
2416c34b76 Bug 645356 - Use pymake builtins. r=khuey 2011-04-03 17:16:49 +10:00
Kyle Huey
e169e16015 Back out Bug 639754. 2011-03-31 09:12:20 -04:00
Kyle Huey
61ff9410c4 Backed out changeset a5dbece71e4a due to test failures 2011-03-31 09:11:21 -04:00
Matheus Kerschbaum
1f81122982 Bug 639754 - Remove MOZ_IPC checks since IPC is always built now. r=bsmedberg 2011-03-31 07:22:55 -04:00
Jim Mathies
ca0d92295a Bug 597911. Give 64-bit builds on Windows a different application id. r=rstrong 2011-03-29 22:24:54 -04:00
Jim Mathies
c07aaaf688 64-bit installer bustage fix, use ';' in comment vs. '//'. a=buildbustage 2011-03-31 07:07:49 -05:00
Matheus Kerschbaum
93480c6366 Bug 639754 - Remove MOZ_IPC checks since IPC is always built now; r=bsmedberg 2011-04-02 19:14:00 -07:00
Masatoshi Kimura
0db310191f Remove native uconv. Bug 644801, r=smontagu 2011-04-05 11:13:21 +03:00
Axel Hecht
0f33f87732 bug 525438, l10n-merge doesn't merge all files, make targets work with PRETTY_NAMES, too. Adding a l10n-checks target for a dummy repack. r=ted 2011-03-18 18:29:56 +01:00
Michael Wu
daf8f433ae Bug 633645 - Add startup cache to omnijar during make package, r=ted 2011-03-16 18:09:18 -07:00
Michael Wu
10a5845d98 Bug 633645 - Improve precompile_cache.js, r=taras 2011-03-16 18:08:40 -07:00
Robert Strong
e1066839ea Bug 636088 - Blocked LSP: Microsoft Proxy Client / Microsoft Firewall Client Service Provider. r=johnath, a=blocking2.0-final 2011-02-25 12:43:30 -08:00
Robert Strong
a42429b387 Main patch for Bug 621873 - Pin to taskbar when setting as default browser on Windows 7. r=jmathies, a=approval2.0 2011-02-09 11:48:56 -08:00
Benoit Jacob
414b73f1d0 Bug 630628 - Extract d3dx9_*.dll and d3dcompiler_*.dll from DirectX SDK at build time, and ship them with the build - r=vlad, a=blocker 2011-02-07 20:11:52 -05:00
Nick Thomas
ed71033b5d Bug 590953, packaging fixes from 3.6.14 --> 4.0b10 major update testing, r=rstrong, a=blocker 2011-01-31 15:05:24 +13:00
Robert Strong
05930cd855 Bug 504019 - When hiding the program via 'Set program access and computer defaults' the Start Menu entries aren't removed. r=jmathies, a=approval2.0 2011-01-24 13:01:55 -08:00
Robert Strong
91e48aa963 Bug 627848 - Start menu shortcut isn't migrated as implemented in bug 598779. r=Mossop, a=blocking2.0-betaN 2011-01-21 15:22:34 -06:00
Dave Townsend
c4c06c7917 Bug 594858: Package Feedback as a distribution add-on. r=robstrong, a=blocks-betaN 2011-01-21 11:56:42 -08:00
Robert Strong
5ba28ba79e Bug 598779 - Remove start menu directory and safe mode shortcut creation. r=jmathies, a=blocking2.0-betaN 2011-01-20 15:45:19 -08:00
Seth Bindernagel
1405ce232a Bug 626617, Remove Termiadur search plug-in on major update to 4.0, r=nthomas a=DONTBUILD 2011-01-20 11:26:14 +13:00
Robert Strong
c70ff82115 Bug 617787 - Stop offering uninstall survey to users. r=mossop, a=blocking2.0-final 2011-01-12 13:09:50 -08:00
Taras Glek
5d3356f386 Bug 562406 - Omnijar js components from startupcache during build(disabled by default, landing for mobile use) r=bsmedberg a=approval2.0 2011-01-07 11:04:33 -08:00
Robert Strong
41e5ff36a6 Bug 615131 - Installer crashes if 'Next' button is clicked while 'Looking for existing installation...' dialog is displayed. r=jmathies, a=approval2.0 2010-12-21 16:32:01 -08:00
Mike Hommey
ec365c3a1b Bug 618195 part 2 - Only build services-crypto component as part of platform. r=mconnor,a=mconnor
--HG--
rename : services/crypto/nsISyncJPAKE.idl => services/crypto/component/nsISyncJPAKE.idl
rename : services/crypto/nsSyncJPAKE.cpp => services/crypto/component/nsSyncJPAKE.cpp
rename : services/crypto/nsSyncJPAKE.h => services/crypto/component/nsSyncJPAKE.h
rename : services/crypto/tests/unit/test_jpake.js => services/crypto/component/tests/unit/test_jpake.js
2010-12-20 10:12:12 +01:00
Shawn Wilsher
5f893d748b Merge mozilla-central into Places. 2010-12-07 15:06:32 -08:00
Robert Strong
1bf4f16212 Bug 597235 - Remove Java Console extensions in the install directory's extensions directory on install and app update. r=jmathies, a=blocking2.0-final 2010-12-07 12:05:32 -08:00
Shawn Wilsher
2ed7d826a8 Merge mozilla-central into Places 2010-12-06 09:48:54 -08:00
Shawn Wilsher
abacada9dc Merge mozilla-central into Places 2010-11-17 10:55:34 -08:00
Shawn Wilsher
06f60f7a34 Merge mozilla-central to Places 2010-11-10 09:38:08 -08:00
Shawn Wilsher
8c46198937 Merge mozilla-central into places. 2010-10-20 12:33:53 -07:00
Shawn Wilsher
fee260454c Merging places and mozilla-central. 2010-10-15 09:26:15 -07:00
Phil Ringnalda
47919e620f Bug 610307 - Clean up packaging of WeaveCrypto, r+a=ted 2010-11-07 19:36:18 -08:00
David Dahl
5aced17f45 Bug 568629: add a ConsoleAPI component used to implement window.console object exposed to web content (disabled for the moment), r=gavin/dietrich, sr=jst, a=blocking
--HG--
extra : rebase_source : 9bfe8478039ee16310f9f87da87c66d778739a73
2010-11-09 15:19:19 -05:00
Frank Wein
56119874fd Bug 609106 - Add plugin-container.exe to ShimInclusionList via installer, r=rstrong, a2.0=bsmedberg 2010-11-11 21:09:25 +01:00
Ben Hearsum
284d3e7b2f bug 485860: change automation to also post en-US xpi, just like any other locale -- don't override PKG_LANGPACK_PATH when generating en-US langpack. r=ted, a=bsmedberg/approval2.0+ 2010-10-08 13:00:28 -04:00
Kyle Huey
9b468f97d9 Bug 604940: Add various things to GARBAGE. r=Mitch a=NPOTB 2010-10-19 17:19:37 -04:00
Marco Bonardo
181f7fb107 Bug 570387 - PlacesDBUtils should register itself in the idle-daily category. r+a=dietrich 2010-10-19 12:44:03 +02:00
Marco Bonardo ext:(%2C%20Shawn%20Wilsher%20%3Cme%40shawnwilsher.com%3E)
50d31806a3 Bug 552023 - Kill Places partitioned temp tables.
r=sdwilsh
r=mak
a=blocking2.0
2010-08-09 17:59:59 +02:00
Vladimir Vukicevic
8db3cedac7 b=603367; use ANGLE for WebGL on Win32; r=bjacob 2010-12-03 14:44:01 -08:00
Phil Ringnalda
008711609c Bug 609207 - wyciwyg moved to necko_wyciwyg.xpt, but Firefox isn't shipping it, r+a=ted 2010-11-03 00:25:06 -07:00
Mehdi Mulani
4a0d27730b Bug 572463 - Switch nsUrlClassifierHashCompleter from C++ to a JS implementation. r=dcamp,Mossop 2011-04-26 16:57:45 -07:00
Robert Strong
95cbce1a65 Bug 568904 - Don't perform a shell refresh when there are no shortcuts for the installation when updating app modal id's. r=jmathies, a=approval2.0 2010-09-14 18:48:57 -07:00
David Zbarsky
3276e221ce Bug 556007 (2/3) - Use values from datalist in autocomplete popups. r=dolske ui-r=limi a2.0=sicking 2010-09-10 07:19:20 +02:00
Doug Turner
6ed1c44d56 Bug 573588 - Implement Desktop Notifications r=smaug, a=beltzner
--HG--
extra : rebase_source : 05ec761dd838e4f85a63df677c6335e456a8dfd6
2010-09-09 22:00:14 -07:00
Robert Strong
e43b4b2b37 Stop using version.nsh - Bug 592133 - Installer includes 'Minefield is a Trademark of The Mozilla Foundation' when not using official branded. r=jmathies, ur-r=beltzner, a=approval2.0 beltzner 2010-09-01 16:26:53 -07:00
Robert Strong
3832fabbf1 Bug 591564 - Stop copying QuickTime's nsIQTScriptablePlugin.xpt. r=jmathies, a=approval2.0 dtownsend 2010-09-01 16:26:42 -07:00
Michael Wu
61d1bf0634 Bug 591866 - channel-prefs.js should not be in omni.jar, r=bsmedberg a=blocking-beta5 2010-08-30 16:37:08 -07:00
Amir Szekely
d444405d6a Bug 568949 - Rework Windows installer for 64 bit (install into 'Program Files', write to 64 bit registry hives, etc.). r=rstrong, a=beltzner 2010-08-27 21:25:25 -04:00
Bas Schouten
f0e8d2cc0b Backed out changeset 7c0438df6767 2010-08-27 22:52:02 +00:00
Benjamin Smedberg
4d1e606675 Bug 562313 - Statically link binary browser components into firefox.exe, r=ted 2010-08-27 22:09:23 +00:00
Michael Wu
37491f1b45 Bug 589738 - Update removed-files.in to remove modules/PropertyPanel.jsm and res/fonts/mathfontSymbol.properties, r=rs a=blocking2.0 2010-08-23 22:07:00 -05:00
Margaret Leibovic
e5512ffefb Bug 572695: Remove "Report a Broken Website" from Firefox. r=dolske, a=blocking-betaN 2010-08-23 10:34:29 -07:00
Phil Ringnalda
a0f5d7e321 Bug 587541 - Stop trying to package FormNotifier.js, since it doesn't exist, r=khuey, a=gavin
--HG--
extra : rebase_source : 610eb906538ff897b81b7adf4abe8dbf4277ee95
2010-08-15 19:00:16 -07:00
Michael Wu
9f8b8e53fa Bug 556644 - Yet another removed-files.in update, r=rs a=blocking-beta5 2010-08-19 16:52:55 -05:00
Michael Wu
76c53b9faf Bug 556644: Update removed-files.in for omnijar. r=rs, a=blocking-beta5 2010-08-17 12:13:07 -07:00
Kyle Huey
205248cad7 Backed out changeset 5c0c9dd09bd9 2010-08-18 09:29:49 -04:00
Michael Wu
03ad7f801e Bug 556644: Update removed-files.in for omnijar. r=rs, a=blocking-beta5 2010-08-17 12:13:07 -07:00
Taras Glek
1e6019264c Bug 587470 - Add mozjs to removed-files.in, r=khuey 2010-08-16 11:42:31 -04:00
Phil Ringnalda
547f4dfeaa Bug 587530 - Put nsICapturePicker in the properly named xpt, and package it for Firefox, r=roc, a=gavin 2010-08-15 18:37:53 -07:00
Gavin Sharp
c0ae171f24 Bug 586821 - Add affiliate URL queries to location bar search r,a=jst
--HG--
rename : toolkit/components/search/nsIBrowserSearchService.idl => netwerk/base/public/nsIBrowserSearchService.idl
extra : rebase_source : 77a06966db94e05fafdcb152bb6d5f40bef350ee
2010-08-14 18:15:21 +02:00
Taras Glek
c3b1e9d1a0 Bug 580407 - Link js statically r=bsmedberg+khuey a=bsmedberg 2010-08-13 21:18:05 -07:00
Michael Wu
626e9ede58 Bug 556644 - 11. Add omnijar removed files, r=rs a=blocking2.0 2010-08-12 21:37:44 -07:00
Michael Wu
44c99fc857 Bug 556644 - 10. Make windows installer locale repacks use the standard repacking path, r=rs,khuey a=blocking2.0 2010-08-12 21:36:16 -07:00
Michael Wu
27e6d1b2f2 Bug 556644 - 9. Add support for packaging omnijar, r=bsmedberg a=blocking2.0 2010-08-12 21:33:52 -07:00
Robert Strong
4efdeb3ea1 Bug 523410 - Disable LSPs in WinSock that don't have categories for Firefox on Windows Vista and above. r=khuey, a=blocking2.0-beta4 2010-08-12 21:09:06 -07:00
Benjamin Smedberg
dd5e7ada8f Bug 586350 - Updates to the 08/11 nightly don't work because it's removing the root chrome.manifest. Also clean up other now-unneeded files. r=robstrong a=dougt 2010-08-11 15:29:23 -04:00
Paul O’Shannessy
9f66fe89bd Bug 583629 - Manifest from services/* are missing from package-manifest [r=dolske] 2010-08-02 16:37:55 -07:00
Robert Strong
d09db7432e Uupdate Firefox package-manifest.in for Bug 575838 - Build scripts should be able to handle @BINPATH@/extensions/testpilot@labs.mozilla.com/* in package-manifest.in for the installer. r=ted.mielczarek, approval2.0=benjamin 2010-07-29 22:47:25 -07:00
Robert Strong
50bc6e17cd [Windows only] use absolute paths for Bug 575838 - Build scripts should be able to handle @BINPATH@/extensions/testpilot@labs.mozilla.com/* in package-manifest.in for the installer. r=ted.mielczarek, approval2.0=benjamin 2010-07-29 22:46:47 -07:00
Robert Strong
351157389a [Windows only] patch 2 - convert preprocess-locale.pl to python rev3 for Bug 570689 - Convert preprocess-locale.pl to a python script. r=ted.mielczarek, approval2.0=benjamin 2010-07-29 22:39:25 -07:00
Nick Thomas
88a2e10a8a Bug 580598: Add obsolete plugin files to removed-files.in. r=ted
--HG--
extra : rebase_source : 1c9a36008412a3bb910010873d9edcdfcdbb4719
2010-07-29 14:24:45 -07:00
Benjamin Smedberg
29760bcdda The #ifdefs in the last patch were incorrect. This one actually works, even on a CLOSED TREE. (bug 557225) 2010-07-20 12:30:56 -04:00
Benjamin Smedberg
21d7e4344a Fix packaging bustage from bug 557225 on a CLOSED TREE. 2010-07-20 10:19:11 -04:00
Oleg Romashin
4fd4d7f449 Bug 568691 followup - Fix manifest/registration for the faststartup component, r=bsmedberg 2010-07-02 09:52:33 -04:00
Benjamin Smedberg
4d172dd53d Merge mozilla-central, including the Electrolysis changes, into the branch for bug 568691. 2010-07-01 11:55:57 -04:00
Benjamin Smedberg
a2833452f8 Merge mozilla-central to the bug 568691 branch.
--HG--
rename : gfx/public/nsITheme.h => gfx/src/nsITheme.h
2010-06-30 14:23:23 -04:00
Benjamin Smedberg
2f6bb59008 Fix packaging of test-only XPT files for crashreporter and httpserver.
--HG--
extra : rebase_source : 27abb29f16e071a7c08220d46f9cbef4ded08fc4
2010-06-30 12:42:24 -04:00
Ben Parr
95e9f46614 Bug 575559: Remove nsAddonRepository.js on updates. r=dtownsend
--HG--
extra : transplant_source : rHVyy%07%EAu%7B%B3%B1l%8Fj%8B%D1%CA%C1%9Ez
2010-06-29 16:11:03 -07:00
Dave Townsend
d7bda1b032 Bug 575566: Feedback/TestPilot not packaged into windows installer for 4.0b1 build1. r=bsmedberg
--HG--
extra : transplant_source : %DF%28%0D%D4j_%CE%27y%23%91%C4R2%9D%AA%86%B9%DB%EC
2010-06-29 11:38:21 -07:00
Benjamin Smedberg
cf1a5985fd Add the new nsPlacesAutoComplete.manifest. 2010-06-25 23:40:15 -04:00
Benjamin Smedberg
63c0077443 Merge mozilla-central into the branch for bug 568691, including fixup of the new jetpack binary module. 2010-06-25 19:41:09 -04:00
Benjamin Smedberg
762def30bb Merge mozilla-central into the static-xpcom-registration branch. 2010-06-23 17:26:25 -04:00
Ben Turner
a283994c5f Bug 553413 - 'Implement Asynchronous parts of the Indexed Database API.' p=sdwilsh+bent, r=jst. 2010-06-23 12:46:08 -07:00
Benjamin Smedberg
360af69e24 Package toolkitplaces.manifest, which I apparently forgot the first time. 2010-06-23 12:10:29 -04:00
Benjamin Smedberg
5cab25b52b Bug 568691 - Convert existing JS components to use NSGetFactory and add manifest files for them. In a followup we will link the .manifest files together at packaging time. This patch was developed on Linux: Windows and Mac may require additional changes.
--HG--
rename : toolkit/components/filepicker/src/nsFilePicker.js.in => toolkit/components/filepicker/src/nsFilePicker.js
2010-06-22 12:59:15 -04:00
Benjamin Smedberg
21bc9c724f Bug 568691 - build components.manifest instead of components.list, and switch the sample JS component to use standard EXTRA_COMPONENTS machinery. 2010-06-21 13:59:58 -04:00
Robert Strong
7894b69717 Bug 367539 - When upgrading an existing install use the uninstall.log to uninstall the previous version before install. Final cleanup patch. r=jmathies 2010-06-22 19:10:13 -07:00
Robert Strong
98fb70cc6d Bug 367539 - When upgrading an existing install use the uninstall.log to uninstall the previous version before install. r=jmathies 2010-06-21 18:17:18 -07:00
Marco Bonardo
9fe93d185e Bug 553467 - Move Places Transactions to PlacesUtils. Make PlacesUIUtils.ptm a compatibility shim. r=mano 2010-06-30 23:24:03 +02:00
Kyle Huey
b12a4e17ed Bug 231062: Part 1 - Clean up the cruft from last time. r=jmathies 2010-04-18 23:17:08 -04:00
Ben Parr
e247bdebf1 Bug 568728: Move nsAddonRepository.js to a JSM. r=dtownsend
--HG--
rename : toolkit/mozapps/extensions/nsAddonRepository.js => toolkit/mozapps/extensions/AddonRepository.jsm
2010-06-17 15:47:51 -07:00
Justin Dolske
cc03cf1409 Bug 564724 - Add tests and empty base component for nsIPrompt-related code. r=gavin 2010-06-14 14:00:21 -07:00
Robert Strong
ed62993f13 Bug 526333 - Having to create patches for each app's package manifest and removed-files and then get reviews from each app is a PITA. configure.in changes for MOZ_UPDATER only. r=ted.mielczarek 2010-06-09 16:02:13 -07:00
Ben Newman
713e822c3c Build and IPDL groundwork for the multi-process Jetpack API (bug 556846). r=bsmedberg 2010-06-25 08:00:35 -07:00
Dave Townsend
b3dcc85c79 Bug 573079: Package Beta Feedback extension in beta release builds. r=ted, r=beltzner 2010-06-24 16:36:31 -07:00
Philipp von Weitershausen
d0e8724ce4 Bug 571902 - Land sync and crypto components on trunk [r=mconnor r=ted]
Hook 'services' into the build system with MOZ_SERVICES_SYNC not-yet-set as a browser confvar.
2010-06-21 17:07:13 -07:00
Nick Thomas
7623e43f09 Bug 522649, remove res/arrow*.gif that moved into a jar, r=ted 2010-06-02 09:57:42 +12:00
Nick Thomas
777cde2909 Bug 507288 followup, remove deprecated greprefs/*.js on all platforms, r=ted 2010-06-02 09:51:18 +12:00
Ted Mielczarek
d8c49e3e2b Bug 569268 - Package correct Visual C++ CRT DLLs based on compiler version, r=nthomas 2010-06-02 09:49:29 +12:00
Justin Dolske
3680eadacb Bustage fix for bug 439716. 2010-05-25 22:40:37 -07:00
Saint Wesonga
32e9aa4b10 Bug 524201 - Move browserconfig.properties to a jar. r=gavin/pike/kev 2010-05-24 11:38:31 +02:00
Kyle Huey
c5ab72300a Bug 563186: Move defaults/profile/prefs.js out of l10n packaging so it is shipped on all platforms. r=rs
--HG--
extra : rebase_source : 9b4438ba3b18abe494cd906c93e71f2d0207d426
2010-05-06 18:51:20 -04:00
Jim Mathies
7d84eaf6a8 Bug 562753 - On upgrade, update AppUserModelID for application shortcuts. r=rstrong. 2010-05-14 19:24:50 -05:00
Jim Mathies
39e2138d31 Bug 521141 - Group running applications properly under shortcuts pinned to the taskbar. r=rstrong. 2010-05-14 19:24:01 -05:00
Josh Aas
ed50cb5b07 Remove default plugins. b=533891 r=dolske sr=jst 2010-05-14 13:08:12 -04:00
Josh Aas
9213b9561a Backed out changeset 558df3e5b094 due to talos master issue. 2010-05-13 15:56:19 -04:00
Josh Aas
eb08772da3 Remove default plugins. b=533891 r=dolske sr=jst 2010-05-13 14:54:26 -04:00
Dave Townsend
af33fd64f6 Bug 562679 - Land new Add-ons Manager on trunk. Update removed-files.in for relanding. r=rstrong 2010-05-10 22:33:30 -07:00
Phil Ringnalda
fa9669c2e2 Backed out changeset e074757a15aa (bug 533891) due to xpcshell orange after a clobber 2010-05-10 21:38:56 -07:00
Josh Aas
a987bef855 Remove default plugins. b=533891 r=dolske sr=jst 2010-05-10 20:21:31 -04:00
Dave Townsend
32e1299936 Bug 562485: Update removed-files.in for the extension manager changes. r=robstrong 2010-05-06 15:56:18 -07:00
Dave Townsend
e225f4a276 Bug 553169: Implement InstallTrigger, the XPI content handler and confirmation for web triggered installs. r=robstrong, r=dveditz 2010-04-29 13:11:23 -07:00
Dave Townsend
7e38027b87 Bug 553169: Implement the basic extension manager API and platform integration. r=robstrong 2010-04-29 13:11:23 -07:00
Kyle Huey
3b7a5c02c0 Bug 555512: Reorganize removed-files.in r=rs
--HG--
extra : rebase_source : 8337b3fd2d40f9ee927033537df257ee1524e47e
2010-05-02 17:56:16 -04:00
Dave Townsend
3ea671406e Bug 562697: Update removed-files.in. r=robstrong 2010-05-01 13:19:35 -07:00
Dave Townsend
74b7768710 Backout new add-ons manager due to Ts regression on OSX 10.5
--HG--
rename : toolkit/mozapps/extensions/test/xpcshell/data/test_bug404024.xml => toolkit/mozapps/extensions/test/unit/data/test_bug404024.xml
rename : toolkit/mozapps/extensions/test/xpcshell/data/test_bug417606.xml => toolkit/mozapps/extensions/test/unit/data/test_bug417606.xml
rename : toolkit/mozapps/extensions/test/xpcshell/data/test_bug424262.xml => toolkit/mozapps/extensions/test/unit/data/test_bug424262.xml
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug404024.js => toolkit/mozapps/extensions/test/unit/test_bug404024.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug417606.js => toolkit/mozapps/extensions/test/unit/test_bug417606.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug424262.js => toolkit/mozapps/extensions/test/unit/test_bug424262.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug449027.js => toolkit/mozapps/extensions/test/unit/test_bug449027.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug455906.js => toolkit/mozapps/extensions/test/unit/test_bug455906.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug514327_3.js => toolkit/mozapps/extensions/test/unit/test_bug514327_3.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug541420.js => toolkit/mozapps/extensions/test/unit/test_bug541420.js
2010-05-01 11:04:44 -07:00
Dave Townsend
da18c0677c Bug 562485: Update removed-files.in for the extension manager changes. r=robstrong 2010-04-28 16:09:53 -07:00
Dave Townsend
4c0e7e140d Bug 553169: Implement InstallTrigger, the XPI content handler and confirmation for web triggered installs. r=robstrong, r=dveditz 2010-04-29 13:11:23 -07:00
Dave Townsend
18257c9a69 Bug 553169: Implement the basic extension manager API and platform integration. r=robstrong 2010-04-29 13:11:23 -07:00
Alexander L. Slovesnik
9a5eb50cf9 Bug 560022 - Add rambler.xml to removed files. r=pike 2010-04-22 09:22:13 +02:00
Neil Deakin
ac77f871d2 Bug 560166, add link drop handler to installer and reenable test, r=gavin 2010-04-19 15:07:29 -04:00
Ben Turner
57ca71f5eb Bug 558190 - 'Plugin container process name needs to be more appropriate'. r=bsmedberg
--HG--
rename : ipc/app/mozilla-runtime.exe.manifest => ipc/app/plugin-container.exe.manifest
2010-04-09 15:40:14 -07:00
Ben Turner
d037a570d7 Backed out changeset 25879ce33e7a 2010-04-09 20:57:30 -07:00
Ben Turner
915b42cb28 Bug 558190 - 'Plugin container process name needs to be more appropriate'. r=bsmedberg
--HG--
rename : ipc/app/mozilla-runtime.exe.manifest => ipc/app/plugin-container.exe.manifest
2010-04-09 15:40:14 -07:00
Ted Mielczarek
9034abfe3b bug 553635 - link libimgicon into libxul in gtk builds. r=bsmedberg 2010-03-20 12:14:15 -04:00
Phil Ringnalda
e560a670ad Bug 552688 - Clean up .autoreg leftovers, r=bsmedberg 2010-03-13 00:03:27 -08:00
Phil Ringnalda
4f8f48f569 Bug 547914 - Replace /LICENSE with a mention of where the canonical license info lives, and stop shipping it with binaries, r=gerv,shaver 2010-02-23 09:37:07 -08:00
Josh Aas
dac88f2abc Bug 555234: Enable OOPP for x86 OS X and don't export mochitests conditional on MOZ_IPC. r=bsmedberg,ted 2010-04-02 20:19:31 -05:00
Marco Bonardo
dc6c16c6f5 followup to bug 554903 - removed-files.in unreadability is killing me 2010-03-26 23:22:33 +01:00
Marco Bonardo
4682e88094 Bug 554903 - Remove microsummaries.xpt reference from package-manifest and fix a left-over, r=sdwilsh 2010-03-26 22:57:28 +01:00
Hanspeter Niederstrasser
e29fe1df23 Bug 549746 - Make package-manifest.in look for libimgicon.dylib to fix stock icons when running Firefox from installdir on Darwin/X11. r=bsmedberg 2010-03-19 19:03:57 +01:00
Phil Ringnalda
05e68337ca Bug 547599 - Port the comm-central "make package-compare", r=ted
--HG--
extra : rebase_source : 47c1811b5c3328c40c26143e930095c61d772682
2010-02-21 21:55:51 -08:00
Jeremy Huddleston
b8c17b7f3e Bug 527612 - Fix packaging on darwin/x11 2010-03-07 10:51:24 +01:00
Chris Jones
2141078f6e Bug 441324, part 3: Configure and build changes for libmozalloc. r=bsmedberg 2010-03-03 23:02:57 -06:00
Phil Ringnalda
7e1c624a23 Bug 549246 followup, forgot to remove reshipped files from removed-files.in, like I always do 2010-02-28 16:35:39 -08:00
Phil Ringnalda
d73b44b27d Bug 549246 - Go back to shipping run-mozilla.sh and the "firefox" script on OS X, r=ted
--HG--
extra : rebase_source : e9b91ffa42b8e02d23144aca84e0d773d6d5b1d0
2010-02-28 15:25:33 -08:00
Phil Ringnalda
b590225b27 Bug 547915 - Update package-manifest.in based on package-compare output, r=ted 2010-02-21 21:55:51 -08:00
Phil Ringnalda
51593ae6b7 Bug 545081 - There's no need for no_pkg_files when every platform uses a package manifest, r=ted 2010-02-08 18:21:42 -08:00
Justin Dolske
3dc4765ccc Bustage fix for bug 541594. 2010-02-10 02:01:44 -08:00
Walter Meinl
f2a4f4176b Bug 536451 - OS/2 cannot handle mozsqlite3.dll. r=ted
--HG--
extra : rebase_source : c1a6deb7130b1142ca58dad88a34ecdcda75a378
2010-02-04 15:51:02 +01:00
Matthew Gertner
2ec2b03558 bug 542004 - Removal of dependentlibs.list breaks Prism on OS X r=ted.mielczarek
--HG--
extra : rebase_source : a23b7315c735e81bbc098dba269d757f9bce38c9
2010-01-25 12:28:00 -05:00
Sid Stamm
32f5ce7b68 bug 515433: CSP Core patch by sstamm and bsterne, r=mrbkap, sr=jst 2010-01-21 10:41:24 -08:00
Phil Ringnalda
08c615a602 Bug 540379 - Switch file in use check to mozsqlite3.dll, r=rs 2010-01-17 12:29:23 -08:00
Marco Bonardo
54fa20b6ee Bug 520165 - Part10: Add a new expiration component, r=mano, r=dietrich 2010-01-15 17:40:39 +01:00
Daniel Veditz
0e538279e0 Backed out changeset a6ce37b09cf5 because of possible Tp4 perf hit 2010-01-14 17:19:11 -08:00
Sid Stamm ext:(%2C%20Brandon%20Sterne%20%3Cbsterne%40mozilla.com%3E)
56ceec2c4c bug 515433, bug 515437: Content Security Policy (CSP) core 2010-01-13 14:18:24 -08:00