7f08e93cc2a5f66ea8b0ab0ef950a8f6d41c8c84: Bug 1070689 - Change return type of dosprintf functions from int to bool (in jsprf.cpp). r=nbp
Gokcehan Kara <gokcehankara@gmail.com> - Wed, 01 Oct 2014 20:59:15 +0200 - rev 208242
Push
1 by root at Mon, 20 Oct 2014 17:29:22 +0000
Bug 1070689 - Change return type of dosprintf functions from int to bool (in jsprf.cpp). r=nbp
acf16a586d9f62c01ef1a6eb1b6e34461b135cdd: Bug 1073618 - When starting a snap-back after a fling, only consider APZCs along the handoff chain from the flinging APZC onwards. r=kats
Botond Ballo <botond@mozilla.com> - Wed, 01 Oct 2014 13:26:37 -0400 - rev 208241
Push
1 by root at Mon, 20 Oct 2014 17:29:22 +0000
Bug 1073618 - When starting a snap-back after a fling, only consider APZCs along the handoff chain from the flinging APZC onwards. r=kats
d954ed24e7952f4d32d8dc0e073ceb6365a671e3: Bug 902952 - Part 2: Use Direct2D 1.1 where available. r=jrmuizel
Bas Schouten <bschouten@mozilla.com> - Wed, 01 Oct 2014 19:50:25 +0200 - rev 208240
Push
1 by root at Mon, 20 Oct 2014 17:29:22 +0000
Bug 902952 - Part 2: Use Direct2D 1.1 where available. r=jrmuizel
1dbdf3202f04de9c5e66114943b6045fe9ed8f44: Bug 902952 - Part 1: Add a slight amount of fuzz for radial gradient tests. r=jrmuizel
Bas Schouten <bschouten@mozilla.com> - Wed, 01 Oct 2014 19:50:25 +0200 - rev 208239
Push
1 by root at Mon, 20 Oct 2014 17:29:22 +0000
Bug 902952 - Part 1: Add a slight amount of fuzz for radial gradient tests. r=jrmuizel
7059038f392c15a60d3017a8108531c01f4a3e82: Bug 1075615: Pretranslate the pattern matrix when the pattern specifies a sampling rect. r=jrmuizel
Bas Schouten <bschouten@mozilla.com> - Wed, 01 Oct 2014 19:50:24 +0200 - rev 208238
Push
1 by root at Mon, 20 Oct 2014 17:29:22 +0000
Bug 1075615: Pretranslate the pattern matrix when the pattern specifies a sampling rect. r=jrmuizel
cdf9f8445538bac523c53a450d196b394f596244: Bug 1075621: Support Direct2D 1.1 for ScaledFontDWrite::CopyGlyphsToBuilder. r=jrmuizel
Bas Schouten <bschouten@mozilla.com> - Wed, 01 Oct 2014 19:50:24 +0200 - rev 208237
Push
1 by root at Mon, 20 Oct 2014 17:29:22 +0000
Bug 1075621: Support Direct2D 1.1 for ScaledFontDWrite::CopyGlyphsToBuilder. r=jrmuizel
165c3fd176ec83c147d112717d105e9a12489ac4: bug 1045739 - (part 2/2) mozilla::pkix: test that revocation checking doesn't occur for expired certificates r=mmc
David Keeler <dkeeler@mozilla.com> - Wed, 01 Oct 2014 10:20:31 -0700 - rev 208236
Push
1 by root at Mon, 20 Oct 2014 17:29:22 +0000
bug 1045739 - (part 2/2) mozilla::pkix: test that revocation checking doesn't occur for expired certificates r=mmc
f7d98f2e35fd713eb2b2fc015ddd9acac13bd8b2: bug 1045739 - (1/2) mozilla::pkix: stop checking revocation for expired certificates r=keeler
Brian Smith <brian@briansmith.org> - Thu, 14 Aug 2014 12:02:55 -0700 - rev 208235
Push
1 by root at Mon, 20 Oct 2014 17:29:22 +0000
bug 1045739 - (1/2) mozilla::pkix: stop checking revocation for expired certificates r=keeler
7719fd510b39c0461e2b20dba6b7c0cbae5fd737: Backed out changeset 31a25f47264b (bug 1067942) for Linux mochitest-other crashes.
Ryan VanderMeulen <ryanvm@gmail.com> - Wed, 01 Oct 2014 13:39:22 -0400 - rev 208234
Push
1 by root at Mon, 20 Oct 2014 17:29:22 +0000
Backed out changeset 31a25f47264b (
bug 1067942) for Linux mochitest-other crashes.
CLOSED TREE
2bf0e7ba7177b81ec2147e5cccfb9ffab01fa38e: Bug 1075686, pick up NSS 3.17.2 beta 1 to fix bug 1057161
Kai Engert <kaie@kuix.de> - Wed, 01 Oct 2014 19:30:41 +0200 - rev 208233
Push
1 by root at Mon, 20 Oct 2014 17:29:22 +0000
Bug 1075686, pick up NSS 3.17.2 beta 1 to fix
bug 1057161
99be24fa714185409fbb0969252e4f8611d6e771: Bug 1074911 - Remove JS_ASSERT and JS_ASSERT_IF macros. r=jorendorff
Nicolas B. Pierron <nicolas.b.pierron@mozilla.com> - Wed, 01 Oct 2014 19:17:53 +0200 - rev 208232
Push
1 by root at Mon, 20 Oct 2014 17:29:22 +0000
Bug 1074911 - Remove JS_ASSERT and JS_ASSERT_IF macros. r=jorendorff
020a62efb303bb8a1d78a7b124de112c7c704fe9: Bug 1074911 - Replace JS_ASSERT_IF by MOZ_ASSERT_IF. r=jorendorff
Nicolas B. Pierron <nicolas.b.pierron@mozilla.com> - Wed, 01 Oct 2014 19:17:53 +0200 - rev 208231
Push
1 by root at Mon, 20 Oct 2014 17:29:22 +0000
Bug 1074911 - Replace JS_ASSERT_IF by MOZ_ASSERT_IF. r=jorendorff
Apply the following script
sed -i '
/JS_ASSERT_IF(/ {
s/JS_ASSERT_IF(/MOZ_ASSERT_IF(/;
:b;
s/ \\$/\\/;
/;/ { p; d; };
n;
s/^/ /;
b b;
};
s/JS_ASSERT_IF (/MOZ_ASSERT_IF(/;
'
ed4b995667b58b364d2a7ce9b2111fc22dc1f622: Bug 1074911 - Replace JS_ASSERT by MOZ_ASSERT. r=jorendorff
Nicolas B. Pierron <nicolas.b.pierron@mozilla.com> - Wed, 01 Oct 2014 19:17:51 +0200 - rev 208230
Push
1 by root at Mon, 20 Oct 2014 17:29:22 +0000
Bug 1074911 - Replace JS_ASSERT by MOZ_ASSERT. r=jorendorff
Apply the following script
sed -i '
/JS_ASSERT(/ {
s/JS_ASSERT(/MOZ_ASSERT(/;
:b;
s/ \\$/\\/;
/;/ { p; d; };
n;
s/^/ /;
b b;
};
s/JS_ASSERT (/MOZ_ASSERT(/;
'
Except where the JS_ASSERT macro does not end with a semi-colon, where empty
lines are in the middle of the macro, and where the backslahes are always the
same-length after the expression.
a8b3263797908ab04861b6910937f852405ee2d5: Bug 1074944 - Update APZ code to use Matrix4x4::Inverse() where possible. r=nical
Kartikaya Gupta <kgupta@mozilla.com> - Wed, 01 Oct 2014 13:13:05 -0400 - rev 208229
Push
1 by root at Mon, 20 Oct 2014 17:29:22 +0000
Bug 1074944 - Update APZ code to use Matrix4x4::Inverse() where possible. r=nical
f68b63f42f3ee364d8af9b23d9ef54725148ae1c: Bug 1074944 - Add Inverse functions on Matrix and Matrix4x4. r=Bas
Kartikaya Gupta <kgupta@mozilla.com> - Wed, 01 Oct 2014 13:13:02 -0400 - rev 208228
Push
1 by root at Mon, 20 Oct 2014 17:29:22 +0000
Bug 1074944 - Add Inverse functions on Matrix and Matrix4x4. r=Bas
8a3de2f8ec3dbd504ca5a7a19b9398b94aad8595: Backed out changeset 11f95edf23a4 (bug 1073615) for frequent mochitest-bc timeouts.
Ryan VanderMeulen <ryanvm@gmail.com> - Wed, 01 Oct 2014 13:04:02 -0400 - rev 208227
Push
1 by root at Mon, 20 Oct 2014 17:29:22 +0000
Backed out changeset 11f95edf23a4 (
bug 1073615) for frequent mochitest-bc timeouts.
741b66e8ecd41f87c3e7306e998df981e5cdebe0: Bug 1059007 - [e10s] Enable most session store tests (r=ttaubert)
Bill McCloskey <wmccloskey@mozilla.com> - Wed, 01 Oct 2014 09:58:56 -0700 - rev 208226
Push
1 by root at Mon, 20 Oct 2014 17:29:22 +0000
Bug 1059007 - [e10s] Enable most session store tests (r=ttaubert)
ee3962e9f1cd63171cc9e862c9234ee7d1cb65de: Bug 1071409 - Eliminate potential CPOW hang (r=dvander)
Bill McCloskey <wmccloskey@mozilla.com> - Wed, 01 Oct 2014 09:58:54 -0700 - rev 208225
Push
1 by root at Mon, 20 Oct 2014 17:29:22 +0000
Bug 1071409 - Eliminate potential CPOW hang (r=dvander)
5c14c63b4c1aa1052586bbab802ae98dc6e36a25: Backed out 11 changesets (bug 1065185) for Gaia Python integration test failures on a CLOSED TREE.
Ryan VanderMeulen <ryanvm@gmail.com> - Wed, 01 Oct 2014 12:33:30 -0400 - rev 208224
Push
1 by root at Mon, 20 Oct 2014 17:29:22 +0000
Backed out 11 changesets (
bug 1065185) for Gaia Python integration test failures on a CLOSED TREE.
Backed out changeset a45d02c3b4e8 (
bug 1065185)
Backed out changeset bb7b8b0da990 (
bug 1065185)
Backed out changeset 7672d57acbad (
bug 1065185)
Backed out changeset fbdb5bead639 (
bug 1065185)
Backed out changeset 54d6077015da (
bug 1065185)
Backed out changeset e2528549de9d (
bug 1065185)
Backed out changeset 981c0b7c897d (
bug 1065185)
Backed out changeset 903fbf9bb0c7 (
bug 1065185)
Backed out changeset 76e863b63dd8 (
bug 1065185)
Backed out changeset 6871aff5d103 (
bug 1065185)
Backed out changeset cc213ad991a8 (
bug 1065185)
31a25f47264b973d02b1b43edc392d1541c586a2: Bug 1067942 - Change error message for attempted getter-only property writes to include the property name. r=terrence,Ms2ger
Till Schneidereit <till@tillschneidereit.net> - Tue, 30 Sep 2014 01:17:55 +0200 - rev 208223
Push
1 by root at Mon, 20 Oct 2014 17:29:22 +0000
Bug 1067942 - Change error message for attempted getter-only property writes to include the property name. r=terrence,Ms2ger