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: golang/net Loading
base: v0.7.0
Choose a base ref
...
head repository: golang/net Loading
compare: v0.8.0
Choose a head ref
  • 4 commits
  • 8 files changed
  • 3 contributors

Commits on Feb 23, 2023

  1. html: add "Microsoft Outlook comment" tests

    This only adds new tests. A follow-up commit will change behavior.
    
    Updates golang/go#58246
    
    Change-Id: I6adf5941d5cfd3c28f7b9328882ac280109ee028
    Reviewed-on: https://go-review.googlesource.com/c/net/+/469055
    TryBot-Result: Gopher Robot <[email protected]>
    Run-TryBot: Nigel Tao <[email protected]>
    Reviewed-by: Kunpei Sakai <[email protected]>
    Reviewed-by: Damien Neil <[email protected]>
    Reviewed-by: Bryan Mills <[email protected]>
    nigeltao committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    569fe81 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. html: have Render escape comments less often

    Fixes golang/go#58246
    
    Change-Id: I3effbd2afd7e363a42baa4db20691e57c9a08389
    Reviewed-on: https://go-review.googlesource.com/c/net/+/469056
    TryBot-Result: Gopher Robot <[email protected]>
    Run-TryBot: Nigel Tao <[email protected]>
    Reviewed-by: Bryan Mills <[email protected]>
    Reviewed-by: Kunpei Sakai <[email protected]>
    Reviewed-by: Damien Neil <[email protected]>
    nigeltao committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    1d46ed8 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. hmtl: add security section to package comment

    Adds a short security considerations paragraph to the package comment
    detailing the differences between the parser and tokenizer.
    
    Change-Id: I9e6840b20f82ffc6bc4088fffd6b4eda97550c0a
    Reviewed-on: https://go-review.googlesource.com/c/net/+/459676
    TryBot-Result: Gopher Robot <[email protected]>
    Reviewed-by: Damien Neil <[email protected]>
    Run-TryBot: Roland Shoemaker <[email protected]>
    Reviewed-by: Rob Pike <[email protected]>
    rolandshoemaker committed Mar 3, 2023
    2 Configuration menu
    Copy the full SHA
    8c4ef2f View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. go.mod: update golang.org/x dependencies

    Update golang.org/x dependencies to their latest tagged versions.
    Once this CL is submitted, and post-submit testing succeeds on all
    first-class ports across all supported Go versions, this repository
    will be tagged with its next minor version.
    
    Change-Id: Id9c6666c1b6cc671576285bf13d3ae7da8e2a168
    Reviewed-on: https://go-review.googlesource.com/c/net/+/473437
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    Reviewed-by: Heschi Kreinick <[email protected]>
    TryBot-Result: Gopher Robot <[email protected]>
    Auto-Submit: Gopher Robot <[email protected]>
    Run-TryBot: Gopher Robot <[email protected]>
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    gopherbot committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    dfa2b5d View commit details
    Browse the repository at this point in the history
Loading