-
Notifications
You must be signed in to change notification settings - Fork 885
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
Search result ad view/click confirmation. #16179
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aseren
changed the title
Search result ad click confirmation.
Search result ad view/click confirmation.
Nov 30, 2022
This was referenced Dec 1, 2022
diracdeltas
reviewed
Dec 2, 2022
components/brave_ads/core/browser/search_result_ad/search_result_ad_parsing.cc
Show resolved
Hide resolved
aseren
force-pushed
the
issues/23002_search_result_ad_tab_helper
branch
4 times, most recently
from
December 23, 2022 02:40
5343b04
to
370c020
Compare
aseren
force-pushed
the
issues/23002_search_result_ad_tab_helper
branch
from
January 6, 2023 16:58
370c020
to
2817dbe
Compare
tmancey
reviewed
Jan 16, 2023
browser/brave_ads/search_result_ad/search_result_ad_tab_helper.cc
Outdated
Show resolved
Hide resolved
tmancey
reviewed
Jan 16, 2023
tmancey
reviewed
Jan 16, 2023
browser/brave_ads/search_result_ad/search_result_ad_tab_helper.cc
Outdated
Show resolved
Hide resolved
tmancey
reviewed
Jan 16, 2023
browser/brave_ads/search_result_ad/search_result_ad_tab_helper.h
Outdated
Show resolved
Hide resolved
tmancey
reviewed
Jan 16, 2023
browser/brave_ads/search_result_ad/search_result_ad_tab_helper.h
Outdated
Show resolved
Hide resolved
tmancey
reviewed
Jan 16, 2023
components/brave_ads/content/browser/search_result_ad/search_result_ad_handler.cc
Outdated
Show resolved
Hide resolved
tmancey
reviewed
Jan 16, 2023
components/brave_ads/content/browser/search_result_ad/search_result_ad_handler.cc
Outdated
Show resolved
Hide resolved
tmancey
reviewed
Jan 16, 2023
components/brave_ads/content/browser/search_result_ad/search_result_ad_handler.cc
Show resolved
Hide resolved
tmancey
reviewed
Jan 16, 2023
tmancey
reviewed
Jan 16, 2023
components/brave_ads/core/browser/search_result_ad/search_result_ad_converting_util.cc
Outdated
Show resolved
Hide resolved
tmancey
reviewed
Jan 16, 2023
components/brave_ads/core/browser/search_result_ad/search_result_ad_converting_util.cc
Outdated
Show resolved
Hide resolved
tmancey
reviewed
Jan 16, 2023
components/brave_ads/core/browser/search_result_ad/test_web_page_util.h
Outdated
Show resolved
Hide resolved
tmancey
reviewed
Jan 16, 2023
components/brave_ads/content/browser/search_result_ad/search_result_ad_handler_unittest.cc
Outdated
Show resolved
Hide resolved
aseren
force-pushed
the
issues/23002_search_result_ad_tab_helper
branch
from
January 17, 2023 16:02
2817dbe
to
837f56d
Compare
diracdeltas
reviewed
Jan 17, 2023
components/brave_ads/content/browser/search_result_ad/search_result_ad_handler.cc
Outdated
Show resolved
Hide resolved
aseren
force-pushed
the
issues/23002_search_result_ad_tab_helper
branch
from
January 18, 2023 20:32
837f56d
to
691447a
Compare
aseren
force-pushed
the
issues/23002_search_result_ad_tab_helper
branch
from
January 24, 2023 20:09
691447a
to
85f1ac2
Compare
goodov
reviewed
Jan 25, 2023
components/brave_ads/core/browser/search_result_ad/test_web_page_util.cc
Outdated
Show resolved
Hide resolved
components/brave_ads/core/browser/search_result_ad/search_result_ad_converting_util.cc
Outdated
Show resolved
Hide resolved
goodov
reviewed
Jan 25, 2023
aseren
force-pushed
the
issues/23002_search_result_ad_tab_helper
branch
from
January 26, 2023 03:32
d81caf1
to
cb7685e
Compare
goodov
reviewed
Jan 26, 2023
aseren
force-pushed
the
issues/23002_search_result_ad_tab_helper
branch
from
January 30, 2023 21:40
cb7685e
to
f29f134
Compare
goodov
approved these changes
Jan 31, 2023
components/brave_ads/core/browser/search_result_ad/search_result_ad_converting_util.cc
Outdated
Show resolved
Hide resolved
tmancey
approved these changes
Jan 31, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM++
aseren
force-pushed
the
issues/23002_search_result_ad_tab_helper
branch
from
January 31, 2023 17:39
f29f134
to
b32ae23
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Spec: https://docs.google.com/document/d/1ncuyw0Yv_qawR-FM0_e1r4pNU2pGDhS49KfwfHqqrqs/edit#heading=h.hnm67cu7xxpw
See logic description here: https://github.com/brave/security/issues/1128
Resolves brave/brave-browser#23002
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
,npm run lint
,npm run gn_check
,npm run tslint
git rebase master
(if needed)Reviewer Checklist:
gn
After-merge Checklist:
changes has landed on
Test Plan:
Should be tested here: brave/brave-browser#28252