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

Disable password sign in promo disregarding sync status #3566

Merged
merged 1 commit into from
Oct 2, 2019

Conversation

darkdh
Copy link
Member

@darkdh darkdh commented Sep 30, 2019

fix brave/brave-browser#5849

Submitter Checklist:

Test Plan:

  1. Make sure Offer to save passwords is enabled in brave://settings/passwords and setup brave sync
  2. Login into a website
  3. There should be a prompt asking whether to save password, click Save

Screen Shot 2019-09-30 at 13 43 47

4. There shouldn't be any prompt asking to sign in, now click on the key icon, we should see

Screen Shot 2019-09-30 at 13 44 09

Reviewer Checklist:

  • New files have MPL-2.0 license header.
  • Request a security/privacy review as needed.
  • Adequate test coverage exists to prevent regressions
  • Verify test plan is specified in PR before merging to source

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 added the bug label Sep 30, 2019
@darkdh darkdh self-assigned this Sep 30, 2019
@darkdh darkdh requested a review from AlexeyBarabash October 1, 2019 16:50
Copy link
Member

@bsclifton bsclifton left a comment

Choose a reason for hiding this comment

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

Verified this works great! (Tested with and without the change)

Code changes look good too 👍

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.

++

@bsclifton bsclifton merged commit e755500 into master Oct 2, 2019
@bsclifton bsclifton deleted the pw-signin-promo branch October 2, 2019 17:38
brave-builds pushed a commit that referenced this pull request Oct 2, 2019
brave-builds pushed a commit that referenced this pull request Oct 2, 2019
brave-builds pushed a commit that referenced this pull request Oct 2, 2019
mariospr added a commit that referenced this pull request Jul 22, 2021
The signin promo has been entirely deleted from upstream, so we neither
need nor can keep this code around, as it won't do anything other than
breaking the build.

This is essentially a revert of github.com//pull/3566

Chromium change:

https://chromium.googlesource.com/chromium/src/+/41d144e7c8dbe2b5a59ff87b0d45566fb3a0c468

commit 41d144e7c8dbe2b5a59ff87b0d45566fb3a0c468
Author: Marc Treib <[email protected]>
Date:   Mon Jul 12 09:47:19 2021 +0000

    B4P cleanup, part 3: Delete Passwords Signin promo

    This promo is not used anymore and so can be deleted.
    This CL also deletes the related helper
    ShouldShowChromeSignInPasswordPromo and deprecates the related prefs.

    Bug: 1108738
mariospr added a commit that referenced this pull request Jul 27, 2021
The signin promo has been entirely deleted from upstream, so we neither
need nor can keep this code around, as it won't do anything other than
breaking the build.

This is essentially a revert of github.com//pull/3566

Chromium change:

https://chromium.googlesource.com/chromium/src/+/41d144e7c8dbe2b5a59ff87b0d45566fb3a0c468

commit 41d144e7c8dbe2b5a59ff87b0d45566fb3a0c468
Author: Marc Treib <[email protected]>
Date:   Mon Jul 12 09:47:19 2021 +0000

    B4P cleanup, part 3: Delete Passwords Signin promo

    This promo is not used anymore and so can be deleted.
    This CL also deletes the related helper
    ShouldShowChromeSignInPasswordPromo and deprecates the related prefs.

    Bug: 1108738
mariospr added a commit that referenced this pull request Jul 28, 2021
The signin promo has been entirely deleted from upstream, so we neither
need nor can keep this code around, as it won't do anything other than
breaking the build.

This is essentially a revert of github.com//pull/3566

Chromium change:

https://chromium.googlesource.com/chromium/src/+/41d144e7c8dbe2b5a59ff87b0d45566fb3a0c468

commit 41d144e7c8dbe2b5a59ff87b0d45566fb3a0c468
Author: Marc Treib <[email protected]>
Date:   Mon Jul 12 09:47:19 2021 +0000

    B4P cleanup, part 3: Delete Passwords Signin promo

    This promo is not used anymore and so can be deleted.
    This CL also deletes the related helper
    ShouldShowChromeSignInPasswordPromo and deprecates the related prefs.

    Bug: 1108738
mkarolin pushed a commit that referenced this pull request Jul 29, 2021
The signin promo has been entirely deleted from upstream, so we neither
need nor can keep this code around, as it won't do anything other than
breaking the build.

This is essentially a revert of github.com//pull/3566

Chromium change:

https://chromium.googlesource.com/chromium/src/+/41d144e7c8dbe2b5a59ff87b0d45566fb3a0c468

commit 41d144e7c8dbe2b5a59ff87b0d45566fb3a0c468
Author: Marc Treib <[email protected]>
Date:   Mon Jul 12 09:47:19 2021 +0000

    B4P cleanup, part 3: Delete Passwords Signin promo

    This promo is not used anymore and so can be deleted.
    This CL also deletes the related helper
    ShouldShowChromeSignInPasswordPromo and deprecates the related prefs.

    Bug: 1108738
mariospr added a commit that referenced this pull request Jul 30, 2021
The signin promo has been entirely deleted from upstream, so we neither
need nor can keep this code around, as it won't do anything other than
breaking the build.

This is essentially a revert of github.com//pull/3566

Chromium change:

https://chromium.googlesource.com/chromium/src/+/41d144e7c8dbe2b5a59ff87b0d45566fb3a0c468

commit 41d144e7c8dbe2b5a59ff87b0d45566fb3a0c468
Author: Marc Treib <[email protected]>
Date:   Mon Jul 12 09:47:19 2021 +0000

    B4P cleanup, part 3: Delete Passwords Signin promo

    This promo is not used anymore and so can be deleted.
    This CL also deletes the related helper
    ShouldShowChromeSignInPasswordPromo and deprecates the related prefs.

    Bug: 1108738
mkarolin pushed a commit that referenced this pull request Aug 2, 2021
The signin promo has been entirely deleted from upstream, so we neither
need nor can keep this code around, as it won't do anything other than
breaking the build.

This is essentially a revert of github.com//pull/3566

Chromium change:

https://chromium.googlesource.com/chromium/src/+/41d144e7c8dbe2b5a59ff87b0d45566fb3a0c468

commit 41d144e7c8dbe2b5a59ff87b0d45566fb3a0c468
Author: Marc Treib <[email protected]>
Date:   Mon Jul 12 09:47:19 2021 +0000

    B4P cleanup, part 3: Delete Passwords Signin promo

    This promo is not used anymore and so can be deleted.
    This CL also deletes the related helper
    ShouldShowChromeSignInPasswordPromo and deprecates the related prefs.

    Bug: 1108738
mariospr added a commit that referenced this pull request Aug 4, 2021
The signin promo has been entirely deleted from upstream, so we neither
need nor can keep this code around, as it won't do anything other than
breaking the build.

This is essentially a revert of github.com//pull/3566

Chromium change:

https://chromium.googlesource.com/chromium/src/+/41d144e7c8dbe2b5a59ff87b0d45566fb3a0c468

commit 41d144e7c8dbe2b5a59ff87b0d45566fb3a0c468
Author: Marc Treib <[email protected]>
Date:   Mon Jul 12 09:47:19 2021 +0000

    B4P cleanup, part 3: Delete Passwords Signin promo

    This promo is not used anymore and so can be deleted.
    This CL also deletes the related helper
    ShouldShowChromeSignInPasswordPromo and deprecates the related prefs.

    Bug: 1108738
mkarolin pushed a commit that referenced this pull request Aug 5, 2021
The signin promo has been entirely deleted from upstream, so we neither
need nor can keep this code around, as it won't do anything other than
breaking the build.

This is essentially a revert of github.com//pull/3566

Chromium change:

https://chromium.googlesource.com/chromium/src/+/41d144e7c8dbe2b5a59ff87b0d45566fb3a0c468

commit 41d144e7c8dbe2b5a59ff87b0d45566fb3a0c468
Author: Marc Treib <[email protected]>
Date:   Mon Jul 12 09:47:19 2021 +0000

    B4P cleanup, part 3: Delete Passwords Signin promo

    This promo is not used anymore and so can be deleted.
    This CL also deletes the related helper
    ShouldShowChromeSignInPasswordPromo and deprecates the related prefs.

    Bug: 1108738
mkarolin pushed a commit that referenced this pull request Aug 7, 2021
The signin promo has been entirely deleted from upstream, so we neither
need nor can keep this code around, as it won't do anything other than
breaking the build.

This is essentially a revert of github.com//pull/3566

Chromium change:

https://chromium.googlesource.com/chromium/src/+/41d144e7c8dbe2b5a59ff87b0d45566fb3a0c468

commit 41d144e7c8dbe2b5a59ff87b0d45566fb3a0c468
Author: Marc Treib <[email protected]>
Date:   Mon Jul 12 09:47:19 2021 +0000

    B4P cleanup, part 3: Delete Passwords Signin promo

    This promo is not used anymore and so can be deleted.
    This CL also deletes the related helper
    ShouldShowChromeSignInPasswordPromo and deprecates the related prefs.

    Bug: 1108738
mariospr added a commit that referenced this pull request Aug 9, 2021
The signin promo has been entirely deleted from upstream, so we neither
need nor can keep this code around, as it won't do anything other than
breaking the build.

This is essentially a revert of github.com//pull/3566

Chromium change:

https://chromium.googlesource.com/chromium/src/+/41d144e7c8dbe2b5a59ff87b0d45566fb3a0c468

commit 41d144e7c8dbe2b5a59ff87b0d45566fb3a0c468
Author: Marc Treib <[email protected]>
Date:   Mon Jul 12 09:47:19 2021 +0000

    B4P cleanup, part 3: Delete Passwords Signin promo

    This promo is not used anymore and so can be deleted.
    This CL also deletes the related helper
    ShouldShowChromeSignInPasswordPromo and deprecates the related prefs.

    Bug: 1108738
mariospr added a commit that referenced this pull request Aug 10, 2021
The signin promo has been entirely deleted from upstream, so we neither
need nor can keep this code around, as it won't do anything other than
breaking the build.

This is essentially a revert of github.com//pull/3566

Chromium change:

https://chromium.googlesource.com/chromium/src/+/41d144e7c8dbe2b5a59ff87b0d45566fb3a0c468

commit 41d144e7c8dbe2b5a59ff87b0d45566fb3a0c468
Author: Marc Treib <[email protected]>
Date:   Mon Jul 12 09:47:19 2021 +0000

    B4P cleanup, part 3: Delete Passwords Signin promo

    This promo is not used anymore and so can be deleted.
    This CL also deletes the related helper
    ShouldShowChromeSignInPasswordPromo and deprecates the related prefs.

    Bug: 1108738
mkarolin pushed a commit that referenced this pull request Aug 12, 2021
The signin promo has been entirely deleted from upstream, so we neither
need nor can keep this code around, as it won't do anything other than
breaking the build.

This is essentially a revert of github.com//pull/3566

Chromium change:

https://chromium.googlesource.com/chromium/src/+/41d144e7c8dbe2b5a59ff87b0d45566fb3a0c468

commit 41d144e7c8dbe2b5a59ff87b0d45566fb3a0c468
Author: Marc Treib <[email protected]>
Date:   Mon Jul 12 09:47:19 2021 +0000

    B4P cleanup, part 3: Delete Passwords Signin promo

    This promo is not used anymore and so can be deleted.
    This CL also deletes the related helper
    ShouldShowChromeSignInPasswordPromo and deprecates the related prefs.

    Bug: 1108738
mkarolin pushed a commit that referenced this pull request Aug 16, 2021
The signin promo has been entirely deleted from upstream, so we neither
need nor can keep this code around, as it won't do anything other than
breaking the build.

This is essentially a revert of github.com//pull/3566

Chromium change:

https://chromium.googlesource.com/chromium/src/+/41d144e7c8dbe2b5a59ff87b0d45566fb3a0c468

commit 41d144e7c8dbe2b5a59ff87b0d45566fb3a0c468
Author: Marc Treib <[email protected]>
Date:   Mon Jul 12 09:47:19 2021 +0000

    B4P cleanup, part 3: Delete Passwords Signin promo

    This promo is not used anymore and so can be deleted.
    This CL also deletes the related helper
    ShouldShowChromeSignInPasswordPromo and deprecates the related prefs.

    Bug: 1108738
mkarolin pushed a commit that referenced this pull request Aug 18, 2021
The signin promo has been entirely deleted from upstream, so we neither
need nor can keep this code around, as it won't do anything other than
breaking the build.

This is essentially a revert of github.com//pull/3566

Chromium change:

https://chromium.googlesource.com/chromium/src/+/41d144e7c8dbe2b5a59ff87b0d45566fb3a0c468

commit 41d144e7c8dbe2b5a59ff87b0d45566fb3a0c468
Author: Marc Treib <[email protected]>
Date:   Mon Jul 12 09:47:19 2021 +0000

    B4P cleanup, part 3: Delete Passwords Signin promo

    This promo is not used anymore and so can be deleted.
    This CL also deletes the related helper
    ShouldShowChromeSignInPasswordPromo and deprecates the related prefs.

    Bug: 1108738
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove "sign in to Brave" dialog when saving passwords
3 participants