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

deps: cherry-pick 6989b3f6d7 from V8 upstream #20826

Merged
merged 1 commit into from
May 25, 2018

Commits on May 25, 2018

  1. deps: cherry-pick 6989b3f6d7 from V8 upstream

    Original commit message:
      Fix default Intl language tag handling
    
      With certain ICU data bundles (such as the Node.js "small-icu"),
      %GetDefaultICULocale() may return a more specific language tag (e.g.
      "en-US") than what's available (e.g. "en"). In those cases, consider the
      more specific language tag supported.
    
      This CL also resolves the following Node.js issue:
         nodejs#15223
    
      Bug: v8:7024
      Cq-Include-Trybots: luci.v8.try:v8_linux_noi18n_rel_ng
      Change-Id: Ifda0776b3418734d5caa8af4e50c17cda95add73
      Reviewed-on: https://chromium-review.googlesource.com/668350
      Commit-Queue: Daniel Ehrenberg <littledan@chromium.org>
      Reviewed-by: Daniel Ehrenberg <littledan@chromium.org>
      Cr-Commit-Position: refs/heads/master@{nodejs#52716}
    
    Refs: v8/v8@6989b3f
    Fixes: nodejs#15223
    TimothyGu committed May 25, 2018
    Configuration menu
    Copy the full SHA
    64bed08 View commit details
    Browse the repository at this point in the history