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

Import p2p keys #8771

Closed
wants to merge 29 commits into from
Closed

Import p2p keys #8771

wants to merge 29 commits into from

Commits on Apr 20, 2021

  1. Configuration menu
    Copy the full SHA
    01c1f2f View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Configuration menu
    Copy the full SHA
    5f1a745 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. Fixes omnibox text selection color.

    Fixes brave/brave-browser#15690
    
    Due to the cr91 upstream change below the omnibox selection color is
    now the same color as the focus ring of the omnibox. Since we override
    the focus ring to be our brand color, the selection is now also the
    brand color, which we don't want.
    
    This fix reverts the omnibox selection color to what it was in cr90
    (kGoogleBlue200 for Light theme, kGoogleBlue800 for Dark).
    
    Chromium changes:
    
    This change redefined kColorId_TextfieldSelectionBackgroundFocused from
    explicit colors (gfx::kGoogleBlue200 and gfx::kGoogleBlue800 ) to fall
    back onto kColorId_LabelTextSelectionBackgroundFocused.
    
    https://source.chromium.org/chromium/chromium/src/+/76f9ef872febca7e3630db31c699ad2c2ec4e7a5
    
    commit 76f9ef872febca7e3630db31c699ad2c2ec4e7a5
    Author: Peter Kasting <[email protected]>
    Date:   Mon Feb 22 17:56:22 2021 +0000
    
        Convert existing color definitions to more canonical forms.
    
        This defines as many colors as possible in terms of a small number of
        core colors.  The primary benefit of this is to remove most dark mode
        color definitions (which will now be automatically correct).  It also
        makes some relationships clearer.
    
        No behavior change intended (yet).
    
        Bug: none
    
    This change made kColorId_LabelTextSelectionBackgroundFocused fall back to
    AlphaBlend(kColorId_ProminentButtonColor, kColorId_WindowBackground, gfx::kGoogleGreyAlpha500)
    We redefine kColorId_ProminentButtonColor as kBraveColorBrand = RGB(0xfb, 0x54, 0x2b).
    
    https://source.chromium.org/chromium/chromium/src/+/c042fff0a7823aa4ebb0494d5b094f67f15aa4b3
    
    commit c042fff0a7823aa4ebb0494d5b094f67f15aa4b3
    Author: Peter Kasting <[email protected]>
    Date:   Wed Mar 24 21:10:08 2021 +0000
    
        Tweak existing systematized colors.
    
        Primarily, this adjusts menus, tables, trees, and textfields to all use
        the same blue to represent a selected item (and that blue now matches
        the focus ring).
    
        Bug: 1061127
    mkarolin committed May 7, 2021
    Configuration menu
    Copy the full SHA
    4862615 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. Configuration menu
    Copy the full SHA
    315277a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2389e59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e572fb1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af6e4d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4911e5d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5d9ebac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    60ec2da View commit details
    Browse the repository at this point in the history
  8. Merge pull request #8571 from brave/ntp-bg-visitable

    Desktop NTP: background is clickable when it is a branded wallpaper
    bsclifton authored May 10, 2021
    Configuration menu
    Copy the full SHA
    0dc6140 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d53e692 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #8761 from brave/ksmith-jp-tip-verify-button

    Fix "verify wallet" button on tip dialog rewards onboarding
    zenparsing authored May 10, 2021
    Configuration menu
    Copy the full SHA
    ab419e3 View commit details
    Browse the repository at this point in the history
  11. Format fix

    wchen342 committed May 10, 2021
    Configuration menu
    Copy the full SHA
    450d811 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #8749 from brave/maxk-fix-omnibox-selection-color

    Fixes omnibox text selection color.
    mkarolin authored May 10, 2021
    Configuration menu
    Copy the full SHA
    c49c0d0 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #8716 from brave/remove-brave-adblock-call-js-unsafe

    remove CallJavascriptFunctionUnsafe from brave://adblock webui
    antonok-edm authored May 10, 2021
    Configuration menu
    Copy the full SHA
    b81f3d4 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Configuration menu
    Copy the full SHA
    2fc1c62 View commit details
    Browse the repository at this point in the history
  2. Fixed crypto.com widget shows invalid price

    fix brave/brave-browser#15605
    
    ticker prices raw data from crypto.com could be int or double.
    simonhong committed May 11, 2021
    Configuration menu
    Copy the full SHA
    0fde59c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8740 from brave/fix-unsafe-javascript-call-reward…

    …s-ui
    
    Fix unsafe javascript calls in brave://rewards
    wchen342 authored May 11, 2021
    Configuration menu
    Copy the full SHA
    967d6fe View commit details
    Browse the repository at this point in the history
  4. Merge pull request #8691 from brave/fix_crypto_widget_bug

    Fixed crypto.com widget shows invalid price
    simonhong authored May 11, 2021
    Configuration menu
    Copy the full SHA
    35cffb9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #8718 from brave/web3_event_emitter

    Adds event emitter to window.ethereum object
    SergeyZhukovsky authored May 11, 2021
    Configuration menu
    Copy the full SHA
    bd79a49 View commit details
    Browse the repository at this point in the history
  6. Bump hosted-git-info from 2.8.8 to 2.8.9 (#8756)

    Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
    - [Release notes](https://github.com/npm/hosted-git-info/releases)
    - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
    - [Commits](npm/hosted-git-info@v2.8.8...v2.8.9)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 11, 2021
    Configuration menu
    Copy the full SHA
    c18081d View commit details
    Browse the repository at this point in the history
  7. Merge pull request #8705 from /issues/15624

    Implement custom ad notification field trials
    tmancey authored May 11, 2021
    Configuration menu
    Copy the full SHA
    7777b94 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fe0c84b View commit details
    Browse the repository at this point in the history
  9. Implemented IPFS import refactoring

    Removed File/Text/Directory import classes.
    Use base class instead, moved blob creation to network utilities
    spylogsster committed May 11, 2021
    Configuration menu
    Copy the full SHA
    0d8223e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fa257e9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b7de530 View commit details
    Browse the repository at this point in the history
  12. Added keys import

    spylogsster committed May 11, 2021
    Configuration menu
    Copy the full SHA
    28c91c6 View commit details
    Browse the repository at this point in the history
  13. resolved conflicts

    spylogsster committed May 11, 2021
    Configuration menu
    Copy the full SHA
    1072b1e View commit details
    Browse the repository at this point in the history