Commit Graph

4467 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
47628ca590 Merge mozilla-central to autoland 2017-01-10 12:24:10 +01:00
Wes Kocher
105aea2522 Merge m-c to inbound a=merge
MozReview-Commit-ID: G24aq5fbYNd
2017-01-09 16:44:58 -08:00
ffxbld
c6f9b52310 No bug, Automated HPKP preload list update from host bld-linux64-spot-1059 - a=hpkp-update 2017-01-09 06:37:19 -08:00
ffxbld
931f4ea7e2 No bug, Automated HSTS preload list update from host bld-linux64-spot-1059 - a=hsts-update 2017-01-09 06:37:16 -08:00
ffxbld
8144fcc620 No bug, Automated HPKP preload list update from host bld-linux64-spot-076 - a=hpkp-update 2017-01-08 06:54:07 -08:00
ffxbld
c872ae199d No bug, Automated HSTS preload list update from host bld-linux64-spot-076 - a=hsts-update 2017-01-08 06:54:04 -08:00
Ryan VanderMeulen
da6a7dfab8 Merge inbound to m-c. a=merge 2017-01-07 15:32:04 -05:00
Dragana Damjanovic
1b10767070 Bug 1320252 - Send early-data even without alpn. r=keeler
--HG--
extra : rebase_source : b1d45d7014ed58cb8531d09374f1a5c27668e6ac
2017-01-06 11:51:00 -05:00
Ryan VanderMeulen
1e6f972917 Merge inbound to m-c. a=merge 2017-01-07 11:22:47 -05:00
Ryan VanderMeulen
c68b271d72 Merge autoland to m-c. a=merge 2017-01-07 11:20:04 -05:00
ffxbld
6827750e66 No bug, Automated HPKP preload list update from host bld-linux64-spot-546 - a=hpkp-update 2017-01-07 06:36:03 -08:00
ffxbld
92a362582c No bug, Automated HSTS preload list update from host bld-linux64-spot-546 - a=hsts-update 2017-01-07 06:36:00 -08:00
Iris Hsiao
1e82e8d079 merge mozilla-inbound to mozilla-central a=merge 2017-01-06 10:59:19 -05: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
Wes Kocher
33ad0c8ef8 Merge autoland to central, a=merge
MozReview-Commit-ID: FuAgy3YQ0De
2017-01-05 17:24:15 -08: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
Cykesiopka
737a826174 Bug 1325648 - Remove token choosing functionality from changepassword.(js|xul). r=keeler
The functionality is unnecessary duplication of what the Device Manager already
does, and nsITokenDialogs.ChooseToken() exists as a dedicated UI for choosing
tokens anyways.

Since we're already breaking addon compat, the changes here also update
nsITokenPasswordDialogs.setPassword() to not unnecessarily return the `canceled`
value through an outparam.

MozReview-Commit-ID: C2KVXzrpDR3

--HG--
extra : rebase_source : e0e6eb89735125a9b85491356c9d367eab0c2a3b
2017-01-06 23:11:26 +08:00
ffxbld
c2cea3a621 No bug, Automated HPKP preload list update from host bld-linux64-spot-1064 - a=hpkp-update 2017-01-04 06:34:31 -08:00
ffxbld
ea89b1d359 No bug, Automated HSTS preload list update from host bld-linux64-spot-1064 - a=hsts-update 2017-01-04 06:34:29 -08:00
ffxbld
3efee76cf0 No bug, Automated HPKP preload list update from host bld-linux64-spot-058 - a=hpkp-update 2017-01-03 06:55:00 -08:00
ffxbld
e681d6c65e No bug, Automated HSTS preload list update from host bld-linux64-spot-058 - a=hsts-update 2017-01-03 06:54:58 -08:00
Cykesiopka
6ad50df726 Bug 1325104 - Stop using Scoped.h NSS types in CryptoKey.(cpp|h). r=ttaubert
Scoped.h is deprecated.

MozReview-Commit-ID: HVfrjM2haQf

--HG--
extra : rebase_source : acde1fb5db128db63cdb630d1e3c54175e69a768
2017-01-02 14:02:50 +08:00
J.C. Jones
a1af416c57 Bug 1309284 - WebAuthn JS API [part 2]: Bugfixes from testing r=keeler
Add more debugging information to signing operations for the NSS Soft Token.

Bugfixes in WebAuthentication.cpp:
- Calculate ArrayBuffer/View before using.
- Fix an instance where we should return NotSupportedError.
- Fix several instances where we should return Out Of Memory.
- Fix a MozPromise assertion that occurs in GetAssertion if you coerce an early
  return.
- Mark all constructors explicit.

MozReview-Commit-ID: DQWHqZIlau9

--HG--
extra : rebase_source : f0f2bdde650e61c90b9b47c20c2427f1340f2d97
2016-12-16 10:44:56 -07:00
Cykesiopka
ca16d785fb Bug 1325107 - Stop using NS_NOTREACHED() in PSM. r=mgoodwin
MOZ_ASSERT_UNREACHABLE() is basically equivalent to NS_NOTREACHED().
PSM already uses MOZ_ASSERT_UNREACHABLE() for new code, so there's no need to use
NS_NOTREACHED() as well.

MozReview-Commit-ID: 9k2z9a1oIqe

--HG--
extra : rebase_source : 824595a1f7b7d3f86e2961d8bbffacf2a022c98e
2017-01-02 14:11:51 +08:00
Cykesiopka
24448ba752 Bug 1325107 - Stop using NS_ASSERTION() in PSM. r=mgoodwin
MOZ_ASSERT() is basically equivalent to NS_ASSERTION().
PSM already uses MOZ_ASSERT() for new code, so there's no need to use
NS_ASSERTION() as well.

MozReview-Commit-ID: JHDsbDkYvHf

--HG--
extra : rebase_source : e9830af8d4355c2a2831a4565c3ba6024056f6d3
2017-01-02 14:11:39 +08:00
Cykesiopka
56c6899d8e Bug 1325107 - Stop using PR_ASSERT() in PSM. r=mgoodwin
PR_ASSERT() is an unnecessary dependency on NSPR.
We can use MOZ_ASSERT() instead, which accomplishes the same task but doesn't
depend on NSPR.

MozReview-Commit-ID: 9gyWUkv3KxQ

--HG--
extra : rebase_source : 313ce6c8de3db3ce72635e37f09d28316ae02c51
2017-01-02 14:11:30 +08:00
David Keeler
1e8a66e52b bug 1328456 - disallow empty token names for nsIPK11TokenDB.findTokenByName r=Cykesiopka
MozReview-Commit-ID: 5SBxAUjX579

--HG--
extra : rebase_source : 1530dcb18556bdcbe99f9aee73ddfe69f8a9124f
2017-01-03 16:23:39 -08:00
Iris Hsiao
7e248d8cc9 Merge mozilla-central to autoland 2017-01-06 11:13:22 -05:00
Markus Stange
4bdc4ca0fb Bug 1323100 - Register most of the remaining threadfunc threads with the profiler. r=froydnj
As far as I can tell, this covers all the remaining threads which we start
using PR_CreateThread, except the ones that are created inside NSPR or NSS,
and except for the Shutdown Watchdog thread in nsTerminator.cpp and the
CacheIO thread. The Shutdown Watchdog thread stays alive past leak detection
during shutdown (by design), so we'd report leaks if we profiled it. The
CacheIO thread seems to stay alive past shutdown leak detection sometimes as
well.

This adds a AutoProfilerRegister stack class for easy registering and
unregistering. There are a few places where we still call
profiler_register_thread() and profiler_unregister_thread() manually, either
because registration happens conditionally, or because there is a variable that
gets put on the stack before the AutoProfilerRegister (e.g. a dynamically
generated thread name). AutoProfilerRegister needs to be the first object on
the stack because it uses its own `this` pointer as the stack top address.

MozReview-Commit-ID: 3vwhS55Yzt

--HG--
extra : rebase_source : 56dd27282e7bd09a7e7dc7ca09ccfe3a0198e7af
2017-01-05 16:34:26 +01:00
Markus Stange
21cbfb0bb4 Bug 1323100 - Use NS_NewNamedThread for CryptoTask threads. r=froydnj
MozReview-Commit-ID: 6c6iDuGyE2X

--HG--
extra : rebase_source : 7fa93fe9b0df2bdbc89aaf87988ae961a539d551
2016-12-20 14:27:18 +01:00
ffxbld
89643f82b6 No bug, Automated HPKP preload list update from host bld-linux64-spot-030 - a=hpkp-update 2017-01-02 07:03:46 -08:00
ffxbld
3607abd0d8 No bug, Automated HSTS preload list update from host bld-linux64-spot-030 - a=hsts-update 2017-01-02 07:03:44 -08:00
ffxbld
092ba79df5 No bug, Automated HPKP preload list update from host bld-linux64-spot-277 - a=hpkp-update 2017-01-01 07:05:49 -08:00
ffxbld
645fc16b79 No bug, Automated HSTS preload list update from host bld-linux64-spot-277 - a=hsts-update 2017-01-01 07:05:47 -08:00
ffxbld
b2d897040a No bug, Automated HPKP preload list update from host bld-linux64-spot-222 - a=hpkp-update 2016-12-31 07:02:39 -08:00
ffxbld
424587b55c No bug, Automated HSTS preload list update from host bld-linux64-spot-222 - a=hsts-update 2016-12-31 07:02:37 -08:00
ffxbld
1261105cf9 No bug, Automated HPKP preload list update from host bld-linux64-spot-038 - a=hpkp-update 2016-12-30 07:01:04 -08:00
ffxbld
97e9c8d486 No bug, Automated HSTS preload list update from host bld-linux64-spot-038 - a=hsts-update 2016-12-30 07:01:01 -08:00
ffxbld
e21b7b065a No bug, Automated HPKP preload list update from host bld-linux64-spot-079 - a=hpkp-update 2016-12-29 07:05:48 -08:00
ffxbld
b966520adf No bug, Automated HSTS preload list update from host bld-linux64-spot-079 - a=hsts-update 2016-12-29 07:05:45 -08:00
ffxbld
7058ebe59d No bug, Automated HPKP preload list update from host bld-linux64-spot-1016 - a=hpkp-update 2016-12-28 06:51:35 -08:00
ffxbld
bb5786ef1e No bug, Automated HSTS preload list update from host bld-linux64-spot-1016 - a=hsts-update 2016-12-28 06:51:33 -08:00
ffxbld
e6b816a8bf No bug, Automated HPKP preload list update from host bld-linux64-spot-139 - a=hpkp-update 2016-12-27 06:43:56 -08:00
ffxbld
6996a4d8f9 No bug, Automated HSTS preload list update from host bld-linux64-spot-139 - a=hsts-update 2016-12-27 06:43:53 -08:00
Ryan VanderMeulen
51aa673e28 Merge inbound to m-c. a=merge 2016-12-27 00:00:22 -05:00
ffxbld
8f371625fe No bug, Automated HPKP preload list update from host bld-linux64-spot-030 - a=hpkp-update 2016-12-26 06:47:00 -08:00
ffxbld
c4a4403f94 No bug, Automated HSTS preload list update from host bld-linux64-spot-030 - a=hsts-update 2016-12-26 06:46:58 -08:00
ffxbld
39f45e8015 No bug, Automated HPKP preload list update from host bld-linux64-spot-129 - a=hpkp-update 2016-12-25 06:43:21 -08:00