Andreas Tolfsen
52426eb1ab
Bug 1326534 - Add assert.in for own properties; r=automatedtester
...
The implementation of the new library function `assert.in` is analogous
to Python's `unittest.TestCase.assertIn`.
MozReview-Commit-ID: 1pjS9ttPXgo
--HG--
extra : rebase_source : 3f4121226d65f127fdf0c990915483659f3a7f93
2016-12-30 11:39:22 +00:00
Andreas Tolfsen
4a5f5aabaf
Bug 1326534 - Add test for assert.array; r=automatedtester
...
MozReview-Commit-ID: IWUnhCgPp1R
--HG--
extra : rebase_source : 4cc54031f9e34cf210229bcd394747e4bafcbd8f
2016-12-30 11:30:05 +00:00
Andreas Tolfsen
a35ff231b0
Bug 1326534 - Preserve stacks when passing error protos to WebDriverError; r=automatedtester
...
The `stack` argument to `WebDriverError` has never been in use. Following
the API of the `Error` prototype, this changes its constructor to take
one argument which can either be a string of an `Error`.
When internal errors are thrown in Marionette, they are usually
wrapped in `WebDriverError` but we currently lose track of its stack.
This preserves the wrapped error's stacktrace by setting the `stack`
property. Practice have found that they are very useful to return to
the client, as they are currently only printed to stdout.
MozReview-Commit-ID: 9sTdP4TntIc
--HG--
extra : rebase_source : f14197a1c8700215ce3d0edc7078c9f568b80ec4
2016-12-30 11:26:30 +00:00
Andreas Tolfsen
de884b68a6
Bug 1326534 - Exclude array and null from being counted as objects; r=automatedtester
...
Calling `typeof` on arrays or null in JavaScript returns `"object"`,
and a safer check is to rely on `Object.prototype.toString`.
MozReview-Commit-ID: 5VxXf2ByoEx
--HG--
extra : rebase_source : 4d1fe95a75343964836e670d0ceffa6ce680e390
2016-12-30 11:21:27 +00:00
Andreas Tolfsen
c8b477dd83
Bug 1326534 - Correct tests for mandated and supported capabilities; r=automatedtester
...
MozReview-Commit-ID: 932AoNlBtwt
--HG--
extra : rebase_source : b2baf4ad234d63e8fbc146ce202319cd35f50395
2016-12-20 15:01:18 +00:00
Sylvestre Ledru
33bf059a2e
Bug 1329201 - Remove check-moz-style from m-c r=Ms2ger
...
MozReview-Commit-ID: 4uG6uEyMN7w
--HG--
extra : rebase_source : 0edf02bb458c687c696508b7d2df39ada51f73d4
2017-01-06 16:17:45 +01:00
Jared Wein
f64146d9d7
Bug 1329014 - Enable the no-extra-bind rule and use eslint --fix to autofix the errors. r=standard8
...
MozReview-Commit-ID: BwK94W2mHXS
--HG--
extra : rebase_source : a905658829084d3a4018df81f51bb210ef1e645b
2017-01-05 16:43:29 -05:00
James Graham
5f011d137e
Bug 1328823 - Bump mozprocess version number to 0.24 for release, r=ahal
...
MozReview-Commit-ID: 251xwdA7rxc
--HG--
extra : rebase_source : 2662ed18044da7173eaaeca941c0e72b3f9ba089
2017-01-06 15:39:55 +00:00
cku
790cfd8462
Bug 1273807 - mask-position and mask-size animation test cases. r=heycam
...
mask-*-1a.html: test cases for indirect mask painting.(nsDisplayMask::PaintAsLayer)
mask-*-1b.html: test cases for painting mask on mask layer.(nsDisplayMask::PaintMask)
MozReview-Commit-ID: K9BK4MlnpBE
--HG--
extra : rebase_source : 968bc221e28cd9c60927526ee719c0ceffeeab18
2017-01-04 16:43:25 +08:00
Iris Hsiao
7e248d8cc9
Merge mozilla-central to autoland
2017-01-06 11:13:22 -05:00
Iris Hsiao
7adb57a57f
merge autoland to mozilla-central a=merge
2017-01-06 11:06:17 -05:00
Iris Hsiao
1e82e8d079
merge mozilla-inbound to mozilla-central a=merge
2017-01-06 10:59:19 -05:00
ffxbld
68a729dd6b
No bug, Automated blocklist update from host bld-linux64-spot-039 - a=blocklist-update
2017-01-06 07:23:27 -08:00
ffxbld
04434ca4a5
No bug, Automated HPKP preload list update from host bld-linux64-spot-039 - a=hpkp-update
2017-01-06 07:23:25 -08:00
ffxbld
0278abfdb1
No bug, Automated HSTS preload list update from host bld-linux64-spot-039 - a=hsts-update
2017-01-06 07:23:22 -08:00
Xidorn Quan
cddd3c28b2
Bug 1329076 followup - Fix bustage.
...
MozReview-Commit-ID: ESupMqRP4ff
2017-01-06 22:10:08 +11:00
Wes Kocher
0f254a30d6
Merge inbound to central, a=merge
...
MozReview-Commit-ID: 1ij6nLf8f8s
2017-01-05 17:30:35 -08:00
Wes Kocher
33ad0c8ef8
Merge autoland to central, a=merge
...
MozReview-Commit-ID: FuAgy3YQ0De
2017-01-05 17:24:15 -08:00
Iris Hsiao
c3cda2a39a
Backed out changeset 5ddb2e58bb74 (bug 1287099)
2017-01-05 12:21:35 -05:00
Iris Hsiao
8ca3b2dc24
Backed out changeset 724fdfe8f396 (bug 1324870)
2017-01-05 12:21:31 -05:00
Iris Hsiao
e0c5cc1d8d
Backed out changeset 38f4f50cd295 (bug 1324862) for linux web platform failures
2017-01-05 12:21:28 -05:00
Iris Hsiao
4615a8f12c
Backed out changeset 5593f1b533da (bug 1328121) for bustage
2017-01-05 11:33:51 -05:00
Geoff Brown
d5bd5dcc64
Bug 1324862 - Set wpt expected status to NOTRUN for object-src-2_1 and object-src-2_2 on linux32 only, for tc migration; r=jgraham
...
--HG--
extra : rebase_source : 6f12ae4d9f6a7ee3807617bdc18709f89d75f30b
2017-01-05 09:15:12 -07:00
Geoff Brown
4fdfff0c12
Bug 1324870 - Skip test_bug803225.html and test_ext_downloads_misc.js on linux32 only, to enable taskcluster migration; r=jmaher
...
--HG--
extra : rebase_source : eb4c1e94381f46d54619f0a3ba65e3f5beed2221
2017-01-05 09:15:11 -07:00
ffxbld
568e68ade5
No bug, Automated HPKP preload list update from host bld-linux64-spot-531 - a=hpkp-update
2017-01-05 06:37:03 -08:00
ffxbld
44c438d66d
No bug, Automated HSTS preload list update from host bld-linux64-spot-531 - a=hsts-update
2017-01-05 06:37:00 -08:00
Fred Lin
a2db25a007
Bug 1328822 - cache getSelectedRequest with reselect; r=jsnajdr
...
MozReview-Commit-ID: Eo6repa3Z8z
--HG--
extra : rebase_source : 68b55c7ae389599dd1777625668c910a7087425f
2017-01-05 17:10:25 +08:00
Ting-Yu Lin
e857e2115f
Bug 1320014 Part 15 - Replace RectCorner with Corner. r=mats
...
Rewrite RectCornerRadii::operator==() and RectCornerRadii::AreRadiiSame() by
explicitly expand all the comparisons, and rewrite other explicit for-loops
with NS_FOR_CSS_FULL_CORNERS.
MozReview-Commit-ID: BLBJHla8kyk
--HG--
extra : rebase_source : 464d8973eae6fa58e6931cc65d61900605926b85
2017-01-05 17:07:07 +08:00
Ting-Yu Lin
53633b1c42
Bug 1320014 Part 14 - Convert NS_SIDE_TO_HALF_CORNER to a constexpr function. r=mats
...
MozReview-Commit-ID: 4MQu8omCdcg
--HG--
extra : rebase_source : 0bce3eb380c2bacd5a4576e1a57c96afb8b57160
2017-01-05 16:23:16 +08:00
Ting-Yu Lin
9a76c43bf0
Bug 1320014 Part 13 - Convert NS_SIDE_TO_FULL_CORNER to a constexpr function. r=mats
...
MozReview-Commit-ID: 4r4jEN2LklH
--HG--
extra : rebase_source : 8a60bbb322f586af1a859b9408b10685169913e7
2017-01-05 16:13:34 +08:00
Ting-Yu Lin
78cc3f541d
Bug 1320014 Part 12 - Convert NS_SIDE_IS_VERTICAL to a constexpr function. r=mats
...
MozReview-Commit-ID: GFdigJKppuR
--HG--
extra : rebase_source : d3a66d22d99d2988d5c3c44bc1da51e30efa8d1a
2017-01-05 16:07:02 +08:00
Ting-Yu Lin
160ed71c4e
Bug 1320014 Part 11 - Convert NS_FULL_TO_HALF_CORNER to a constexpr function. r=mats
...
Because the new function checks types, we need to change the fullCorner type
in nsComputedDOMStyle::GetEllipseRadii() and
StyleAnimationValue::ExtractComputedValue() from uint8_t to |Corner| to fix
build error.
MozReview-Commit-ID: 5NuFE3yA2QD
--HG--
extra : rebase_source : 8f94209b24bd909839358cd502f462edb9ce3116
2017-01-05 14:59:17 +08:00
Ting-Yu Lin
cf828e1584
Bug 1320014 Part 10 - Convert NS_HALF_TO_FULL_CORNER to a constexpr function. r=mats
...
MozReview-Commit-ID: 1PECc7hm249
--HG--
extra : rebase_source : 7784720bb9ae061689cba0b30c0aebc779d818b1
2017-01-05 14:39:58 +08:00
Ting-Yu Lin
229d433359
Bug 1320014 Part 9 - Convert NS_HALF_CORNER_IS_X to a constexpr function. r=mats
...
MozReview-Commit-ID: 3d2opSIjAUc
--HG--
extra : rebase_source : 03e55f0458dd305fa782ca1e46c32069045e86e9
2017-01-05 14:30:14 +08:00
Ting-Yu Lin
df030594f6
Bug 1320014 Part 8 - Move NS_FOR_CSS_HALF_CORNERS to Types.h and rewrite it. r=mats
...
MozReview-Commit-ID: 5UkZUSe5stP
--HG--
extra : rebase_source : e8c33473a39088d9bd807920630500b31ac6228f
2017-01-05 12:03:23 +08:00
Ting-Yu Lin
797609894a
Bug 1320014 Part 7 - Convert half corner indices #define to an enum. r=mats
...
MozReview-Commit-ID: 8lNtjV14WTN
--HG--
extra : rebase_source : dbfa992a2ee3cab2f639fb5a68463a673410ade6
2017-01-05 11:31:38 +08:00
Phil Ringnalda
c83d1d7ce9
Merge m-i to m-c, a=merge
...
MozReview-Commit-ID: 51FMtH1yTe6
2017-01-04 18:33:32 -08:00
Dão Gottwald
d6b3b14643
Bug 1322738 - Implement compact about:newtab tiles styling. r=gijs
2017-01-04 22:39:52 +01:00
Tom Schuster
d08f86527e
Bug 1328077 - Attach dense element hole IC even with zero dense elements. r=jandem,bhackett
2017-01-04 22:12:05 +01:00
Christoph Kerschbaumer
99eda5a50b
Bug 1272594 - Remove special cookie policy handling within InternalRequest (r=bkelly)
2017-01-04 21:43:39 +01:00
Mats Palmgren
23f36915e8
Bug 1328095 - Reftest (also covers bug 1232194).
2017-01-04 21:35:19 +01:00
Mats Palmgren
51a67d7f24
Bug 1328095 - [writing-mode] Make JoinBoxesForVerticalSlice use logical coordinates (and rename it JoinBoxesForBlockAxisSlice accordingly). r=jfkthame
2017-01-04 21:35:19 +01:00
Boris Zbarsky
e080ecc8e9
Bug 1298588 part 16. Remove StyleStructContext. r=bholley
2017-01-04 14:52:27 -05:00
Boris Zbarsky
e95482db38
Bug 1298588 part 15, gecko piece. Rip out the initial() methods on style structs in stylo. r=bholley
2017-01-04 14:52:27 -05:00
Boris Zbarsky
85a6ca2630
Bug 1298588 part 10, gecko piece. Pass through useful default styles to apply_declarations(). r=bholley
2017-01-04 14:52:27 -05:00
Boris Zbarsky
99d2e96def
Bug 1298588 part 9, gecko piece. Pass through useful default styles to cascade(). r=bholley
2017-01-04 14:52:27 -05:00
Boris Zbarsky
eebd58fd31
Bug 1298588 part 7, gecko piece. Stop using initial_values in general in Gecko glue code. r=bholley
2017-01-04 14:52:27 -05:00
Boris Zbarsky
bd53996269
Bug 1298588 part 6, gecko piece. Stop using initial_values when doing inheritance in Gecko glue code. r=bholley
2017-01-04 14:52:27 -05:00
Boris Zbarsky
9f8934b143
Bug 1298588 part 4, gecko piece. Recreate the default computed values for a document as needed. r=bholley
2017-01-04 14:52:27 -05:00
Boris Zbarsky
6104ba14f9
Bug 1298588 part 3, gecko piece. Add a default ComputedValues member to PerDocumentStyleData. r=bholley
2017-01-04 14:52:26 -05:00