- 28 Feb, 2020 1 commit
-
-
Mark Hammond authored
-
- 27 Feb, 2020 12 commits
-
-
MozLando authored
6103: For #6102 - Use app:srcCompat instead of android:src r=gabrielluong a=ekager Co-authored-by:
ekager <ekager@mozilla.com>
-
MozLando authored
6104: Closes #5407: If intent have packet name then always send to marketplace if package is not installed r=psymoon a=rocketsroger Co-authored-by:
Roger Yang <royang@mozilla.com>
-
MozLando authored
6106: Closes #6105: Append known prefix to FxA push scope r=csadilek a=jonalmeida Co-authored-by:
Jonathan Almeida <jalmeida@mozilla.com>
-
Roger Yang authored
Closes #5407: If intent have packet name then always send to marketplace if package is not installed
-
Jonathan Almeida authored
-
ekager authored
-
MozLando authored
6021: Issue #5989: Create LocationService interface and make MozillaLocatioService implement it. r=jonalmeida a=pocmo 6082: Bug 1618128 - Import WebCompat 8.0.0 sources into feature-webcompat. r=pocmo a=denschub It's close to the end of a Gecko release cycle, which brings us to the end of the WebCompat release cycle. New version, wohoo! Co-authored-by:
Sebastian Kaspari <s.kaspari@gmail.com> Co-authored-by:
Dennis Schubert <dschubert@mozilla.com>
-
Sebastian Kaspari authored
-
MozLando authored
6098: GeckoView update (nightly) (20200227-140615) r=Amejia481 a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MickeyMoz authored
-
MozLando authored
6096: Docs update (20200227-120835) [ci skip] r=Amejia481 a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MickeyMoz authored
-
- 26 Feb, 2020 22 commits
-
-
MozLando authored
6077: Closes #6058: Replace IntentService with JobIntentService for crash handler r=jonalmeida a=rocketsroger Co-authored-by:
Roger Yang <royang@mozilla.com>
-
MozLando authored
6072: Bug 1615248 - add beetmover jobs in the nightly graphs r=JohanLorenzo,pocmo a=MihaiTabara Now that we have fully functional builds + signing in the AC nightly graphs, time to add beetmover counterpart as well. Artifacts generated are going to go under https://nightly.maven.mozilla.org/ , for example: ``` maven2/org/mozilla/components/browser-awesomebar/34.0.20191005130104/browser-awesomebar-34.0.20191005130104-sources.jar.asc maven2/org/mozilla/components/browser-awesomebar/34.0.20191005130104/browser-awesomebar-34.0.20191005130104-sources.jar ``` I checked with `taskgraph-diff`, there are no other changes in the `release` or `snapshots` graph. The PR only adds the beetmover counterparts. I won't land this until I'm done with the changes in the beetmoverscript, cloudops-infra and SOPS too for all the credentials stuff. Co-authored-by:
Mihai Tabara <mtabara@mozilla.com>
-
MozLando authored
5916: For #5557 Get Cert Issuer Name r=csadilek a=kglazko Co-authored-by:
Kate Glazko <katglazko@gmail.com>
-
Kate Glazko authored
-
MozLando authored
6078: Submit caught exceptions while updating add-ons to the crashReporter r=psymoon a=Amejia481 Co-authored-by:
Arturo Mejia <arturomejiamarmol@gmail.com>
-
Gabriel Luong authored
-
Arturo Mejia authored
-
Dennis Schubert authored
-
ekager authored
-
MickeyMoz authored
-
Roger Yang authored
-
MickeyMoz authored
-
MickeyMoz authored
-
MickeyMoz authored
-
Sebastian Kaspari authored
-
Sebastian Kaspari authored
-
MozLando authored
6071: Closes #6070: Mark badgeView invisible if it's null r=Amejia481 a=psymoon Co-authored-by:
Simon Chae <chaesmn@gmail.com>
-
MozLando authored
6060: Update to application-services 0.52.0. Fixes #5999 r=grigoryk a=mhammond Co-authored-by:
Mark Hammond <mhammond@skippinet.com.au> Co-authored-by:
Grisha Kruglov <gkruglov@mozilla.com>
-
Grisha Kruglov authored
-
Mark Hammond authored
-
Mark Hammond authored
-
MozLando authored
6067: Bump nokogiri from 1.10.4 to 1.10.8 in /docs r=jonalmeida a=dependabot[bot] Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.4 to 1.10.8. <details> <summary>Release notes</summary> *Sourced from [nokogiri's releases](https://github.com/sparklemotion/nokogiri/releases).* > ## 1.10.8 / 2020-02-10 > > ### Security > > [MRI] Pulled in upstream patch from libxml that addresses CVE-2020-7595. Full details are available in [#1992](https://github-redirect.dependabot.com/sparklemotion/nokogiri/issues/1992). Note that this patch is not yet (as of 2020-02-10) in an upstream release of libxml. > > > > ## 1.10.7 / 2019-12-03 > > ### Bug > > * [MRI] Ensure the patch applied in v1.10.6 works with GNU `patch`. [#1954](https://github-redirect.dependabot.com/sparklemotion/nokogiri/issues/1954) > > > > ## 1.10.6 / 2019-12-03 > > ### Bug > > * [MRI] Fix FreeBSD installation of vendored libxml2. [#1941, [#1953](https://github-redirect.dependabot.com/sparklemotion/nokogiri/issues/1953)] (Thanks, [@​nurse](https://github.com/nurse)!) > > > > ## 1.10.5 / 2019-10-31 > > ### Dependencies > > * [MRI] vendored libxml2 is updated from 2.9.9 to 2.9.10 > * [MRI] vendored libxslt is updated from 1.1.33 to 1.1.34 > > </details> <details> <summary>Changelog</summary> *Sourced from [nokogiri's changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md).* > ## 1.10.8 / 2020-02-10 > > ### Security > > [MRI] Pulled in upstream patch from libxml that addresses CVE-2020-7595. Full details are available in [#1992](https://github-redirect.dependabot.com/sparklemotion/nokogiri/issues/1992). Note that this patch is not yet (as of 2020-02-10) in an upstream release of libxml. > > > ## 1.10.7 / 2019-12-03 > > ### Fixed > > * [MRI] Ensure the patch applied in v1.10.6 works with GNU `patch`. [[#1954](https://github-redirect.dependabot.com/sparklemotion/nokogiri/issues/1954)] > > > ## 1.10.6 / 2019-12-03 > > ### Fixed > > * [MRI] Fix FreeBSD installation of vendored libxml2. [[#1941](https://github-redirect.dependabot.com/sparklemotion/nokogiri/issues/1941), [#1953](https://github-redirect.dependabot.com/sparklemotion/nokogiri/issues/1953)] (Thanks, [@​nurse](https://github.com/nurse)!) > > > ## 1.10.5 / 2019-10-31 > > ### Security > > [MRI] Vendored libxslt upgraded to v1.1.34 which addresses three CVEs for libxslt: > > * CVE-2019-13117 > * CVE-2019-13118 > * CVE-2019-18197 > * CVE-2019-19956 > > More details are available at [#1943](https://github-redirect.dependabot.com/sparklemotion/nokogiri/issues/1943). > > > ### Dependencies > > * [MRI] vendored libxml2 is updated from 2.9.9 to 2.9.10 > * [MRI] vendored libxslt is updated from 1.1.33 to 1.1.34 </details> <details> <summary>Commits</summary> - [`6ce10d1`](https://github.com/sparklemotion/nokogiri/commit/6ce10d15d7af6ad65813a495eaf168f73eba211c) version bump to v1.10.8 - [`2320f5b`](https://github.com/sparklemotion/nokogiri/commit/2320f5bd6319dca9c68d85bbf41629bbf8052a49) update CHANGELOG for v1.10.8 - [`4a77fdb`](https://github.com/sparklemotion/nokogiri/commit/4a77fdb789aefed7ca65c7c7f57ad4dca0d3b209) remove patches from the hoe Manifest - [`570b6cb`](https://github.com/sparklemotion/nokogiri/commit/570b6cbc5fbc5ee7ef969332c587b951ae35bcd0) update to use rake-compiler ~1.1.0 - [`2cdb68e`](https://github.com/sparklemotion/nokogiri/commit/2cdb68e95aa075ac36a08d4d82d9b410a950a051) backport libxml2 patch for CVE-2020-7595 - [`e6b3229`](https://github.com/sparklemotion/nokogiri/commit/e6b3229ec53ddf70f1d198bba0d3fc13fde842a8) version bump to v1.10.7 - [`4f9d443`](https://github.com/sparklemotion/nokogiri/commit/4f9d443c2fddc40eefec3366000861433aff6179) update CHANGELOG - [`80e67ef`](https://github.com/sparklemotion/nokogiri/commit/80e67ef636ce0ddd55a4a7578d7bbdb186002560) Fix the patch from [#1953](https://github-redirect.dependabot.com/sparklemotion/nokogiri/issues/1953) to work with both `git` and `patch` - [`7cf1b85`](https://github.com/sparklemotion/nokogiri/commit/7cf1b85a5f8033252e55844ab2765e8f612d4d89) Fix typo in generated metadata - [`d76180d`](https://github.com/sparklemotion/nokogiri/commit/d76180d0d26a7afb76d84e0de2550ac3bb6abb15) add gem metadata - Additional commits viewable in [compare view](https://github.com/sparklemotion/nokogiri/compare/v1.10.4...v1.10.8) </details> <br /> [](https://help.github.com/articles/configuring-automated-security-fixes ) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 25 Feb, 2020 5 commits
-
-
MozLando authored
6076: Closes #6075: Create a migration for SitePermissionsDatabase to introduce autoplay fields. r=csadilek a=Amejia481 Co-authored-by:
Arturo Mejia <arturomejiamarmol@gmail.com>
-
Arturo Mejia authored
autoplay fields
-
MozLando authored
6074: Closes #6073: Adds animation to showPopupWhereBestFits menu r=Amejia481 a=sblatz Co-authored-by:
Sawyer Blatz <sdblatz@gmail.com>
-
Sawyer Blatz authored
-
MozLando authored
6063: Support appServerKey and complete callbacks for push subscription failures r=rocketsroger a=jonalmeida Co-authored-by:
Jonathan Almeida <jalmeida@mozilla.com>
-