James Graham
9f49755dec
Bug 1155079 -Update web-platform-tests expected data to revision 89b6e2bc460316c7f273712d22f0b2d3a3d0c5be, a=testonly
2015-04-16 09:45:59 +01:00
James Graham
e8569f1458
Bug 1155079 -Update to latest wptrunner, a=testonly
2015-04-16 09:44:10 +01:00
James Graham
ee28e32f72
Bug 1154823
- Give upstreaming script a simple UI to select commits that should not be upstreamed (e.g. backouts) r=Ms2ger
2015-04-16 09:44:08 +01:00
James Graham
0565fbf26e
Bug 1155079 - Update web-platform-tests to revision 89b6e2bc460316c7f273712d22f0b2d3a3d0c5be, a =testonly
2015-04-16 09:43:09 +01:00
Morris Tseng
8b1d489941
Bug 1147279
- Get correct translation when layer optimize away. r=roc
...
--HG--
extra : rebase_source : e9e56fe3a0f1d8a88de1e0b40151ed2e452e4ff9
2015-04-14 22:39:00 +02:00
Jed Davis
bf8f5ea54f
Bug 1148650 - Strengthen assertion that RemoveScriptBlocker is called on the main thread. r=smaug
...
--HG--
extra : rebase_source : 4557e85fc86e0f61d45b956cc8a01c75a3db20c4
2015-04-08 15:36:00 +02:00
Felix Janda
19a724ba1d
Bug 1151202 - libstagefright: Fix compilation for systems without <sys/cdefs.h>. r=cpearce
...
--HG--
extra : rebase_source : 984a06e3228614fcd25561e15d54c5c3bda836e6
2015-02-05 22:26:24 +01:00
Andrew McCreight
e674d4f8f3
Bug 1154403 - Reduce incremental finalize slice time to 5ms. r=smaug
...
--HG--
extra : rebase_source : a7aba3cdad11a7e7e1ab4986a99eeaec5390d3a5
2015-04-15 08:04:00 +02:00
Jeff Walden
1e81c1279c
Bug 1154532
- Add ThrowRangeError and ThrowTypeError intrinsics to make self-hosted code's behavior clearer -- and also have each assert that error number and requested error type are consistent. (It appears no self-hosted code throws SyntaxError, ReferenceError, or URIError yet, so no adding functions for those yet.) r=till
...
--HG--
extra : rebase_source : 90f09843b775b6e512d8447177ac0db87d5f6683
2015-04-15 10:55:39 -07:00
Jeff Walden
6e8c9ac24b
Bug 1154480 - Make new Uint8Array().set([], -1) throw a RangeError, not merely an Error. r=till
...
--HG--
extra : rebase_source : eec24e20cd07152378098dc8f5bc21ed804f64e5
2015-04-15 10:46:41 -07:00
Jeff Walden
811dd58432
Bug 748550 - Remove support for |for (... = ... in/of ...)| now that ES6 has removed it. r=jorendorff
...
--HG--
extra : rebase_source : a277c231092abedfd037b7ee0b5693c848706b8a
2015-04-02 21:08:11 -04:00
Mike Hommey
6b5cb3d245
Fixup for bug 1153154 for bustage on a CLOSED TREE. r=me
...
There was no need for a stdc++compat check on host static libraries anyways.
2015-04-16 15:30:29 +09:00
Nicolas Silva
165625d4bc
Bug 1151644 - Don't disallow the basic compositor backend. r=jrmuizel
2015-04-16 07:57:00 +02:00
Masayuki Nakano
cf28f73bdd
Bug 478029 Enable TSF in release builds r=jimm+emk+m_kato
2015-04-16 14:51:27 +09:00
Mike Hommey
555935f70d
Bug 1154596 - Build elfhack tests with -fno-lto. r=nfroyd
...
LTO changes in GCC5 make it break the assumptions made in the test-ctors
source. The simplest and more correct thing to do is to just force the
test files never to be built with LTO. They are meant to have a particular
layout that LTO might break at any time anyways.
2015-04-16 14:35:13 +09:00
Mike Hommey
769b5c8f4f
Bug 1153154 - Add stdc++-compat hack for std::string::_S_compare and std::runtime_error::runtime_error. r=nfroyd
2015-04-16 14:35:12 +09:00
Mike Hommey
f5314c8492
Bug 1153154 - Add stdc++compat check for host programs when not cross compiling. r=mshal
2015-04-16 14:35:11 +09:00
Bobby Holley
fdf8f9aa72
Bug 1154782 - Align the failure handling of the TemporaryRef Dispatch overload with its companion. r=jww
...
Most of the callers ignore the return values. The MOZ_DIAGNOSTIC_ASSERTS will
tell us if any of these actually fail in practice.
2015-04-15 22:30:36 -07:00
Bobby Holley
263da093f8
Bug 1154782 - Change the canonical internal smart pointer type in MediaTaskQueue to the XPCOM style. r=jww
...
We've been meaning to do this for a while, just haven't gotten around to it.
2015-04-15 22:26:58 -07:00
Bobby Holley
b4d1c00c0c
Bug 1154782 - Remove the concept of forced dispatch. r=jww
...
I added this several months ago to make MediaPromise dispatch reliable in the
presence of the god-awful Flush() feature of MediaTaskQueue. That feature has
now been restricted to a special subclass (which we should eventually eliminate),
so we can just assert that MediaPromises are never used on those task queues
and simplify the rest of the code.
2015-04-15 22:26:57 -07:00
Bobby Holley
d9894d631d
Bug 1154782 - Hoist dispatch failure handling into dispatch itself. r=jww
...
This is nicer than scattering the failure handling to each callsite. Moreover,
this is a necessary step on the road to automatic tail dispatch.
2015-04-15 22:26:23 -07:00
Bobby Holley
9451263fde
Bug 1154782 - Detemplatize nsIThread wrapper and move it into AbstractThread.cpp. r=jww
2015-04-15 22:26:23 -07:00
Shu-yu Guo
22739fb995
Bug 1147939 - The expression decompiler can't assume that it's called directly from script. (r=bhackett)
2015-04-15 21:55:21 -07:00
Shu-yu Guo
c80aabf81b
Bug 1152304 - Add displaying of block notes to dis() in the JS shell. (r=jimb)
2015-04-15 21:55:21 -07:00
Shu-yu Guo
379e27b7e6
Bug 1152304 - Record the end of block scope notes to be after emission of JSOP_POPBLOCKSCOPE. (r=jimb)
2015-04-15 21:55:21 -07:00
Jim Blandy
205761df0c
Bug 1155006: Fix unified build sensitivities in js/src. r=shu
...
--HG--
extra : rebase_source : adc1361db68260d1e7e3ff9c12b827cf3e962b8b
extra : histedit_source : 1e4442a49e57de9213605822370b97d8c25757f0
2015-04-15 17:50:15 -07:00
Jim Blandy
08536cb66d
Bug 1155006: Fix unified build sensitivities in js/src/jit. r=shu
...
--HG--
extra : rebase_source : 51e2461ee971845a73354c721fc9d6cbd7662f50
extra : histedit_source : 1fc6cd77738dd38c85807867edb00ba443addeb0
2015-04-15 17:48:30 -07:00
Bill McCloskey
dff23ab14d
Bug 1154465 - Test for add-on compat warnings (r=gabor)
2015-04-15 20:01:13 -07:00
Bill McCloskey
9090527720
Bug 1154465 - Fix add-on shim telemetry (r=gabor)
2015-04-15 20:00:37 -07:00
Valentin Gosu
f2c9e3a737
Bug 1149913 - Disable bug 1093611. Set pref dom.url.encode_decode_hash to true r=honzab
2015-04-16 05:25:10 +03:00
Xidorn Quan
61deda4f23
Bug 1154814 - Move font rules from 'rt' to 'rtc, rt' and make text-emphasis conditional. r=heycam
...
--HG--
extra : source : 1e1638a97e74b38b9e6fdce36af7371a12abe9d1
2015-04-16 13:42:56 +12:00
Xidorn Quan
7d994fe0ce
Bug 1153764 - Avoid explicitly doing break before when there is ruby span. r=roc
...
--HG--
extra : source : c4436462f86b0c33f98254b9d067c173702b666a
2015-04-16 13:42:45 +12:00
Wes Kocher
977767e8bc
Merge m-c to inbound a=merge
2015-04-15 18:36:24 -07:00
Ryan VanderMeulen
2776c985cf
Merge m-c to inbound. a=merge
2015-04-15 21:26:41 -04:00
Ryan VanderMeulen
9ee119c2bd
Merge fx-team to m-c. a=merge
2015-04-15 21:23:40 -04:00
Ryan VanderMeulen
4a1793fa7f
Merge inbound to m-c. a=merge
2015-04-15 21:22:31 -04:00
B2G Bumper Bot
42bda1404b
Bumping manifests a=b2g-bump
2015-04-15 17:02:32 -07:00
B2G Bumper Bot
8c93748f65
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f9de193b7cb6
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1152486 - merge pull request #29444 from millermedeiros:1152486-split-view-selector to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/12b0c0f0c2ed
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Bug 1152486 - [Calendar] split view selector logic into its own file
2015-04-15 17:00:16 -07:00
Wes Kocher
25448dc363
Backed out changeset 42ed856b37d9 (bug 1153382) to see if it unbreaks e10s-bc1 CLOSED TREE
2015-04-15 16:45:41 -07:00
B2G Bumper Bot
02807b9254
Bumping manifests a=b2g-bump
2015-04-15 16:32:26 -07:00
B2G Bumper Bot
ef2fef15c4
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/36d9f5b16070
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1154588 - merge pull request #29515 from shamenchens:Bug1154588-JshintMarionetteFxa to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/e48ec13b8c07
Author: Sherman Chen <shamen.chens@gmail.com>
Desc: Bug 1154588 - Fix jshint error in fxa_iac_client.js
2015-04-15 16:30:16 -07:00
B2G Bumper Bot
9e73fe72b3
Bumping manifests a=b2g-bump
2015-04-15 16:12:46 -07:00
B2G Bumper Bot
708360ef9c
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/72a50366631a
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #29513 from davidflanagan/bug1152841
Bug 1152841 - make pdf.js viewer app handle open requests from file view... r=aus
========
https://hg.mozilla.org/integration/gaia-central/rev/755ba98f1761
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Bug 1152841 - make pdf.js viewer app handle open requests from file viewers
2015-04-15 16:10:14 -07:00
Ehsan Akhgari
d89cd18a00
Bug 1149987 follow-up: Disable the broken WPT tests completely because I can't figure out how to disable just the failing tests
...
Landed on a CLOSED TREE
2015-04-15 18:43:00 -04:00
Ehsan Akhgari
cdb1485385
Bug 1149987 follow-up: Disable the broken WPT tests completely because I can't figure out how to disable just the failing tests
...
Landed on a CLOSED TREE
--HG--
extra : rebase_source : 8c93c6783bcd64a183001ccd7d5052cd232bfdbf
extra : source : f652682efd548139d3ba978d1cb3e64fe7234759
2015-04-15 18:40:38 -04:00
Boris Zbarsky
40117e1eef
Bug 1154878 another followup. Update wpt tests to not expect navigator.taintEnabled() in workers, because we still have a CLOSED TREE
2015-04-15 18:18:29 -04:00
Boris Zbarsky
0f4c42d994
Bug 1154878 followup. Fix a test that expects to see navigator.taintEnabled in workers so we can reopen the CLOSED TREE.
2015-04-15 17:37:58 -04:00
David Anderson
804fa172b7
Make test_bug946632 compatible with asynchronous scrolling. (bug 1140293, r=mstange)
...
--HG--
extra : rebase_source : e4f027bbcef4ccf4241fd48701935d170401404f
2015-04-15 16:28:43 -04:00
Ryan VanderMeulen
165304212d
Merge m-c to fx-team. a=merge
2015-04-15 15:35:46 -04:00
Ryan VanderMeulen
22018c1631
Bug 1123563
- Remove extra space that was accidentally added. a=bustage
2015-04-15 15:33:19 -04:00