No subject


Mon Sep 28 12:00:37 PDT 2015


http://www.ecma-international.org/ecma-402/1.0/ECMA-402.pdf

-- 
You are receiving this mail because:
You are the assignee for the bug.
--1444058270.73bf6720.20208
Date: Mon, 5 Oct 2015 08:17:50 -0700
MIME-Version: 1.0
Content-Type: text/html

<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [Intl] Change the return type of canonicalizeLocaleList() from JSArray* to Vector&lt;String&gt;"
   href="https://bugs.webkit.org/show_bug.cgi?id=149807">149807</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[Intl] Change the return type of canonicalizeLocaleList() from JSArray* to Vector&lt;String&gt;
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>WebKit Nightly Build
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>JavaScriptCore
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>sukolsak&#64;gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>From ECMA-402, 9.2.1, the abstract operation CanonicalizeLocaleList returns a List of Strings. From the spec, we never modify the result from CanonicalizeLocaleList(). We never expose it to the user either. This patch changes the return type of canonicalizeLocaleList() from JSArray* to Vector&lt;String&gt;. This should ease the workload of the GC and make the code a bit easier to read.

<a href="http://www.ecma-international.org/ecma-402/1.0/ECMA-402.pdf">http://www.ecma-international.org/ecma-402/1.0/ECMA-402.pdf</a></pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>
--1444058270.73bf6720.20208--


More information about the webkit-unassigned mailing list