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

Issue #10611 - Add a new SelectOrAddUseCase for reopening existing tab with matching HistoryMetadataKey #10593

Merged

Conversation

gabrielluong
Copy link
Member

@gabrielluong gabrielluong commented Jul 13, 2021

Fixes #10611

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.

@gabrielluong gabrielluong changed the title Prototype of reopening existing tab with matching HistoryMetadataKey Issue #10611 - Add a new SelectOrAddUseCase for reopening existing tab with matching HistoryMetadataKey Jul 15, 2021
@gabrielluong gabrielluong force-pushed the history-metadata-use-case branch 6 times, most recently from de40778 to 04126e3 Compare July 15, 2021 16:24
…ng existing tab with matching HistoryMetadataKey
@gabrielluong gabrielluong force-pushed the history-metadata-use-case branch from 04126e3 to 857a125 Compare July 15, 2021 16:28
@gabrielluong gabrielluong marked this pull request as ready for review July 15, 2021 16:28
@gabrielluong gabrielluong requested a review from jonalmeida as a code owner July 15, 2021 16:28
@gabrielluong gabrielluong requested a review from csadilek July 15, 2021 16:28
@gabrielluong gabrielluong added the 🕵️‍♀️ needs review PRs that need to be reviewed label Jul 15, 2021
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.

👍

/**
* Selects an already existing tab displaying [url] or otherwise creates a new tab.
*
* @param url The URL to be loaded in the new tab.
* @param private Whether or not this session should use private mode.
Copy link
Contributor

Choose a reason for hiding this comment

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

This is actually a bug for the found and selected case but we have it on file: #10560 to address outside of this.

@gabrielluong gabrielluong added the 🛬 needs landing PRs that are ready to land label Jul 15, 2021
@gabrielluong gabrielluong force-pushed the history-metadata-use-case branch from d479352 to 857a125 Compare July 15, 2021 17:43
@csadilek
Copy link
Contributor

All green, but mergify didn't pick it up, will land it.

@csadilek csadilek merged commit 94be97a into mozilla-mobile:master Jul 15, 2021
@gabrielluong gabrielluong deleted the history-metadata-use-case branch July 15, 2021 22:02
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 🕵️‍♀️ needs review PRs that need to be reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a new SelectOrAddUseCase for reopening existing tab with matching HistoryMetadataKey
2 participants