Skip to content
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

Upgrade patches from Chromium 78.0.3904.97 to Chromium 78.0.3904.108 #4009

Merged
merged 2 commits into from
Nov 19, 2019

Conversation

mkarolin
Copy link
Collaborator

@mkarolin mkarolin commented Nov 18, 2019

Fixes brave/brave-browser#6987
Related PR: brave/brave-browser#6990

Submitter Checklist:

Test Plan:

Reviewer Checklist:

  • New files have MPL-2.0 license header.
  • Request a security/privacy review as needed.
  • Adequate test coverage exists to prevent regressions
  • Verify test plan is specified in PR before merging to source

After-merge Checklist:

  • The associated issue milestone is set to the smallest version that the
    changes has landed on.
  • All relevant documentation has been updated.

@bsclifton bsclifton mentioned this pull request Nov 18, 2019
32 tasks
Copy link
Member

@bsclifton bsclifton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++ (pending CI)

@mkarolin mkarolin added the CI/skip Do not run CI builds (except noplatform) label Nov 19, 2019
@bsclifton bsclifton merged commit fc49cdb into master Nov 19, 2019
@bsclifton bsclifton deleted the 78.0.3904.108 branch November 19, 2019 02:42
@mkarolin mkarolin removed the CI/skip Do not run CI builds (except noplatform) label Nov 19, 2019
--- a/content/browser/storage_partition_impl.cc
+++ b/content/browser/storage_partition_impl.cc
@@ -1705,6 +1705,7 @@ void StoragePartitionImpl::OnCanSendReportingReports(
@@ -1708,6 +1708,7 @@ void StoragePartitionImpl::OnCanSendReportingReports(
bool allowed = permission_controller->GetPermissionStatus(
PermissionType::BACKGROUND_SYNC, origin_url,
origin_url) == blink::mojom::PermissionStatus::GRANTED;
+ allowed = false; // feature disabled in Brave
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fyi - this patch is no longer relevant afaik - cc @iefremov

mkarolin pushed a commit that referenced this pull request Nov 19, 2019
Upgrade patches from Chromium 78.0.3904.97 to Chromium 78.0.3904.108
mkarolin pushed a commit that referenced this pull request Nov 19, 2019
Upgrade patches from Chromium 78.0.3904.97 to Chromium 78.0.3904.108
mkarolin pushed a commit that referenced this pull request Nov 19, 2019
Upgrade patches from Chromium 78.0.3904.97 to Chromium 78.0.3904.108
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade from Chromium 78.0.3904.97 to Chromium 78.0.3904.108
3 participants