Andrew Halberstadt
c88eb083d8
Bug 1258341 - [mozlint] Add ability to forward miscellaneous command line arguments to the underlying linter, r=smacleod
...
This is mostly to maintain backwards compatibility with the |mach eslint| command. But it's also going to be used in
automation. The 'mozlint-eslint' task will need to pass in --quiet to eslint.
Maybe in the future we should remove this ability and only allow well-defined arguments in mozlint. But for now it's
convenient and allows us to land the eslint->mozlint patch series quicker.
MozReview-Commit-ID: KYhC6SEySC3
--HG--
extra : rebase_source : ad7f0cdeb57ed8a99becb90d761d73ef45ce853a
2016-08-25 09:52:50 -04:00
Andrew McCreight
eba50c94d8
Bug 1298456 - Make historyframes.html and test_bug590573.html use generators. r=smaug
...
MozReview-Commit-ID: 1Fi2UnUC36g
--HG--
extra : rebase_source : 8f4fe3e5a577bfec73e088da471f63404293621c
2016-08-24 14:13:45 -07:00
Andrew McCreight
cdcad29bd2
Bug 1296275 - Be better about exposing to active js in AudioBuffer::StealJSArrayDataIntoSharedChannels(). r=terrence
...
MozReview-Commit-ID: GC8sncFJlPS
--HG--
extra : rebase_source : 13603a66a9281fc42b59cc71f0793745a04755d9
2016-08-29 15:03:42 -07:00
Jarda Snajdr
2132a5ef48
Bug 1296389 - Part 1: Use the same markup structure as the old console frontend r=me
...
MozReview-Commit-ID: 2YVe8jtdJSe
--HG--
extra : rebase_source : b69393f61ddd2ecbcae7122e38e500fa1f6f8471
2016-08-22 12:39:15 +02:00
Jarda Snajdr
bc96691af0
Bug 1296389 - Part 2: Add location to PageError messages in new console r=me
...
MozReview-Commit-ID: 4p41JmDh15d
--HG--
extra : rebase_source : 8ae564784feb51ffdd8a4324b37803ac5c4f7735
2016-08-22 12:48:57 +02:00
Jarda Snajdr
99bf09aca8
Bug 1296389 - Part 3: Fix missing return value in getMessageComponent r=me
...
MozReview-Commit-ID: A3z4lpjCC1q
--HG--
extra : rebase_source : 460a50b8d7a4f76dd3c0363557765d078eeb9947
2016-08-22 11:25:05 +02:00
Rob Thijssen
59551f9c69
Bug 1298371; Use scm level-appropriate windows workertype; r=pmoore
...
MozReview-Commit-ID: rWTlmSiO4E
--HG--
extra : rebase_source : 35f5ec015a0f7c329f309c70b134162d4fa7152a
2016-08-30 11:15:07 +01:00
Gian-Carlo Pascutto
dd0d72c51a
Bug 1295190 - Add sys_flock to seccomp whitelist. r=jld
...
MozReview-Commit-ID: 2GxNWzwfh3u
--HG--
extra : rebase_source : e64bb3d7e499f97dd77721c230bb849e0654ca05
2016-08-22 15:51:05 +02:00
Eitan Isaacson
57a244c4d9
Bug 1298436 - Don't get caught in an endless loop when narrating last paragraph. r=jaws
...
MozReview-Commit-ID: 7SMh0MGusgM
--HG--
extra : rebase_source : 03f3c0c9d4b3de248f39e7d013e34df0260594a3
2016-08-27 14:42:51 -07:00
Tom Tromey
ae1f9fd8ec
Bug 1297890
- don't allow token pasting in parseDeclarations; r=pbro
...
MozReview-Commit-ID: ASs3ldqxMoI
--HG--
extra : rebase_source : e6ddf2633ec734b931959e07abb2b12950e7b49a
2016-08-29 08:16:22 -06:00
Nathan Froyd
61228089c3
Bug 1299145 - use the proper debuginfo option for clang-cl; r=mshal
...
clang-cl, oddly, does not accept -g and wants the MSVC-esque -Zi
option instead.
MozReview-Commit-ID: JHecFCdfjbz
--HG--
extra : rebase_source : 1c191e9c17437b2ef97b67960104f7da5427ea25
2016-08-30 10:17:21 -04:00
Nathan Froyd
40d6f37643
Bug 1298462 - tidy ipc/mscom/ files to avoid warnings from clang-cl; r=aklotz
...
Changing classes to `final` avoids complaints about deleting a class with
virtual functions. Making destructors private avoids static_asserts from
XPCOM code about refcounted classes with public destructors.
MozReview-Commit-ID: IiPrZln1wvj
--HG--
extra : rebase_source : 5d70eea909e9d8c7f191c465b700b778b7ff564c
2016-08-26 14:26:29 -04:00
Henrik Skupin
f638861410
Bug 1298771 - Attach last-update.log to update results for Firefox UI update tests r=maja_zf
...
MozReview-Commit-ID: DtNwBbPuHPy
--HG--
extra : rebase_source : 4d9a232932d0bf2d327bc828407e362c72c6d2b7
2016-08-29 17:55:42 +02:00
Andi-Bogdan Postelnicu
6ad1df1763
Bug 1299110 - prevent null pointer dereference in AllocateLayerTreeId. r=baku
...
MozReview-Commit-ID: 5oMTtNkXrp0
--HG--
extra : rebase_source : 042e8a548dcd367e7f714614edde42856e1aac72
2016-08-30 14:32:55 +03:00
Ryan VanderMeulen
8fd566e402
Merge m-c to autoland. a=merge
2016-08-30 09:57:26 -04:00
Ryan VanderMeulen
71d43e7c12
Merge inbound to m-c. a=merge
2016-08-30 09:52:55 -04:00
Ryan VanderMeulen
00c7f6dd62
Merge fx-team to m-c. a=merge
2016-08-30 09:52:06 -04:00
Iris Hsiao
114e53ff4e
Backed out changeset 4a42968b790d (bug 1250901) for Mochitest M(oth) failures on OS X
2016-08-30 16:54:29 +08:00
Andi-Bogdan Postelnicu
5a1fd6c4d4
Bug 525063 - add attribute to mark functions that initialize member variables for their parent class, in order to be scanned by clang-plugin static analysis. r=froydnj
...
MozReview-Commit-ID: 5yTnTUVLpSC
2016-08-30 10:07:03 +03:00
Franziskus Kiefer
700b1cde18
Bug 1296266 - Land NSS_3_27_BETA2, r=me
...
--HG--
extra : rebase_source : f42bcb4332c98ba5e1941016f372ed0a18aea1f4
2016-08-30 07:58:30 +02:00
Julian Descottes
4cc8f737b5
Bug 1295610 - Fixup for devtools/client/framework l10n.js migration;r=tromey
...
Accidentally "migrated" a function that shouldn't have been changed.
MozReview-Commit-ID: JZg987myeo0
--HG--
extra : rebase_source : 81c192682ac5e7ce63ed216ec2b1b0d743561e24
2016-08-29 16:25:44 +02:00
Julian Descottes
e3e39edefd
Bug 1265887 - migrate devtools/ from PluralForm.jsm to plural-form.js;r=tromey
...
MozReview-Commit-ID: 7I7djgqcrnr
--HG--
extra : rebase_source : 2129e97e6f23dd5af2281f68e546c0143bce5878
extra : histedit_source : be83b5f61ee021a6ab1566f21db4262e2175951a
2016-08-27 18:42:33 +02:00
Julian Descottes
0119deafa0
Bug 1265887 - port PluralForm.jsm to plural-form.js without chrome APIs;r=tromey
...
MozReview-Commit-ID: GpGFgtdnzek
--HG--
extra : rebase_source : 0ce54b2809c83a9dad4cc27f7adb0e52f4ad0c75
extra : histedit_source : b8f28a3865f0f25379efbecda657f3354551d6ce
2016-08-29 12:17:42 +02:00
Phil Ringnalda
064025c802
Backed out changeset b64d6f5b63db (bug 918751) for OS X permaorange in XMLHttpRequest/send-non-same-origin.sub.htm
2016-08-29 21:27:32 -07:00
Wes Kocher
a4c2350d88
Merge fx-team to central, a=merge
2016-08-29 17:53:29 -07:00
Wes Kocher
ecea29f6a3
Backed out changeset 0f53bc1a9aea (bug 1290619) a=merge
2016-08-29 17:40:59 -07:00
Wes Kocher
ed461fdf11
Merge inbound to m-c a=merge
2016-08-29 17:40:50 -07:00
Ryan VanderMeulen
6a58d2ee18
Backed out 6 changesets (bug 1283334) for hazard analysis failures.
...
Backed out changeset 84c2a6ebb42c (bug 1283334)
Backed out changeset 45c2fde6056f (bug 1283334)
Backed out changeset 2b1e3fea4384 (bug 1283334)
Backed out changeset f0571b52b903 (bug 1283334)
Backed out changeset 05215d3fc7f7 (bug 1283334)
Backed out changeset 4ab881c915b0 (bug 1283334)
CLOSED TREE
2016-08-29 17:38:57 -04:00
Ryan VanderMeulen
2df9e8fe53
Backed out changeset 254e306bc62c (bug 277178) for likely causing test_sessionhistory.html to permafail.
...
CLOSED TREE
--HG--
extra : rebase_source : b3511d478945d6c055b8f0f6608e8f574ee7552a
2016-08-29 17:06:53 -04:00
Ryan VanderMeulen
f55f7d9df3
Backed out 3 changesets (bug 1286041) for crashtest failures.
...
Backed out changeset 5e08455b6011 (bug 1286041)
Backed out changeset 25dd85b13da9 (bug 1286041)
Backed out changeset 48bb5e3170a0 (bug 1286041)
--HG--
extra : rebase_source : 303a619a5be40f81fcd1a418f0b5253c1e34c2d0
2016-08-29 17:05:33 -04:00
Leo Gaspard
493d97f148
Bug 1283334 - Part 6: Do not sparsify dense arrays when freezing - Namespace fix. r=me
...
--HG--
extra : rebase_source : df771badaec1e9b016ca63cb52f6afddcff29098
2016-08-29 13:57:48 -07:00
Lee Salzman
7cd3c97c52
Bug 1298833 - disable gamma correction in SkFontHost_cairo to match cairo-ft. r=mchang
...
MozReview-Commit-ID: Ee70HBUJxou
2016-08-29 16:36:09 -04:00
Ryan VanderMeulen
e7d85d7c46
Merge m-c to autoland. a=merge
2016-08-29 12:52:13 -04:00
Ryan VanderMeulen
416afe2f23
Merge inbound to m-c. a=merge
2016-08-29 12:48:10 -04:00
Ryan VanderMeulen
8b0f132c86
Merge fx-team to m-c. a=merge
2016-08-29 12:31:32 -04:00
Ryan VanderMeulen
590377a51f
Merge autoland to m-c. a=merge
2016-08-29 12:22:29 -04:00
Henrik Skupin
0dd403224a
Bug 1298772 - Bustage fix for firefox-ui-update tests for billboard removal. r=me, a=testonly
...
MozReview-Commit-ID: 1XQBuCpFFkx
2016-08-29 12:13:39 +02:00
Sebastian Hengst
45f10692c2
Backed out changeset 125b052639cb (bug 1241867) for assertion in test_contentViewer_overrideDPPX.html. r=backout
2016-08-28 00:46:39 +02:00
ffxbld
a2812fa126
No bug, Automated blocklist update from host bld-linux64-spot-561 - a=blocklist-update
2016-08-27 05:56:56 -07:00
ffxbld
21ac721516
No bug, Automated HPKP preload list update from host bld-linux64-spot-561 - a=hpkp-update
2016-08-27 05:56:54 -07:00
ffxbld
a2da90fae1
No bug, Automated HSTS preload list update from host bld-linux64-spot-561 - a=hsts-update
2016-08-27 05:56:51 -07:00
Kai Engert
02e277f76d
Bug 1293329, land NSPR_4_13_BETA2, r=ted
2016-08-27 11:06:04 +02:00
Takashi Kawanaka
491499da43
Bug 1291061 - Pass const StyleAnimationValue& to CreateStyleContextForAnimationValue r=birtles
...
MozReview-Commit-ID: 6PJzBBWSgwQ
2016-08-27 15:27:38 +09:00
Kohei Okuda
5acbf0adda
Bug 1293567 - Remove unnecessary call to MaybeUpdateAnimationRule in nsAnimationManager. r=birtles
...
MozReview-Commit-ID: 2Qdx7nk5fjL
2016-08-27 14:28:24 +09:00
Yusuke Endho
0f4c1508cb
Bug 1297000 - Modify comparison of zero TimeDuration to use TimeDuration object rather than converting to milliseconds; r=birtles
...
MozReview-Commit-ID: DIccqtDb91u
2016-08-27 16:53:33 +09:00
Yuri Kazuna
3a366477e0
Bug 1291481 - Represent direction enum as uint8_t in LayersMessages.ipdlh; r=birtles
...
MozReview-Commit-ID: 9RcyYqsdsaB
2016-08-27 16:50:29 +09:00
Saheda Reza Antora
91d723340e
Bug 1298016 - Identity popup's security view footer color changed to inherit instead of using ButtonText; r=dao
2016-08-27 09:17:34 +02:00
George Wright
b04020febc
Bug 1293908 - Specify the LayersBackend to be used when creating Textures r=nical
2016-08-26 20:30:58 -04:00
Seth Fowler
a5b5245612
Bug 1298551 - Respect CachedSurface::SetLocked() even if the underlying ISurfaceProvider is always locked. r=dholbert
2016-08-26 17:03:25 -07:00
Seth Fowler
f8818933fa
Bug 1296828
(Part 3) - Update SurfaceCache API to rely on ImageKeys and SurfaceKeys stored on ISurfaceProviders. r=dholbert
2016-08-26 17:03:19 -07:00