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

iOS Sync 1.18.x Uplift #7371

Merged
merged 9 commits into from
Jan 4, 2021
Merged

iOS Sync 1.18.x Uplift #7371

merged 9 commits into from
Jan 4, 2021

Commits on Dec 27, 2020

  1. Uplift of Sync from 1.20.x

    Brandon-T authored and bsclifton committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    4650b9c View commit details
    Browse the repository at this point in the history
  2. Fix signature of function callback.

    Fixes brave/brave-browser#12997
    Fix Linting for Android/Linux
    Brandon-T authored and bsclifton committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    2382216 View commit details
    Browse the repository at this point in the history
  3. Fixing BrowserMetrics constantly creating new files taking up 4MB each.

    Fixes the issue where some users are seeing 5GB worth of files!
    Brandon-T authored and bsclifton committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    a3edbc5 View commit details
    Browse the repository at this point in the history
  4. 1.18.x specific fixes.

    Brandon-T authored and bsclifton committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    c339a7f View commit details
    Browse the repository at this point in the history
  5. Removed unnecessary headers.

    Brandon-T authored and bsclifton committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    89633ba View commit details
    Browse the repository at this point in the history
  6. Fixing missing header.

    Brandon-T authored and bsclifton committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    c126ef6 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #7313 from brave/maxk-fix-patches

    Updated patches with `npm run update_patches`
    Brandon-T authored and bsclifton committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    fdf73a5 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #7337 from brave/fix_gn_check

    Fix gn_check error on iOS
    bsclifton committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    e1bb8aa View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2020

  1. ```

    Component //brave/*
    ERROR at //brave/browser/sync/brave_profile_sync_service_delegate.cc:13:11: Include not allowed.
              ^-----------------------------------------------------
    It is not in any dependency of
      //brave/browser/sync:sync
    The include file is in the target(s):
      //chrome/browser:browser
    which should somehow be reachable.
    ___________________
    ERROR at //brave/browser/sync/brave_profile_sync_service_delegate.cc:14:11: Include not allowed.
              ^-------------------------------------------------
    It is not in any dependency of
      //brave/browser/sync:sync
    The include file is in the target(s):
      //chrome/browser:browser
    which should somehow be reachable.
    ```
    inherited from existing file in a target that already had check_includes = false
    fix brave/brave-browser#12976
    bridiver authored and bsclifton committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    7d16500 View commit details
    Browse the repository at this point in the history