Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Close #8823 allow data urls to be downloaded using the new gv download api #8829

Merged
merged 2 commits into from
Oct 29, 2020

Conversation

Amejia481
Copy link
Contributor

When we moved to the new GeckoView api, we gained the functionality of downloading data URLs that the previous API didn't provided and we handled ourself, but we have to do some adjustments for it, as it doesn't have the same info as a HTTP request, like response.status or headers, for data URIs we have to do not do checks for these fields

Pull Request checklist

  • Quality: This PR builds and passes detekt/ktlint checks (A pre-push hook is recommended)
  • Tests: This PR includes thorough tests or an explanation of why it does not
  • Changelog: This PR includes a changelog entry or does not need one
  • Accessibility: The code in this PR follows accessibility best practices or does not include any user facing features

After merge

  • Milestone: Make sure issues closed by this pull request are added to the milestone of the version currently in development.
  • Breaking Changes: If this is a breaking change, please push a draft PR on Reference Browser to address the breaking issues.

Copy link
Contributor

@csadilek csadilek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@Amejia481 Amejia481 added 🛬 needs landing PRs that are ready to land and removed 🕵️‍♀️ needs review PRs that need to be reviewed labels Oct 29, 2020
@mergify mergify bot merged commit 5ea24d7 into mozilla-mobile:master Oct 29, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🛬 needs landing PRs that are ready to land
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants