Bug 218531 - [JSC] Obtain default timezone ID from cached icu::TimeZone
Summary: [JSC] Obtain default timezone ID from cached icu::TimeZone
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords: InRadar
Depends on: 219915
Blocks:
  Show dependency treegraph
 
Reported: 2020-11-03 12:58 PST by Yusuke Suzuki
Modified: 2020-12-17 15:47 PST (History)
9 users (show)

See Also:


Attachments
Patch (5.52 KB, patch)
2020-11-03 13:02 PST, Yusuke Suzuki
no flags Details | Formatted Diff | Diff
Patch (5.53 KB, patch)
2020-11-03 13:07 PST, Yusuke Suzuki
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2020-11-03 12:58:18 PST
[JSC] Obtain default timezone ID from cached icu::TimeZone
Comment 1 Yusuke Suzuki 2020-11-03 13:02:33 PST
Created attachment 413095 [details]
Patch
Comment 2 Yusuke Suzuki 2020-11-03 13:02:36 PST
<rdar://problem/64265880>
Comment 3 Yusuke Suzuki 2020-11-03 13:07:16 PST
Created attachment 413097 [details]
Patch
Comment 4 Ross Kirsling 2020-11-03 13:09:36 PST
Comment on attachment 413097 [details]
Patch

r=me. I guess it'd be pretty hard to make a test case for this one, hmm.
Comment 5 Yusuke Suzuki 2020-11-03 15:29:41 PST
Comment on attachment 413097 [details]
Patch

Thanks!
Comment 6 EWS 2020-11-03 15:50:46 PST
Committed r269341: <https://trac.webkit.org/changeset/269341>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 413097 [details].
Comment 7 WebKit Commit Bot 2020-12-15 13:20:18 PST
Re-opened since this is blocked by bug 219915
Comment 8 Yusuke Suzuki 2020-12-17 15:47:34 PST
The reverted patch is once integrated since we workaround ICU missing API issue differently.