Commit Graph

610 Commits

Author SHA1 Message Date
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
Drew Willcoxon
e9ef3b6403 Bug 529597 - Places protocol handler, r=mak77,bz 2009-12-29 19:37:24 -08:00
Dão Gottwald
5a36275f09 Backed out changeset 06e4ea15db72 (bug 529597) because of test_bug_405924.html failure 2009-12-29 13:33:57 +01:00
Drew Willcoxon
f82aafa60b Bug 529597 - Places protocol handler, r=mak77,bz 2009-12-28 09:44:53 -08:00
Ted Mielczarek
522f48e9f7 Rename sqlite3 library to mozsqlite3, fixes compile problems and crashes on Mac OS X. b=513747 r=sdwilsh 2009-12-15 01:52:57 -05:00
Benjamin Smedberg
999be86ac2 Merge mozilla-central into electrolysis. 2009-12-14 08:01:18 -05:00
Benjamin Smedberg
737515b2c8 Merge mozilla-central into electrolysis. 2009-11-19 12:41:46 -05:00
Benjamin Smedberg
17cf638aac Merge mozilla-central into electrolysis. 2009-11-11 12:35:42 -05:00
Benjamin Smedberg
281b9fd4a8 Merge from mozilla-central. 2009-11-06 09:54:28 -05:00