Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: brave/browser-laptop
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.25.2dev
Choose a base ref
...
head repository: brave/browser-laptop
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.25.x
Choose a head ref
  • 11 commits
  • 19 files changed
  • 3 contributors

Commits on Dec 17, 2018

  1. Merge pull request #15340 from brave/fix/websql

    Disable websql support
    diracdeltas authored and bsclifton committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    c3748b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23a8571 View commit details
    Browse the repository at this point in the history
  3. Deprecation notice is now dismissable

    - shows by default
    - once closed, won't show again (saves to app state)
    bsclifton committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    7cd076f View commit details
    Browse the repository at this point in the history
  4. Update wording / layout on deprecation notice and show a special "No …

    …updates found" banner (has information about Brave Core)
    
    This banner links to actual latest binaries (triggering download) rather than sending to download landing page
    
    Also: wired up the `Launch Brave Core` button (missed in the intial commit)
    bsclifton committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    d48d4e6 View commit details
    Browse the repository at this point in the history
  5. Trigger an update check on launch (after 5 seconds)

    Only occurs if user does NOT have Brave Core installed.
    bsclifton committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    887e1b0 View commit details
    Browse the repository at this point in the history
  6. Ran npm audit fix to fix 5 vulnerabilities

    Commenting out `npm run security-checks` since it no longer works
    bsclifton committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    397954b View commit details
    Browse the repository at this point in the history
  7. Version bump

    bsclifton committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    8decf8c View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2018

  1. Use exec instead of execSync and don't exit

    execSync on Windows causes a hang and app.exit() will have data loss because it will bypass normal shutdown
    bbondy committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    e1aa13d View commit details
    Browse the repository at this point in the history
  2. 0.25.304

    bbondy committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    3ecf323 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2019

  1. Merge pull request #15334 from brave/display-upgrade-available

    Only display upgrade notification (don't perform auto-upgrade)
    bsclifton authored Jan 3, 2019
    Configuration menu
    Copy the full SHA
    c95dd19 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2019

  1. Merge pull request #15346 from brave/fix/full-deprecation

    Make brave unusable to encourage updating
    bsclifton committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    0155c9e View commit details
    Browse the repository at this point in the history
Loading