c89f08e282fb80068967770fe394fb2f4ea2ede8: Bug 1256428 P3 Add ServiceWorkerUpdateJob2. r=jdm
Ben Kelly <ben@wanderview.com> - Wed, 06 Apr 2016 13:27:22 -0700 - rev 291916
Push
74732 by bkelly@mozilla.com at Wed, 06 Apr 2016 20:27:30 +0000
Bug 1256428 P3 Add ServiceWorkerUpdateJob2. r=jdm
d26e66f6a85467d608c6a79842f76de8b1554f27: Bug 1256428 P2 Add ServiceWorkerJobQueue2 class. r=jdm
Ben Kelly <ben@wanderview.com> - Wed, 06 Apr 2016 13:27:22 -0700 - rev 291915
Push
74732 by bkelly@mozilla.com at Wed, 06 Apr 2016 20:27:30 +0000
Bug 1256428 P2 Add ServiceWorkerJobQueue2 class. r=jdm
691183bd2da19b25d41544dba221f51ee9650306: Bug 1256428 P1 Add ServiceWorkerJob2 base class. r=jdm
Ben Kelly <ben@wanderview.com> - Wed, 06 Apr 2016 13:27:22 -0700 - rev 291914
Push
74732 by bkelly@mozilla.com at Wed, 06 Apr 2016 20:27:30 +0000
Bug 1256428 P1 Add ServiceWorkerJob2 base class. r=jdm
18604f22aea7765aa58cda4eecbd5b84f26dd5aa: Bug 1256428 P0 Fix unified build failures in dom/workers. r=jdm
Ben Kelly <ben@wanderview.com> - Wed, 06 Apr 2016 13:27:22 -0700 - rev 291913
Push
74732 by bkelly@mozilla.com at Wed, 06 Apr 2016 20:27:30 +0000
Bug 1256428 P0 Fix unified build failures in dom/workers. r=jdm
1bc6fd8ffd85f9472cfc0632a0869017fdf31816: Backed out changeset 65e9d46daf3e (bug 1255823) for various failures that end up crashing in [@ mozilla::layers::PAPZParent::DestroySubtree]
Wes Kocher <wkocher@mozilla.com> - Wed, 06 Apr 2016 13:09:41 -0700 - rev 291912
Push
74731 by kwierso@gmail.com at Wed, 06 Apr 2016 20:09:45 +0000
Backed out changeset 65e9d46daf3e (
bug 1255823) for various failures that end up crashing in [@ mozilla::layers::PAPZParent::DestroySubtree]
MozReview-Commit-ID: 31J6pCNfW2D
069c82269f815250c75242bb9e3bf0fc46a28eca: Bug 1258375, NSS_3_24_BETA4 and required adjustments to PSM and packaging, r=martin.thomson, r=glandium
Kai Engert <kaie@kuix.de> - Wed, 06 Apr 2016 21:43:36 +0200 - rev 291911
Push
74730 by kaie@kuix.de at Wed, 06 Apr 2016 19:43:46 +0000
Bug 1258375, NSS_3_24_BETA4 and required adjustments to PSM and packaging, r=martin.thomson, r=glandium
61bf6b7d588e210fd909548a45afc4f654ec0409: Bug 1260784 - fix Stop Debug Mode button r=jesup
Nico Grunbaum - Wed, 30 Mar 2016 09:12:15 -0700 - rev 291910
Push
74729 by rjesup@wgate.com at Wed, 06 Apr 2016 19:39:26 +0000
Bug 1260784 - fix Stop Debug Mode button r=jesup
MozReview-Commit-ID: JHt5jWaY4xK
2ba62e2e02b0519a09fe6dc2950730da6a261633: Bug 881609: Call InitLayersAccelerationPrefs only once. r=nrc
Milan Sreckovic <milan@mozilla.com> - Fri, 26 Feb 2016 11:33:00 -0500 - rev 291909
Push
74728 by msreckovic@mozilla.com at Wed, 06 Apr 2016 19:30:45 +0000
Bug 881609: Call InitLayersAccelerationPrefs only once. r=nrc
MozReview-Commit-ID: DTBHmvjqn1e
446384d3661bc206447de4da2370e9e9fe316922: Bug 1262577 - allow comparing mozilla::function with nullptr. r=froydnj
Lee Salzman <lsalzman@mozilla.com> - Wed, 06 Apr 2016 15:18:01 -0400 - rev 291908
Push
74727 by lsalzman@mozilla.com at Wed, 06 Apr 2016 19:18:15 +0000
Bug 1262577 - allow comparing mozilla::function with nullptr. r=froydnj
c7d9bb9a69b8c97dac1a527e6ccf662a9fc52e4c: Bug 1262473 - don't needlessly construct nsAutoCString temporaries when serializing GMPVideoCodec; r=cpearce
Nathan Froyd <froydnj.com> - Thu, 31 Mar 2016 15:19:38 -0400 - rev 291907
Push
74726 by nfroyd@mozilla.com at Wed, 06 Apr 2016 19:12:33 +0000
Bug 1262473 - don't needlessly construct nsAutoCString temporaries when serializing GMPVideoCodec; r=cpearce
We have nsDependentCString to avoid needless memory traffic here. We
need an explicit cast, however, because we don't have a ParamTraits
specialization for nsDependentCString, only for nsCString, and template
specialization doesn't take derived classes into account.
07efe4d65e4017d87d2fab256a10f660a1abbd6c: Bug 1262325 - Reset mozilla-release version_display.txt on merge r=jlund a=release DONTBUILD
Rail Aliiev <rail@mozilla.com> - Wed, 06 Apr 2016 13:43:17 -0400 - rev 291906
Push
74725 by raliiev@mozilla.com at Wed, 06 Apr 2016 17:44:20 +0000
Bug 1262325 - Reset mozilla-release version_display.txt on merge r=jlund a=release DONTBUILD
a3f8a4e83cdd6c8274b4713ca6d1fa01fe9c5bcb: Bug 1237769 - Disable e10s on Windows XP if layers acceleration is requested r=milan
George Wright <george@mozilla.com> - Wed, 06 Apr 2016 13:30:46 -0400 - rev 291905
Push
74724 by gwright@mozilla.com at Wed, 06 Apr 2016 17:31:28 +0000
Bug 1237769 - Disable e10s on Windows XP if layers acceleration is requested r=milan
453f314bd7aeb86e190f17370e77e779a01d90ab: Bug 1261776 Use SafeElementAt() in service worker job queue. r=ehsan
Ben Kelly <ben@wanderview.com> - Wed, 06 Apr 2016 10:21:36 -0700 - rev 291904
Push
74723 by bkelly@mozilla.com at Wed, 06 Apr 2016 17:21:42 +0000
Bug 1261776 Use SafeElementAt() in service worker job queue. r=ehsan
946e39f5d97dd31ed852ae19150143181d945844: Bug 1261632 - Assert that OnStopRequest is called only once. r=michal
Dragana Damjanovic dd.mozilla@gmail.com - Wed, 06 Apr 2016 04:47:00 -0400 - rev 291903
Push
74722 by ryanvm@gmail.com at Wed, 06 Apr 2016 16:29:32 +0000
Bug 1261632 - Assert that OnStopRequest is called only once. r=michal
63c6be19398d5654cd577fc009c3874742f028e7: Bug 1260644 - Use UniquePLArenaPool to manage PLArenaPools in PSM. r=keeler
Cykesiopka <cykesiopka.bmo@gmail.com> - Mon, 04 Apr 2016 17:35:24 -0700 - rev 291902
Push
74722 by ryanvm@gmail.com at Wed, 06 Apr 2016 16:29:32 +0000
Bug 1260644 - Use UniquePLArenaPool to manage PLArenaPools in PSM. r=keeler
MozReview-Commit-ID: HyLXbWoHMGz
153c28889bfc6dac38739d31f2e7fe3e0406f8bd: Bug 1258616 - Swap the order of test and ref images in html reftest report to match reftest-analyzer convention. r=jmaher
Shing Lyu <shing.lyu@gmail.com> - Wed, 30 Mar 2016 20:13:00 -0400 - rev 291901
Push
74722 by ryanvm@gmail.com at Wed, 06 Apr 2016 16:29:32 +0000
Bug 1258616 - Swap the order of test and ref images in html reftest report to match reftest-analyzer convention. r=jmaher
7fb4113d95f19940b3242ed5b1231fac0dc79bb6: Bug 1248913 - Add some fuzz to background-blend-mode-1.html for Windows D2D with e10s enabled. r=me
Ryan VanderMeulen <ryanvm@gmail.com> - Wed, 06 Apr 2016 12:12:47 -0400 - rev 291900
Push
74722 by ryanvm@gmail.com at Wed, 06 Apr 2016 16:29:32 +0000
Bug 1248913 - Add some fuzz to background-blend-mode-1.html for Windows D2D with e10s enabled. r=me
86c187556f7a44a7969d365de8f00813afca1879: Bug 1261270 - Skip some robocop tests that fail with APZ enabled. r=gbrown
Ryan VanderMeulen <ryanvm@gmail.com> - Wed, 06 Apr 2016 12:04:29 -0400 - rev 291899
Push
74722 by ryanvm@gmail.com at Wed, 06 Apr 2016 16:29:32 +0000
Bug 1261270 - Skip some robocop tests that fail with APZ enabled. r=gbrown
testAxisLocking, testFlingCorrectness, and testPanCorrectness depend on APZ,
which isn't currently riding the trains. The Android robocop harness doesn't
support using the fail-if annotation, which would be preferable, so we're
just skipping the 3 tests on !trunk instead.
32d5bd056a04a2dd89ec6b320fdf3db166f52201: Bug 1262207 - Add a nightly_build entry to mozinfo. r=ahal
Ryan VanderMeulen <ryanvm@gmail.com> - Wed, 06 Apr 2016 12:04:29 -0400 - rev 291898
Push
74722 by ryanvm@gmail.com at Wed, 06 Apr 2016 16:29:32 +0000
Bug 1262207 - Add a nightly_build entry to mozinfo. r=ahal
694c6634916ecf402d79a008136671f54151f9cf: Bug 1262104 - Remove a non-used CTOR for BlobImplFile, r=ehsan
Andrea Marchesini <amarchesini@mozilla.com> - Wed, 06 Apr 2016 17:25:56 +0100 - rev 291897
Push
74721 by amarchesini@mozilla.com at Wed, 06 Apr 2016 16:26:58 +0000
Bug 1262104 - Remove a non-used CTOR for BlobImplFile, r=ehsan