Ehsan Akhgari
6536312ed8
Bug 1258534 - Port test_bug599295.html to mochitest-plain so that it can be turned on in e10s mode; r=mrbkap
2016-03-22 09:57:58 -04:00
Ehsan Akhgari
77e528556e
Bug 1258532 - Port test_bug574596.html to mochitest-plain in order to enable it on e10s; r=mrbkap
2016-03-22 09:57:58 -04:00
Ehsan Akhgari
12d0efb5aa
Bug 1257957 - Remove test_bug357450.js as a mochitest-chrome file, since it's just a support file for other tests; r=mrbkap
...
--HG--
rename : dom/base/test/test_bug357450.js => dom/base/test/file_bug357450.js
2016-03-22 09:57:58 -04:00
Nicolas Silva
390e6acf22
Fix b2g build after bug 1256693. r=gerard-majax
2016-03-22 14:50:57 +01:00
Jon Coppeard
1583dc9934
Bug 1257903 - Compact arenas containing shapes r=terrence
2016-03-22 13:23:49 +00:00
Geoff Brown
3c73a0f0ec
Bug 1257948 - More Android test manifest cleanup; r=jmaher
2016-03-22 07:22:43 -06:00
Nicolas B. Pierron
a4d6e6d62a
Bug 1257089 - Weaken the assertions to account for unreachable annotation added by Range Analysis. r=sunfish
2016-03-22 12:39:07 +00:00
Bas Schouten
98ff52deba
Bug 1258168: Push ClearType compatible clipping layers when the last pushed layer was marked as opaque. r=jrmuizel
...
MozReview-Commit-ID: IM1srXx7CfB
--HG--
extra : rebase_source : fc736599b8e44c34e22a78053dfa55ad47963d16
2016-03-20 19:51:46 +01:00
Carsten "Tomcat" Book
5d87e982dd
Backed out changeset f8c07a51e7ce (bug 1257526) for marionette failures
2016-03-22 13:21:35 +01:00
Carsten "Tomcat" Book
dd50937aa3
Backed out changeset c1fb88d419ca (bug 1257526)
2016-03-22 13:21:20 +01:00
Carsten "Tomcat" Book
53f935b036
Merge mozilla-central to mozilla-inbound
2016-03-22 12:31:09 +01:00
Carsten "Tomcat" Book
5d83e31d04
merge mozilla-inbound to mozilla-central a=merge
2016-03-22 12:14:15 +01:00
Tanvi Vyas
49bd47687f
Bug 1246345 - Update description for MIXED_CONTENT_PAGE_LOAD histogram. r=ttaubert
2016-03-21 21:59:31 -07:00
Makoto Kato
437a65f86c
Bug 1033488 - Part 2. Make PuppetBidiKeyboard correctly on content process. r=masayuki
...
MozReview-Commit-ID: KtStkwxw54f
2016-03-22 13:13:09 +09:00
Dave Huseby
4b868b7743
Bug 1233904 - Make sync use the correct principal origin attributes when accessing sync logs. r=sicking
2016-03-21 16:44:00 -04:00
Dave Huseby
71ff158dcd
Bug 1233895 - Make Feeds.jsm properly handle principal origin attributes when loading subresources. r=sicking
2016-03-21 16:41:00 -04:00
Andreas Tolfsen
86fe465e04
Bug 1257526 - Harmonise unsupported operation error usage; r=automatedtester
...
Throw unsupported operation errors the same way throughout Marionette.
MozReview-Commit-ID: D63gVIeX2qK
--HG--
extra : rebase_source : 89c7d99027add7df3b38797b9df041e3e38a4939
2016-03-17 14:57:46 +00:00
Andreas Tolfsen
368f4c16af
Bug 1257526 - Return unsupported operation error for screen orientation on desktop; r=automatedtester
...
MozReview-Commit-ID: 4G9Bwaqxm5k
--HG--
extra : rebase_source : c0ffe32835da6f7ba1bfa61d0047b0393457339d
2016-03-17 14:54:48 +00:00
Randell Jesup
9160c662c3
Bug 1258144: Don't start a thread for SystemClockDriver if already started r=padenot
2016-03-22 11:30:06 +01:00
Thomas Zimmermann
c08b1e935a
Bug 1252841: Convert Bluetooth module to |UniquePtr<>|, r=btian
2016-03-22 11:26:45 +01:00
Thomas Zimmermann
e4de812e2e
Bug 1252841: Convert Bluetooth daemon interfaces to |UniquePtr<>|, r=brsun
2016-03-22 11:26:45 +01:00
Thomas Zimmermann
142791f0a8
Bug 1252841: Convert HAL daemon socket to |UniquePtr<>|, r=brsun
2016-03-22 11:26:45 +01:00
vladikoff
61c921b8e2
Bug 1249029 - Add quality metrics for FxA Verification via Push r=markh
...
MozReview-Commit-ID: 6bCjSZt85Kw
--HG--
extra : rebase_source : 7d52b9b5e171851797c6940a235d5970c0679e77
2016-03-15 20:28:50 -04:00
Ting-Yu Lin
4e6ae99670
Bug 1205671 - Request long timeout for selection/extend.html. r=jgraham
...
MozReview-Commit-ID: 35WbbRaRQca
--HG--
extra : rebase_source : 4f9b7adc1c17b632365320ad129611a99a9be3c8
2016-03-21 21:44:41 +08:00
Daisuke Akatsuka
f479d03a6b
Bug 1253470 - Part 4: Produce console warnings for invalid easing. r=birtles
2016-03-18 16:28:22 +09:00
Daisuke Akatsuka
621421f7eb
Bug 1253470 - Part 3: Produce console warnings for invalid iterations. r=birtles
2016-03-18 10:14:49 +09:00
Daisuke Akatsuka
473e0fa56c
Bug 1253470 - Part 2: Produce console warnings for invalid iterationStart. r=birtles
2016-03-18 10:11:07 +09:00
Daisuke Akatsuka
a152d59824
Bug 1253470 - Part 1: Produce console warnings for invalid duration. r=birtles
2016-03-18 10:07:10 +09:00
Nick Fitzgerald
771a7148d1
Bug 1257019 - Add move construction to js::Mutex<T>. r=terrence
2016-03-21 16:39:00 -04:00
Aaron Klotz
e164a07c1e
Bug 1256501: Fix warning C4312 with 64-bit VS2015 in widget/windows/nsWindow.cpp; r=jimm
...
MozReview-Commit-ID: 4JdQs90t4Fe
--HG--
extra : rebase_source : 1c974f4536f72f625a4e594d31ac06e7071d15b3
2016-03-21 13:27:00 -06:00
Mike Hommey
b93503b5e7
Bug 1257468 - Move JS_STANDALONE to moz.configure. r=nalexander
2016-03-22 11:09:43 +09:00
Mike Hommey
cec6eb6fbb
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.
2016-03-22 11:09:42 +09:00
Mike Hommey
8f7c8ceafe
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.
2016-03-22 11:09:40 +09:00
Mike Hommey
41706c08fe
Bug 1257468 - Add --enable-project=js when calling configure for js/src from subconfigure.py. r=gps
...
subconfigure.py shortcuts js/src/configure to avoid a msys transition
breaking the environment. But js/src/configure passes an extra
--enable-project=js that subconfigure.py currently doesn't pass.
And because in some cases, MOZ_BUILD_APP is set in the environment
(notably, in OSX universal builds, through client.mk), we need to
unset it before calling the subconfigure.
2016-03-22 11:09:32 +09:00
Roman Lopez
f069d11783
Bug 1255006 - Ensure the displayport rect takes priority over a suppressed-margins displayport. r=kats
2016-03-21 21:56:44 -04:00
Mike Hommey
31d2c022bd
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.
2016-03-22 10:38:41 +09:00
Jim Blandy
0a2e45670b
Bug 1258555: Fix return type of js::GCPointerPolicy::needsSweep. r=terrence
...
--HG--
extra : rebase_source : 987a12c8e8d32eb13aabd057e7ffa8a77ca84be0
2016-03-21 15:23:08 -07:00
Jim Blandy
7fd97d95b1
Bug 1258578: Improve documentation for js::RelocatablePtr. DONTBUILD r=terrence
...
--HG--
extra : rebase_source : 9f053ef5360f9723f69f613a88246f35452632b0
extra : amend_source : dc97b52f1f39457c2c68f06f51020bfd7b961f87
2016-03-21 16:49:33 -07:00
Mike Hommey
d8e5f51dde
Bug 1257445 - Move some platform-specific defines to moz.configure. r=gps
2016-03-22 09:25:48 +09:00
Mike Hommey
a08d9ac38e
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.
2016-03-22 09:25:43 +09:00
Jean-Yves Avenard
e4b81849b8
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
--HG--
extra : rebase_source : f760ef8df01858c24887ba024c6b350332d2e4dc
2016-03-22 10:34:30 +11:00
Gregory Szorc
79ad6e2449
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
--HG--
extra : rebase_source : 7f6b176f0ef9fc87889151d1d02da62de8a455d8
extra : source : 266928b5a7615fa054c70adf0f649cbb3f085e8d
2016-03-21 16:36:22 -07:00
Gregory Szorc
b19cc22cce
Bug 1257410 - Use %p and cast in printf to avoid C4477 on VS2015; r=khuey
...
MozReview-Commit-ID: 21XrhzPiJFQ
--HG--
extra : rebase_source : a9375998fcf663bf2b285cc2105778836eedffa8
2016-03-21 14:19:18 -07:00
Mike Hommey
9a0f2f15ea
Backout changeset 136f541c4406 (bug 1257445) for Android bustage on a CLOSED TREE
2016-03-22 08:40:37 +09:00
Mike Hommey
0ea268dc18
Backout changesets f5090987b7c6, 48a94777837d and a63437a74f7a (bug 1257468) for SM bustage on a CLOSED TREE
2016-03-22 08:27:28 +09:00
Gregory Szorc
0f46d6549f
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
--HG--
extra : rebase_source : 72d9b56ec2d6d17a99e578017f0e5828ffd3aa1f
2016-03-21 12:00:41 -07:00
Mike Hommey
a74a4e5dde
Bug 1257468 - Move JS_STANDALONE to moz.configure. r=nalexander
2016-03-22 08:05:00 +09:00
Mike Hommey
37d7b30422
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.
2016-03-22 08:05:00 +09:00
Mike Hommey
dff9555828
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.
2016-03-22 08:05:00 +09:00
Mike Hommey
9116f85e0e
Bug 1257445 - Move some platform-specific defines to moz.configure. r=gps
2016-03-22 08:05:00 +09:00