9866d07334e1f819bc9e75b50e2810479389c612: Bug 1255006 - Ensure the displayport rect takes priority over a suppressed-margins displayport. r=kats
Roman Lopez <xfftlfanx@gmail.com> - Mon, 21 Mar 2016 21:56:44 -0400 - rev 289734
Push
30108 by cbook@mozilla.com at Tue, 22 Mar 2016 11:14:31 +0000
Bug 1255006 - Ensure the displayport rect takes priority over a suppressed-margins displayport. r=kats
6ffdefc8cba71642dd72887974a8a501e08d404b: Followup for bug 1257445 - Remove the AutoStopwatch::getCPU implementation using sched_getcpu. r=jimb
Mike Hommey <mh+mozilla@glandium.org> - Tue, 22 Mar 2016 10:33:58 +0900 - rev 289733
Push
30108 by cbook@mozilla.com at Tue, 22 Mar 2016 11:14:31 +0000
Followup for
bug 1257445 - Remove the AutoStopwatch::getCPU implementation using sched_getcpu. r=jimb
It was always preprocessed out because the XP_LINUX condition it was using
originally was never satisfied, and when turning that condition to __GLIBC__,
which is more realistic, enabling that code path, web-platform-tests crash on
Linux64 debug.
fda54bfb2896b2e513094ddc82ef5dde3fbc8f7d: Bug 1258555: Fix return type of js::GCPointerPolicy::needsSweep. r=terrence
Jim Blandy <jimb@mozilla.com> - Mon, 21 Mar 2016 15:23:08 -0700 - rev 289732
Push
30108 by cbook@mozilla.com at Tue, 22 Mar 2016 11:14:31 +0000
Bug 1258555: Fix return type of js::GCPointerPolicy::needsSweep. r=terrence
cbbc3c971d809f28aa2075f8212836e0c3e84273: Bug 1258578: Improve documentation for js::RelocatablePtr. DONTBUILD r=terrence
Jim Blandy <jimb@mozilla.com> - Mon, 21 Mar 2016 16:49:33 -0700 - rev 289731
Push
30108 by cbook@mozilla.com at Tue, 22 Mar 2016 11:14:31 +0000
Bug 1258578: Improve documentation for js::RelocatablePtr. DONTBUILD r=terrence
a5494b3c4fadda039ec6240b64be2d481e6f851d: Bug 1257445 - Move some platform-specific defines to moz.configure. r=gps
Mike Hommey <mh+mozilla@glandium.org> - Thu, 17 Mar 2016 17:13:53 +0900 - rev 289730
Push
30108 by cbook@mozilla.com at Tue, 22 Mar 2016 11:14:31 +0000
Bug 1257445 - Move some platform-specific defines to moz.configure. r=gps
5540673db52dd68889859af1a66de157219bb8ce: Bug 1257445 - #ifdef on __GLIBC__ for sched_getcpu, which is a glibc feature. r=jimb
Mike Hommey <mh+mozilla@glandium.org> - Tue, 22 Mar 2016 09:08:06 +0900 - rev 289729
Push
30108 by cbook@mozilla.com at Tue, 22 Mar 2016 11:14:31 +0000
Bug 1257445 - #ifdef on __GLIBC__ for sched_getcpu, which is a glibc feature. r=jimb
XP_LINUX means the kernel is Linux, which can mean glibc, bionic
(Android), etc. Only the former supports sched_getcpu.
"Fortunately", XP_LINUX was never set for js/src, so this wasn't a
problem... until we do set it, which we do in this bug.
fad8fe6c7c9005466b61bc6e306b0fe718acaf15: Bug 1258562: MSE] Abort if MediaSource has been shutdown. r=gerald
Jean-Yves Avenard <jyavenard@mozilla.com> - Tue, 22 Mar 2016 10:34:30 +1100 - rev 289728
Push
30108 by cbook@mozilla.com at Tue, 22 Mar 2016 11:14:31 +0000
Bug 1258562: MSE] Abort if MediaSource has been shutdown. r=gerald
The assumption was made that this code was never called if MediaSourceDecoder::NextFrameBufferedStatus() had been called before. However, that assumption was incorrect as NextFrameBufferedStatus() is only called if we had determine we had no frame buffered.
MozReview-Commit-ID: 1hsEJuInION
36595ad87d9cc2dc85b2f4eaebeed57bdd203544: Bug 1258574 - Allow JARReader to read data already in memory; r=glandium
Gregory Szorc <gps@mozilla.com> - Mon, 21 Mar 2016 16:36:22 -0700 - rev 289727
Push
30108 by cbook@mozilla.com at Tue, 22 Mar 2016 11:14:31 +0000
Bug 1258574 - Allow JARReader to read data already in memory; r=glandium
This will be needed to teach artifact builds to extract files from
omni.ja files whose content is loaded into memory (from a tar
archive).
MozReview-Commit-ID: LH2HkKx5Zj3
cdf79a0b9a3b9c26741e67df444ce000a0b8baa4: Bug 1257410 - Use %p and cast in printf to avoid C4477 on VS2015; r=khuey
Gregory Szorc <gps@mozilla.com> - Mon, 21 Mar 2016 14:19:18 -0700 - rev 289726
Push
30108 by cbook@mozilla.com at Tue, 22 Mar 2016 11:14:31 +0000
Bug 1257410 - Use %p and cast in printf to avoid C4477 on VS2015; r=khuey
MozReview-Commit-ID: 21XrhzPiJFQ
7f3a38541755d5803b13a9a794a687d19c50aec4: Backout changeset 136f541c4406 (bug 1257445) for Android bustage on a CLOSED TREE
Mike Hommey <mh+mozilla@glandium.org> - Tue, 22 Mar 2016 08:40:21 +0900 - rev 289725
Push
30108 by cbook@mozilla.com at Tue, 22 Mar 2016 11:14:31 +0000
Backout changeset 136f541c4406 (
bug 1257445) for Android bustage on a CLOSED TREE
22fcb50e9842f1ccd229e689e106e038afafd546: Backout changesets f5090987b7c6, 48a94777837d and a63437a74f7a (bug 1257468) for SM bustage on a CLOSED TREE
Mike Hommey <mh+mozilla@glandium.org> - Tue, 22 Mar 2016 08:26:57 +0900 - rev 289724
Push
30108 by cbook@mozilla.com at Tue, 22 Mar 2016 11:14:31 +0000
Backout changesets f5090987b7c6, 48a94777837d and a63437a74f7a (
bug 1257468) for SM bustage on a CLOSED TREE
4c575b4f5492cadf448bf4e77504bce4ad51957f: Bug 1256558 - Change MUST_CONVERT to avoid C4311 in VS2015; r=khuey
Gregory Szorc <gps@mozilla.com> - Mon, 21 Mar 2016 12:00:41 -0700 - rev 289723
Push
30108 by cbook@mozilla.com at Tue, 22 Mar 2016 11:14:31 +0000
Bug 1256558 - Change MUST_CONVERT to avoid C4311 in VS2015; r=khuey
This code is cherry picked from the trunk version of expat.
MozReview-Commit-ID: 8RDaArq2BwO
f5090987b7c69d35ec7cfbc1829ccf31676947d5: Bug 1257468 - Move JS_STANDALONE to moz.configure. r=nalexander
Mike Hommey <mh+mozilla@glandium.org> - Fri, 18 Mar 2016 19:03:09 +0900 - rev 289722
Push
30108 by cbook@mozilla.com at Tue, 22 Mar 2016 11:14:31 +0000
Bug 1257468 - Move JS_STANDALONE to moz.configure. r=nalexander
48a94777837d09a7a4dad6290738d56fc0d36f8d: Bug 1257468 - Replace tests on BUILDING_JS with tests on MOZ_BUILD_APP==js. r=nalexander
Mike Hommey <mh+mozilla@glandium.org> - Fri, 18 Mar 2016 18:33:18 +0900 - rev 289721
Push
30108 by cbook@mozilla.com at Tue, 22 Mar 2016 11:14:31 +0000
Bug 1257468 - Replace tests on BUILDING_JS with tests on MOZ_BUILD_APP==js. r=nalexander
Now that MOZ_BUILD_APP is set to js when building js/src, we can
distinguish those builds with MOZ_BUILD_APP==js instead of BUILDING_JS.
Consequently, remove BUILDING_JS.
a63437a74f7a04b32acf896e4484e31b25558d8a: Bug 1257468 - Move setting MOZ_BUILD_APP subst and define to moz.configure. r=nalexander
Mike Hommey <mh+mozilla@glandium.org> - Fri, 18 Mar 2016 18:24:54 +0900 - rev 289720
Push
30108 by cbook@mozilla.com at Tue, 22 Mar 2016 11:14:31 +0000
Bug 1257468 - Move setting MOZ_BUILD_APP subst and define to moz.configure. r=nalexander
This has the side effect of making the variable available in js/src,
which it was not in the past.
136f541c44069cd114ca981ee76f0d3b9ed0b870: Bug 1257445 - Move some platform-specific defines to moz.configure. r=gps
Mike Hommey <mh+mozilla@glandium.org> - Thu, 17 Mar 2016 17:13:53 +0900 - rev 289719
Push
30108 by cbook@mozilla.com at Tue, 22 Mar 2016 11:14:31 +0000
Bug 1257445 - Move some platform-specific defines to moz.configure. r=gps
fcb7f6fbe3baaedb90ab645beb48d43c20adfd37: Bug 1257127 - Change b2g Docker images and scripts to upgrade host toolchain r=garndt
Juan Gomez <jgomez@mozilla.com> - Mon, 21 Mar 2016 15:50:27 -0700 - rev 289718
Push
30108 by cbook@mozilla.com at Tue, 22 Mar 2016 11:14:31 +0000
Bug 1257127 - Change b2g Docker images and scripts to upgrade host toolchain r=garndt
MozReview-Commit-ID: 4uu6D5S73X1
3a2973be8bbdd9d15fc9f932a942fe9c4c724d5e: bug 1257695 disable GTK3 deprecation warnings in widget/gtk r=acomminos
Karl Tomlinson <karlt+@karlt.net> - Thu, 17 Mar 2016 22:45:01 +1300 - rev 289717
Push
30108 by cbook@mozilla.com at Tue, 22 Mar 2016 11:14:31 +0000
bug 1257695 disable GTK3 deprecation warnings in widget/gtk r=acomminos
MozReview-Commit-ID: 4tFJXIfhfTI
92e44f28f7ac4add04db39341619dc9a946886f2: Bug 1257491 - Ensure that if the peek-messages code modifies the displayport, we schedule a repaint. r=BenWa
Kartikaya Gupta <kgupta@mozilla.com> - Mon, 21 Mar 2016 17:32:49 -0400 - rev 289716
Push
30108 by cbook@mozilla.com at Tue, 22 Mar 2016 11:14:31 +0000
Bug 1257491 - Ensure that if the peek-messages code modifies the displayport, we schedule a repaint. r=BenWa
MozReview-Commit-ID: Chg4JAopxT7
a250decd09b6725d49f2d6deeadda9c433083865: Backed out changeset bc854d1c6ab7 (bug 1209780) for statis analysis failures on OS X.
Timothy Nikkel <tnikkel@gmail.com> - Mon, 21 Mar 2016 16:29:15 -0500 - rev 289715
Push
30108 by cbook@mozilla.com at Tue, 22 Mar 2016 11:14:31 +0000
Backed out changeset bc854d1c6ab7 (
bug 1209780) for statis analysis failures on OS X.