Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Fix #168: Only add url to history if the tab is not private #194

Merged
merged 1 commit into from
Aug 31, 2018
Merged

Fix #168: Only add url to history if the tab is not private #194

merged 1 commit into from
Aug 31, 2018

Conversation

cndouglas
Copy link
Contributor

Pull Request Checklist

  • My patch has gone through review and I have addressed review comments

  • My patch has a standard commit message that looks like Fix #123: This fixes the shattered coffee cup!

  • I have updated the Unit Tests to cover new or changed functionality

  • I have updated the UI Tests to cover new or changed functionality

  • I have marked the bug with [needsuplift]

  • I have made sure that localizable strings use NSLocalizableString()

Fix #168

Notes for testing this patch

With this change, any URLs visited in private browsing should not appear in the browsing history.

  1. Open a new (normal) tab and go to any site.
  2. Open Menu > History and make sure the current tab info is in the history.
  3. Open a new private tab and go to any site.
  4. Open Menu > History and make sure the current tab info is not in the history.

@tmancey tmancey changed the title [needsuplift] Fix #168: Only add url to history if the tab is not private Fix #168: Only add url to history if the tab is not private Aug 25, 2018
@tmancey tmancey merged commit f8b1568 into brave:development Aug 31, 2018
@cndouglas cndouglas deleted the fix-168 branch August 31, 2018 15:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Private browsing visited sites are stored in history
2 participants