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

v14.10.0 proposal #35023

Merged
merged 97 commits into from Sep 8, 2020
Merged

v14.10.0 proposal #35023

merged 97 commits into from Sep 8, 2020

Commits on Aug 31, 2020

  1. meta: remove non-existent quic from CODEOWNERS

    quic support doesn't exist prior to Node.js 15 and is unlikely to
    due to requiring patches on top of openssl. Remove the entries
    from CODEOWNERS to fix the CODEOWNERS linting, which currently fails
    as it refers to non-existent paths.
    
    PR-URL: #34947
    Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
    Reviewed-By: Myles Borins <myles.borins@gmail.com>
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    Reviewed-By: Shelley Vohr <codebytere@gmail.com>
    Reviewed-By: Mary Marchini <oss@mmarchini.me>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    richardlau authored and MylesBorins committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    a43b7ff View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. doc: use links to MS guide in style guide

    Avoid repeating too much from the Microsoft guide by providing links to
    it.
    
    PR-URL: #34871
    Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Trott authored and richardlau committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    29b048b View commit details
    Browse the repository at this point in the history
  2. test: simplify test-vm-memleak

    PR-URL: #34881
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
    Trott authored and richardlau committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    971b7ac View commit details
    Browse the repository at this point in the history
  3. doc: use "previous"/"preceding" instead of "above" as modifier

    Refs: https://docs.microsoft.com/en-us/style-guide/a-z-word-list-term-collections/a/above
    
    PR-URL: #34877
    Reviewed-By: Jan Krems <jan.krems@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
    Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Trott authored and richardlau committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    4cf93bb View commit details
    Browse the repository at this point in the history
  4. build,deps: add gen-openssl target

    This adds a new make target to generate platform dependent
    files for openssl on non-linux machines. The scripts we currently
    have in place require linux. This adds a Dockerfile that installs
    the necessary dependencies to be able to generate these files.
    
    Previously, it was necessary to run `make -C deps/openssl/config`
    on a linux machine. Now, as long as docker is installed and in
    your `PATH`, it is possible to run `make gen-openssl`.
    
    PR-URL: #34642
    Reviewed-By: James M Snell <jasnell@gmail.com>
    evanlucas authored and richardlau committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    755f9e4 View commit details
    Browse the repository at this point in the history
  5. deps: add openssl support for arm64

    This adds the required files for supporting openssl
    on arm64.
    
    This uses the same configuration that can be found in
    openssl/openssl#12369 to generate the required
    files.
    
    PR-URL: #34238
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Ash Cripps <ashley.cripps@ibm.com>
    evanlucas authored and richardlau committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    f1fcd66 View commit details
    Browse the repository at this point in the history
  6. build: add support for build on arm64

    Ref: nodejs/TSC#886
    Ref: #34043
    
    PR-URL: #34238
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Ash Cripps <ashley.cripps@ibm.com>
    evanlucas authored and richardlau committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    d06e158 View commit details
    Browse the repository at this point in the history
  7. meta: enable wasi for CODEOWNERS

    PR-URL: #34889
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Shelley Vohr <codebytere@gmail.com>
    Reviewed-By: Mary Marchini <oss@mmarchini.me>
    Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Gus Caplan <me@gus.host>
    gengjiawen authored and richardlau committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    be71e71 View commit details
    Browse the repository at this point in the history
  8. errors: use ErrorPrototypeToString from primordials object

    PR-URL: #34891
    Reviewed-By: Gus Caplan <me@gus.host>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    ExE-Boss authored and richardlau committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    fffba3a View commit details
    Browse the repository at this point in the history
  9. doc: fix broken markdown/display in cli.html

    The `<` character is interpreted as the start of an HTML tag, making the
    word `address` not render and the rest of the document rendered with a
    grey background and in italics. Use `&lt;` instead.
    
    PR-URL: #34892
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Trott authored and richardlau committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    657292e View commit details
    Browse the repository at this point in the history
  10. doc: improve link-local text in dgram.md

    Minor improvements.
    
    PR-URL: #34868
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Trott authored and richardlau committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    2fe9509 View commit details
    Browse the repository at this point in the history
  11. tools,doc: remove "toc" anchor name

    The _name_ attribute is obsolete. Changing it to _id_ in the case of
    "toc" would result in a conflict with an existing id. However, there are
    no links to "#toc" in our docs. And if there were, it would be more
    appropriate to link to the id toc which is the toc for the individual
    documents. So remove the anchor name entirely.
    
    PR-URL: #34893
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Trott authored and richardlau committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    7ad629e View commit details
    Browse the repository at this point in the history
  12. src,doc: rephrase for clarity

    PR-URL: #34879
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    wjabbour authored and richardlau committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    044297f View commit details
    Browse the repository at this point in the history
  13. src,doc: fix grammar due to missing 'is'

    PR-URL: #34897
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
    Reviewed-By: David Carlier <devnexen@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    wjabbour authored and richardlau committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    bcc1d43 View commit details
    Browse the repository at this point in the history
  14. src,doc: fix wording to refer to context, not environment

    PR-URL: #34880
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    wjabbour authored and richardlau committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    f6a5999 View commit details
    Browse the repository at this point in the history
  15. policy: implement scopes field

    PR-URL: #34552
    Reviewed-By: James M Snell <jasnell@gmail.com>
    bmeck authored and richardlau committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    18b04ab View commit details
    Browse the repository at this point in the history
  16. doc: use consistent typography for node-addon-api

    Most of the instances of _node-addon-api_ are surrounded with backticks,
    but two aren't. Add backticks for consistency.
    
    PR-URL: #34910
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Trott authored and richardlau committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    4782ec7 View commit details
    Browse the repository at this point in the history
  17. doc: provide more guidance about process.version

    PR-URL: #34909
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Trott authored and richardlau committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    fbd18be View commit details
    Browse the repository at this point in the history
  18. doc: fix CHANGELOG.md parsing issue

    PR-URL: #34923
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    juanarbol authored and richardlau committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    b091681 View commit details
    Browse the repository at this point in the history
  19. n-api: re-implement async env cleanup hooks

    * Avoid passing core `void*` and function pointers into add-on.
    * Document `napi_async_cleanup_hook_handle` type.
    * Render receipt of the handle mandatory from the point where the
      hook gets called. Removal of the handle remains mandatory.
    
    Fixes: #34715
    Signed-off-by: Gabriel Schulhof <gabriel.schulhof@intel.com>
    Co-authored-by: Anna Henningsen <github@addaleax.net>
    PR-URL: #34819
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Reviewed-By: Zeyu Yang <himself65@outlook.com>
    2 people authored and richardlau committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    3c32fe0 View commit details
    Browse the repository at this point in the history
  20. doc: make minor fixes to maintaining-openssl.md

    PR-URL: #34926
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Evan Lucas <evanlucas@me.com>
    Trott authored and richardlau committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    0e09ff8 View commit details
    Browse the repository at this point in the history
  21. doc: simplify "make use of" to "use"

    PR-URL: #34861
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Trott authored and richardlau committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    aee3b85 View commit details
    Browse the repository at this point in the history
  22. deps: update brotli to v1.0.9

    Refs: https://github.com/google/brotli/releases/tag/v1.0.8
    Refs: https://github.com/google/brotli/releases/tag/v1.0.9
    
    PR-URL: #34937
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    addaleax authored and richardlau committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    90f9348 View commit details
    Browse the repository at this point in the history
  23. zlib: replace usage of internal stream state with public api

    Refs: #445
    
    PR-URL: #34884
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    lundibundi authored and richardlau committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    94528f5 View commit details
    Browse the repository at this point in the history
  24. net: replace usage of internal stream state with public api

    Refs: #445
    
    PR-URL: #34885
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Ricky Zhou <0x19951125@gmail.com>
    lundibundi authored and richardlau committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    fcb211f View commit details
    Browse the repository at this point in the history
  25. doc: make general copy-edit changes to policy.md

    PR-URL: #34943
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Evan Lucas <evanlucas@me.com>
    Trott authored and richardlau committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    1589f0e View commit details
    Browse the repository at this point in the history
  26. perf_hooks: add idleTime and event loop util

    Use uv_metrics_idle_time() to return a high resolution millisecond timer
    of the amount of time the event loop has been idle since it was
    initialized.
    
    Include performance.eventLoopUtilization() API to handle the math of
    calculating the idle and active times. This has been added to prevent
    accidental miscalculations of the event loop utilization. Such as not
    taking into consideration offsetting nodeTiming.loopStart or timing
    differences when being called from a Worker thread.
    
    PR-URL: #34938
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Adrian Estrada <edsadr@gmail.com>
    Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
    trevnorris authored and richardlau committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    8aac42c View commit details
    Browse the repository at this point in the history
  27. doc: make minor improvements to query string sentence in http2.md

    PR-URL: #34929
    Reviewed-By: Denys Otrishko <shishugi@gmail.com>
    Reviewed-By: Ricky Zhou <0x19951125@gmail.com>
    Trott authored and richardlau committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    31098a4 View commit details
    Browse the repository at this point in the history
  28. doc: add a note about possible missing lines to readline.asyncIterator

    Fixes: #33463
    
    PR-URL: #34675
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Gus Caplan <me@gus.host>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    mikhalev-im authored and richardlau committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    2407a7a View commit details
    Browse the repository at this point in the history
  29. test: make test-tls-reuse-host-from-socket pass without internet

    Start up a TLS server on localhost rather than using example.org.
    
    PR-URL: #34953
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Trott authored and richardlau committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    75d1612 View commit details
    Browse the repository at this point in the history
  30. test: add readline test for escape sequence

    Tests do not cover a small piece of code in
    lib/internal/readline/utils.js for consuming an escape sequence.
    This adds a minimal test to cover the code.
    
    Refs: https://coverage.nodejs.org/coverage-0848f56cb3943209/lib/internal/readline/utils.js.html#L327
    
    PR-URL: #34952
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
    Trott authored and richardlau committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    9057a16 View commit details
    Browse the repository at this point in the history
  31. test: fix typo in test/parallel/test-icu-punycode.js

    coverter => converter
    
    PR-URL: #34934
    Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
    Reviewed-By: Ricky Zhou <0x19951125@gmail.com>
    watilde authored and richardlau committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    ee6a583 View commit details
    Browse the repository at this point in the history
  32. doc: replace require() with reference links in http2.md

    Refs: #34929 (comment)
    
    PR-URL: #34956
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Denys Otrishko <shishugi@gmail.com>
    Reviewed-By: Ricky Zhou <0x19951125@gmail.com>
    Trott authored and richardlau committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    94c6e09 View commit details
    Browse the repository at this point in the history
  33. stream: allow using .push()/.unshift() during once('data')

    Previously, the `.push()` or `.unshift()` call would just have jumped
    straight to emitting a `'data'` event, even if there were no listeners,
    effectively just silently dropping the chunk.
    
    PR-URL: #34957
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Denys Otrishko <shishugi@gmail.com>
    Reviewed-By: Robert Nagy <ronagy@icloud.com>
    Reviewed-By: Ricky Zhou <0x19951125@gmail.com>
    addaleax authored and richardlau committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    f537c86 View commit details
    Browse the repository at this point in the history
  34. esm: shorten ERR_UNSUPPORTED_ESM_URL_SCHEME message

    I know it just got modified to include new information, but this
    shortens the message a bit without (I hope) losing clarity or meaning.
    
    PR-URL: #34836
    Reviewed-By: Guy Bedford <guybedford@gmail.com>
    Reviewed-By: Denys Otrishko <shishugi@gmail.com>
    Trott authored and richardlau committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    db8c66b View commit details
    Browse the repository at this point in the history
  35. build: use latest node-core-utils from npm

    PR-URL: #34969
    Reviewed-By: Mary Marchini <oss@mmarchini.me>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Shelley Vohr <codebytere@gmail.com>
    lundibundi authored and richardlau committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    7afb67f View commit details
    Browse the repository at this point in the history
  36. build: use autorebase option for git node land

    This will allow to land commits with multiple commits and also properly
    handle proper `fixup` commits.
    
    Refs: nodejs/node-core-utils#473
    
    PR-URL: #34969
    Reviewed-By: Mary Marchini <oss@mmarchini.me>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Shelley Vohr <codebytere@gmail.com>
    lundibundi authored and richardlau committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    46766a1 View commit details
    Browse the repository at this point in the history
  37. doc: arrange perf_hooks entries alphabetically

    Entries in perf_hooks.md are almost-but-not-quite in alphabetical order.
    Our docs (usually) list things in alphabetical order, so move a few
    entries to make it so in perf_hooks.md.
    
    PR-URL: #34973
    Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Harshitha K P <harshitha014@gmail.com>
    Trott authored and richardlau committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    ca0302e View commit details
    Browse the repository at this point in the history
  38. doc: recommend URL() over url.parse() in http2 doc

    PR-URL: #34978
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Trott authored and richardlau committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    df76c89 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. doc: fix typos in buffer doc

    * pluralize "strings" in hex encoding description.
    * fix typo in ascii encoding description
    * remove double "array"
    
    PR-URL: #34981
    Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    robhybrid authored and richardlau committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    514a538 View commit details
    Browse the repository at this point in the history
  2. doc: fix broken link to writableEnded in deprecations doc

    PR-URL: #34984
    Reviewed-By: Harshitha K P <harshitha014@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Trott authored and richardlau committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    f4524b8 View commit details
    Browse the repository at this point in the history
  3. doc: fix broken link to response.finished in deprecations doc

    PR-URL: #34982
    Reviewed-By: Harshitha K P <harshitha014@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Trott authored and richardlau committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    a0656ff View commit details
    Browse the repository at this point in the history
  4. doc: fix broken link to response.writableFinished in deprecations doc

    PR-URL: #34983
    Reviewed-By: Harshitha K P <harshitha014@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Trott authored and richardlau committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    287ce7b View commit details
    Browse the repository at this point in the history
  5. doc: drop the --production flag for installing windows-build-tools

    This isn't needed, and was probably copy-pasted from
    windows-build-tools' README.md, which has since been changed
    to drop the `--production` flag from the install instructions.
    
    PR-URL: #34979
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    Reviewed-By: Ricky Zhou <0x19951125@gmail.com>
    DeeDeeG authored and richardlau committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    2598527 View commit details
    Browse the repository at this point in the history
  6. stream: fix Readable stream state properties

    Looks like they have been accidentally moved in
    #31144.
    
    PR-URL: #34886
    Reviewed-By: Robert Nagy <ronagy@icloud.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Zeyu Yang <himself65@outlook.com>
    Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
    Reviewed-By: Ricky Zhou <0x19951125@gmail.com>
    lundibundi authored and richardlau committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    5f24cea View commit details
    Browse the repository at this point in the history
  7. test: remove incorrect debug() in test-policy-integrity

    The instructions to use `test:policy-integrity:NUMBER` do not work, I'm
    afraid. This removes them.
    
    PR-URL: #34961
    Reviewed-By: Ujjwal Sharma <ryzokuken@disroot.org>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Andrey Pechkurov <apechkurov@gmail.com>
    Reviewed-By: Zeyu Yang <himself65@outlook.com>
    Reviewed-By: Bradley Farias <bradley.meck@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Trott authored and richardlau committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    b698d2e View commit details
    Browse the repository at this point in the history
  8. doc: change effected to affected

    PR-URL: #34989
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    wjabbour authored and richardlau committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    9aba579 View commit details
    Browse the repository at this point in the history
  9. buffer: also alias BigUInt methods

    These were overlooked in 5864fca because of the extra
    `Big` in the name. :)
    
    Refs: #34729
    
    PR-URL: #34960
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    addaleax authored and richardlau committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    2ab33c5 View commit details
    Browse the repository at this point in the history
  10. doc,tools: remove malfunctioning Linux manpage linker

    The Linux manpage auto-linking is resulting in extraneous
    links with empty text in the docs. Remove it as the only thing it
    affects is linked explicitly in the one document that uses it.
    
    PR-URL: #34985
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Mary Marchini <oss@mmarchini.me>
    Trott authored and richardlau committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    52be37c View commit details
    Browse the repository at this point in the history
  11. build: close stalled issues and PRs with github action

    This introduces a GitHub Action workflow to close issues and PRs
    which has been labelled `stalled` 30 days ago (or more).
    
    `stale` labelling and unlabelling of issues and PRs are still done
    manually by collaborators.
    
    Refs nodejs/github-bot#261
    
    PR-URL: #34555
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Mary Marchini <oss@mmarchini.me>
    Reviewed-By: Denys Otrishko <shishugi@gmail.com>
    Reviewed-By: Gus Caplan <me@gus.host>
    Reviewed-By: Zeyu Yang <himself65@outlook.com>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Reviewed-By: Shelley Vohr <codebytere@gmail.com>
    phillipj authored and richardlau committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    d6c796b View commit details
    Browse the repository at this point in the history
  12. build: comment about auto close when stalled via with github action

    As part of automatically closing issues and PRs 30 days after they got
    labelled with `stalled`, these changes adds a GitHub Action workflow
    posting a comment information about what will happen in 30 days upon
    being labelled.
    
    PR-URL: #34555
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Mary Marchini <oss@mmarchini.me>
    Reviewed-By: Denys Otrishko <shishugi@gmail.com>
    Reviewed-By: Gus Caplan <me@gus.host>
    Reviewed-By: Zeyu Yang <himself65@outlook.com>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Reviewed-By: Shelley Vohr <codebytere@gmail.com>
    phillipj authored and richardlau committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    7b72990 View commit details
    Browse the repository at this point in the history
  13. tools,doc: fix global table of content active element

    Assign active class to the correct HTML element when one nav-id is a
    subset of another one (E.G.: `nav-module` and `nav-modules`).
    
    Fixes: #34975
    
    PR-URL: #34976
    Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
    Reviewed-By: Zeyu Yang <himself65@outlook.com>
    aduh95 authored and richardlau committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    fb2111e View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. doc: revise commit-queue.md

    Make minor fixes to the text.
    
    PR-URL: #35006
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Mary Marchini <oss@mmarchini.me>
    Reviewed-By: Denys Otrishko <shishugi@gmail.com>
    Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
    Reviewed-By: Yosuke Furukawa <yosuke.furukawa@gmail.com>
    Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Trott authored and richardlau committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    f1217d6 View commit details
    Browse the repository at this point in the history
  2. doc: use period consistently in man page

    PR-URL: #34939
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Trott authored and richardlau committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    a420184 View commit details
    Browse the repository at this point in the history
  3. tools,doc: allow page titles to contain inline code

    Previously the HTML title would be cut to the first text node only.
    
    PR-URL: #35003
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
    aduh95 authored and richardlau committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    b6f3ae8 View commit details
    Browse the repository at this point in the history
  4. tools: update ESLint to 7.8.0

    Update ESLint to 7.8.0
    
    PR-URL: #35004
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    cjihrig authored and richardlau committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    c47d319 View commit details
    Browse the repository at this point in the history
  5. tools: update ESLint to 7.8.1

    Update ESLint to 7.8.1
    
    PR-URL: #35004
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    cjihrig authored and richardlau committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    62cc3b8 View commit details
    Browse the repository at this point in the history
  6. doc: error code fix in resolver spec

    PR-URL: #34998
    Reviewed-By: Jan Krems <jan.krems@gmail.com>
    Reviewed-By: Myles Borins <myles.borins@gmail.com>
    Reviewed-By: Ujjwal Sharma <ryzokuken@disroot.org>
    guybedford authored and richardlau committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    cc0aaf2 View commit details
    Browse the repository at this point in the history
  7. build: require "allow edits" to be checked

    PR-URL: #35002
    Reviewed-By: Mary Marchini <oss@mmarchini.me>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    ljharb authored and richardlau committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    1be6956 View commit details
    Browse the repository at this point in the history
  8. querystring: manage percent character at unescape

    Related: #33892
    Fixes: #35012
    
    PR-URL: #35013
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    watilde authored and richardlau committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    1bf5d1a View commit details
    Browse the repository at this point in the history
  9. crypto: add randomInt function

    PR-URL: #34600
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    olalonde authored and richardlau committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    44d89a9 View commit details
    Browse the repository at this point in the history
  10. doc: refactor deprecation anchors

    PR-URL: #34955
    Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    aduh95 authored and richardlau committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    8c207c6 View commit details
    Browse the repository at this point in the history
  11. tools: add banner to lint-md.js by rollup.config.js

    PR-URL: #34233
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    KuthorX authored and richardlau committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    3d41ff2 View commit details
    Browse the repository at this point in the history
  12. src: disallow JS execution during exit()

    This is just an extra safeguard – no JS should run once we’ve
    decided that we are going to shutdown the process, but we’re opening
    a handle scope in order to access V8, so make sure that our operations
    do not lead to JS accidentally being run.
    
    PR-URL: #35020
    Reviewed-By: Gus Caplan <me@gus.host>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: David Carlier <devnexen@gmail.com>
    Reviewed-By: Shelley Vohr <codebytere@gmail.com>
    addaleax authored and richardlau committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    73ef3f2 View commit details
    Browse the repository at this point in the history
  13. src: add get/set pair for env context awareness

    PR-URL: #35024
    Reviewed-By: Gus Caplan <me@gus.host>
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    codebytere authored and richardlau committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    789798b View commit details
    Browse the repository at this point in the history
  14. doc: change color contrast for accessibility

    Change background color of Stability 1 banner. Previous color contrast
    of 3.61:1 fails WCAG AA. New color contrast of 4.50:1 passes.
    
    PR-URL: #35047
    Reviewed-By: Ujjwal Sharma <ryzokuken@disroot.org>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Myles Borins <myles.borins@gmail.com>
    Reviewed-By: Shelley Vohr <codebytere@gmail.com>
    Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
    Trott authored and richardlau committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    593236a View commit details
    Browse the repository at this point in the history
  15. test: change var to let

    PR-URL: #34902
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: Harshitha K P <harshitha014@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    PoojaDurgad authored and richardlau committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    9011c87 View commit details
    Browse the repository at this point in the history
  16. test: use mustCall() in test-http-timeout

    PR-URL: #34996
    Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    PoojaDurgad authored and richardlau committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    a756b92 View commit details
    Browse the repository at this point in the history
  17. doc: change 'be will' to 'will be'

    PR-URL: #34999
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Harshitha K P <harshitha014@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    zombieleet authored and richardlau committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    a846a9f View commit details
    Browse the repository at this point in the history
  18. doc: fix a typo of microtaskMode

    PR-URL: #34980
    Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Harshitha K P <harshitha014@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    shigma authored and richardlau committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    c3a3cb6 View commit details
    Browse the repository at this point in the history
  19. doc: fix malformed hashes in assert.md

    URL hashes cannot contain `#`. Use hashes for the locations that were
    intended.
    
    PR-URL: #35028
    Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Trott authored and richardlau committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    1ae674c View commit details
    Browse the repository at this point in the history
  20. doc: use consistent header typography

    Adding backticks to an entry that has them missing in the header, unlike
    the other entries.
    
    PR-URL: #35030
    Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Trott authored and richardlau committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    680782e View commit details
    Browse the repository at this point in the history
  21. doc: remove duplicate error code entry

    Fixes: #35029
    
    PR-URL: #35031
    Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
    Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
    Reviewed-By: Denys Otrishko <shishugi@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Trott authored and richardlau committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    72d03cd View commit details
    Browse the repository at this point in the history
  22. doc: fix certificate display in tls doc

    In one context, `<Buffer>` was being interpretted as an HTML tag and not
    displayed.
    
    PR-URL: #35032
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Trott authored and richardlau committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    cdc1198 View commit details
    Browse the repository at this point in the history
  23. test: make .out checks embedder-friendly

    PR-URL: #35040
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    codebytere authored and richardlau committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    4d53385 View commit details
    Browse the repository at this point in the history
  24. deps: V8: backport 3f071e3e7e15

    Original commit message:
    
        PPC: Optimize clearing higher bits of mulhw/mulhwu
    
        Change-Id: Ie3e14a6ef4531349e81a8ae741bc7470c7e547ca
        Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2349468
        Reviewed-by: Junliang Yan <jyan@ca.ibm.com>
        Commit-Queue: Milad Farazmand <miladfar@ca.ibm.com>
        Cr-Commit-Position: refs/heads/master@{#69343}
    
    Refs: v8/v8@3f071e3
    
    PR-URL: #35036
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Ash Cripps <ashley.cripps@ibm.com>
    Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Milad Farazmand authored and richardlau committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    96ae05a View commit details
    Browse the repository at this point in the history
  25. doc: remove style for empty links

    PR-URL: #35034
    Refs: #34955
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
    aduh95 authored and richardlau committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    28e89f6 View commit details
    Browse the repository at this point in the history
  26. src: shutdown libuv before exit()

    This ensures that no operations will be running on the libuv
    threadpool, which is important because they may run into race
    conditions with the global destructors being triggered from
    `exit()`, such as in the added test example here.
    
    PR-URL: #35021
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Gus Caplan <me@gus.host>
    Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: David Carlier <devnexen@gmail.com>
    Reviewed-By: Zeyu Yang <himself65@outlook.com>
    Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
    Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    addaleax authored and richardlau committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    f21d78d View commit details
    Browse the repository at this point in the history
  27. doc: fix incorrect URL in cli.md

    Remove incorrect second `#` in URl.
    
    PR-URL: #35043
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
    Reviewed-By: Shelley Vohr <codebytere@gmail.com>
    Trott authored and richardlau committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    5bd0e08 View commit details
    Browse the repository at this point in the history
  28. crypto: align parameter names with documentation

    Change _cb_ to _callback_ to align with documentation. This is so that
    stack traces and error messages align with the documentation. If the
    documentation says "callback", then the stack traces and error messages
    should indicate that "callback" needs to be function or whatever, rather
    than "cb".
    
    PR-URL: #35054
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Trott authored and richardlau committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    6d0d5b2 View commit details
    Browse the repository at this point in the history
  29. doc: update syntax highlighting color for accessibility

    Previous contrast with background was 3.65, failing WCAG AA. This change
    brings contrast to 4.50, passing WCAG AA.
    
    PR-URL: #35063
    Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Myles Borins <myles.borins@gmail.com>
    Trott authored and richardlau committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    83a3e3b View commit details
    Browse the repository at this point in the history
  30. tools: fix doc build targets

    Adds doc output directory as order-only prerequisite for build target.
    
    PR-URL: #35060
    Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    aduh95 authored and richardlau committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    2b445bb View commit details
    Browse the repository at this point in the history
  31. doc: spruce up user journey to local docs browsing

    This patch improves the means by which the docs are viewed locally.
    
    * Remove extraneous code in the `docserve` Makefile target
    * Document the `docserve` task for all to know
    * Bring all code snippets in this section up to speed
    * Clarify the purpose of each documentation browsing method
    
    Fixes: #34977
    
    PR-URL: #34986
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Derek Lewis authored and richardlau committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    a08e853 View commit details
    Browse the repository at this point in the history
  32. tools: fix docopen target

    Adds to prerequisites the output file to open. Previously, this would
    open an out-of-date version of the file, or fail if it hasn't been built
    before.
    
    PR-URL: #35062
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
    aduh95 authored and richardlau committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    577978a View commit details
    Browse the repository at this point in the history
  33. doc: add deprecated badge to legacy URL methods

    PR-URL: #34931
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Guy Bedford <guybedford@gmail.com>
    aduh95 authored and richardlau committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    0ac7d54 View commit details
    Browse the repository at this point in the history
  34. doc: add ESM examples in module API doc page

    PR-URL: #34875
    Reviewed-By: Myles Borins <myles.borins@gmail.com>
    Reviewed-By: Guy Bedford <guybedford@gmail.com>
    aduh95 authored and richardlau committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    1a9ca52 View commit details
    Browse the repository at this point in the history
  35. deps: V8: cherry-pick 6be2f6e26e8d

    Original commit message:
    
        [coverage] IncBlockCounter should not be side-effect
    
        Incrementing coverage counter was triggering EvalError for
        evaluateOnCallFrame when throwOnSideEffect is true.
    
        R=jgruber@chromium.org, sigurds@chromium.org, yangguo@chromium.org
    
        Bug: v8:10856
        Change-Id: I0552e19a3a14ff61a9cb626494fb4a21979d535e
        Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2384011
        Commit-Queue: Benjamin Coe <bencoe@google.com>
        Reviewed-by: Jakob Gruber <jgruber@chromium.org>
        Reviewed-by: Yang Guo <yangguo@chromium.org>
        Reviewed-by: Sigurd Schneider <sigurds@chromium.org>
        Cr-Commit-Position: refs/heads/master@{#69628}
    
    Refs: v8/v8@6be2f6e
    
    PR-URL: #35055
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Shelley Vohr <codebytere@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    bcoe authored and richardlau committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    791a85b View commit details
    Browse the repository at this point in the history
  36. doc: format exponents better

    The `2^n` notation is common in mathematics, but even then it often
    requires parentheses or braces. In JavaScript and C++, the `^` operator
    stands for bitwise xor, and should be avoided in the docs. In code tags,
    the JavaScript operator `**` can be used. Otherwise, the `sup` tag can
    be used for formatting.
    
    PR-URL: #35050
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    tniessen authored and richardlau committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    f03a4d7 View commit details
    Browse the repository at this point in the history
  37. doc: add link to safe integer definition

    Refs: #34600
    Co-authored-by: Rich Trott <rtrott@gmail.com>
    
    PR-URL: #35049
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    tniessen authored and richardlau committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    8044533 View commit details
    Browse the repository at this point in the history
  38. bootstrap: correct --frozen-intrinsics override fix

    PR-URL: #35041
    Reviewed-By: Bradley Farias <bradley.meck@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    guybedford authored and richardlau committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    1fdfaa5 View commit details
    Browse the repository at this point in the history
  39. doc: change stablility-2 color for accessibility

    Current contrast ratio (2.51) does not pass WCAG AA. This PR increases
    the contrast to 4.50, which passes WCAG AA. The color, of course, is
    still green.
    
    PR-URL: #35061
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
    Trott authored and richardlau committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    f6b2286 View commit details
    Browse the repository at this point in the history
  40. crypto: fix randomInt range check

    Refs: #34600
    
    PR-URL: #35052
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Denys Otrishko <shishugi@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    tniessen authored and richardlau committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    a12d92c View commit details
    Browse the repository at this point in the history
  41. crypto: simplify KeyObject constructor

    Inline a function that only gets called in the constructor. Make call to
    `super()` more straightforward in the process by removing conditional
    involving the function as it only ever returns `undefined` or else
    throws. That made the code a little hard to understand, as without
    looking at the function, one would likely expect it to return `true`
    on success rather than `undefined`.
    
    PR-URL: #35064
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Denys Otrishko <shishugi@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Trott authored and richardlau committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    178a740 View commit details
    Browse the repository at this point in the history
  42. doc: use present tense in events.md

    Present tense should be default choice. It is usually easier to read and
    understand.
    
    Refs: https://docs.microsoft.com/en-us/style-guide/grammar/verbs
    
    PR-URL: #35068
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
    Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
    Trott authored and richardlau committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    bbf7b92 View commit details
    Browse the repository at this point in the history
  43. stream: save error in state

    Useful for future PR's to resolve situations where e.g. finished()
    is invoked on an already errored streams.
    
    PR-URL: #34103
    Backport-PR-URL: #34887
    Refs: #34680
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Denys Otrishko <shishugi@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    ronag authored and richardlau committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    ffae5f3 View commit details
    Browse the repository at this point in the history
  44. stream: simpler and faster Readable async iterator

    Reimplement as an async generator instead of a custom
    iterator class.
    
    Backport-PR-URL: #34887
    PR-URL: #34035
    Refs: #34680
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    ronag authored and richardlau committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    4bb4007 View commit details
    Browse the repository at this point in the history
  45. 2020-09-08, Version 14.10.0 (Current)

    Notable changes:
    
    - buffer: also alias BigUInt methods (Anna Henningsen)
      #34960
    - crypto: add randomInt function (Oli Lalonde)
      #34600
    - perf_hooks: add idleTime and event loop util (Trevor Norris)
      #34938
    - stream: simpler and faster Readable async iterator (Robert Nagy)
      #34035
    - stream: save error in state (Robert Nagy)
      #34103
    
    PR-URL: #35023
    richardlau committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    ce5f587 View commit details
    Browse the repository at this point in the history