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

v16.6.0 proposal #39534

Merged
merged 117 commits into from
Jul 29, 2021
Merged

v16.6.0 proposal #39534

merged 117 commits into from
Jul 29, 2021

Commits on Jul 17, 2021

  1. test: mark test-domain-error-types flaky

    Refs: #39368
    Signed-off-by: James M Snell <[email protected]>
    
    PR-URL: #39369
    Reviewed-By: Gireesh Punathil <[email protected]>
    Reviewed-By: Michaël Zasso <[email protected]>
    jasnell authored and targos committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    259d091 View commit details
    Browse the repository at this point in the history
  2. stream: fixup property definition to avoid prototype polution

    Fixup the definitions of the properties to avoid the possibility
    of prototype polution on the object definitions.
    
    Signed-off-by: James M Snell <[email protected]>
    
    PR-URL: #39371
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: Robert Nagy <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    jasnell authored and targos committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    efe7474 View commit details
    Browse the repository at this point in the history
  3. doc: edit guide on pull requests

    * Replace _PR_ with Pull Request
    * Make some content more concise
    
    PR-URL: #39359
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Gireesh Punathil <[email protected]>
    Reviewed-By: Tobias Nießen <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: Zeyu Yang <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Trott authored and targos committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    bbff5a9 View commit details
    Browse the repository at this point in the history
  4. test: put common lint exceptions into config file

    For lint exceptions that are universal or near universal for
    `test/common`, put the exceptions in a config file rather than disabling
    the ESLint rules at the top of each file.
    
    PR-URL: #39358
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: Tobias Nießen <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Trott authored and targos committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    d0fb02c View commit details
    Browse the repository at this point in the history
  5. build: add library_files to gyp variables

    GYP uses the system path when parsing node.gyp;
    However, if system python is different from our
    gyp runtime python, like '2.7', gyp would crash.
    
    Co-authored-by: Michaël Zasso <[email protected]>
    
    PR-URL: #39293
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Joyee Cheung <[email protected]>
    himself65 authored and targos committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    a747257 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. tools: use Node.js 16.x for GitHub workflow

    find-inactive-collaborators.mjs works fine with Node.js 16.x, but GitHub
    Actions currently use 14.x by default.
    
    PR-URL: #39362
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Antoine du Hamel <[email protected]>
    Trott authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    e5d6447 View commit details
    Browse the repository at this point in the history
  2. tools: change commit fetch limiting in find-inactive-collaborators

    GitHub Action workflows can be told to clone a certain number of commits
    or else everything. Change find-inactive-collaborators to take a number
    of commits to examine rather than a date range so that the parameter can
    be used in GitHub Actions.
    
    PR-URL: #39362
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Antoine du Hamel <[email protected]>
    Trott authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    0f1d515 View commit details
    Browse the repository at this point in the history
  3. doc: move jdalton to emeritus

    In email, John-David Dalton confirmed that it was appropriate to move to
    emeritus at this time.
    
    PR-URL: #39380
    Reviewed-By: Tobias Nießen <[email protected]>
    Reviewed-By: John-David Dalton <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Trott authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    39e6536 View commit details
    Browse the repository at this point in the history
  4. src: remove unused guards around node-api reference

    PR-URL: #38334
    Reviewed-By: Michael Dawson <[email protected]>
    legendecas authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    fc13837 View commit details
    Browse the repository at this point in the history
  5. stream: implement TextEncoderStream and TextDecoderStream

    Experimental as part of the web streams implementation
    
    Signed-off-by: James M Snell <[email protected]>
    
    PR-URL: #39347
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    jasnell authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    e91053a View commit details
    Browse the repository at this point in the history
  6. build: update to setup-node@v2

    commit-lint.yml uses setup-node@v1 but all our other GitHub Actions use
    v2. Update commit-lint.yml.
    
    PR-URL: #39366
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: Zeyu Yang <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Trott authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    25f45d5 View commit details
    Browse the repository at this point in the history
  7. doc: update AUTHORS

    PR-URL: #39367
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Tobias Nießen <[email protected]>
    Trott authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    e44ccd9 View commit details
    Browse the repository at this point in the history
  8. process: add api to enable source-maps programmatically

    Add `process.setSourceMapsEnabled` to enable
    source-maps programmatically.
    
    PR-URL: #39085
    Reviewed-By: Ben Coe <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    legendecas authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    cdf7251 View commit details
    Browse the repository at this point in the history
  9. doc: update mailmap and deduplicate AUTHORS entry

    PR-URL: #39391
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Zeyu Yang <[email protected]>
    Reviewed-By: Tobias Nießen <[email protected]>
    Trott authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    9b15e5c View commit details
    Browse the repository at this point in the history
  10. esm: refine ERR_REQUIRE_ESM errors

    PR-URL: #39175
    Reviewed-By: Bradley Farias <[email protected]>
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    guybedford authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    93eff3f View commit details
    Browse the repository at this point in the history
  11. stream: import internal/util/types instead

    Signed-off-by: James M Snell <[email protected]>
    
    PR-URL: #39331
    Reviewed-By: Robert Nagy <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: Anna Henningsen <[email protected]>
    jasnell authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    26ada49 View commit details
    Browse the repository at this point in the history
  12. fs: fix FileHandle::ClosePromise to return persisted Promise

    Makes the FileHandle::ClosePromise() idempotent, always returning
    the same Promise after it has already been successfully called
    once. Avoids the possibility of accidental double close events.
    
    Signed-off-by: James M Snell <[email protected]>
    
    PR-URL: #39331
    Reviewed-By: Robert Nagy <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: Anna Henningsen <[email protected]>
    jasnell authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    8b58e57 View commit details
    Browse the repository at this point in the history
  13. debugger: rename internal module

    All other files in `lib/internal` do not start with `_`. For
    consistency, move `lib/internal/debugger/_inspect.js` to
    `lib/internal/debugger/inspect.js`.
    
    PR-URL: #39378
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: Tobias Nießen <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Trott authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    3751b92 View commit details
    Browse the repository at this point in the history
  14. doc: standardize on not capitalizing _collaborator_

    Sometimes we capitalize _collaborator_ and sometimes not. After
    consulting the Microsoft Style Guide and The Chicago Manual of Style,
    I've concluded it is best to not capitalize it. For consistency, apply
    that to our various .md files.
    
    Refs: https://docs.microsoft.com/en-us/style-guide/capitalization
    
    PR-URL: #39379
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: Gireesh Punathil <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Zijian Liu <[email protected]>
    Reviewed-By: Tobias Nießen <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Trott authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    353a8bb View commit details
    Browse the repository at this point in the history
  15. doc: add instructions for core vuln files

    This commit adds instructions for adding machine-readable json files to
    the security-wg repo in the security release guide.
    
    PR-URL: #39220
    Reviewed-By: James M Snell <[email protected]>
    danbev authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    c535956 View commit details
    Browse the repository at this point in the history
  16. doc: add docker-node and build-wg issue contents

    This commit add the contents that should go into the docker-node and
    build issues when doing a security release.
    
    PR-URL: #39215
    Reviewed-By: Richard Lau <[email protected]>
    danbev authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    11482f0 View commit details
    Browse the repository at this point in the history
  17. doc: make minor edits to pull request text

    PR-URL: #39383
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Tobias Nießen <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Trott authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    20124cc View commit details
    Browse the repository at this point in the history
  18. src: set SSL_OP_ALLOW_CLIENT_RENEGOTIATION

    This commit sets SSL_OP_ALLOW_CLIENT_RENEGOTIATION for OpenSSL 3.0 as
    this option is not set by default as it was in  previous versions.
    
    Without this option set there are a few tests that fail when linked
    against OpenSSl 3.0.0-alpha-17, for example
    test-https-client-renegotiation-limit.js.
    
    I'm not sure we should be setting this for OpenSSL 3.0 or not, but
    I'll take a closer look at the implications but if nothing else this
    would allow for us to update to alpha-17 in the mean time.
    
    PR-URL: #38753
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Richard Lau <[email protected]>
    danbev authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    2cf52f8 View commit details
    Browse the repository at this point in the history
  19. deps: extract gtest source files to deps/googletest

    PR-URL: #39386
    Refs: #39361
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    legendecas authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    626eb07 View commit details
    Browse the repository at this point in the history
  20. doc: standardize on _pull request_

    Sometimes we capitalize _pull request_ and sometimes we don't.
    Standardize on lowercase based on Microsoft Style Guide, Chicago Manual
    of Style, and GitHub's own docs and UI.
    
    Refs: https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests
    Refs: https://docs.github.com/en/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request
    Refs: https://docs.microsoft.com/en-us/style-guide/capitalization
    
    PR-URL: #39384
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Tobias Nießen <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: Zeyu Yang <[email protected]>
    Reviewed-By: Harshitha K P <[email protected]>
    Reviewed-By: Zijian Liu <[email protected]>
    Trott authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    6979313 View commit details
    Browse the repository at this point in the history
  21. repl: enable --experimental-repl-await /w opt-out

    Unflags top-level await for the REPL by enabling
    --experimental-repl-await by default. Opt-out is
    supported via --no-experimental-repl-await.
    
    PR-URL: #34733
    Reviewed-By: Guy Bedford <[email protected]>
    hemanth authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    a082a70 View commit details
    Browse the repository at this point in the history
  22. punycode: add pending deprecation

    PR-URL: #38444
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Trivikram Kamat <[email protected]>
    aduh95 authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    eccc9a6 View commit details
    Browse the repository at this point in the history
  23. doc: add strategic initiatives from TSC repo

    This (along with a corresponding PR for the TSC repo) moves the
    strategic initiatives from the TSC repository to the main core repo.
    This will increase visibility for strategic initiatives. It will also
    facilitate the proposed reduced centrality of TSC champions to strategic
    plans.
    
    In the process, I made the text less wordy. I moved the Build Resources
    initiatve out of the active list, as discussed at the most recent TSC
    meeting. I alphabetized the table entries. (Chronological order isn't
    obvious to a reader if no dates are provided.)
    
    Refs: nodejs/TSC#962 (comment)
    
    PR-URL: #39394
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: Tobias Nießen <[email protected]>
    Reviewed-By: Zijian Liu <[email protected]>
    Reviewed-By: Michael Dawson <[email protected]>
    Trott authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    20bb3f6 View commit details
    Browse the repository at this point in the history
  24. deps: update to [email protected]

    PR-URL: #39402
    Reviewed-By: Bradley Farias <[email protected]>
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: Zijian Liu <[email protected]>
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Jan Krems <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    guybedford authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    9dd232c View commit details
    Browse the repository at this point in the history
  25. url: prevent pathname setter from erasing path of path-only URLs

    This change prevents the pathname setter from erasing the path of
    path-only URLs as that would make them cannot-be-a-base URLs.
    
    The changes in all files except `src/node_url.cc` have been done by
    running:
    
    ```console
    git node wpt url
    ```
    
    Fixes: #39059
    Signed-off-by: Darshan Sen <[email protected]>
    
    PR-URL: #39060
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Khaidi Chu <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Tiancheng "Timothy" Gu <[email protected]>
    RaisinTen authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    68fd6d5 View commit details
    Browse the repository at this point in the history
  26. test: add NumberFormat resolvedOptions test

    Add a regression test for NumberFormat resolvedOptions.
    
    PR-URL: #39401
    Refs: #39050
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: Tobias Nießen <[email protected]>
    richardlau authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    04355af View commit details
    Browse the repository at this point in the history
  27. doc: use _pull request_ instead of _PR_ in onboarding doc

    PR-URL: #39409
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: Tobias Nießen <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Trott authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    75130c9 View commit details
    Browse the repository at this point in the history
  28. doc: update commit-queue.md to indicate GitHub Actions are checked

    Refs: #39384 (comment)
    
    PR-URL: #39411
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: Michael Dawson <[email protected]>
    Reviewed-By: Tobias Nießen <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Trott authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    ac43e33 View commit details
    Browse the repository at this point in the history
  29. tools: fix broken link hash

    This typo results in a non-functional link in the WebCrypto docs. This
    change fixes it.
    
    PR-URL: #39426
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Tobias Nießen <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Trott authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    c6a7c3d View commit details
    Browse the repository at this point in the history
  30. debugger: validate sec-websocket-accept response header

    This addresses a TODO to validate that the sec-websocket-accept header
    in the WebSocket handshake response is valid. To do this we need to
    append the WebSocket GUID to the original key sent in sec-websocket-key,
    sha1 hash it, and then compare the base64 encoding with the value sent
    in the sec-websocket-accept response header.
    
    If they don't match, an error is thrown.
    
    PR-URL: #39357
    Refs: nodejs/node-inspect#93
    Reviewed-By: Colin Ihrig <[email protected]>
    copperwall authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    95db544 View commit details
    Browse the repository at this point in the history
  31. test: add test for WebSocket secret verification in debugger

    PR-URL: #39357
    Refs: nodejs/node-inspect#93
    Reviewed-By: Colin Ihrig <[email protected]>
    Trott authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    a30d021 View commit details
    Browse the repository at this point in the history
  32. doc: use a details tag for completed initiatves

    The list of completed initiatives is longer and visually more noticeable
    than the list of current initiatives, but the current initiatives are
    likely the ones of interest. The completed initiatives list is only
    going to get longer and longer, so let's put it in a details tag.
    
    PR-URL: #39416
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: Tobias Nießen <[email protected]>
    Trott authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    6d63965 View commit details
    Browse the repository at this point in the history
  33. build: run workflows when a PR is ready for review

    Add `ready_for_review` to the activity types for the pull_request event.
    
    PR-URL: #39405
    Reviewed-By: Jiawen Geng <[email protected]>
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    targos authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    6b055f1 View commit details
    Browse the repository at this point in the history
  34. doc: update mailmap and AUTHORS

    Based on their GitHub and other social media profiles as well as the
    most recent of their authored commits, I suspect watson goes by "Thomas
    Watson" and not the name currently listed in the .mailmap and AUTHORS
    files. Update.
    
    I'm doing this because it  helps avoid false positives in
    `find-inactive-collaborators.mjs` which uses `git shortlog` which uses
    `.mailmap`.
    
    PR-URL: #39393
    Reviewed-By: Michael Dawson <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Trott authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    2b92b4e View commit details
    Browse the repository at this point in the history
  35. doc: remove typo (extra ' character)

    PR-URL: #39414
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: Tobias Nießen <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    angrymouse authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    9932e35 View commit details
    Browse the repository at this point in the history
  36. doc: revise strategic initiatives text

    Now that it's in the core repo, so ome of the TSC-centric text doesn't
    make as much sense as it did when it was in the TSC repo.
    
    PR-URL: #39417
    Reviewed-By: Tobias Nießen <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Trott authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    94706c7 View commit details
    Browse the repository at this point in the history
  37. doc: remove outdated step in onboarding exercise

    The GitHub bot will leave a comment asking people to thumbs-up a fast
    track request so there is no need to manually leave such a comment.
    
    PR-URL: #39410
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Trott authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    5fdfcc0 View commit details
    Browse the repository at this point in the history
  38. doc: fix broken internal link in http.md

    PR-URL: #39425
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Tobias Nießen <[email protected]>
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Trott authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    ade2eed View commit details
    Browse the repository at this point in the history
  39. meta: add .mailmap entry for new email for existing contributor

    PR-URL: #39431
    Reviewed-By: Tobias Nießen <[email protected]>
    Reviewed-By: Darshan Sen <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Trott authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    d059ed9 View commit details
    Browse the repository at this point in the history
  40. doc: simplify .mailmap file

    We have a few cases in .mailmap where multiple entries are used where
    a single one would do. Consolidate those entries.
    
    PR-URL: #39418
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Trott authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    cefd2fb View commit details
    Browse the repository at this point in the history
  41. inspector: mark as stable

    The module has been there for a while,
    evidence of usage in the field exists,
    and we have good test coverage for it.
    Last API change has been 18 months ago.
    
    Refs: #37440 (comment)
    
    PR-URL: #37748
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Darshan Sen <[email protected]>
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Benjamin Gruenbaum <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Jiawen Geng <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    gireeshpunathil authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    19e9acc View commit details
    Browse the repository at this point in the history
  42. tools: added remark-frontmatter

    remark-frontmatter allows the use of frontmatter metadata in markdown
    files
    
    PR-URL: #38717
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Daijiro Wachi <[email protected]>
    Reviewed-By: Derek Lewis <[email protected]>
    benhalverson authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    4c32aa0 View commit details
    Browse the repository at this point in the history
  43. build: update coverage Makefile target comments

    Update the comments for the `coverage` Makefile target.
    - Source files under `lib` are no longer instrumented since
    d1dee49
    - Fix the name of the related CI job.
    
    PR-URL: #39365
    Refs: #25157
    Reviewed-By: Tobias Nießen <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    richardlau authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    ce2011b View commit details
    Browse the repository at this point in the history
  44. doc: remove _Addenda_ from headers

    PR-URL: #39427
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: Gireesh Punathil <[email protected]>
    Reviewed-By: Tobias Nießen <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Trott authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    4fd8db6 View commit details
    Browse the repository at this point in the history
  45. doc: update checkbox label in backporting guide

    Signed-off-by: Darshan Sen <[email protected]>
    
    PR-URL: #39420
    Reviewed-By: Tobias Nießen <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    RaisinTen authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    ae69656 View commit details
    Browse the repository at this point in the history
  46. http2: on receiving rst_stream with cancel code add it to pending list

    PR-URL: #39423
    Fixes: #38964
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    kumarak authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    9d950a0 View commit details
    Browse the repository at this point in the history
  47. tools: make internal link checker more robust

    The internal link checker was missing some broken links because it was
    being too restrictive about the characters it accepted as part of a link
    hash. Accept anything that isn't a terminating quotation mark.
    
    Refs: #39426
    Refs: #39425
    
    PR-URL: #39429
    Reviewed-By: Tobias Nießen <[email protected]>
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Zeyu Yang <[email protected]>
    Trott authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    5c11a02 View commit details
    Browse the repository at this point in the history
  48. tools: email matchin is case insensitive for .mailmap

    PR-URL: #39430
    Reviewed-By: Tobias Nießen <[email protected]>
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Trott authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    7570f99 View commit details
    Browse the repository at this point in the history
  49. doc: simplify unnecessarily specific .mailmap entries

    PR-URL: #39430
    Reviewed-By: Tobias Nießen <[email protected]>
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Trott authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    aa1dfb3 View commit details
    Browse the repository at this point in the history
  50. tools: use mailmap for find-inactive-collaborators

    The current version of find-inactive-collaborators can generate a false
    positive if the mailmap entry for a collaborator does not match the
    entry in the README. (We should probably lint or otherwise check for
    that sort of mismatch but regardless, it is relatively easy to avoid
    having find-inactive-collaborators tripped up by it, so let's fix that
    too, which is this commit.)
    
    PR-URL: #39432
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Trott authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    0a46e66 View commit details
    Browse the repository at this point in the history
  51. doc,meta: update email addresses for misterdjules

    Julien Gilli appears twice with two email addresses in the current
    AUTHORS file. Use .mailmap to map one to the other (keeping the most
    recent one). Also update email in the README from a (I believe invalid,
    since it is not listed in the email repo aliases.json file) nodejs.org
    email to the email they more recently committed with. Finally, re-run
    `update-authors.js` so they only have one entry in AUTHORS.
    
    PR-URL: #39433
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Trott authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    902ef9a View commit details
    Browse the repository at this point in the history
  52. Revert "test: skip tests for openssl-3.0.0-alpha15"

    This reverts commit 2ff93c8.
    
    PR-URL: #39437
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    danbev authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    db4f802 View commit details
    Browse the repository at this point in the history
  53. test: update OpenSSL3 error messages for beta-1

    This commit updates error messages that have changed while these tests
    were disabled.
    
    PR-URL: #39437
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    danbev authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    b1d38dd View commit details
    Browse the repository at this point in the history
  54. doc: improve node.js+fips instructions

    Improves the documentation for building Node.js with openssl-3.0.0+quic
    with enabled FIPS support. Adds missing but necesary steps to the
    documentation and makes it complete.
    
    Co-authored-by: Antoine du Hamel <[email protected]>
    
    PR-URL: #39390
    Reviewed-By: Daniel Bevenius <[email protected]>
    mayrbenjamin92 authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    e552b1a View commit details
    Browse the repository at this point in the history
  55. fs: check closing_ in FileHandle::Close

    Fix possible flaky failure. Keep uv_fs_close from being called twice
    on the same fd.
    
    Signed-off-by: James M Snell <[email protected]>
    
    PR-URL: #39472
    Refs: #39464
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: Tobias Nießen <[email protected]>
    jasnell authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    72ad6d3 View commit details
    Browse the repository at this point in the history
  56. deps: bump HdrHistogram_C to 0.11.2

    Release tag: https://github.com/HdrHistogram/HdrHistogram_c/releases/tag/0.11.2
    Fixes: #39450
    
    PR-URL: #39462
    Reviewed-By: Tobias Nießen <[email protected]>
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    mcollina authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    89796d0 View commit details
    Browse the repository at this point in the history
  57. src: close HandleWraps instead of deleting them in OnGCCollect()

    When all strong `BaseObjectPtr`s to a `HandleWrap` are gone, we
    should not delete the `HandleWrap` outright, but instead close
    it and then delete it only once the libuv close callback has been
    called.
    
    Based on the valgrind output from the issue below, this has a
    good chance of fixing it.
    
    Fixes: #39036
    
    PR-URL: #39441
    Reviewed-By: Tobias Nießen <[email protected]>
    Reviewed-By: Gireesh Punathil <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    addaleax authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    f0287e5 View commit details
    Browse the repository at this point in the history
  58. meta: update AUTHORS

    PR-URL: #39461
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Trott authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    febeb0d View commit details
    Browse the repository at this point in the history
  59. async_hooks: eliminate native PromiseHook

    PR-URL: #39135
    Reviewed-By: Rich Trott <[email protected]>
    Reviewed-By: Benjamin Gruenbaum <[email protected]>
    Reviewed-By: Gerhard Stöbich <[email protected]>
    Stephen Belanger authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    e18778d View commit details
    Browse the repository at this point in the history
  60. async_hooks: emit promise trace events from JS

    PR-URL: #39135
    Reviewed-By: Rich Trott <[email protected]>
    Reviewed-By: Benjamin Gruenbaum <[email protected]>
    Reviewed-By: Gerhard Stöbich <[email protected]>
    Stephen Belanger authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    b5248d4 View commit details
    Browse the repository at this point in the history
  61. domain: do not add domain to promise from other context

    PR-URL: #39135
    Reviewed-By: Rich Trott <[email protected]>
    Reviewed-By: Benjamin Gruenbaum <[email protected]>
    Reviewed-By: Gerhard Stöbich <[email protected]>
    Stephen Belanger authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    e2fd015 View commit details
    Browse the repository at this point in the history
  62. lib: comment explaining special-case handling of promises

    Promise handling is special-cased for domains and trace_events.
    Domains must not add the `domain` property to promises in other
    contexts, and trace_events must be emitted from JavaScript as
    promises no longer have an AsyncWrap type attached to them.
    
    PR-URL: #39135
    Reviewed-By: Rich Trott <[email protected]>
    Reviewed-By: Benjamin Gruenbaum <[email protected]>
    Reviewed-By: Gerhard Stöbich <[email protected]>
    Stephen Belanger authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    e4331cd View commit details
    Browse the repository at this point in the history
  63. src: print native module id on native module not found

    To help core contributors identify which file is missing from the build.
    
    PR-URL: #39460
    Refs: #39408
    Reviewed-By: Gireesh Punathil <[email protected]>
    Reviewed-By: Zeyu Yang <[email protected]>
    Reviewed-By: Tobias Nießen <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    legendecas authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    42ff6d9 View commit details
    Browse the repository at this point in the history
  64. doc,tools: remove checkLinks.mjs

    The checks made by this are now integrated to `remark-preset-lint-node`,
    there are no reason to keep it around anymore.
    
    PR-URL: #39206
    Reviewed-By: Rich Trott <[email protected]>
    aduh95 authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    cc7b617 View commit details
    Browse the repository at this point in the history
  65. crypto: support Big(U)Int64Array in getRandomValues

    Refs: w3c/webcrypto#255
    Fixes: #39442
    
    PR-URL: #39443
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: Tobias Nießen <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Zeyu Yang <[email protected]>
    targos authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    d16d36f View commit details
    Browse the repository at this point in the history
  66. tools: flag README/mailmap mismatches in find-inactive-collaborators

    PR-URL: #39477
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Tobias Nießen <[email protected]>
    Trott authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    e58cf4e View commit details
    Browse the repository at this point in the history
  67. meta: align collaborator email in .mailmap/AUTHORS with README

    Use the most recent and presumably preferred email for a collaborator
    whose .mailmap and README entries differ.
    
    PR-URL: #39478
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Tobias Nießen <[email protected]>
    Trott authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    dc9c6aa View commit details
    Browse the repository at this point in the history
  68. meta: alphabetize .mailmap file

    The file is mostly sorted in lexical order but there are exceptins, a
    few of them significant. This puts everything in lexical order.
    
    PR-URL: #39434
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Myles Borins <[email protected]>
    Trott authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    f6fbb38 View commit details
    Browse the repository at this point in the history
  69. meta: revise .mailmap for README consistency

    Update entry in .mailmap to reflect the same entry in README for an
    existing collaborator.
    
    PR-URL: #39457
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Myles Borins <[email protected]>
    Trott authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    9fbe3f6 View commit details
    Browse the repository at this point in the history
  70. meta: align email address in README/.mailmap/AUTHORS

    Modify .mailmap so Myles has the same email address in AUTHORS as he
    does in README.
    
    PR-URL: #39503
    Reviewed-By: Myles Borins <[email protected]>
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: Tobias Nießen <[email protected]>
    Trott authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    5f9b218 View commit details
    Browse the repository at this point in the history
  71. meta: align collaborator name in .mailmap/AUTHORS with README

    I exchanged email with Gerhard to make sure that this was the rendering
    of his name that was correct.
    
    PR-URL: #39489
    Reviewed-By: Gerhard Stöbich <[email protected]>
    Reviewed-By: Anna Henningsen <[email protected]>
    Trott authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    d3f58cb View commit details
    Browse the repository at this point in the history
  72. doc: update strategic initiative champion

    This change was discussed at the TSC meeting today.
    
    PR-URL: #39487
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: Tobias Nießen <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Trott authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    1d27ae1 View commit details
    Browse the repository at this point in the history
  73. doc: update AUTHORS

    PR-URL: #39488
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Anna Henningsen <[email protected]>
    Trott authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    5f84f47 View commit details
    Browse the repository at this point in the history
  74. doc: move [email protected] to emeritus

    I have not contributed to Node.js in a couple of years. While I would
    love to continue doing so, there's not a high likelihood of this
    happening in the near future. This commit moves my status from
    collaborator to emeritus.
    
    It's been fun!
    
    Signed-off-by: Lance Ball <[email protected]>
    
    PR-URL: #39501
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Gireesh Punathil <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: Tobias Nießen <[email protected]>
    Reviewed-By: Rich Trott <[email protected]>
    lance authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    487c45f View commit details
    Browse the repository at this point in the history
  75. events: allow the options argument to be null

    Make `EventTarget.prototype.addEventListener()` accept `null` as a valid
    value for the `options` argument.
    
    PR-URL: #39486
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: Robert Nagy <[email protected]>
    lpinca authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    6f2989c View commit details
    Browse the repository at this point in the history
  76. events: allow an event to be dispatched multiple times

    Use a different flag to prevent recursive dispatching.
    
    PR-URL: #39395
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    lpinca authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    1fb0954 View commit details
    Browse the repository at this point in the history
  77. test: fix WASI link test

    The WASI link test attempts to create a link in the temporary directory
    to a file in the fixtures directory and can fail if those directories
    are on different devices. Update the test so that both the source and
    target of the link reside on the same device.
    
    PR-URL: #39485
    Fixes: #39484
    Reviewed-By: Tobias Nießen <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    richardlau authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    039f64f View commit details
    Browse the repository at this point in the history
  78. build: fix host_arch_cc() for AIX/IBM i

    The AIX/IBM i branch in `host_arch_cc()` that hardcodes the compiler
    executable to `gcc` precludes picking up either `CC_host` or `CC`
    environment variables (if set) as is done on other platforms. On an
    AIX/IBM i platform where the compiler is, e.g. `gcc-10` instead of
    just `gcc`, the current check will fail to detect the host architecture
    and incorrectly default to `ia32`. Removing the AIX/IBM i specific
    branch will follow the same logic as on the other platforms:
    1. The value, if set, of the `CC_host` environment variable.
    2. Otherwise, if set, the value of the `CC` environment variable.
    3. `gcc` (`cc` if on macOS).
    
    PR-URL: #39481
    Reviewed-By: Daniel Bevenius <[email protected]>
    Reviewed-By: Ash Cripps <[email protected]>
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Tobias Nießen <[email protected]>
    Reviewed-By: Michael Dawson <[email protected]>
    richardlau authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    e1910ef View commit details
    Browse the repository at this point in the history
  79. deps: update V8 to 9.2.230.21

    PR-URL: #39470
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Beth Griggs <[email protected]>
    Reviewed-By: Jiawen Geng <[email protected]>
    targos authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    6114198 View commit details
    Browse the repository at this point in the history
  80. build: reset embedder string to "-node.0"

    PR-URL: #39470
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Beth Griggs <[email protected]>
    Reviewed-By: Jiawen Geng <[email protected]>
    targos authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    5182e26 View commit details
    Browse the repository at this point in the history
  81. deps: V8: un-cherry-pick bd019bd

    Original commit message:
    
        [testrunner] delete ancient junit compatible format support
    
        Testrunner has ancient support for JUnit compatible XML output.
    
        This CL removes this old feature.
    
        [email protected],[email protected],[email protected]
        CC=​[email protected]
    
        Bug: v8:8728
        Change-Id: I7e1beb011dbaec3aa1a27398a5c52abdd778eaf0
        Reviewed-on: https://chromium-review.googlesource.com/c/1430065
        Reviewed-by: Jakob Gruber <[email protected]>
        Reviewed-by: Michael Starzinger <[email protected]>
        Commit-Queue: Tamer Tas <[email protected]>
        Cr-Commit-Position: refs/heads/master@{#59045}
    
    Refs: v8/v8@bd019bd
    
    PR-URL: #32116
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Jiawen Geng <[email protected]>
    Reviewed-By: Ruben Bridgewater <[email protected]>
    refack authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    9082ece View commit details
    Browse the repository at this point in the history
  82. deps: V8: patch register-arm64.h

    Fixes a compilation issue on some platforms
    
    PR-URL: #32116
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Jiawen Geng <[email protected]>
    Reviewed-By: Ruben Bridgewater <[email protected]>
    refack authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    38cb655 View commit details
    Browse the repository at this point in the history
  83. deps: V8: forward declaration of Rtl*FunctionTable

    This should be semver-patch since actual invocation is version
    conditional.
    
    PR-URL: #32116
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Jiawen Geng <[email protected]>
    Reviewed-By: Ruben Bridgewater <[email protected]>
    refack authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    785b899 View commit details
    Browse the repository at this point in the history
  84. deps: make v8.h compatible with VS2015

    There is a bug in the most recent version of VS2015 that affects v8.h
    and therefore prevents compilation of addons.
    
    Refs: https://stackoverflow.com/q/38378693
    
    PR-URL: #32116
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Jiawen Geng <[email protected]>
    Reviewed-By: Ruben Bridgewater <[email protected]>
    joaocgreis authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    3f3e167 View commit details
    Browse the repository at this point in the history
  85. deps: fix V8 build issue with inline methods

    PR-URL: #35415
    Reviewed-By: Rich Trott <[email protected]>
    Reviewed-By: Jiawen Geng <[email protected]>
    Reviewed-By: Daniel Bevenius <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: Myles Borins <[email protected]>
    gengjiawen authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    98150e2 View commit details
    Browse the repository at this point in the history
  86. deps: silence irrelevant V8 warnings

    PR-URL: #37587
    Reviewed-By: Jiawen Geng <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: Myles Borins <[email protected]>
    targos authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    16cbd8c View commit details
    Browse the repository at this point in the history
  87. deps: silence irrelevant V8 warning

    Backport-PR-URL: #39470
    PR-URL: #38990
    Reviewed-By: Jiawen Geng <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: Robert Nagy <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    targos authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    7f7cb8b View commit details
    Browse the repository at this point in the history
  88. tools: update V8 gypfiles for 9.2

    Backport-PR-URL: #39470
    PR-URL: #38990
    Reviewed-By: Jiawen Geng <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: Robert Nagy <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    targos authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    5fe74aa View commit details
    Browse the repository at this point in the history
  89. src: use non-deprecated Symbol::Description

    Backport-PR-URL: #39470
    PR-URL: #38990
    Reviewed-By: Jiawen Geng <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: Robert Nagy <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    targos authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    929205e View commit details
    Browse the repository at this point in the history
  90. src: stop using deprecated v8::ApiObject

    Backport-PR-URL: #39470
    PR-URL: #38990
    Reviewed-By: Jiawen Geng <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: Robert Nagy <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    targos authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    b230ac1 View commit details
    Browse the repository at this point in the history
  91. test: update trace events test expectations

    V8 9.2 doesn't emit the "V8.ScriptCompiler" event anymore.
    Use "V8.GCScavenger" instead.
    
    Backport-PR-URL: #39470
    PR-URL: #38990
    Reviewed-By: Jiawen Geng <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: Robert Nagy <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    targos authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    bbcd651 View commit details
    Browse the repository at this point in the history
  92. test: remove test-debug-args

    It it's not testing anything useful anymore.
    
    Backport-PR-URL: #39470
    PR-URL: #38990
    Reviewed-By: Jiawen Geng <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: Robert Nagy <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    targos authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    86ca9a8 View commit details
    Browse the repository at this point in the history
  93. test: ensure microtask queues are not automatically drained

    V8 had a bug that in certain cases the default microtask queue was
    drained, and this test relies on the behavior.
    
    Backport-PR-URL: #39470
    PR-URL: #38990
    Reviewed-By: Jiawen Geng <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: Robert Nagy <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    jeisinger authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    4709da0 View commit details
    Browse the repository at this point in the history
  94. deps: V8: cherry-pick 3d24b3ab8af0

    Original commit message:
    
        ARM64: VRegister::from_code expected to be constexpr
    
        GCC build fails trying to use a non constexpr function from a
        constexpr function.
    
        ../chromium-92.0.4503.0/v8/src/wasm/baseline/liftoff-register.h: In member function 'constexpr v8::internal::DoubleRegister v8::internal::wasm::LiftoffRegister::fp() const':
        ../chromium-92.0.4503.0/v8/src/wasm/baseline/liftoff-register.h:286:71: error: call to non-'constexpr' function 'static v8::internal::VRegister v8::internal::VRegister::from_code(int)'
          286 |     return DoubleRegister::from_code(code_ - kAfterMaxLiftoffGpRegCode);
              |                                                                       ^
        In file included from ../chromium-92.0.4503.0/v8/src/codegen/register-arch.h:16,
                         from ../chromium-92.0.4503.0/v8/src/deoptimizer/translation-array.h:8,
                         from ../chromium-92.0.4503.0/v8/src/objects/code.h:10,
                         from ../chromium-92.0.4503.0/v8/src/codegen/reloc-info.h:10,
                         from ../chromium-92.0.4503.0/v8/src/codegen/assembler.h:47,
                         from ../chromium-92.0.4503.0/v8/src/codegen/assembler-arch.h:8,
                         from ../chromium-92.0.4503.0/v8/src/codegen/turbo-assembler.h:12,
                         from ../chromium-92.0.4503.0/v8/src/codegen/macro-assembler.h:8,
                         from ../chromium-92.0.4503.0/v8/src/wasm/baseline/liftoff-assembler.h:13,
                         from ../chromium-92.0.4503.0/v8/src/wasm/baseline/liftoff-assembler.cc:5:
        ../chromium-92.0.4503.0/v8/src/codegen/arm64/register-arm64.h:416:20: note: 'static v8::internal::VRegister v8::internal::VRegister::from_code(int)' declared here
          416 |   static VRegister from_code(int code) {
              |                    ^~~~~~~~~
    
        Bug: chromium:819294
        Change-Id: Ia19ea90f3f666702d32c90e147af17dcda7e08a6
        Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2929805
        Reviewed-by: Maya Lekova <[email protected]>
        Commit-Queue: José Dapena Paz <[email protected]>
        Cr-Commit-Position: refs/heads/master@{#74889}
    
    Refs: v8/v8@3d24b3a
    
    Backport-PR-URL: #39470
    PR-URL: #38990
    Reviewed-By: Jiawen Geng <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: Robert Nagy <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    targos authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    53cc6c8 View commit details
    Browse the repository at this point in the history
  95. deps: V8: backport 71e8f8bb3c26

    Original commit message:
    
        [codegen] Move definition of GetRegisterParameter to inline header
    
        This fixes compilation of V8 in Node.js with Visual Studio 2019.
        Without this change, MSVC errors with C3779 (a function that returns
        'auto' cannot be used before it is defined) on the `static constexpr
        auto registers()` method.
    
        Bug: v8:11420
        Change-Id: Id545199e2cdc10c8560031fb5950ec1171e5d554
        Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2964095
        Commit-Queue: Igor Sheludko <[email protected]>
        Reviewed-by: Igor Sheludko <[email protected]>
        Cr-Commit-Position: refs/heads/master@{#75173}
    
    Refs: v8/v8@71e8f8b
    
    Backport-PR-URL: #39470
    PR-URL: #38990
    Reviewed-By: Jiawen Geng <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: Robert Nagy <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    targos authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    794ad2e View commit details
    Browse the repository at this point in the history
  96. deps: V8: cherry-pick 986299250e6d

    Original commit message:
    
        [wasm-simd] Skip tests which require Simd enabled
    
        These tests require Simd enabled which causes failures
        on machines without the support.
    
        They are already skipped on Mips: https://crrev.com/c/2841887
    
        Change-Id: I4b9a9bb3cb208a0e9aa12dc135393bc515ad766e
        Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2927210
        Reviewed-by: Zhi An Ng <[email protected]>
        Commit-Queue: Milad Fa <[email protected]>
        Cr-Commit-Position: refs/heads/master@{#74891}
    
    Refs: v8/v8@9862992
    
    Backport-PR-URL: #39470
    PR-URL: #38990
    Reviewed-By: Jiawen Geng <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: Robert Nagy <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    richardlau authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    201da87 View commit details
    Browse the repository at this point in the history
  97. deps: V8: cherry-pick a5cea1bfc38c

    Original commit message:
    
        Mark Node::opcode() and Operator::opcode() as constexpr.
    
        Without the explicit constexpr keyword, Clang seems to be able to treat
        these methods as constexpr, whereas MSVC will not.
    
        Bug: v8:11760
        Change-Id: I9f6492f38fb50dcaf7a4f09da0bd79c0da6a50eb
        Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2912916
        Reviewed-by: Clemens Backes <[email protected]>
        Reviewed-by: Maya Lekova <[email protected]>
        Commit-Queue: Lei Zhang <[email protected]>
        Cr-Commit-Position: refs/heads/master@{#74791}
    
    Refs: v8/v8@a5cea1b
    
    Backport-PR-URL: #39470
    PR-URL: #38990
    Reviewed-By: Jiawen Geng <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: Robert Nagy <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    targos authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    c3efc70 View commit details
    Browse the repository at this point in the history
  98. deps: V8: cherry-pick 7ff6609a5385

    Original commit message:
    
        Move DCHECK() in JSCallOrConstructNode ctor into a helper function.
    
        As is, the DCHECK() has a #if inside, and MSVC has trouble
        pre-processing that. Fix this by moving the conditional inside the
        DCHECK() into a separate helper function.
    
        Bug: v8:11760
        Change-Id: Ib4ae0fe263029bb426da378afa5b6881557ce652
        Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2919421
        Reviewed-by: Maya Lekova <[email protected]>
        Reviewed-by: Clemens Backes <[email protected]>
        Commit-Queue: Lei Zhang <[email protected]>
        Cr-Commit-Position: refs/heads/master@{#74807}
    
    Refs: v8/v8@7ff6609
    
    Backport-PR-URL: #39470
    PR-URL: #38990
    Reviewed-By: Jiawen Geng <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: Robert Nagy <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    targos authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    65062b3 View commit details
    Browse the repository at this point in the history
  99. deps: V8: cherry-pick 53784bdb8f01

    Original commit message:
    
        [liftoff] Handle constant memory indexes specially
    
        This adds detection for constant memory indexes which can statically be
        proven to be in-bounds (because the effective offset is within the
        minimum memory size). In these cases, we can skip the bounds check and
        the out-of-line code for the trap-handler.
        This often saves 1-2% of code size.
    
        [email protected]
    
        Bug: v8:11802
        Change-Id: I0ee094e6f1f5d132af1d6a8a7c539a4af6c3cb5e
        Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2919827
        Commit-Queue: Clemens Backes <[email protected]>
        Reviewed-by: Andreas Haas <[email protected]>
        Cr-Commit-Position: refs/heads/master@{#74825}
    
    Refs: v8/v8@53784bd
    
    PR-URL: #39337
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    targos authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    c8e7d80 View commit details
    Browse the repository at this point in the history
  100. deps: V8: cherry-pick 2b77ca200c56

    Original commit message:
    
        [wasm][liftoff] Always zero-extend 32 bit offsets
    
        The upper 32 bits of the 64 bit offset register are not guaranteed to be
        cleared, so a zero-extension is needed. We already do the zero-extension
        in the case of explicit bounds checking, but this should also be done if
        the trap handler is enabled.
    
        [email protected]
        [email protected]
    
        Bug: v8:11809
        Change-Id: I21e2535c701041d11fa06c176fa683d82db0a3f1
        Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2917612
        Commit-Queue: Thibaud Michaud <[email protected]>
        Reviewed-by: Clemens Backes <[email protected]>
        Cr-Commit-Position: refs/heads/master@{#74881}
    
    Refs: v8/v8@2b77ca2
    
    PR-URL: #39337
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    targos authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    2393fae View commit details
    Browse the repository at this point in the history
  101. deps: V8: cherry-pick 56fe020eec0c

    Original commit message:
    
        [wasm][arm64] Always zero-extend 32 bit offsets, for realz
    
        We've already been zero-extending 32-bit offset registers since
        https://chromium-review.googlesource.com/c/v8/v8/+/2917612,
        but that patch only covered the case where offset_imm == 0.
        When there is a non-zero offset, we need the same fix.
    
        Bug: chromium:1224882,v8:11809
        Change-Id: I1908f735929798f411346807fc4f3c79d8e04362
        Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2998582
        Commit-Queue: Jakob Kummerow <[email protected]>
        Reviewed-by: Clemens Backes <[email protected]>
        Cr-Commit-Position: refs/heads/master@{#75500}
    
    Refs: v8/v8@56fe020
    
    Fixes: #39327
    
    PR-URL: #39337
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    targos authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    e6b84df View commit details
    Browse the repository at this point in the history
  102. deps: V8: cherry-pick 3805a698f7b6

    Original commit message:
    
        PPC/s390: [wasm][liftoff] Always zero-extend 32 bit offsets
    
        Port 2b77ca200c56667c68895e49c96c10ff77834f09
    
        Original Commit Message:
    
            The upper 32 bits of the 64 bit offset register are not guaranteed to be
            cleared, so a zero-extension is needed. We already do the zero-extension
            in the case of explicit bounds checking, but this should also be done if
            the trap handler is enabled.
    
        [email protected], [email protected], [email protected], [email protected]
        BUG=
        LOG=N
    
        Change-Id: Ife3ae4f93b85fe1b2c76fe4b98fa408b5b51ed71
        Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2929661
        Reviewed-by: Junliang Yan <[email protected]>
        Commit-Queue: Milad Fa <[email protected]>
        Cr-Commit-Position: refs/heads/master@{#74886}
    
    Refs: v8/v8@3805a69
    
    PR-URL: #39337
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    targos authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    c6ec2b4 View commit details
    Browse the repository at this point in the history
  103. deps: V8: cherry-pick 359d44df4cdd

    Original commit message:
    
        [riscv64] Fix build failed
    
        Port 2b77ca200c56667c68895e49c96c10ff77834f09
    
        Change-Id: Ie953a1d54f5529423ae35d1b1cd3ca25e8101c6e
        Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2931577
        Auto-Submit: Yahan Lu <[email protected]>
        Commit-Queue: Brice Dobry <[email protected]>
        Reviewed-by: Brice Dobry <[email protected]>
        Cr-Commit-Position: refs/heads/master@{#74937}
    
    Refs: v8/v8@359d44d
    
    PR-URL: #39337
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    targos authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    d612544 View commit details
    Browse the repository at this point in the history
  104. deps: V8: backport 5c76da8ddcf8

    Original commit message:
    
        [mips][wasm][liftoff] Fix compile failed
    
        Port 2b77ca200c56667c68895e49c96c10ff77834f09
    
        Bug: v8:11809
    
        Change-Id: Idbbbc10d1339d6c8463686b6e701fb601a217cab
        Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2931557
        Reviewed-by: Zhao Jiazhong <[email protected]>
        Commit-Queue: Zhao Jiazhong <[email protected]>
        Auto-Submit: Liu yu <[email protected]>
        Cr-Commit-Position: refs/heads/master@{#74934}
    
    Refs: v8/v8@5c76da8
    
    PR-URL: #39337
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    targos authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    a93e6ef View commit details
    Browse the repository at this point in the history
  105. tools: fetch googletest dependency for V8 CI

    gtest_prod.h is not enough to build V8's cctests.
    
    Backport-PR-URL: #39470
    PR-URL: #38990
    Reviewed-By: Jiawen Geng <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: Robert Nagy <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    targos authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    5517769 View commit details
    Browse the repository at this point in the history
  106. deps: make V8 9.2 abi-compatible with 9.0

    Revert "[api] Avoid handles for const API functions"
    This reverts commit aee471b2ff5b1a9e622426454885b748d226535b.
    
    Revert "[api] Remove deprecated [Shared]ArrayBuffer API"
    This reverts commit 578f6be77fc5d8af975005c2baf918e7225abb62.
    
    Revert "[Jobs]: Cleanup in v8 platform."
    This reverts commit baf2b088dd9f585aa597459f30d71431171666e2.
    
    Revert "Skip global registration of [Shared]ArrayBuffer backing stores"
    This reverts commit fcdf35e6d70d51699ece063e25dc705e80673308.
    
    Revert "[api] Remove previously deprecated Function::GetDisplayName()."
    This reverts commit 6165fef8cc9dde52973e54c915e6905221b3f8fb.
    
    Revert "[api] Remove deprecated Symbol::Name()"
    This reverts commit bbc72ef6c7d6d8e2c4dd074d7713e5c841003163.
    
    Revert API change for HeapProfiler::TakeHeapSnapshot
    This reverts a small part of 7f52e4f92d3d3ded9a1701ee2f93966075ae5004.
    
    Revert "[cpu-profiler] Reintroduce support for context filtering"
    This reverts commit 0aacfb2a6ecbeda1d1d97ca113afd8253a1b9670.
    
    Restore new argument for TakeHeapSnapshot method
    This creates a new TakeHeapSnapshotV8_92 method with the signature from
    7f52e4f92d3d3ded9a1701ee2f93966075ae5004.
    It is necessary because the API is used internall by V8.
    
    Silence irrelevant warning
    V8 triggers it in the Name method.
    
    Revert "[api] Add v8::metrics::LongTaskStats for the LongTasks UKM"
    This reverts commit 521ae93bf652b0cc1fec1fdd788e3b80fb72a349.
    
    Move cage_base isolate data field
    Makes 3ada6f27404b4ffd6d3e97cf15be76672f60c10d ABI-compatible.
    
    PR-URL: #39470
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Beth Griggs <[email protected]>
    Reviewed-By: Jiawen Geng <[email protected]>
    targos authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    e8da1f2 View commit details
    Browse the repository at this point in the history
  107. deps: restore minimum ICU version to 68

    Refs: v8/v8@edac496
    
    PR-URL: #39470
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Beth Griggs <[email protected]>
    Reviewed-By: Jiawen Geng <[email protected]>
    targos authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    0e5eb8b View commit details
    Browse the repository at this point in the history
  108. meta: update email address for collaborator

    In email, Saúl indicated that they've switched to using their
    personalized domain email address.  Update their email in README
    accordingly. This will align their email in the README with their email
    in .mailmap, which will in turn assist the accuracy of tools for
    contributor metrics.
    
    PR-URL: #39511
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: Tobias Nießen <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Trott authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    864ef11 View commit details
    Browse the repository at this point in the history
  109. meta: remove unneeded .mailmap entry

    The previous Perl script used to generate the AUTHORS file (probably)
    needed more entries than the current JS script to avoid duplicate
    entries in AUTHORS. The entry removed here is no longer needed for that
    purpose, but it is creating a small issue around tooling for gathering
    contributor metrics.
    
    PR-URL: #39512
    Reviewed-By: Bradley Farias <[email protected]>
    Reviewed-By: Tobias Nießen <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Trott authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    6502011 View commit details
    Browse the repository at this point in the history
  110. meta: update collaborator email in README

    Per instructions from Fedor, I'm updating their email address in the
    README.
    
    PR-URL: #39510
    Reviewed-By: Tobias Nießen <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: Fedor Indutny <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Trott authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    0a47f5f View commit details
    Browse the repository at this point in the history
  111. build: use Node.js 14 in commit-lint.yml

    All of our workflows use Node.js 14.x or 16.x except for commit-lint.yml
    which has 12.x hard-coded. Update it to 14.x and change it to using an
    environment variable so it is consistent with our other workflows.
    
    PR-URL: #39506
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Trott authored and BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    90b9bb1 View commit details
    Browse the repository at this point in the history
  112. 2021-07-29, Version 16.6.0 (Current)

    This is a security release.
    
    Notable Changes:
    
    - CVE-2021-22930: Use after free on close http2 on stream canceling
      (High) [#39423](#39423)
    - (SEMVER-MINOR) deps: update V8 to 9.2.230.21 (Michaël Zasso)
      [#39470](#39470)
    - inspector: mark as stable (Gireesh Punathil)
      [#37748](#37748)
    - punycode: add pending deprecation (Antoine du Hamel)
      [#38444](#38444)
    - (SEMVER-MINOR) repl: enable --experimental-repl-await /w opt-out
      (hemanth.hm) [#34733](#34733)
    
    PR-URL: #39534
    BethGriggs committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    8d2e66c View commit details
    Browse the repository at this point in the history