Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make addCookies method public. #27512

Closed
wants to merge 1 commit into from
Closed

Make addCookies method public. #27512

wants to merge 1 commit into from

Conversation

safaiyeh
Copy link
Contributor

Summary

react-native-cookie-store wants the ability to set custom cookies on Android. We use ForwardingCookieHandler to mange the cookies. Exposing the addCookies method will allow the module to provide the same functionality on Android.

safaiyeh/react-native-cookie-store#1

Changelog

[Android] [Changed] - Expose addCookies method

Test Plan

N/A

@react-native-bot react-native-bot added the Platform: Android Android applications. label Dec 14, 2019
@safaiyeh
Copy link
Contributor Author

cc @cpojer

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Dec 14, 2019
@harrydema
Copy link

+1

Copy link
Contributor

@cpojer cpojer left a comment

Choose a reason for hiding this comment

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

Seems alright, thank you for your PR!

Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

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

@cpojer is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@react-native-bot
Copy link
Collaborator

This pull request was successfully merged by @safaiyeh in cc845cc.

When will my fix make it into a release? | Upcoming Releases

@react-native-bot react-native-bot added the Merged This PR has been merged. label Dec 27, 2019
@safaiyeh safaiyeh deleted the patch-2 branch December 27, 2019 15:35
@safaiyeh
Copy link
Contributor Author

@cpojer Thank You!

alloy pushed a commit that referenced this pull request Feb 13, 2020
Summary:
react-native-cookie-store wants the ability to set custom cookies on Android. We use ForwardingCookieHandler to mange the cookies. Exposing the `addCookies` method will allow the module to provide the same functionality on Android.

safaiyeh/react-native-cookie-store#1

## Changelog

[Android] [Changed] - Expose addCookies method
Pull Request resolved: #27512

Test Plan: N/A

Differential Revision: D19236309

Pulled By: cpojer

fbshipit-source-id: bf1a0730165456c34c5bf432ac370176a881cbcf
osdnk pushed a commit to osdnk/react-native that referenced this pull request Mar 9, 2020
Summary:
react-native-cookie-store wants the ability to set custom cookies on Android. We use ForwardingCookieHandler to mange the cookies. Exposing the `addCookies` method will allow the module to provide the same functionality on Android.

safaiyeh/react-native-cookie-store#1

## Changelog

[Android] [Changed] - Expose addCookies method
Pull Request resolved: facebook#27512

Test Plan: N/A

Differential Revision: D19236309

Pulled By: cpojer

fbshipit-source-id: bf1a0730165456c34c5bf432ac370176a881cbcf
KusStar pushed a commit to KusStar/react-native that referenced this pull request Nov 2, 2020
Summary:
react-native-cookie-store wants the ability to set custom cookies on Android. We use ForwardingCookieHandler to mange the cookies. Exposing the `addCookies` method will allow the module to provide the same functionality on Android.

safaiyeh/react-native-cookie-store#1

## Changelog

[Android] [Changed] - Expose addCookies method
Pull Request resolved: facebook#27512

Test Plan: N/A

Differential Revision: D19236309

Pulled By: cpojer

fbshipit-source-id: bf1a0730165456c34c5bf432ac370176a881cbcf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Merged This PR has been merged. Platform: Android Android applications.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants