- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 33.6k
deps: cherry-pick fa4ec9f from V8 upstream #14608
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
Conversation
| @gireeshpunathil | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, LGTM.
Node CI: https://ci.nodejs.org/job/node-test-pull-request/9463/
V8 CI: https://ci.nodejs.org/job/node-test-commit-v8-linux/837/
Original commit message:
    [date] Refactor PosixTimezoneCache for different OS
    Follow up on https://codereview.chromium.org/2740353002. Created
    PosixDefaultTimezoneCache which is a subclass of PosixTimezoneCache
    containing definition of LocalTimezone and LocalTimeOffset which is
    separate for different OS.
    [email protected], [email protected]
    BUG=v8:6578
    LOG=N
    Change-Id: I58342893aeefe79ac50e1df041d614fc473f15bf
    Reviewed-on: https://chromium-review.googlesource.com/568686
    Reviewed-by: Daniel Ehrenberg <[email protected]>
    Commit-Queue: Jaideep Bajwa <[email protected]>
    Cr-Commit-Position: refs/heads/master@{nodejs#46604}
    0e8791c    to
    d3dd706      
    Compare
  
    | @bnoordhuis | 
| Sorry @jbajwa, I thought you had commit access. This PR puts us in the somewhat awkward position that bumping the V8 patch level means our 6.0.53 isn't upstream's 6.0.53. I fixed it (what's in a name) by bumping both the patch level and the build number. Landed in 8096791, cheers. | 
Original commit message:
    [date] Refactor PosixTimezoneCache for different OS
    Follow up on https://codereview.chromium.org/2740353002. Created
    PosixDefaultTimezoneCache which is a subclass of PosixTimezoneCache
    containing definition of LocalTimezone and LocalTimeOffset which is
    separate for different OS.
    [email protected], [email protected]
    BUG=v8:6578
    LOG=N
    Change-Id: I58342893aeefe79ac50e1df041d614fc473f15bf
    Reviewed-on: https://chromium-review.googlesource.com/568686
    Reviewed-by: Daniel Ehrenberg <[email protected]>
    Commit-Queue: Jaideep Bajwa <[email protected]>
    Cr-Commit-Position: refs/heads/master@{#46604}
PR-URL: #14608
Reviewed-By: Ben Noordhuis <[email protected]>
Reviewed-By: Gireesh Punathil <[email protected]>
Reviewed-By: James M Snell <[email protected]>
    Original commit message:
    [date] Refactor PosixTimezoneCache for different OS
    Follow up on https://codereview.chromium.org/2740353002. Created
    PosixDefaultTimezoneCache which is a subclass of PosixTimezoneCache
    containing definition of LocalTimezone and LocalTimeOffset which is
    separate for different OS.
    [email protected], [email protected]
    BUG=v8:6578
    LOG=N
    Change-Id: I58342893aeefe79ac50e1df041d614fc473f15bf
    Reviewed-on: https://chromium-review.googlesource.com/568686
    Reviewed-by: Daniel Ehrenberg <[email protected]>
    Commit-Queue: Jaideep Bajwa <[email protected]>
    Cr-Commit-Position: refs/heads/master@{#46604}
PR-URL: #14608
Reviewed-By: Ben Noordhuis <[email protected]>
Reviewed-By: Gireesh Punathil <[email protected]>
Reviewed-By: James M Snell <[email protected]>
    Original commit message:
    [date] Refactor PosixTimezoneCache for different OS
    Follow up on https://codereview.chromium.org/2740353002. Created
    PosixDefaultTimezoneCache which is a subclass of PosixTimezoneCache
    containing definition of LocalTimezone and LocalTimeOffset which is
    separate for different OS.
    [email protected], [email protected]
    BUG=v8:6578
    LOG=N
    Change-Id: I58342893aeefe79ac50e1df041d614fc473f15bf
    Reviewed-on: https://chromium-review.googlesource.com/568686
    Reviewed-by: Daniel Ehrenberg <[email protected]>
    Commit-Queue: Jaideep Bajwa <[email protected]>
    Cr-Commit-Position: refs/heads/master@{#46604}
PR-URL: #14608
Reviewed-By: Ben Noordhuis <[email protected]>
Reviewed-By: Gireesh Punathil <[email protected]>
Reviewed-By: James M Snell <[email protected]>
    | This does not land cleanly in LTS. Please feel free to manually backport by following the guide. Please also feel free to replace do-not-land if it is being backported | 
Original commit message:
Fixes: #14080
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)
deps/v8