Bug 147606

Summary: [INTL] Implement DateTime Format Functions
Product: WebKit Reporter: Andy VanWagoner <andy>
Component: JavaScriptCoreAssignee: Andy VanWagoner <andy>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, commit-queue, keith_miller, mark.lam, msaboff, saam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 90906    
Attachments:
Description Flags
Patch none

Description Andy VanWagoner 2015-08-03 17:23:41 PDT
Implement ECMA-402 2.0 12.3.4 DateTime Format Functions
http://ecma-international.org/publications/standards/Ecma-402.htm

This makes the function returned by Intl.DateTimeFormat.prototype.format locale-aware and sensitive to the options passed to the constructor.
Comment 1 Andy VanWagoner 2015-12-23 12:08:51 PST
Created attachment 267849 [details]
Patch
Comment 2 WebKit Commit Bot 2015-12-23 13:51:13 PST
Comment on attachment 267849 [details]
Patch

Clearing flags on attachment: 267849

Committed r194395: <http://trac.webkit.org/changeset/194395>
Comment 3 WebKit Commit Bot 2015-12-23 13:51:17 PST
All reviewed patches have been landed.  Closing bug.