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

Rename "Bookmarks Bar/bar" to "Bookmarks" (brave-browser) #6344

Merged
merged 1 commit into from
Oct 16, 2019

Conversation

darkdh
Copy link
Member

@darkdh darkdh commented Oct 7, 2019

required by brave/brave-core#3620

Submitter Checklist:

Test Plan:

Reviewer Checklist:

  • New files have MPL-2.0 license header.
  • Request a security/privacy review as needed.
  • Adequate test coverage exists to prevent regressions.

After-merge Checklist:

  • The associated issue milestone is set to the smallest version that the
    changes has landed on.
  • All relevant documentation has been updated.

@darkdh darkdh force-pushed the hide-other-bookmarks branch 3 times, most recently from 9360be7 to 7b0cb9f Compare October 9, 2019 23:45
@darkdh darkdh requested review from petemill and bsclifton October 10, 2019 01:02
@darkdh darkdh self-assigned this Oct 10, 2019
@darkdh darkdh requested a review from AlexeyBarabash October 10, 2019 01:02
AlexeyBarabash
AlexeyBarabash previously approved these changes Oct 10, 2019
Copy link
Contributor

@AlexeyBarabash AlexeyBarabash left a comment

Choose a reason for hiding this comment

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

Looks good , works well with brave/brave-core#3620

@darkdh darkdh mentioned this pull request Oct 10, 2019
32 tasks
@@ -149,4 +158,7 @@ const defaultReplacements = [
[/(?<!authenticate )people(?! with slow connections?)/g, 'profiles'],
[/(Person)(?!\w)/g, 'Profile'],
[/(person)(?!\w)/g, 'profile'],
[/Bookmarks Bar\n/g, 'Bookmarks\n'],
Copy link
Member

Choose a reason for hiding this comment

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

nit: couldn't this be done in 1 line by using case-insensitive regex /bookmarks bar\n/gi?

Copy link
Member Author

Choose a reason for hiding this comment

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

no because the third one is replaced by bookmarks

@darkdh darkdh requested a review from bridiver October 15, 2019 00:28
bridiver
bridiver previously approved these changes Oct 15, 2019
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.

4 participants