https://github.com/mozilla/gecko-dev

sort by:
Revision Author Date Message Commit Date
7b9f139 Added FIREFOX_31_3_0esr_RELEASE FIREFOX_31_3_0esr_BUILD2 tag(s) for changeset f416e15cc2c5. DONTBUILD CLOSED TREE a=release --HG-- branch : GECKO3130esr_2014112505_RELBRANCH 25 November 2014, 10:48:20 UTC
b94f138 Automated checkin: version bump for firefox 31.3.0esr release. DONTBUILD CLOSED TREE a=release --HG-- branch : GECKO3130esr_2014112505_RELBRANCH 25 November 2014, 10:48:18 UTC
09c2a75 Bug 1031180 - Fallback to checking whether the directory mach lives in contains mach_bootstrap.py. r=gps a=NPOTB 02 July 2014, 22:15:31 UTC
443c83f Bug 762358 - Fixup the fixup not to break on windows. r=me a=NPOTB 03 July 2014, 00:38:47 UTC
3c21a98 Bug 762358 - Fixup test_objdir_config_status to use config.guess output as base. r=gps a=NPOTB 02 July 2014, 23:33:14 UTC
87d09ba Bug 762358 - Re-run configure when mozconfig changed in a significant way. r=gps a=NPOTB This adds a format option to mach environment and uses it in client.mk to create a .mozconfig.json in the objdir, containing all the relevant data from mozconfig. If the mozconfig doesn't change in a way that alters that data, we still skip configure. At the same time, use mach environment in place of mozconfig2configure and mozconfig2client-mk, which makes us now have only one mozconfig reader. Also, in the mozconfig reader, keep track of environment variables (as opposed to shell variables), so that changes such as a variable that was exported not being exported anymore is spotted. At the opposite, in order for irrelevant environment variable changes not to incur in re-running configure, only a set of environment variables are stored when they are unmodified. Otherwise, changes such as using a different terminal window, or even rebooting, would trigger reconfigures. Finally, make mach environment emit both MOZ_OBJDIR and OBJDIR for client.mk, and cleanup some objdir-related things in client.mk.. At the same time, make the mozconfig reader take MOZ_OBJDIR from the environment if it is defined there and not in the mozconfig. Conflicts: client.mk python/mozbuild/mozbuild/base.py 02 July 2014, 22:15:31 UTC
26a71fa Bug 1031132 - Refactor mach environment to use logic from MachCommandBase instead of its own. r=gps a=NPOTB Also don't print section titles when there is nothing under them, and move move the ObjdirMismatchException handling to MachCommandBase. 02 July 2014, 22:15:31 UTC
e6495bb Backed out changeset 251dfa40560f (bug 1005458) for jit-test failures. 24 November 2014, 17:36:23 UTC
77e048f Bug 1095128 - Make sure add-on updates remain disabled after each browser chrome test. r=Unfocused, a=test-only 18 November 2014, 17:18:51 UTC
a2dbb6e Bug 1045231 - Namespace nrAppKit's htonll. r=abr, a=bkerensa This avoids conflicts with any system-provided versions, like on Apple MacOS X 10.10. 14 August 2014, 17:05:00 UTC
89705ca Bug 1054043 - Remove 32 bit cmd wapper from mozrunner. r=ted, a=bkerensa We no longer support MacOS 10.5 and the version string compare fails on 10.10. Unbreaks running the mochitests there. 14 August 2014, 22:44:00 UTC
3323751 Bug 1054043 - Remove wrapcommand. r=ted, a=bkerensa This code was only needed on osx 10.5, and the version string compare fails on osx 10.10. 14 August 2014, 22:35:00 UTC
3e5caff Bug 1044497 - Fix Yosemite build error (cannot initialize a parameter of type 'NSEventType' with an lvalue of type 'uint32_t'). r=spohl, a=lsblakk 07 August 2014, 02:35:53 UTC
5f45048 Bug 1005458 - Argument slot phis are always observable in non-strict scripts due to Function.arguments. r=nbp, a=bkerensa 18 November 2014, 03:19:28 UTC
761904a No bug, Automated blocklist update from host bld-linux64-spot-152 - a=blocklist-update 22 November 2014, 11:16:42 UTC
5fbd75f No bug, Automated HSTS preload list update from host bld-linux64-spot-152 - a=hsts-update 22 November 2014, 11:16:40 UTC
35c65c1 Bug 1064002 - Modify Android Arm in-tree configs to allow more customizations. r=ahal. a=testing --HG-- extra : source : e0d8c2ae3c4e26129517a349e2d2a6cc553dbdc2 21 November 2014, 16:06:49 UTC
e872b25 No bug, Automated blocklist update from host b-linux64-ix-0001 - a=blocklist-update 15 November 2014, 11:18:04 UTC
3e03d65 No bug, Automated HSTS preload list update from host b-linux64-ix-0001 - a=hsts-update 15 November 2014, 11:18:02 UTC
4fe84e6 Bug 1064002 - Be specific about which manifest to use on Android Arm xpcshell jobs. r=ahal, a=testing 14 November 2014, 19:26:05 UTC
9a3a6cd Bug 1096651 - Avoid using random bits when determining SSE3/SSE4 availability for the JIT. r=luke, a=bkerensa 11 November 2014, 23:26:21 UTC
370629a Backed out changesets 3bb63d3b9eea and 901e2b4daebf (bug 1045958) because it was decided the bug isn't wanted on esr31 after all. 13 November 2014, 18:48:08 UTC
6a4d6fd Bug 1092855 - Work around bad interaction between jemalloc and Apple unitialized memory bug. r=spohl a=lmandel 13 November 2014, 17:52:10 UTC
b445693 Bug 1087104 - Set the partialInfo property for Balrog; r=glandium a=NPOTB 06 November 2014, 22:10:13 UTC
0bc2755 Bug 1087104 - Implement partial mar generation in make for 'mach build'; r=glandium a=NPOTB 24 October 2014, 22:24:33 UTC
2f4c6ac Bug 1085026 - Use sha512 hashes for mar files; r=glandium a=NPOTB 23 October 2014, 15:32:25 UTC
a90923a Bug 1084163 - Remove 'make check' from automation/build; r=glandium a=NPOTB 'make check' is somewhat special in that we want to trigger testers before it finishes. Since moving sendchange into mach is difficult and 'make check' may be going away in the future anyway, just pull it out for now. Also remove the MOZ_AUTOMATION_*_SENDCHANGE flags since we aren't using them. 23 October 2014, 15:30:17 UTC
508d820 Bug 1077597 - force -j1 for {pretty-}package-tests; r=glandium a=NPOTB 03 October 2014, 20:43:26 UTC
ea63859 Bug 1013730 - Have mach ignore broken disk io stats; r=gps a=NPOTB This works around the "RuntimeError: couldn't find any physical disk" issue on Windows when using 'diskperf -n' 01 October 2014, 17:14:58 UTC
5460a3e Bug 1072073 - pretty-l10n-check should also be -j1; r=glandium a=NPOTB 26 September 2014, 03:13:27 UTC
ee660ee Bug 978211 followup, make compare-mozconfig work on Win64 again, r=glandium a=NPOTB --HG-- extra : rebase_source : 615a26cc88c663b1c4b1b8ad7b32e3107962f019 02 September 2014, 20:28:31 UTC
1be1bc1 Bug 978211 - run make from mach without a shell; r=gps a=NPOTB 18 July 2014, 14:14:29 UTC
ac356b5 Bug 978211 - various asan/mar/pretty/mach fixes; r=glandium a=NPOTB - Linux ASAN nightly builds do not do update packaging - Only set mar properties if the mar file was actually created - Unset MOZ_SIGN_CMD for pretty-* steps 04 July 2014, 02:14:59 UTC
bb0478d Bug 978211 - OSX automation configs; r=glandium a=NPOTB 04 July 2014, 02:05:45 UTC
cfc4725 Bug 978211 - Windows configs; r=glandium a=NPOTB 03 July 2014, 23:28:43 UTC
4ea11f1 Bug 1036093 - ignore mach exceptions when printing binary paths; r=gps a=NPOTB 11 July 2014, 14:55:40 UTC
0c9de7e Bug 1036569 - Fix NSS_STATIC_LIBS with carriage return on Windows; r=glandium a=NPOTB 09 July 2014, 18:38:29 UTC
f84e899 Bug 1036566 - use 'mkdir -p' before packaging tests; r=gps a=NPOTB 09 July 2014, 17:36:58 UTC
e9fe9c8 Bug 978211 - add 'pretty' targets for automation; r=glandium a=NPOTB 03 July 2014, 03:15:10 UTC
9a3108e Bug 1030717 - Don't try to create the mach state directory until it's actually needed. r=gps a=NPOTB 02 July 2014, 22:15:31 UTC
67b22c9 Bug 978211 - enable MOZ_AUTOMATION_* flags in linux mozconfigs; r=glandium a=NPOTB 16 June 2014, 17:17:21 UTC
9a2ffb5 Bug 978211 - Seemlessly support make 4 output buffering for automation/% steps. r=mshal a=NPOTB 19 June 2014, 00:06:13 UTC
2fb2742 Bug 978211 - add an automation/build target for post-build steps; r=glandium a=NPOTB 16 May 2014, 18:37:31 UTC
04cb233 Bug 957721 - Transform mach into a shell script that reexecutes itself with python. r=mshal a=NPOTB 21 May 2014, 02:27:30 UTC
d74bdb4 Bug 1080312 - Update iteration code from upstream. r=jesup, a=abillings 13 November 2014, 03:59:53 UTC
a8fc329 Backed out changeset 526a056da173 (bug 1092855) for bustage. a=backout 13 November 2014, 04:15:52 UTC
21a0a93 Bug 1092855 - Work around bad interaction between jemalloc and Apple unitialized memory bug. r=spohl a=lmandel 13 November 2014, 03:08:35 UTC
ce4c9c9 Bug 1096263 - XMLHttpRequest.send({}) should not throw. r=bz, a=bkerensa 12 November 2014, 20:39:00 UTC
8112bf8 Backed out changeset 8aa9e2243cbe (bug 1096263) for bustage. 12 November 2014, 22:34:45 UTC
ba48ac8 Bug 1096263 - XMLHttpRequest.send({}) should not throw, tests. r=bz, a=bkerensa 11 November 2014, 11:41:20 UTC
4b6a1bc Bug 1096263 - XMLHttpRequest.send({}) should not throw. r=bz, a=bkerensa 11 November 2014, 10:35:00 UTC
a58cea7 Bug 1085175. r=roc, a=dveditz 10 November 2014, 19:58:52 UTC
6c71e89 Bug 1070988 - Windows installer should remove leftover chrome.manifest on pave over install to prevent startup crash with Firefox 32 and above with unpacked omni.ja. r=tabraldes, a=bkerensa 24 September 2014, 07:33:58 UTC
ffab054 No bug, Automated blocklist update from host b-linux64-hp-0033 - a=blocklist-update 08 November 2014, 11:15:02 UTC
37cd252 No bug, Automated HSTS preload list update from host b-linux64-hp-0033 - a=hsts-update 08 November 2014, 11:14:59 UTC
63b40da Bug 1083464 - Fix some uncaught merge bustage from the initial backport; r=sfink a=bkerensa --HG-- extra : amend_source : 1c64ae13097a13d4e3cf34ddf9c2c0d1a8353c34 08 November 2014, 00:02:20 UTC
1f0c200 Bug 1083464 - Follow to fix build bustage caused by incorrect shell defaults; r=sfink a=bkerensa --HG-- extra : rebase_source : 1d3f8adbf98d5c0beb73042be1603101f395a222 07 November 2014, 19:47:59 UTC
262b9e0 Bug 1083464 - Use a more standard mechanism to export GC symbols to embedders. r=ted, r=jorendorff, a=bkerensa 27 October 2014, 20:29:44 UTC
9df10fe Bug 1089207: fix parsing of invalid fmtp att r=drno,jesup a=lmandel 06 November 2014, 17:21:57 UTC
7efadbb Bug 1088635. r=smaug, a=bkerensa 03 November 2014, 13:23:26 UTC
f62970e Bug 1045958 - Part 2: Use raw ICU instead of CoreServices API in Unicode collation on Mac OS X, disabled by default. r=josh, a=bkerensa 30 October 2014, 08:21:14 UTC
592d098 Bug 1045958 - Part 1: Add USE_ICU variable separated from ENABLE_INTL_API, and enable it on Mac OS X. r=josh, a=bkerensa 16 October 2014, 04:57:18 UTC
35d1e45 Automated checkin: version bump for firefox 31.2.1esr release. DONTBUILD CLOSED TREE a=release 03 November 2014, 19:19:43 UTC
50c5ca4 Bug 1087633 - Filter out XPConnect wrapped input streams. r=bz, a=lmandel 02 November 2014, 20:01:55 UTC
5d91f3b Bug 1072847 - Initialize mSurface. r=BenWa, a=bkerensa 28 October 2014, 14:08:25 UTC
dfb4884 No bug, Automated blocklist update from host b-linux64-ix-0004 - a=blocklist-update 01 November 2014, 10:17:37 UTC
7d5e117 No bug, Automated HSTS preload list update from host b-linux64-ix-0004 - a=hsts-update 01 November 2014, 10:17:34 UTC
04ba49a Bug 1091118 - Part 2: Do not use the top-level cache file for freetype2 subconfigure. r=gps, a=lmandel We modify the environment before running freetype2 configure. When it uses the same cache file, it stores knowledge about that environment in the cache file. The cache file is then reused to configure in js/src, with yet again a different environment, which makes subconfigure.py clear the cache because of the differences. The configure in js/src is however invoked with the same environment as the main configure was invoked with (mostly), so without freetype2 on the way, reusing the cache for it works as expected. In fact, it works better with the cache because of things coming from mozconfig that are not exported. With freetype2 on the way, as mentioned above, the cache is cleared. Without the cache, js/src/configure does new detections with a possibly different environment, and stores that in the cache. Until the next build, which then uses that different cache for the top-level configure. This results in subtle differences in the HOST_CC/HOST_CXX variables on android builds because those variables are not exported from mozconfig, depending on PATH, what the builder was building before, and if the build is a clobber. Avoiding the freetype2 subconfigure writing its environment variables change to the top-level cache makes the cache never invalidate for js/src. 30 October 2014, 05:35:01 UTC
abfd612 Bug 1091118 - Part 1: Remove $topsrcdir/gcc/bin from PATH on android builds. r=gps, a=lmandel $topsrcdir/gcc/bin was mistakenly added in bug 971841, but is not provided by anything the tooltool manifest for android builds pulls. It however is a path that /may/ exist in the source tree when the slave ran a linux build before. When it does exist, the meaning of non-path-prefixed commands change, influencing what particular compiler is used in some cases. 30 October 2014, 05:34:54 UTC
9462fbf No bug, Automated blocklist update from host bld-linux64-spot-1023 - a=blocklist-update 30 October 2014, 15:37:05 UTC
5174447 No bug, Automated HSTS preload list update from host bld-linux64-spot-1023 - a=hsts-update 30 October 2014, 15:37:03 UTC
6d071c8 Bug 1090405 - Ensure that 'samples' is not negative in WebMReader. r=rillian, a=lmandel 28 October 2014, 15:43:00 UTC
9c1ad5a Bug 1063052 - In case a user ends up with unpacked chrome, on update use omni.ja again by removing chrome.manifest. r=rstrong, r=glandium, sr=dbaron, a=lsblakk 17 September 2014, 15:21:14 UTC
60529fc Bug 1042567 - Reflect JSPropertyOp properties more consistently as data properties. r=efaust, a=lmandel 28 August 2014, 20:43:57 UTC
b8c5235 Bug 1065604 - Assert that JSPROP_SHARED is set on all properties defined with JSPROP_GETTER or JSPROP_SETTER. r=Waldo, a=bkerensa 10 September 2014, 20:17:52 UTC
2d84cd9 Bug 981363 - Don't automove when the DOCUMENT_LOAD_COMPLETE is emitted for the actual document. r=yzen, a=bkerensa 27 October 2014, 21:56:00 UTC
5de6730 Bug 1079729: Fix handling of increasing number of SCTP channels used by DataChannels r=tuexen a=lsblakk 28 October 2014, 15:06:00 UTC
58f3813 Bug 1076983 - Disable SSL 3.0 with pref. r=keeler, a=bkerensa 02 October 2014, 22:44:33 UTC
7a8497c Bug 1074280 - Use AsContainerLayer() in order to avoid a bad cast. r=roc, a=bkerensa 10 October 2014, 01:26:27 UTC
c86e171 Bug 1036737 - Adding fallback SCSV use. r=dkeeler, a=bkerensa 29 August 2014, 12:59:00 UTC
a685d35 Bug 743580 - Don't remove atk-bridge from GTK_MODULES during startup. r=ginn, r=karlt, a=bkerensa 02 May 2014, 17:46:20 UTC
b338b88 Bug 1084005 - Bump the minimum NSS version in configure.in. rs=kaie, a=me 27 October 2014, 22:05:47 UTC
49737b2 Bug 1084005 - Upgrade Firefox ESR 31.x to NSS 3.16.2.3, r=wtc, a=bkerensa 27 October 2014, 19:49:09 UTC
76ec3a1 Backed out changeset 77b6294a019e (bug 1042567) for debug jsreftest failures. 27 October 2014, 00:06:18 UTC
187a1f5 Bug 1042567 - Reflect JSPropertyOp properties more consistently as data properties. r=efaust, a=lmandel 28 August 2014, 20:43:57 UTC
12943d5 Bug 1058286 - Add in-tree manifests needed for tests. DONTBUILD a=NPOTB 17 October 2014, 12:52:12 UTC
015b7fa Automated checkin: version bump for thunderbird 31.2.0 release. DONTBUILD CLOSED TREE a=release 12 October 2014, 19:00:41 UTC
f6ef37c Automated checkin: version bump for fennec 31.2.0esr release. DONTBUILD CLOSED TREE a=release 12 October 2014, 15:35:29 UTC
e500eaa Automated checkin: version bump for firefox 31.2.0esr release. DONTBUILD CLOSED TREE a=release 11 October 2014, 09:14:06 UTC
5c87435 Bug 1049435, importing an RSA private key fails if p < q, upgrading to NSS 3.16.2.2, fix by wtc, r=rrelyea, a=bkerensa 10 October 2014, 17:25:25 UTC
cb9c1ca Bug 1042889 (relanding with bustage fix), cannot override sec_error_ca_cert_invalid, r=dkeeler, a=bkerensa 10 October 2014, 10:45:41 UTC
1186745 Backed out changeset 878a9dd89f82 (bug 1042889) for xpcshell failures. 10 October 2014, 03:06:38 UTC
9dcb4a3 Bug 1042889, cannot override sec_error_ca_cert_invalid, r=dkeeler, a=bkerensa 10 October 2014, 01:42:20 UTC
b36b06c Bug 1062981 - Disable bfcache for pages active MediaManager. r=smaug, r=jesup, a=dveditz CLOSED TREE 05 September 2014, 20:02:54 UTC
8a03b37 Automated checkin: version bump for fennec 31.2.0esr release. DONTBUILD CLOSED TREE a=release 09 October 2014, 14:38:44 UTC
a8ccd7a Automated checkin: version bump for thunderbird 31.2.0 release. DONTBUILD CLOSED TREE a=release 07 October 2014, 07:41:40 UTC
f091b60 Automated checkin: version bump for firefox 31.2.0esr release. DONTBUILD CLOSED TREE a=release 07 October 2014, 06:06:39 UTC
28793f3 Bug 1015540 - Prevent Alarms API from performing unsafe toJSON conversions on content objects. r=bz, a=bkerensa Bug 1037079 - [B2G][Clock] Fix alarms and timer alerts. r=bz CLOSED TREE --HG-- extra : amend_source : 35d1f8727092f1fc16c54fd38b1bf2190db78db7 29 August 2014, 06:34:36 UTC
458fef2 Bug 1061214. r=terrence, a=bkerensa 02 September 2014, 08:30:37 UTC
776e275 Bug 1049521 - Only register for types when there is no default in either of HKLM or HKCU and fix users affected by bad file associations. r=rstrong, a=bkerensa 06 October 2014, 02:03:12 UTC
back to top