1. 12 Dec, 2018 2 commits
  2. 07 Dec, 2018 2 commits
  3. 06 Dec, 2018 1 commit
  4. 05 Dec, 2018 1 commit
  5. 02 Dec, 2018 1 commit
  6. 28 Nov, 2018 2 commits
  7. 18 Nov, 2018 1 commit
  8. 15 Nov, 2018 1 commit
  9. 09 Nov, 2018 4 commits
  10. 08 Nov, 2018 1 commit
  11. 07 Nov, 2018 4 commits
  12. 06 Nov, 2018 3 commits
  13. 01 Nov, 2018 1 commit
  14. 31 Oct, 2018 1 commit
  15. 30 Oct, 2018 2 commits
    • Frank Tang's avatar
      [Intl] Hide Intl["SegmentIterator"] · 78c053a5
      Frank Tang authored
      Fix the code incorrctly exposed Intl["SegmentIterator"] that caused
      Unreachable code in builtins-internal.cc
      
      Bug: chromium:900013
      Change-Id: I50d457a9f065d597b3bbb77a7a45011335c959da
      Reviewed-on: https://chromium-review.googlesource.com/c/1306906Reviewed-by: 's avatarSathya Gunasekaran <gsathya@chromium.org>
      Commit-Queue: Frank Tang <ftang@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#57140}
      78c053a5
    • Jungshik Shin's avatar
      Prepare for ICU roll to 63.1 · a46bc035
      Jungshik Shin authored
      In Chromium tree, ICU is rolled to 63.1. And, auto-roller will soon
      try to roll ICU in v8 to 63.1.  Due to a nodejs trybot issue,
      autoroll needs a manual intervention. In the meantime, this CL
      will get rid of other blocking issues for ICU update.
      
      Prepare for the ICU roll by revising test/intl as following:
      
      * Line breaking loose mode is now supported in the
      Chromium's copy of ICU. Adjust the test expectation.
      
      * ICU's uloc_* can handle overlong locale ids. Drop tests
      that are not valid any more.
      
      Once ICU is rolled, a couple of TSAN-suppressed tests can
      be unsuppressed, but that has to be done in a separate CL.
      
      Bug: chromium:893196,v8:8272, v8:8110
      Test: intl/*, test262/test402/*
      Cq-Include-Trybots: luci.v8.try:v8_linux_noi18n_rel_ng
      Change-Id: I17f11457b61376b1e8d41bbbc951fa6cd3355a54
      Reviewed-on: https://chromium-review.googlesource.com/c/1289369
      Commit-Queue: Jungshik Shin <jshin@chromium.org>
      Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
      Reviewed-by: 's avatarSathya Gunasekaran <gsathya@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#57105}
      a46bc035
  16. 24 Oct, 2018 2 commits
  17. 19 Oct, 2018 1 commit
  18. 18 Oct, 2018 1 commit
  19. 16 Oct, 2018 2 commits
  20. 08 Oct, 2018 2 commits
  21. 06 Oct, 2018 2 commits
  22. 05 Oct, 2018 2 commits
    • Jungshik Shin's avatar
      Use ICU to validate and canonicalize lang tag · 2abb31a9
      Jungshik Shin authored
      - Get rid of an unnecessary call to uloc_canonicalize in js-locale.
      - Do not use regex, but rely on ICU for the structrural validity check
      with Chrome's ICU or ICU 63 or newer. Otherwise, continue to use regex.
      
      This became possible thanks to a couple of bug fixes in ICU ToT that
      were cherry-picked for Chromium's ICU.
      
      Not yet done is to change js-locale to use CanonicalizeLocale().
      That will make a few more tests pass.
      
      Bug: v8:8135
      Test: test262/intl402/Intl/getCanonicalLocales/*
      Test: test262/intl402/Locale/*
      Cq-Include-Trybots: luci.v8.try:v8_linux_noi18n_rel_ng
      Cq-Include-Trybots: luci.chromium.try:linux_chromium_rel_ng
      Change-Id: I45c10b298fb041e0b39a4d96309c68a7966f91c2
      Reviewed-on: https://chromium-review.googlesource.com/c/1215223
      Commit-Queue: Jungshik Shin <jshin@chromium.org>
      Reviewed-by: 's avatarSathya Gunasekaran <gsathya@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#56399}
      2abb31a9
    • Frank Tang's avatar
      [Intl] add Intl.Segmenter - part 1 · 4274d2f1
      Frank Tang authored
      Add the JSSegmenter and hook up constructor,
      supportedLocales and resolvedOptions only
      Desgin Doc- https://goo.gl/fgc2Cp
      
      TBR: bmeurer@chromium.org
      Bug: v8:6891
      Cq-Include-Trybots: luci.v8.try:v8_linux_noi18n_rel_ng
      Change-Id: Ief25fb31d724c55c43c0fdf3080294fa83486e4f
      Reviewed-on: https://chromium-review.googlesource.com/c/1247362
      Commit-Queue: Frank Tang <ftang@chromium.org>
      Reviewed-by: 's avatarSathya Gunasekaran <gsathya@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#56393}
      4274d2f1
  23. 26 Sep, 2018 1 commit