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

Add is_remote flag to HistoryVisitInfo #4810

Merged
merged 1 commit into from
Feb 1, 2022
Merged

Conversation

mhammond
Copy link
Member

@mhammond mhammond commented Feb 1, 2022

Is this all we need? CC @mavduevskiy

Fixes #4779.

@mhammond mhammond requested a review from grigoryk February 1, 2022 05:49
@mhammond
Copy link
Member Author

mhammond commented Feb 1, 2022

Oops - meant to say I used is_remote rather than is_local for consistency with VisitObservation which already has is_remote

@codecov-commenter
Copy link

Codecov Report

Merging #4810 (202df02) into main (2e88010) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #4810   +/-   ##
=======================================
  Coverage   81.49%   81.49%           
=======================================
  Files          49       49           
  Lines        5653     5653           
=======================================
  Hits         4607     4607           
  Misses       1046     1046           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2e88010...202df02. Read the comment docs.

@grigoryk
Copy link
Contributor

grigoryk commented Feb 1, 2022

Thanks, @mhammond !

@@ -278,6 +278,7 @@ dictionary HistoryVisitInfo {
VisitTransition visit_type;
boolean is_hidden;
Url? preview_image_url;
boolean is_remote;
Copy link
Contributor

Choose a reason for hiding this comment

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

<3 uniffi!

@mhammond mhammond merged commit 76e4c8f into mozilla:main Feb 1, 2022
mhammond added a commit to mhammond/application-services that referenced this pull request Feb 1, 2022
mhammond added a commit to mhammond/application-services that referenced this pull request Feb 1, 2022
mhammond added a commit to mhammond/application-services that referenced this pull request Feb 1, 2022
mhammond added a commit to mhammond/application-services that referenced this pull request Feb 1, 2022
bendk pushed a commit that referenced this pull request Feb 2, 2022
@mhammond mhammond deleted the is_remote branch July 8, 2022 02:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expose is_local for history visits
3 participants