-
Notifications
You must be signed in to change notification settings - Fork 873
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
Native IPFS support in Brave behind a feature flag #5820
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
bbondy
force-pushed
the
ipfs-component
branch
2 times, most recently
from
June 11, 2020 20:54
20bef27
to
42eb328
Compare
petemill
pushed a commit
that referenced
this pull request
Jul 27, 2020
Add --android_default_version_name option to build command
petemill
pushed a commit
that referenced
this pull request
Jul 28, 2020
Add --android_default_version_name option to build command
yrliou
force-pushed
the
ipfs-component
branch
2 times, most recently
from
August 14, 2020 03:09
9d91b8c
to
678d206
Compare
yrliou
force-pushed
the
ipfs-component
branch
2 times, most recently
from
August 27, 2020 04:35
ec630ac
to
68e8cd4
Compare
bbondy
changed the title
Native IPFS support in Brave
Native IPFS support in Brave behind a feature flag
Aug 31, 2020
yrliou
reviewed
Aug 31, 2020
yrliou
reviewed
Aug 31, 2020
bbondy
force-pushed
the
ipfs-component
branch
from
September 2, 2020 13:52
9c7b85d
to
65163dd
Compare
bbondy
commented
Sep 2, 2020
bbondy
force-pushed
the
ipfs-component
branch
from
September 2, 2020 14:22
65163dd
to
d24e419
Compare
- Move //brave/browser/ipfs target into //brave/browser:browser_process for including headers under brave/browser. - Move files that need to access brave/browser or chrome/browser from brave/components/ipfs/browser to brave/browser/ipfs. - Use BrowserContext directly in IpfsServiceFactory
This commit also: - return error when trying to issue HTTP API requests when daemon is not launched - fixes typo in ipfs_utils.cc. - add some test utils in IpfsService.
…rofile Also add a few missing deps in the commit.
bbondy
force-pushed
the
ipfs-component
branch
from
September 2, 2020 15:14
e8f6c10
to
749129e
Compare
Approved reviewing Jocelyn's commits |
yrliou
approved these changes
Sep 2, 2020
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.
@bbondy's commits looks good to me.
bbondy
commented
Sep 2, 2020
if (base::EndsWith(origin, "/", base::CompareCase::INSENSITIVE_ASCII)) { | ||
origin.pop_back(); | ||
} | ||
request->headers.SetHeader(net::HttpRequestHeaders::kOrigin, origin); |
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.
++
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.
Part of brave/brave-browser#10220
Fix brave/brave-browser#11601
Submitter Checklist:
npm run lint
)git rebase master
(if needed).git rebase -i
to squash commits (if needed).Test Plan:
Reviewer Checklist:
After-merge Checklist:
changes has landed on.