Paul Biggar ext:(%2C%20Jason%20Evans%20%3Cjasone%40canonware.com%3E%20and%20Dale%20Kim%20%3Cdalekim1%40illinois.edu%3E)
415824bc6f
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
587d8d1da1
Merge mozilla-central and tracemonkey.
2011-07-05 17:30:35 -07:00
Dave Townsend
488d23605e
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
755e039dde
Bug 590973 - Reflect.parse(): expose to chrome as a toolkit component (r=gal)
2011-06-28 10:57:16 -07:00
Taras Glek
eb59b7ab04
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
96bcbbee56
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
2ba12250f9
bug 664723: update removed-files.in for bug 643816. r=khuey
2011-06-16 11:38:46 -04:00
Kyle Huey
eb489b0d83
Bug 515492: Revert some bogus changes for hopefully the last android build bustage fix.
2011-06-27 20:17:22 -07:00
Kyle Huey
07e885661a
Bug 515492: Make jemalloc work on VS 2010. r=ted,pbiggar
2011-06-27 12:44:51 -07:00
Phil Ringnalda
2f5c682427
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
dd4a04edb5
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
3b200ec4d5
Bug 600241 - Strip zips during optimization, r=taras
2011-05-23 17:23:13 -07:00
Matheus Kerschbaum
679e31e4ad
Bug 648911 - Remove support for non-libxul builds. r=ted,joedrew
2011-05-23 18:54:47 +02:00
Mike Hommey
e21090b809
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
b3ee94fd31
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
eb1815af62
bug 585196: Fix telemetry packaging r=Mossop
2011-05-12 16:39:10 -07:00
Takanori MATSUURA
4ce23b1258
Bug 655439 - Use $(LIBXUL_DIST)/bin/xpcshell instead of $(DIST)/bin/xpcshell. r=khuey
2011-05-11 15:13:43 +02:00
Jonathan Kew
dc5803a607
bug 253317 - part 3.1 - build support to install hyphenation patterns. r=pike
2011-05-04 12:14:51 +01:00
Jonathan Kew
078ea1fce4
Backed out changeset a5877159c9a1 to investigate l10n-check orange
2011-05-04 15:31:37 +01:00
Jonathan Kew
a4a787dc7d
bug 253317 - part 3.1 - build support to install hyphenation patterns. r=pike
2011-05-04 12:14:51 +01:00
Marco Bonardo
a3d0508eec
Merging Places to mozilla-central
2011-04-29 16:04:47 +02:00
Marco Bonardo
a8bfe404cf
Bug 524091 - Remove microsummaries support. (Browser changes)
2011-04-26 14:24:57 +02:00
Ed Morley
eb98a280c9
Bug 651622 - Remove WinCE code from browser/* r=dolske
2011-04-22 01:14:59 +02:00
Christian Legnitto
3b8048341b
Bug 649373 - Remove PRE_RELEASE_SUFFIX. This is a wallpaper. r=rstrong, a=LegNeato
2011-04-12 23:43:18 -07:00
Dave Townsend
d9b4ab18ac
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
d1a283fe6e
Bug 645288 - Register Firefox as a webm capable player on Windows. r=rstrong
2011-04-10 16:31:26 -05:00
Rich Walsh
3f73403cd5
Bug 639369 - [OS/2] update packaging for mozilla-central; r=wuno
2011-04-09 23:33:31 -04:00
Mitchell Field
1fd52bae9c
Merge mozilla-central to build-system.
2011-04-07 15:46:34 +10:00
Mitchell Field
6a2e2b6b59
Bug 645356 - Use pymake builtins. r=khuey
2011-04-03 17:16:49 +10:00
Kyle Huey
96cd840db2
Back out Bug 639754.
2011-03-31 09:12:20 -04:00
Kyle Huey
8707611437
Backed out changeset a5dbece71e4a due to test failures
2011-03-31 09:11:21 -04:00
Matheus Kerschbaum
ce7108fce4
Bug 639754 - Remove MOZ_IPC checks since IPC is always built now. r=bsmedberg
2011-03-31 07:22:55 -04:00
Jim Mathies
11d13ef001
Bug 597911. Give 64-bit builds on Windows a different application id. r=rstrong
2011-03-29 22:24:54 -04:00
Jim Mathies
d3bdae1624
64-bit installer bustage fix, use ';' in comment vs. '//'. a=buildbustage
2011-03-31 07:07:49 -05:00
Matheus Kerschbaum
08c43219e7
Bug 639754 - Remove MOZ_IPC checks since IPC is always built now; r=bsmedberg
2011-04-02 19:14:00 -07:00
Masatoshi Kimura
79ec4d9f03
Remove native uconv. Bug 644801, r=smontagu
2011-04-05 11:13:21 +03:00
Axel Hecht
8b558da5e4
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
762b435f64
Bug 633645 - Add startup cache to omnijar during make package, r=ted
2011-03-16 18:09:18 -07:00
Michael Wu
13ee76e5df
Bug 633645 - Improve precompile_cache.js, r=taras
2011-03-16 18:08:40 -07:00
Robert Strong
6d4182eea2
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
4c026988e9
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
275e718647
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
df7b690830
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
5cdf3ab3cf
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
c4d786fde7
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
925f7be916
Bug 594858: Package Feedback as a distribution add-on. r=robstrong, a=blocks-betaN
2011-01-21 11:56:42 -08:00
Robert Strong
687fd1552f
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
0095c03117
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
cc1338d245
Bug 617787 - Stop offering uninstall survey to users. r=mossop, a=blocking2.0-final
2011-01-12 13:09:50 -08:00
Taras Glek
736fded8a7
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