Terry Mancey
Terry Mancey
### Description ### Platforms all ### Description Only load purchase intent resource if the user has joined Brave Rewards and opted-in to notification ads to improve performance. Currently we also...
### Description See https://github.com/brave/reviews/issues/1636 > 2.1 For non-Rewards users (see separate commits): - [x] Only collect essential metadata for non-Rewards users - [x] Search result ad with no conversion url...
### Description Rename `_unittest_util.[h|cc]` to `_test_util.[h|cc]` to follow Chromium pattern
Resolves https://github.com/brave/brave-browser/issues/38955 ## Submitter Checklist: - [x] I confirm that no [security/privacy review is needed](https://github.com/brave/brave-browser/wiki/Security-reviews) and no other type of reviews are needed, or that I have [requested](https://github.com/brave/reviews/issues/new/choose) them -...
Resolves https://github.com/brave/brave-browser/issues/39327 ## Submitter Checklist: - [x] I confirm that no [security/privacy review is needed](https://github.com/brave/brave-browser/wiki/Security-reviews) and no other type of reviews are needed, or that I have [requested](https://github.com/brave/reviews/issues/new/choose) them -...
### Description `components/brave_ads/core/test/data/database_migration/mock_database.py` disables foreign keys while mocking the database. This could potentially mask issues related to foreign key constraints during testing.