-
Notifications
You must be signed in to change notification settings - Fork 918
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
Permissions: Unify Location #5208
Merged
malmstein
merged 8 commits into
develop
from
feature/david/10-28-permissions_unify_location
Nov 13, 2024
Merged
Permissions: Unify Location #5208
malmstein
merged 8 commits into
develop
from
feature/david/10-28-permissions_unify_location
Nov 13, 2024
+1,006
−1,041
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cd49a6f - Browse repository at this point
Copy the full SHA cd49a6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6e3885 - Browse repository at this point
Copy the full SHA b6e3885View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ee8584 - Browse repository at this point
Copy the full SHA 3ee8584View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3c1cbb - Browse repository at this point
Copy the full SHA c3c1cbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c02314 - Browse repository at this point
Copy the full SHA 5c02314View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98967c0 - Browse repository at this point
Copy the full SHA 98967c0View commit details -
Site Permissions: Pixels (#5268)
Task/Issue URL: https://app.asana.com/0/0/1208750400255371/f ### Description PIxels for the new site permission dialogs ### Steps to test this PR _Impression pixel_ - [x] open app visit permission.site - [x] tap on camera - [x] verify `m_site_permissions_dialog_impresssion` with parameter `type:camera` is sent - [x] tap on microphone - [x] verify `m_site_permissions_dialog_impresssion` with parameter `type: microphone ` is sent - [x] tap on camera + microphone - [x] verify `m_site_permissions_dialog_impresssion` with parameter `type:camera_and_microphone` is sent - [x] tap on drm - [x] verify `m_site_permissions_dialog_impresssion` with parameter `type: drm ` is sent - [x] tap on location - [x] verify `m_site_permissions_dialog_impresssion` with parameter `type:location` is sent _Click pixel_ - [x] open app visit permission.site - [x] tap on camera and enable system permission - [x] tap on Allow (checked box not pressed) - [x] verify `m_site_permissions_dialog_click` with parameters `type:camera` and `selection:allow_once` is sent - [x] tap on microphone and enable system permission - [x] tap on Deny (checked box not pressed) - [x] verify `m_site_permissions_dialog_click` with parameters `type:microphone` and `selection:deny_once` is sent - [x] tap on drm - [x] tap on Allow (checked box pressed) - [x] verify `m_site_permissions_dialog_click` with parameters `type:drm` and `selection:allow_always` is sent - [x] tap on location and enable system permissions - [x] tap on Deny (checked box pressed) - [x] verify `m_site_permissions_dialog_click` with parameters `type:location` and `selection:deny_always` is sent Notes: Pixels don’t include ATB
Configuration menu - View commit details
-
Copy full SHA for d1759eb - Browse repository at this point
Copy the full SHA d1759ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9256ce5 - Browse repository at this point
Copy the full SHA 9256ce5View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.