947305b88f764f0d2c3d2afa97a21970c4c1239e: Skip content/media/test/crashtests/691096-1.html for too many threads
draft
Karl Tomlinson <karlt+@karlt.net> - Tue, 01 Jul 2014 18:17:51 +1200 - rev 645148
Push
73684 by ktomlinson@mozilla.com at Fri, 11 Aug 2017 22:29:12 +0000
Skip content/media/test/crashtests/691096-1.html for too many threads
MozReview-Commit-ID: 97FsnSwlkjZ
35dec2b1588eee09833d4fd9eb8d584ef93cc2c6: Sleep on XRE_MAIN_BREAK for attaching debugger
draft
Karl Tomlinson <karlt+@karlt.net> - Tue, 01 Jul 2014 18:16:27 +1200 - rev 645147
Push
73684 by ktomlinson@mozilla.com at Fri, 11 Aug 2017 22:29:12 +0000
Sleep on XRE_MAIN_BREAK for attaching debugger
MozReview-Commit-ID: 2JnzIUy6Gq1
5e85e10072177b347429ae93abc35e9895f8b7ed: Bug 1389621 - Don't set this.animate=false during CombinedStopReload.init since pref monitoring is not guaranteed to run after init(), such is the case when exiting customize mode. r?felipe
draft
Jared Wein <jwein@mozilla.com> - Fri, 11 Aug 2017 18:24:19 -0400 - rev 645146
Push
73683 by bmo:jaws@mozilla.com at Fri, 11 Aug 2017 22:24:37 +0000
Bug 1389621 - Don't set this.animate=false during CombinedStopReload.init since pref monitoring is not guaranteed to run after init(), such is the case when exiting customize mode. r?felipe
MozReview-Commit-ID: LXGChpFG2Xv
044f5b65540c1397575cffb4d1725a07a7c90b71: Bug 1385351 - Remove unused old class r?gfritzsche
draft
flyingrub <flyinggrub@gmail.com> - Sat, 12 Aug 2017 00:23:19 +0200 - rev 645145
Push
73682 by bmo:flyinggrub@gmail.com at Fri, 11 Aug 2017 22:23:57 +0000
Bug 1385351 - Remove unused old class r?gfritzsche
MozReview-Commit-ID: 4Q7oX2zF4el
401ff2d17a5adb3612e8b18e7614f8173b5a5fab: Bug 1385351 - Emphasize the ping selector button in about:telemetry
draft
flyingrub <flyinggrub@gmail.com> - Wed, 09 Aug 2017 00:58:55 +0200 - rev 645144
Push
73682 by bmo:flyinggrub@gmail.com at Fri, 11 Aug 2017 22:23:57 +0000
Bug 1385351 - Emphasize the ping selector button in about:telemetry
Add a triangle next to the ping selection button that emphasize the
to the current ping selection popup state.
MozReview-Commit-ID: GOzv01S0i9h
27c4b75a5603a42b079190611fdb14ba1a8f8a28: Bug 1377734 - Avoid instantiating a lazy tab from sendMessage, r?mixedpuppy
draft
Tomislav Jovanovic <tomica@gmail.com> - Fri, 11 Aug 2017 02:16:33 +0200 - rev 645143
Push
73681 by bmo:tomica@gmail.com at Fri, 11 Aug 2017 22:22:08 +0000
Bug 1377734 - Avoid instantiating a lazy tab from sendMessage, r?mixedpuppy
MozReview-Commit-ID: KfYg6hG8KmC
6822a13a0fa60f3ea09216883e403d10fe819c79: bug 1389664 - centralize on-demand empty pin initialization of the user's NSS database r?Cykesiopka,jcj
draft
David Keeler <dkeeler@mozilla.com> - Tue, 18 Jul 2017 15:05:58 -0700 - rev 645142
Push
73680 by bmo:dkeeler@mozilla.com at Fri, 11 Aug 2017 22:20:49 +0000
bug 1389664 - centralize on-demand empty pin initialization of the user's NSS database r?Cykesiopka,jcj
The sqlite-backed NSS database implementation requires explicitly setting some
kind of pin (password, really). To maintain behavior compatibility with the old
database implementation, we set the pin to the empty string as necessary.
Previously this would only happen on Android (NSS_DISABLE_DBM builds), but
because we're moving towards using the sqlite-backed implementation on all
platforms, we should enable this code everywhere and move it to a more central
location.
This also fixes some now-unnecessary test behavior.
MozReview-Commit-ID: KKtxmvOZt78
077f89267e47731fac3f8f52a3243a2452c49ed4: Bug 1383973 - Use `run: using` and build transforms to avoid tc-vcs in android-* tasks. r=dustin
draft
Nick Alexander <nalexander@mozilla.com> - Tue, 01 Aug 2017 11:08:14 -0700 - rev 645141
Push
73679 by nalexander@mozilla.com at Fri, 11 Aug 2017 22:20:21 +0000
Bug 1383973 - Use `run: using` and build transforms to avoid tc-vcs in android-* tasks. r=dustin
MozReview-Commit-ID: aENMcIbglQ
00b0a7b46792567e8d7c5aeb7ba96d7addae65a1: Bug 1383973 - Introduce single build script for `run: using: mozharness`. r=dustin
draft
Nick Alexander <nalexander@mozilla.com> - Wed, 02 Aug 2017 16:41:15 -0700 - rev 645140
Push
73679 by nalexander@mozilla.com at Fri, 11 Aug 2017 22:20:21 +0000
Bug 1383973 - Introduce single build script for `run: using: mozharness`. r=dustin
The old process ran "before" and "after" steps as root. The
mozharness script doesn't run as root, which required some small
changes to not run Sonatype Nexus as root. Everything else is a
straight-forward move of the scripts out of the `android-gradle-build`
image and into `taskcluster/scripts`.
MozReview-Commit-ID: CqnNI33OKmb
d2125b2902e8ac3f3409838e2a6bb1b0505de663: Bug 1383973 - "Rebase" android-gradle-build back onto desktop-build. r=dustin
draft
Nick Alexander <nalexander@mozilla.com> - Fri, 11 Aug 2017 15:14:55 -0700 - rev 645139
Push
73679 by nalexander@mozilla.com at Fri, 11 Aug 2017 22:20:21 +0000
Bug 1383973 - "Rebase" android-gradle-build back onto desktop-build. r=dustin
We really want the Android build image to inherit from desktop-build,
but that isn't possible with the current `docker-image: in-tree:`
support. Therefore, way back in the mists of time, I culted
android-gradle-build from desktop-build. This moves it back (mostly)
in line with desktop-build, which has advanced.
MozReview-Commit-ID: 6GmuxHjhAbv
a99ad58944734f8e9381516a9d7ea3c92a4ef608: bug 1024182 test normalization of convolution buffers via response concatenation r?dminor
draft
Karl Tomlinson <karlt+@karlt.net> - Fri, 11 Aug 2017 18:07:54 +1200 - rev 645138
Push
73678 by ktomlinson@mozilla.com at Fri, 11 Aug 2017 22:19:56 +0000
bug 1024182 test normalization of convolution buffers via response concatenation r?dminor
MozReview-Commit-ID: AktlZvTXvWn
7f323e9a911b8c348b235196c2a59084d0569620: bug 1024182 remove buffer copy for short impulse responses and so correct normalization scale r=padenot
draft
Karl Tomlinson <karlt+@karlt.net> - Wed, 09 Aug 2017 16:52:01 +1200 - rev 645137
Push
73678 by ktomlinson@mozilla.com at Fri, 11 Aug 2017 22:19:56 +0000
bug 1024182 remove buffer copy for short impulse responses and so correct normalization scale r=padenot
Despite the comment, this was necessary only for a direct convolver stage,
which has been removed:
https://hg.mozilla.org/mozilla-central/rev/e66105937eef190dec073f1b9859e07a0272706b#l4.29
FFT convolver stages pad the buffer to the necessary length in
FFTBlock::PadAndMakeScaledDFT().
Trailing zeros in the impulse change the scale used in normalization
and so padding the buffer before calculating the scale led to the wrong scale
being used.
https://github.com/WebAudio/web-audio-api/issues/481
MozReview-Commit-ID: LqP1x1hmLOM
ddce58393fb124b611371d93e7fe030b5c26a80b: Bug 1385351 - Emphasize the ping selector button in about:telemetry
draft
flyingrub <flyinggrub@gmail.com> - Wed, 09 Aug 2017 00:58:55 +0200 - rev 645136
Push
73677 by bmo:flyinggrub@gmail.com at Fri, 11 Aug 2017 22:18:03 +0000
Bug 1385351 - Emphasize the ping selector button in about:telemetry
Add a triangle next to the ping selection button that emphasize the
to the current ping selection popup state.
Also remove old unused "hidden" class in the xhtml.
MozReview-Commit-ID: GOzv01S0i9h
a4dc89e498c83378a2cabed23bd33864d5e66188: Bug 1387221 - add test
draft
Jonathan Guillotte-Blouin <jguillotteblouin@mozilla.com> - Wed, 09 Aug 2017 13:25:19 -0700 - rev 645135
Push
73676 by bmo:jguillotteblouin@mozilla.com at Fri, 11 Aug 2017 22:16:31 +0000
Bug 1387221 - add test
MozReview-Commit-ID: 3C9sUno31l0
dfb8896dfcf0287b323884f6aef22009ca9dba75: Bug 1387221 - integrate DOM API "changeshippingaddress" when switching address selected. r=mattn
draft
Jonathan Guillotte-Blouin <jguillotteblouin@mozilla.com> - Mon, 07 Aug 2017 17:47:55 -0700 - rev 645134
Push
73676 by bmo:jguillotteblouin@mozilla.com at Fri, 11 Aug 2017 22:16:31 +0000
Bug 1387221 - integrate DOM API "changeshippingaddress" when switching address selected. r=mattn
MozReview-Commit-ID: 6rY26khZois
d9f0f7257efd6324925313e1c20aae892cf15706: Bug 1387221 - Integrate the autofill storage for shipping addresses & handle UI address change. r=mattn
draft
Jonathan Guillotte-Blouin <jguillotteblouin@mozilla.com> - Thu, 03 Aug 2017 13:38:32 -0700 - rev 645133
Push
73676 by bmo:jguillotteblouin@mozilla.com at Fri, 11 Aug 2017 22:16:31 +0000
Bug 1387221 - Integrate the autofill storage for shipping addresses & handle UI address change. r=mattn
MozReview-Commit-ID: JNKaVRbjmuZ
eb4cc72467b7adab726f09f642cd29a2f9ad81e3: Bug 1383300 - start filling UI w/ origin + total.
draft
Jonathan Guillotte-Blouin <jguillotteblouin@mozilla.com> - Fri, 21 Jul 2017 14:24:33 -0700 - rev 645132
Push
73675 by bmo:jguillotteblouin@mozilla.com at Fri, 11 Aug 2017 22:15:46 +0000
Bug 1383300 - start filling UI w/ origin + total.
MozReview-Commit-ID: 9taFJYmQnBP
8915182fe792f85cebb1a37ff1b046ab16728327: Bug 1382388 - add test for manual abort. r=mattn
draft
Jonathan Guillotte-Blouin <jguillotteblouin@mozilla.com> - Mon, 31 Jul 2017 17:36:02 -0700 - rev 645131
Push
73675 by bmo:jguillotteblouin@mozilla.com at Fri, 11 Aug 2017 22:15:46 +0000
Bug 1382388 - add test for manual abort. r=mattn
MozReview-Commit-ID: Lu7VWVg3qN8
9dec49e6181b767704b0ef3b9a00551e8113ceba: Bug 1382388 - add "abort" listener & move function declarations w/ wrappedJSObject. r=mattn
draft
Jonathan Guillotte-Blouin <jguillotteblouin@mozilla.com> - Wed, 19 Jul 2017 15:30:42 -0700 - rev 645130
Push
73675 by bmo:jguillotteblouin@mozilla.com at Fri, 11 Aug 2017 22:15:46 +0000
Bug 1382388 - add "abort" listener & move function declarations w/ wrappedJSObject. r=mattn
MozReview-Commit-ID: 7PMA6O6sqiw
63bdc85130f7cb49b18cbe791af29bd4d9ee27cb: Bug 1382388 - Make the Web Payments Dialog unprivileged. r=mattn
draft
Matthew Noorenberghe <mozilla@noorenberghe.ca> - Fri, 21 Jul 2017 18:34:33 -0700 - rev 645129
Push
73675 by bmo:jguillotteblouin@mozilla.com at Fri, 11 Aug 2017 22:15:46 +0000
Bug 1382388 - Make the Web Payments Dialog unprivileged. r=mattn
MozReview-Commit-ID: IXexL4ju2Fj