c550088d726eeaa1b4c0399a8d00f70bfa20e4b9: Bug 1266582 - Remove nsJARChannel::OverrideSecurityInfo/OverrideURI. r=ehsan
Jonathan Watt <jwatt@jwatt.org> - Thu, 21 Apr 2016 23:24:22 +0100 - rev 294403
Push 18880 by cbook@mozilla.com at Fri, 22 Apr 2016 13:59:00 +0000
Bug 1266582 - Remove nsJARChannel::OverrideSecurityInfo/OverrideURI. r=ehsan MozReview-Commit-ID: 3PnSBcIYR3y
98b498a402eb0589e394d839ac0bcc59c54a2d60: Bug 1266578 - OOM crash if malloc fails in ProcessIncomingMessages(). r=billm
Andrew McCreight <continuation@gmail.com> - Thu, 21 Apr 2016 15:23:25 -0700 - rev 294402
Push 18880 by cbook@mozilla.com at Fri, 22 Apr 2016 13:59:00 +0000
Bug 1266578 - OOM crash if malloc fails in ProcessIncomingMessages(). r=billm This allocation is for no more than 32kb, so make it infallible rather than try to recover.
8b29568cb7e23d313b054d5cfcb02a62d24b504e: Bug 1265273 - Add two missing get_PBrowserParent() null checks. r=jimm.
Nicholas Nethercote <nnethercote@mozilla.com> - Fri, 22 Apr 2016 08:05:23 +1000 - rev 294401
Push 18880 by cbook@mozilla.com at Fri, 22 Apr 2016 13:59:00 +0000
Bug 1265273 - Add two missing get_PBrowserParent() null checks. r=jimm. Most calls to get_PBrowserParent() have their return value null checked, but two don't. This patch adds checks for those two calls.
3d46eafd05b975b83d95a9c28f77c2e153422f2f: Merge m-c to inbound, a=merge
Wes Kocher <wkocher@mozilla.com> - Thu, 21 Apr 2016 15:02:19 -0700 - rev 294400
Push 18880 by cbook@mozilla.com at Fri, 22 Apr 2016 13:59:00 +0000
Merge m-c to inbound, a=merge MozReview-Commit-ID: 5AQXGbI0ke2
987e2c82c04fa03260845b0c65e700455d3b6221: Bug 1266178 Make ServiceWorkerClient not assert if the document doesn't have an outer window. r=ehsan
Ben Kelly <ben@wanderview.com> - Thu, 21 Apr 2016 14:14:45 -0700 - rev 294399
Push 18880 by cbook@mozilla.com at Fri, 22 Apr 2016 13:59:00 +0000
Bug 1266178 Make ServiceWorkerClient not assert if the document doesn't have an outer window. r=ehsan
48ba2783004140f0331ffd4764363b5b0040f127: Bug 1263887 - Update <select>'s on mutation for e10s. r=Felipe
Mike Conley <mconley@mozilla.com> - Fri, 15 Apr 2016 22:00:36 -0400 - rev 294398
Push 18880 by cbook@mozilla.com at Fri, 22 Apr 2016 13:59:00 +0000
Bug 1263887 - Update <select>'s on mutation for e10s. r=Felipe MozReview-Commit-ID: Ev9w4C4AzOE
c45842dc546821416db290899802ca22cb9a703d: Bug 1263887 - Update the active child on a menulist when setting selection. r=enndeakin+6102
Mike Conley <mconley@mozilla.com> - Tue, 19 Apr 2016 11:32:49 -0400 - rev 294397
Push 18880 by cbook@mozilla.com at Fri, 22 Apr 2016 13:59:00 +0000
Bug 1263887 - Update the active child on a menulist when setting selection. r=enndeakin+6102 MozReview-Commit-ID: KsXLd6ICr0B
1f597dfdd06acb64209d81985e40b2c3207bd984: Bug 1258017 - Cleanup fixes for trunk. r=me
Bobby Holley <bobbyholley@gmail.com> - Thu, 21 Apr 2016 13:53:04 -0700 - rev 294396
Push 18880 by cbook@mozilla.com at Fri, 22 Apr 2016 13:59:00 +0000
Bug 1258017 - Cleanup fixes for trunk. r=me
65a3c56652e5ce0730d3e2bcac2b0ebe95c6c158: Bug 1264710 - Catch IDB exceptions in `IndexedDBHelper`. r=fabrice
Kit Cambridge <kcambridge@mozilla.com> - Thu, 14 Apr 2016 10:00:42 -0700 - rev 294395
Push 18880 by cbook@mozilla.com at Fri, 22 Apr 2016 13:59:00 +0000
Bug 1264710 - Catch IDB exceptions in `IndexedDBHelper`. r=fabrice MozReview-Commit-ID: 7L2lXkYvc1f
5bb97c924da74eefd4557c1ee089b18302bd18da: Bug 1247685 - Expose `PushSubscriptionOptions` in interface tests. r=baku
Kit Cambridge <kcambridge@mozilla.com> - Thu, 14 Apr 2016 10:26:53 -0700 - rev 294394
Push 18880 by cbook@mozilla.com at Fri, 22 Apr 2016 13:59:00 +0000
Bug 1247685 - Expose `PushSubscriptionOptions` in interface tests. r=baku MozReview-Commit-ID: A6x2K8Phmr7
cb75b364b5549b4268f335c203246fb90c6d767c: Bug 1247685 - Send subscription keys to the Push server. r=mt
Kit Cambridge <kcambridge@mozilla.com> - Tue, 22 Mar 2016 16:29:16 -0700 - rev 294393
Push 18880 by cbook@mozilla.com at Fri, 22 Apr 2016 13:59:00 +0000
Bug 1247685 - Send subscription keys to the Push server. r=mt MozReview-Commit-ID: 2i3UqgNGlEt
8067eb75c506a397da008c198a55d53611cc165c: Bug 1247685 - Validate and store app server keys in the Push service. r=mt
Kit Cambridge <kcambridge@mozilla.com> - Wed, 16 Mar 2016 02:53:13 -0700 - rev 294392
Push 18880 by cbook@mozilla.com at Fri, 22 Apr 2016 13:59:00 +0000
Bug 1247685 - Validate and store app server keys in the Push service. r=mt MozReview-Commit-ID: KLm6mP22y2E
6ce993bd6aec52d4cf9e0c9783418453c423fb27: Bug 1247685 - WebIDL and DOM implementation changes for app server keys. r=mt,baku
Kit Cambridge <kcambridge@mozilla.com> - Tue, 22 Mar 2016 13:38:03 -0700 - rev 294391
Push 18880 by cbook@mozilla.com at Fri, 22 Apr 2016 13:59:00 +0000
Bug 1247685 - WebIDL and DOM implementation changes for app server keys. r=mt,baku MozReview-Commit-ID: 1xYjSuLMnV4
f0131a8cfd627a4beeece0c890f20c0c8123788c: Bug 1256488 - Use Base64 URL-encoding in `CryptoBuffer`. r=ttaubert
Kit Cambridge <kcambridge@mozilla.com> - Thu, 17 Mar 2016 14:13:09 -0700 - rev 294390
Push 18880 by cbook@mozilla.com at Fri, 22 Apr 2016 13:59:00 +0000
Bug 1256488 - Use Base64 URL-encoding in `CryptoBuffer`. r=ttaubert MozReview-Commit-ID: AGtDUBuDuu0
296093225409c25a837753a753780d14ae20f965: Bug 1256488 - Add a Base64 URL-decoder for C++ and chrome JS callers. r=mt,baku
Kit Cambridge <kcambridge@mozilla.com> - Tue, 22 Mar 2016 12:09:04 -0700 - rev 294389
Push 18880 by cbook@mozilla.com at Fri, 22 Apr 2016 13:59:00 +0000
Bug 1256488 - Add a Base64 URL-decoder for C++ and chrome JS callers. r=mt,baku MozReview-Commit-ID: IrDwImYfHRu
eb272cc767ac5a4f2bdcb6d8c1cce7f13db4d65d: Bug 1256488 - Add explicit casts to fix MSVC warning C4365. r=fitzgen
Kit Cambridge <kcambridge@mozilla.com> - Mon, 18 Apr 2016 17:29:43 -0700 - rev 294388
Push 18880 by cbook@mozilla.com at Fri, 22 Apr 2016 13:59:00 +0000
Bug 1256488 - Add explicit casts to fix MSVC warning C4365. r=fitzgen MozReview-Commit-ID: HuVL7COgcX7
ddd7892d4ed6c18b9bbc1a6e25803b5e628452a7: Bug 1265483 - Use WeakCache to automate sweeping of ObjectGroupCompartment::NewTable; r=jonco
Terrence Cole <terrence@mozilla.com> - Wed, 20 Apr 2016 15:17:25 -0700 - rev 294387
Push 18880 by cbook@mozilla.com at Fri, 22 Apr 2016 13:59:00 +0000
Bug 1265483 - Use WeakCache to automate sweeping of ObjectGroupCompartment::NewTable; r=jonco
bba81310ba7bdcadbbfee29c09bfb1fca9ac274e: Bug 1263621 - Update autophone-webrtc.ini manifest r=bc
Dan Minor <dminor@mozilla.com> - Wed, 13 Apr 2016 12:38:24 -0400 - rev 294386
Push 18880 by cbook@mozilla.com at Fri, 22 Apr 2016 13:59:00 +0000
Bug 1263621 - Update autophone-webrtc.ini manifest r=bc This adds bug numbers for skipped tests in the manifests and the tests under the identity subdirectory which are also all skipped. MozReview-Commit-ID: 7SRAgyrKfTb
b3b5be1d2027f915c3c54b966fb41de8444923ee: Bug 1016628 - Add prefetch abilities to the predictor. r=mayhemer
Nicholas Hurley <hurley@todesschaf.org> - Thu, 14 Apr 2016 19:26:58 -0700 - rev 294385
Push 18880 by cbook@mozilla.com at Fri, 22 Apr 2016 13:59:00 +0000
Bug 1016628 - Add prefetch abilities to the predictor. r=mayhemer
a603640aa82d54b224b2325d8a445fd14dd00bc6: Backed out changeset c47cd2b5f4a6 (bug 1266256) for various devtools failures 'A promise chain failed to handle a rejection: - [object Object]'. r=backout on a CLOSED TREE
Sebastian Hengst <archaeopteryx@coole-files.de> - Thu, 21 Apr 2016 21:26:45 +0200 - rev 294384
Push 18880 by cbook@mozilla.com at Fri, 22 Apr 2016 13:59:00 +0000
Backed out changeset c47cd2b5f4a6 (bug 1266256) for various devtools failures 'A promise chain failed to handle a rejection: - [object Object]'. r=backout on a CLOSED TREE
(0) -100000 -30000 -10000 -3000 -1000 -300 -100 -50 -20 +20 +50 +100 +300 +1000 +3000 +10000 tip