Commit Graph

437132 Commits

Author SHA1 Message Date
B2G Bumper Bot
046fd43256 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1bd25a1c1736
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #31522 from nullaus/bug1198172

Bug 1198172 - Reduce logging noise for ease of debugging. r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/41c55327a073
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: Bug 1198172 - Reduce logging noise for ease of debugging. r=me
2015-08-25 15:25:35 -07:00
Ryan VanderMeulen
87c869342b Merge inbound to m-c. a=merge 2015-08-25 16:49:55 -04:00
Ryan VanderMeulen
147a8d8cd2 Merge fx-team to m-c. a=merge 2015-08-25 16:49:07 -04:00
Bobby Holley
edfe287f26 Backed out 3 changesets (bug 1165272) for b2g sanity blocker. 2015-08-25 11:16:21 -07:00
Jan de Mooij
b38b9f338b Bug 889158 - Fix arrow function lexical arguments binding, allow rest + arguments. r=jorendorff
--HG--
rename : js/src/jit-test/tests/arguments/rest-disallow-arguments.js => js/src/jit-test/tests/arguments/rest-with-arguments.js
2015-08-25 19:37:09 +02:00
Thomas Zimmermann
8b05a4caa1 Bug 1197815: Add missing |BluetoothHfpManager::IsNrecEnabled|, r=shuang 2015-08-25 17:06:51 +02:00
Ryan VanderMeulen
48ef8932ac Merge inbound to m-c. a=merge 2015-08-25 10:43:34 -04:00
Ryan VanderMeulen
a2257f0e19 Merge fx-team to m-c. a=merge 2015-08-25 10:34:53 -04:00
Ryan VanderMeulen
4661f757d7 Merge b2g-inbound to m-c. a=merge 2015-08-25 10:34:03 -04:00
Ryan VanderMeulen
4e5520b18f Backed out changesets 8e41bbb259cc and a5823a3df988 (bug 1129882) for smoketest regressions. a=me 2015-08-25 09:42:03 -04:00
Nigel Babu
b5f476b707 Backed out changeset adb6cdbdd2ed for emulator build bustage (Bug 1197815) 2015-08-25 17:59:18 +05:30
Thomas Zimmermann
72056dd1ea Bug 1197815: Add missing |BluetoothHfpManager::IsNrecEnabled|, r=shuang 2015-08-25 13:18:00 +02:00
Jan de Mooij
a29424aea3 Bug 1195298 - Fix NewDenseArray intrinsic to work when the first argument is a double. r=till 2015-08-25 13:13:02 +02:00
Jan de Mooij
87a399e446 Bug 1140616 - Crash when _releaseobject is called on the wrong thread. r=bsmedberg 2015-08-25 13:11:41 +02:00
Till Schneidereit
8614310b85 Bug 1070767 - Enable {Array, %TypedArray%}.prototype.includes in all builds. r=lth 2015-08-25 12:57:21 +02:00
B2G Bumper Bot
eef044ce0c Bumping manifests a=b2g-bump 2015-08-25 03:53:27 -07:00
Jacek Caban
8f93a52f18 Bug 1197282 - Include <atomic> in VideoDecoder.h. r=cpearce 2015-08-25 12:40:20 +02:00
Makoto Kato
7073895edf Bug 1196403 - Apply crbug/522201 to support Windows 10 build 10525. r=bobowen 2015-08-25 19:21:08 +09:00
Victor Porof
4214bb816c Bug 1198109 - Hide composite markers by default, r=jsantell 2015-08-25 13:16:41 +03:00
Lars T Hansen
74bddf386f Bug 1198145 - guard calls to getInst(). r=me 2015-08-25 10:43:35 +02:00
Hannes Verschore
c536b7f1e8 Bug 1196648: IonMonkey - Don't run the lazy link stub for asmjs to jit fastpath, r=nbp 2015-08-25 10:38:01 +02:00
Thomas Zimmermann
10a11a892a Bug 1197877: Remove |INIT_AT| macro from Bluetooth, r=btian
|INIT_AT| works around missing compiler features for gcc before
version 4.7. All B2G targets have been lifted to gcc 4.8, so the
workaround is not required any longer.
2015-08-25 10:00:56 +02:00
Thomas Zimmermann
4d09b89836 Bug 1197877: Remove |CONVERT| macro from Bluetooth, r=btian
The macro |CONVERT| implements a workaround for GCC compilers
before version 4.7. All targets of B2G have been lifted to GCC
4.8, so |CONVERT| is not required any longer.
2015-08-25 10:00:56 +02:00
Makoto Kato
99df3288e2 Bug 1197734 - Add MOZ_HAVE_CXX11_CONSTEXPR_IN_TEMPLATES on VS2015+. r=Waldo 2015-08-25 16:53:25 +09:00
Makoto Kato
f3ebef7d41 Bug 1197681 - Remove MOZ_NTDDI_WIN7 from configure.in. r=mshal 2015-08-25 16:52:08 +09:00
Andrea Marchesini
0fc944d903 Bug 1197164 - DataTransfer event should not throw an exception if mFiles is null, r=smaug 2015-08-25 08:23:41 +01:00
Andrea Marchesini
7b7cc731c9 Bug 1190036 - clipboardData.getFilesAndDirectories() should throw an exception when returning null, r=smaug 2015-08-25 08:22:57 +01:00
Lars T Hansen
4c70040653 Bug 1192786 - add forgotten ifdeffery on CLOSED TREE. r=me 2015-08-25 08:39:10 +02:00
Lars T Hansen
057fb5a15a Bug 1192786 - support an installed printer, for profiling. r=nbp 2015-08-25 08:09:12 +02:00
Lars T Hansen
ed00523f8a Bug 1192786 - Hook ARM disassembler into IONFLAGS=codegen machinery. r=nbp 2015-08-25 08:09:09 +02:00
Ryan VanderMeulen
1d04070e5b Merge fx-team to m-c. a=merge 2015-08-24 20:57:36 -04:00
Ryan VanderMeulen
125759fa69 Merge inbound to m-c. a=merge 2015-08-24 20:37:14 -04:00
Marco Bonardo
040af7ba60 Bug 905331 - Split out two tests from browser_bookmarksProperties.js to try reducing intermittent failures. r=gijs
--HG--
extra : commitid : Rk1PCxyZ5s
2015-08-25 02:18:00 +02:00
Mark Banner
c4f32c1c75 Bug 1193666 - Fix surrounding colour of context tiles for Loop's text chat views. Also fix the fallback icon for context on desktop. r=mikedeboer 2015-08-25 16:49:20 +01:00
Sebastian Hengst
d13f4f75b4 Bug 1197763 - Remove preprocessing from browser/components/search/. r=Gijs 2015-08-25 17:40:03 +02:00
Ryan VanderMeulen
709b72ce50 Merge m-c to fx-team. a=merge 2015-08-25 10:47:06 -04:00
Dão Gottwald
e8852dc72b Bug 1198236 - Pinned tab separators shouldn't touch the toolbar. r=gijs 2015-08-25 16:17:32 +02:00
David Rajchenbach-Teller
09be0de8cd Bug 1198167 - nsPerformanceStatsService should wait for profile-before-change, not profile-before-shutdown. r=yoric
--HG--
extra : transplant_source : PL%BD%E1Q%05%7D%95%A0%13a%BA%F8%DAj%03N%C2Y%D1
2015-08-25 11:20:40 +02:00
Edouard Oger
4426a9a7a8 Bug 1152385 - Change sync entries points linking to about:accounts to link to about:preferences#sync. r=markh 2015-08-24 19:40:00 -04:00
Adam Roach [:abr]
10a5977913 Bug 1197366 - Suppress 404 errors for missing CSS on Loop's conversation window and standalone UI. r=Standard8 2015-08-25 14:01:06 +01:00
Mark Banner
9c5cc9de92 Bug 1193665 - Entering a conversation multiple times from link-clicker UI causes duplicated received text messages. r=mikedeboer 2015-08-25 14:01:06 +01:00
Mark Banner
ef981d378b Bug 1197795 - Update Loop's library versions (eslint 1.2.1, sinon 1.16.1). r=mikedeboer
--HG--
rename : browser/components/loop/test/shared/vendor/sinon-1.15.0.js => browser/components/loop/test/shared/vendor/sinon-1.16.1.js
2015-08-25 14:01:06 +01:00
Ryan VanderMeulen
2e0b4b0125 Backed out changeset 91f1119b2534 (bug 1112599) for causing frequent Linux32 browser_webconsole_trackingprotection_errors.js shutdown hangs.
CLOSED TREE
2015-08-24 18:50:12 -04:00
Ryan VanderMeulen
ba06d15458 Backed out changesets e059e455e5b3, 307682f73f2d, and 2429f203ecc7 (bug 1132203) for test_bug667533.html timeouts.
--HG--
extra : histedit_source : e478589b55633b1dc6125f3f6b8178ea659d20b3%2C5cb99bef2d07d2a2f1886e0439f2f366247a431f
2015-08-24 18:42:29 -04:00
Ryan VanderMeulen
30c8d187b7 Backed out changeset 5b6fdfc822e9 (bug 661831) for browser_zbug569342.js failures. 2015-08-24 18:40:48 -04:00
Ryan VanderMeulen
ad4abd6428 Backed out 7 changesets (bug 1189678, bug 1193128, bug 1189661, bug 1189644, bug 1189675) for various serviceworker mochitest and wpt failures.
Backed out changeset 696463139720 (bug 1189661)
Backed out changeset 7babb5b9d74a (bug 1189644)
Backed out changeset d4fa5cfc4b86 (bug 1189678)
Backed out changeset a7c27770b861 (bug 1189675)
Backed out changeset 471a45b97ce2 (bug 1189644)
Backed out changeset 4d96f2d48077 (bug 1193128)
Backed out changeset a9d5366288ff (bug 1189661)

CLOSED TREE
2015-08-24 18:09:47 -04:00
Jim Mathies
391cbdd913 Bug 1196834 - Add a test that confirms plugin windows are hidden after switching from a remote to local tab. r=roc 2015-08-24 16:45:39 -05:00
Nikhil Marathe
0c396f1ea8 Bug 1189661 - Update wpt expectation data. a=bustage.
CLOSED TREE

--HG--
extra : commitid : 7POVxDnFGS0
2015-08-24 13:59:46 -07:00
Nikhil Marathe
680d1fe469 Bug 1189644 - Follow up to fix test. a=bustage
CLOSED TREE

--HG--
extra : commitid : 5MFDWqWODAV
extra : amend_source : 9ea1f0c0ea7f99ff4267f435454895fd9522d43b
2015-08-24 13:54:25 -07:00
Ryan VanderMeulen
0dd8afde85 Backed out changesets b2eb913e58c9 and c678e1317fa0 (bug 1196112) for suspicion of causing bug 1197977. 2015-08-24 16:44:14 -04:00