Skip to content
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: y-yagi/browser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: pkg/browser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 11 files changed
  • 8 contributors

Commits on Jun 5, 2021

  1. Fix running project on Windows (pkg#29)

    * Allow running project on Windows
    
    * Un-export Window-specific identifiers
    
    * Remove obsolete `setFlags`
    mislav authored Jun 5, 2021
    Configuration menu
    Copy the full SHA
    99a9298 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93ea1f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2021

  1. Configuration menu
    Copy the full SHA
    bd2df35 View commit details
    Browse the repository at this point in the history
  2. Merge pull request pkg#1 from siddhant-deepsource/remove-exec-import

    Remove os/exec import since not being used
    siddhant-deepsource authored Jun 6, 2021
    Configuration menu
    Copy the full SHA
    3ce3dad View commit details
    Browse the repository at this point in the history
  3. Merge pull request pkg#31 from siddhant-deepsource/master

    Remove os/exec import since not being used
    davecheney authored Jun 6, 2021
    Configuration menu
    Copy the full SHA
    a7b7a61 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. Create temporary file with .html extension in OpenReader

    Rather than creating a temporary file and then renaming it to have a
    .html extension, create the temporary file with the extension directly.
    tklauser committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    eb05a2b View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. Merge pull request pkg#33 from tklauser/open-reader-no-rename

    Create temporary file with .html extension in OpenReader
    davecheney authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    c198bc9 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Use ShellExecute from golang.org/x/sys/windows (pkg#34)

    Use the ShellExecute wrapper function provided by the
    golang.org/x/sys/windows package rather than generating the wrapper as
    part of this package.
    tklauser authored Jul 6, 2021
    Configuration menu
    Copy the full SHA
    7d21f8c View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. remove unused import in unsupported

    os/exec is unused cause build error
    chris93111 authored Sep 3, 2021
    Configuration menu
    Copy the full SHA
    c17f139 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2021

  1. Merge pull request pkg#38 from chris93111/patch-1

    remove unused import in unsupported
    davecheney authored Sep 4, 2021
    Configuration menu
    Copy the full SHA
    6d279e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Add support for NetBSD.

    fraggerfox committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    045868b View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2021

  1. Merge pull request pkg#39 from fraggerfox/support-netbsd

    Add support for NetBSD.
    davecheney authored Sep 11, 2021
    Configuration menu
    Copy the full SHA
    681adbf View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Bump golang.org/x/sys from 0.0.0-20210616045830-e2b7044e8c71 to 0.1.0 (

    …pkg#51)
    
    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20210616045830-e2b7044e8c71 to 0.1.0.
    - [Release notes](https://github.com/golang/sys/releases)
    - [Commits](https://github.com/golang/sys/commits/v0.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    5ac0b6a View commit details
    Browse the repository at this point in the history
Loading