-
Notifications
You must be signed in to change notification settings - Fork 871
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
[ads] General code health #24397
[ads] General code health #24397
Conversation
a1e1a1f
to
66c34b3
Compare
browser/brave_ads/creatives/search_result_ad/creative_search_result_ad_tab_helper.cc
Show resolved
Hide resolved
34bed4a
to
2d44668
Compare
browser/brave_ads/creatives/search_result_ad/creative_search_result_ad_tab_helper.cc
Show resolved
Hide resolved
0c873f6
to
973108b
Compare
ok to ignore the security action findings as long as these are all refactoring changes, not adding any new code |
b857a15
to
84d392d
Compare
06bf662
to
fcc35e0
Compare
[puLL-Merge] - brave/brave-core@24397 DescriptionThis PR refactors the handling of search result ads in Brave, renaming components and restructuring the code to improve organization and clarity. The main changes involve renaming "SearchResultAd" to "CreativeSearchResultAd" and moving files to a new "creatives" directory structure. The PR also includes updates to related tests and changes to the mojom interface. ChangesChanges
Possible Issues
Security HotspotsNo significant security hotspots were identified in this change. The refactoring primarily focuses on reorganization and renaming, which should not introduce new security vulnerabilities if implemented correctly. |
25c27a0
to
d259290
Compare
a7b940f
to
058542e
Compare
Resolves brave/brave-browser#39403
Submitter Checklist:
QA/Yes
orQA/No
;release-notes/include
orrelease-notes/exclude
;OS/...
) to the associated issuenpm run test -- brave_browser_tests
,npm run test -- brave_unit_tests
wikinpm run presubmit
wiki,npm run gn_check
,npm run tslint
git rebase master
(if needed)Reviewer Checklist:
gn
After-merge Checklist:
changes has landed on
Test Plan:
Regression test for search result ads.