-
Notifications
You must be signed in to change notification settings - Fork 896
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
Add Web Discovery reporting & double fetching #24971
base: wdp-native-extraction-payload-gen
Are you sure you want to change the base?
Conversation
4b7529f
to
4213a66
Compare
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.
script/brave_license_helper.py
change 👍
37e3465
to
113579d
Compare
4213a66
to
07bdd3d
Compare
113579d
to
20fe6f6
Compare
07bdd3d
to
3e0c02c
Compare
20fe6f6
to
2d1b41b
Compare
2d1b41b
to
3e62811
Compare
622a60e
to
ddf7536
Compare
aac024f
to
bf1e8a0
Compare
ddf7536
to
11e37e5
Compare
bf1e8a0
to
3920d32
Compare
11e37e5
to
dad9c13
Compare
3920d32
to
c9d4f04
Compare
dad9c13
to
95f1036
Compare
c9d4f04
to
b1075d3
Compare
95f1036
to
3824bdf
Compare
b1075d3
to
1171918
Compare
3824bdf
to
71dffba
Compare
77f1ed6
to
c7089e1
Compare
71dffba
to
e003a52
Compare
c7089e1
to
03e489d
Compare
28c2fec
to
3a6eb51
Compare
if (!prev_scrape_result) { | ||
return; | ||
} | ||
content_scraper_->ParseAndScrapePage( |
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.
this function looks pretty heavy, why don't we do it on the task runner?
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.
we do, inside the method itself
ff28f48
to
0e33085
Compare
Resolves brave/brave-browser#39439
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: