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

sort by:
Revision Author Date Message Commit Date
b86567a Added FIREFOX_31_2_1esr_RELEASE FIREFOX_31_2_1esr_BUILD1 tag(s) for changeset b7e8f382d7ac. DONTBUILD CLOSED TREE a=release --HG-- branch : GECKO3121esr_2014110314_RELBRANCH 03 November 2014, 19:19:36 UTC
be3e182 Automated checkin: version bump for firefox 31.2.1esr release. DONTBUILD CLOSED TREE a=release --HG-- branch : GECKO3121esr_2014110314_RELBRANCH 03 November 2014, 19:19:33 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
2994ae1 Bug 1072044 - Fire ICE signals on main. r=mt, a=bkerensa 01 October 2014, 21:42:31 UTC
3dda620 Bug 1063327 - Reject vp9 frames with invalid tiles. r=kinetik, a=abillings 02 October 2014, 00:28:03 UTC
e9e1b49 Bug 1012609 - Improve PeriodicWave phase-wrapping logic. r=rillian, a=abillings This approach takes advantage of the fact that periodicWaveSize is a power of 2 and uses unsigned integer modulo arithmetic to find the appropriate phase of the period. 30 September 2014, 05:10:03 UTC
ce0c5f3 Bug 1074765 - Use greater weight for nearer sample in PeriodicWave interpolation. r=rillian, a=abillings 30 September 2014, 04:30:30 UTC
5557a6a Bug 1074765 - Increment phase after sampling to begin PeriodicWave at phase = 0. r=rillian, a=abillings This makes phase consistent with the sine OscillatorType and with Blink's custom OscillatorType. 30 September 2014, 04:26:26 UTC
066285e Bug 1074765 - Move const periodicWaveSize multiplier out of loop. r=rillian, a=abillings 30 September 2014, 04:13:27 UTC
2a51797 Bug 1074765 - Test PeriodicWave output. a=abillings 30 September 2014, 22:25:24 UTC
2e2476e No bug - Skip the webapps tests on OSX because they became timeout-prone after the NSS update and nobody has time/inclination to investigate. a=bustage DONTBUILD CLOSED TREE 01 October 2014, 21:08:07 UTC
e8cfe5f Bug 1064346 - JSFunction's extended attributes expect POD-style initialization. r=billm, a=abillings 10 September 2014, 22:42:36 UTC
f9d3e52 Backed out changeset ab7b8489ce51 (bug 1064346) for being incomplete. 26 September 2014, 21:29:57 UTC
c290015 Bug 1064346 - JSFunction's extended attributes expect POD-style initialization. r=billm, a=abillings 10 September 2014, 22:42:36 UTC
dabf03e Bug 1011354 - Use a mutex to guard access to nsHttpTransaction::mConnection. r=mcmanus, r=honzab, a=abillings 18 September 2014, 19:21:59 UTC
9f5909a Bug 1072174 - Handle all the cases XrayWrapper.cpp. r=peterv, a=abillings 24 September 2014, 19:58:33 UTC
884774e Automated checkin: version bump for thunderbird 31.1.2 release. DONTBUILD CLOSED TREE a=release 24 September 2014, 03:14:30 UTC
9197ab3 Automated checkin: version bump for firefox 31.1.1esr release. DONTBUILD CLOSED TREE a=release 24 September 2014, 01:18:48 UTC
e86334b Automated checkin: version bump for fennec 31.1.1esr release. DONTBUILD CLOSED TREE a=release 24 September 2014, 01:14:54 UTC
85d0016 Fix bug 1064636, r=rrelyea, a=lmandel 23 September 2014, 18:44:11 UTC
24301a5 Bug 1062876 - Refactor window iteration code for MediaManager. r=jib, a=abillings 19 September 2014, 21:24:28 UTC
c0c577e Bug 1068218 - Don't pass lone surrogates to GetDirectionFromChar. r=ehsan, a=abillings 19 September 2014, 07:18:47 UTC
3c2d038 Bug 974857 - Compare attempted anchor traversals to both the actual page URI and the exposable URI, and do an anchor scroll if either one matches. r=smaug, a=bkerensa 05 September 2014, 18:28:46 UTC
e0d9cb1 Bug 1067998 - Fix OOM crash in gfxAlphaBoxBlur::Init on large blur surface. r=Bas, a=bkerensa 17 September 2014, 07:46:42 UTC
6ca6f5e Bug 1041512 - Mark intrinsic widths dirty on a style change even if the frame hasn't had its first reflow yet. r=dbaron, a=abillings 17 September 2014, 00:40:11 UTC
1d4c38c Bug 1066718 - Get sIOService before invoking ReadPrefs. r=bz, a=sledru 16 September 2014, 19:30:32 UTC
ca8ea80 Bug 1061600 - Fix PropertyWriteNeedsTypeBarrier. r=jandem, a=abillings 16 September 2014, 16:03:07 UTC
93e8ab0 Bug 966713 - Intermittent test_cookies_read.js times out. r=mcmanus, a=test-only 15 September 2014, 10:42:00 UTC
ff45c55 Bug 873035 - add a new --gecko-log option to redirect gecko logs to a specified file. r=jgriffin, a=test-only 16 September 2014, 21:11:53 UTC
df4f4ea Bug 1037618 - Skip ice_unittest on OSX. a=test-only 15 September 2014, 16:13:43 UTC
c866a03 Bug 1008481 - Switch to the root dir instead of the profile dir. a=test-only 10 September 2014, 04:52:31 UTC
3849411 Bug 1053725 - When one domain is whitelisted for file:// URI access, whitelist all subdomains. r=bz, a=sledru 09 September 2014, 05:22:22 UTC
fd332fb Bug 1061136 - Assume both http:// and https:// for schemeless URIs in CAPS prefs. r=bz, a=sledru 06 September 2014, 03:01:06 UTC
3265ad2 Bug 1065977 - Uplift recent PSL changes to the release branches. a=lmandel 11 September 2014, 10:15:00 UTC
7939c3c Automated checkin: version bump for thunderbird 31.1.1 release. DONTBUILD CLOSED TREE a=release 08 September 2014, 17:44:06 UTC
eeb6584 Automated checkin: version bump for fennec 31.1.0esr release. DONTBUILD CLOSED TREE a=release 05 September 2014, 12:43:20 UTC
8e67e5f Bug 1040319 - Ensure that Fennec builds from mozilla-esr31 have a buildID to allow for armv6/Android 2.2 users to update to mozilla-esr31 apks. r=catlee, a=lmandel 04 September 2014, 21:12:46 UTC
2c82ac5 No bug, Automated blocklist update from host bld-linux64-spot-115 - a=blocklist-update 30 August 2014, 10:16:55 UTC
364736e No bug, Automated HSTS preload list update from host bld-linux64-spot-115 - a=hsts-update 30 August 2014, 10:16:53 UTC
eae5a5d Bug 963075 - Fix web workers from "leaking" by simulating memory pressure before checking for leaks. r=ted, a=test-only 26 August 2014, 11:23:42 UTC
5a3d633 Bug 1035075 - Dispatch a runnable to wait for the PAC thread to shutdown. r=mcmanus, a=sledru 14 August 2014, 05:59:00 UTC
7d75a20 Automated checkin: version bump for thunderbird 31.1.0 release. DONTBUILD CLOSED TREE a=release 28 August 2014, 19:20:59 UTC
87a651e Bug 1058087 - Remove timer so no subresults will be logged after SimpleTest.finish(). r=dholbert, a=test-only 27 August 2014, 00:47:53 UTC
896c306 Bug 1006234 - Fix some timeout problems with test_hangui. r=bsmedberg, a=test-only 27 August 2014, 16:03:00 UTC
6b459fc Backed out changeset dbceb14b6326 (bug 1049598) for mochitest-dt failures. 27 August 2014, 22:40:21 UTC
19decb9 Bug 1049598 - Re-write browser_styleeditor_new.js to remove race conditions. r=bgrins, a=test-only 26 August 2014, 19:28:00 UTC
d795d4e Bug 1056769 - UITour tests shouldn't hit the network. r=MattN, a=test-only 27 August 2014, 00:38:08 UTC
cc46daf Bug 874437 - Rollup of patches in bugs 1009590, 1044245, and 874437 for esr31. a=sledru 19 August 2014, 21:07:17 UTC
cf9a538 Bug 1058072 - Result logged after SimpleTest.finish() with test_bug432698.html. r=smaug, a=test-only 25 August 2014, 15:48:18 UTC
bde9cca Bug 885324 - Try to fix intermittent failure in test_bug529119-2.html. r=mayhemer, a=test-only 21 July 2014, 13:10:50 UTC
c49f31c Bug 1011163 - Remove the border which isn't essential for the test since it caused orange due to focus issues. a=test-only 17 May 2014, 23:10:52 UTC
5c56028 Bug 1055499 - StyleEditor: Properly wait for the toolbox to be destroyed before ending test run and causing windows to leak. r=harth, a=test-only 20 August 2014, 06:02:00 UTC
5d84160 Automated checkin: version bump for firefox 31.1.0esr release. DONTBUILD CLOSED TREE a=release 25 August 2014, 12:35:15 UTC
b084cac No bug, Automated blocklist update from host bld-linux64-spot-028 - a=blocklist-update 23 August 2014, 10:15:49 UTC
f333b66 No bug, Automated HSTS preload list update from host bld-linux64-spot-028 - a=hsts-update 23 August 2014, 10:15:47 UTC
0e4ed3b Bug 1002439 - browser_bug248970.js is almost perma fail when run by directory on osx opt. r=mano, a=test-only 12 August 2014, 10:36:49 UTC
09d0a1f Bug 1041527 - Ensure that about:home isn't the initial tab when opening new windows in tabview tests. r=ehsan, a=test-only 21 July 2014, 15:06:57 UTC
24ef1d1 Bug 1045977 - Clear heap allocated volatile buffers. r=njn, r=seth, a=sledru 20 August 2014, 21:41:54 UTC
d581b9a Bug 947574 - Switch browser_426329.js to use tasks to avoid intermittent failure. r=Gijs, a=test-only 28 May 2014, 01:04:15 UTC
8619530 Bug 1055040 - Send mouse events base on canvas position and enable this test case on all B2G builds. r=ehsan, a=test-only 19 August 2014, 23:38:00 UTC
cab3ef0 Backed out changeset b13a138bd40a (bug 1051783) for adding a new assert. 19 August 2014, 23:27:54 UTC
06fc32c Bug 1051783 - Fix test_pointerlock-api.html. r=Enn, a=test-only 18 August 2014, 16:21:08 UTC
86b875a Bug 1024686 - Add missing return in Sqlite.jsm. r=mak, a=test-only 12 June 2014, 16:53:00 UTC
3c00ac1 Bug 1024535 - Fix for failing video test on Windows 7. r=jwwang, a=test-only 12 August 2014, 23:09:56 UTC
back to top