Mike Conley
4be69cc373
Bug 1342464 - More lint for the lint gods. r=Aryx
...
MozReview-Commit-ID: 9mnGr6R9fMJ
2017-03-08 18:40:39 -05:00
Cykesiopka
c44c40b272
Bug 1344442 - Part 4: Misc cleanups. r=keeler
...
MozReview-Commit-ID: KRQGF3mUxEb
--HG--
extra : rebase_source : 8dcca6b5cee0d22d5af79a864bb3b881665da3b0
2017-03-08 20:54:02 +08:00
Cykesiopka
eac955eb32
Bug 1344442 - Part 3: Use smart pointers. r=keeler
...
MozReview-Commit-ID: 58BwdPYdjM5
--HG--
extra : rebase_source : 38d0b1af05cbc8991b5ed777bdafa9a8540a9cb1
2017-03-08 20:53:50 +08:00
Cykesiopka
2681aed2c3
Bug 1344442 - Part 2: Improve test coverage of nsICryptoHash and nsICryptoHMAC implementations. r=keeler
...
The equivalent base 64 digests for the existing test cases were obtained using:
> python2
> import binascii
> binascii.b2a_base64(binascii.unhexlify(<input hex>))
The large input hash digest was obtained like so:
> python2
> import hashlib
> hashlib.md5(" " * 4100).hexdigest()
The large input HMAC digest was obtained like so:
> python2
> import hashlib
> import hmac
> hmac.new("test", " " * 4100, hashlib.md5).hexdigest()
MozReview-Commit-ID: K0BxZdNemu6
--HG--
extra : rebase_source : e8fc9cb9c6b1d70c9162c6ed9fd49e6945dc57f4
2017-03-08 20:47:22 +08:00
Cykesiopka
8b9461cac0
Bug 1344442 - Part 1: Remove MD2 support from nsICryptoHMAC. r=keeler
...
There are several reasons for doing this:
1. Nothing appears to be using MD2 with nsICryptoHMAC.
2. There don't seem to be any test vectors available.
3. Bug 160161 suggests the MD2 case doesn't work anyways.
MozReview-Commit-ID: CW1PX7z09kB
--HG--
extra : rebase_source : de8b7e6f3fe03f5cd9d687fa7d410a2ca041b68e
2017-03-08 20:44:52 +08:00
Cykesiopka
6b0596a14c
Bug 1344441 - Move various Necko IDLs that really ought to be PSM IDLs. r=keeler,mcmanus
...
These IDLs conceptually are PSM APIs, and are implemented in PSM as well.
nsICryptoFIPSInfo.idl is similar but is removed instead because:
1. It's unused even by addons.
2. The only thing it provides is also available through nsIPKCS11ModuleDB.idl.
MozReview-Commit-ID: K8R0wDAhjLq
--HG--
rename : netwerk/base/nsICryptoHMAC.idl => security/manager/ssl/nsICryptoHMAC.idl
rename : netwerk/base/nsICryptoHash.idl => security/manager/ssl/nsICryptoHash.idl
rename : netwerk/base/nsINSSErrorsService.idl => security/manager/ssl/nsINSSErrorsService.idl
extra : rebase_source : 3eca83901e14cea714d402046303790d283cff74
2017-03-05 18:30:31 +08:00
Wes Kocher
ca4a468768
Bug 1342464 - Convert line endings to satisfy eslint
...
MozReview-Commit-ID: 4sliR8jjwdM
2017-03-08 14:35:05 -08:00
Simon Sapin
311e429e57
servo: Merge #15872 - Fix debug assertion failure in gecko CI (from servo:dedup); r=emilio
...
Source-Repo: https://github.com/servo/servo
Source-Revision: 2565242665645e6a218f138e2b95d5a29f296104
--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : d7eae9ac904b4b5ad6096c4a901110ff7e6d1198
2017-03-08 13:35:40 -08:00
Mike Conley
18bae9a6f4
Bug 1342464 - Add regression tests for the FX_TAB_SWITCH_SPINNER_TYPE probe. r=mossop
...
MozReview-Commit-ID: 7w6rT8uT4I3
--HG--
extra : rebase_source : b6a9c8d411e0c31069d9e1345bce29fc9ee322ca
2017-03-06 14:10:58 -05:00
Mike Conley
3d3a3dce25
Bug 1342464 - Collect Telemetry on when a tab switch spinner is shown. r=billm,liuche, data-review=liuche
...
MozReview-Commit-ID: 1Ss2f9A2JtK
--HG--
extra : rebase_source : 8f71db7ec0796e7ed8828a7e297cf8c24ca91a0e
2017-03-04 14:19:22 -05:00
Aaron Klotz
90071c5f69
Bug 1344798: Allow mscom::AsyncInvoker to be able to handle proxied and non-proxied interfaces; r=jimm
...
MozReview-Commit-ID: 6lQg6fwuvmw
--HG--
extra : histedit_source : 28d66eb2ec245b8ca41baba85c7a74ecbc3341f2
2017-03-02 17:39:01 -07:00
Kim Moir
b45d50e7b4
Bug 1345157 - Linux builds not running on-push on mozilla-beta r=aki DONTBUILD
2017-03-08 15:40:37 -05:00
Randell Jesup
7a19f87fd9
Bug 1339246: force rebuild of Send/RecvStream if the SSRCs have been changed r=bwc
...
MozReview-Commit-ID: HWZ8MXjtWzg
2017-03-08 00:24:21 -05:00
Kim Moir
3de9e65753
Bug 1345157 - Linux builds not running on-push on mozilla-beta r=aki DONTBUILD
2017-03-08 15:22:44 -05:00
Shu-yu Guo
6237b16a43
Bug 1108941 - Update tests and whitelist failing test262 tests.
2017-03-08 12:00:55 -08:00
Shu-yu Guo
7170b1291a
Bug 1108941 - Use the template literal registry in Ion. (r=jandem)
2017-03-08 12:00:54 -08:00
Shu-yu Guo
c91e65240b
Bug 1108941 - Implement the per-global template literal registry. (r=arai,jonco)
2017-03-08 12:00:54 -08:00
Andrea Marchesini
9fa58ed270
Bug 1299500 - Get rid of DeviceStorage API - part 11 - FileSystem, r=ehsan
2017-03-08 20:15:45 +01:00
Andrea Marchesini
12b54aa0f5
Bug 1299500 - Get rid of DeviceStorage API - part 10 - DeviceStorage, r=ehsan, r=billm
2017-03-08 20:15:45 +01:00
Andrea Marchesini
fb4c8780f3
Bug 1299500 - Get rid of DeviceStorage API - part 9 - Directory::GetRoot, r=ehsan
2017-03-08 20:15:45 +01:00
Andrea Marchesini
30ecbb1c86
Bug 1299500 - Get rid of DeviceStorage API - part 8 - Directory::Get, r=ehsan
2017-03-08 20:15:45 +01:00
Andrea Marchesini
d4bba716a6
Bug 1299500 - Get rid of DeviceStorage API - part 7 - Directory::Remove, r=ehsan
2017-03-08 20:15:45 +01:00
Andrea Marchesini
6c1325bca7
Bug 1299500 - Get rid of DeviceStorage API - part 6 - Directory::CreateDirectory, r=ehsan
2017-03-08 20:15:45 +01:00
Andrea Marchesini
9d5265246b
Bug 1299500 - Get rid of DeviceStorage API - part 5 - Directory::CreateFile, r=ehsan
2017-03-08 20:15:44 +01:00
Andrea Marchesini
6736ff0657
Bug 1299500 - Get rid of DeviceStorage API - part 4 - Navigator, r=ehsan
2017-03-08 20:15:44 +01:00
Andrea Marchesini
364dd3bee4
Bug 1299500 - Get rid of DeviceStorage API - part 3 - DeviceStorageAreaListener, r=ehsan
2017-03-08 20:15:44 +01:00
Andrea Marchesini
78b899978b
Bug 1299500 - Get rid of DeviceStorage API - part 2 - DeviceStorageChangeEvent, r=ehsan
2017-03-08 20:15:44 +01:00
Andrea Marchesini
bf74899736
Bug 1299500 - Get rid of DeviceStorage API - part 1 - DeviceStorageAreaChangedEvent, r=ehsan
2017-03-08 20:15:44 +01:00
Geoff Brown
02f6bc14ab
Bug 1345350 - Increase Android debug mochitest chunks; r=jmaher
2017-03-08 11:49:01 -07:00
Olli Pettay
626c1780d1
Bug 1345301 - elt.firstChild.remove() doesn't trigger a DOMSubtreeModified event, r=ms2ger
...
--HG--
extra : rebase_source : 884289e9471d7886661843cb45fe32e9a3514a18
2017-03-08 20:05:34 +02:00
Bob Clary
0cb7468d61
Bug 1281639 - Disable failing tests for Mochitest Media failures on Android, r=gbrown.
2017-03-08 10:17:07 -08:00
Bob Clary
c06952e4be
Bug 1232305
- Disable failing Mochitest DOM Media tests on Android - follow up 1, r=gbrown
2017-03-08 10:17:07 -08:00
Andrea Marchesini
9749d1a888
Bug 1345277 - Initialize nsIStreamTransportService before dispatching the first worker, r=ehsan
2017-03-08 18:37:08 +01:00
Michal Novotny
e8184a9cd7
Bug 1343816 - CacheFileIOManager::CloseHandleInternal() can remove file belonging to other handle. r=mayhemer
2017-03-08 05:12:00 -05:00
André Bargull
40a845fc8d
Bug 1340583 - Part 6: Update test262 exclusion list. r=shu
...
--HG--
extra : rebase_source : 95b4985570ea5676c1c27f1fbfea83ccd420a78a
2017-03-07 09:28:53 -08:00
André Bargull
9c682ab8af
Bug 1340583 - Part 5: Regenerate test262 files. rs=shu
...
--HG--
extra : rebase_source : 3ea3736130c8aafbaa999b651aa495fb6317d0be
2017-03-07 09:28:45 -08:00
André Bargull
67da1dfd6a
Bug 1340583 - Part 4: Add support for module tests to jstests. r=shu
...
--HG--
extra : rebase_source : 856805385b20ba17848e8cf7a3357f94949486f9
2017-03-07 09:28:38 -08:00
André Bargull
ecb328f9de
Bug 1340583 - Part 3: Extend jstests reftest line to allow to define error types. r=shu
...
--HG--
extra : rebase_source : 19f9cfae17d4c5e16f6919ba40b4b88da659eb58
2017-03-07 09:28:33 -08:00
André Bargull
840bebe2ef
Bug 1340583 - Part 2: Change some test262 importer functions in preparation for next patches. r=shu
...
--HG--
extra : rebase_source : 4812df66b413e7e2144b823c6e04c1978009e086
2017-03-07 09:28:27 -08:00
André Bargull
88f405f22d
Bug 1340583 - Part 1: Move static skip-if statements to the top-level jstests.list. r=shu
...
--HG--
extra : rebase_source : 5ce26162a0973e978271486ec356a32293d1dfbb
2017-03-07 09:28:21 -08:00
André Bargull
dac30bb995
Bug 1344789 - Enable passing function name tests from test262 for Intl getter functions. r=Waldo
2017-03-06 10:08:04 -08:00
Avikalpa Kundu
306b69b5ca
Bug 1312698 - Add test coverage for the C++ Histogram API. r=dexter
2017-03-08 02:59:00 -05:00
Patrick Brosset
f7a1e4b454
Bug 1213767 - Rule-view class toggle panel. r=jdescottes
...
MozReview-Commit-ID: 2roKEm6Jr26
2017-03-03 14:09:23 +01:00
Ben Kelly
7300a549b0
Bug 1345251 Make MozPromise usable on worker threads. r=gerald
2017-03-08 11:45:07 -05:00
Joel Maher
209b6df381
Bug 1344891 - add BUG_COMPONENT to python/* files, r=ted
...
MozReview-Commit-ID: Kv8icpC7B4x
2017-03-08 11:17:12 -05:00
Joel Maher
52797e0f80
Bug 1344471 - add BUG_COMPONENT to memory/* files. r=glandium
...
MozReview-Commit-ID: FiUCPht3MEJ
2017-03-08 11:17:11 -05:00
Joel Maher
edb02b18cd
Bug 1344860 - add BUG_COMPONENT to many root level files files. r=ted
...
MozReview-Commit-ID: DnZFs4Vz9gl
2017-03-08 11:17:11 -05:00
Joel Maher
1da33f199a
Bug 1343652 - consider running jittests only when js/src or js/public are changed. r=dustin
...
MozReview-Commit-ID: CssJaIAnzNf
2017-03-08 11:17:11 -05:00
Joel Maher
ca7bfa4829
Bug 1341819 - remove old tools/memory/ files. r=ahal
...
MozReview-Commit-ID: 6tFZH1tKATz
2017-03-08 11:17:11 -05:00
Carsten "Tomcat" Book
2ec7c626f1
Merge mozilla-central to mozilla-inbound
2017-03-08 17:01:16 +01:00