-
Notifications
You must be signed in to change notification settings - Fork 920
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 brave extension history to components/brave_extension/extension/brave_extension #1754
Conversation
3rd party fingerprinting protection
Revert "Merge pull request #16 from brave/test-fixes"
unblock components unit testing
re-enable components testing, fix broken styles in shields panel
Add settings for cookies and referrer blocking
Update to Webpack 4 and update strings for C66
allow brave-extension to run on chrome
If directly copying into framework bundle, mac_framework_bundle template can cause error when framework bundle version is used. When bundle version is newly added or changed to different version, mac_framework_bundle template tries to removes and create all symbolic links in framework bundle to link to new version. If copying resources directly, it is already copied to bundle before symbolic link in Brave Framework folder is created by template. So, trying to removing existing symbolic link failed because it is real folder.
Use bundle_data to add locale resources to brave framework bundle
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.
Those 338 commits seem right!
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.
added a commit to fix lint and one update required by jest. can't test the build right now but lint pass and tests pass so I'm approving
@cezaraugusto should those code changes be in #1755 since this PR is just the existing history from brave-extension? |
ya I didn't see https://github.com/brave/brave-core/pull/1755/commits before reviewing this one and seems addressed in there so I reverted |
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
Fix brave extension & rewards popup doesn't display translated strings when brave is run in dist zip. zip pkg also should include extension's locale files.
Combine brave-extension with brave-core
Fix brave/brave-browser#1506
Fix brave/brave-browser#3399
Fix brave/brave-browser#1555
This is part 1 of 2 PRs on
brave/brave-core
Important: Nothing in this PR is new, it is just importing the history from brave-extension and mounting it to
components/brave_extension/extension/brave_extension
Part 2 of 2 can be found here:
#1755
brave/brave-browser branch for this is here:
brave/brave-browser#3446
Motivation for this task:
It reduces duplicated code, it makes uplift management easier, it avoids copying in tree.
Submitter Checklist:
npm test brave_unit_tests && npm test brave_browser_tests
) ongit rebase master
(if needed).git rebase -i
to squash commits (if needed).Test Plan:
Reviewer Checklist: