Bug 147609 - [INTL] Implement String.prototype.toLocaleUpperCase in ECMA-402
Summary: [INTL] Implement String.prototype.toLocaleUpperCase in ECMA-402
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andy VanWagoner
URL:
Keywords:
Depends on:
Blocks: 90906
  Show dependency treegraph
 
Reported: 2015-08-03 17:31 PDT by Andy VanWagoner
Modified: 2015-12-07 18:14 PST (History)
6 users (show)

See Also:


Attachments
Patch (32.43 KB, patch)
2015-12-07 08:51 PST, Andy VanWagoner
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andy VanWagoner 2015-08-03 17:31:27 PDT
Implement ECMA-402 2.0 13.1.3 String.prototype.toLocaleUpperCase ([locales ])
http://ecma-international.org/publications/standards/Ecma-402.htm

This definition supersedes the definition provided in ES2015, 21.1.3.21.
Comment 1 Andy VanWagoner 2015-12-07 08:51:25 PST
Created attachment 266777 [details]
Patch
Comment 2 WebKit Commit Bot 2015-12-07 18:14:48 PST
Comment on attachment 266777 [details]
Patch

Clearing flags on attachment: 266777

Committed r193679: <http://trac.webkit.org/changeset/193679>
Comment 3 WebKit Commit Bot 2015-12-07 18:14:52 PST
All reviewed patches have been landed.  Closing bug.