[Webkit-unassigned] [Bug 151549] New: Rename JavaScriptCore builtins files to match exposed object names

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 22 10:46:57 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=151549

            Bug ID: 151549
           Summary: Rename JavaScriptCore builtins files to match exposed
                    object names
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bburg at apple.com
                CC: darin at apple.com, utatane.tea at gmail.com,
                    youennf at gmail.com
            Blocks: 150482

As a subtask of unifying code generation for WebCore and JSC builtins, we need to get rid of differences between builtins filenames (e.g., Operations.Promise.js, Promise.prototype.js) and the name of the generated Builtin object (OperationsPromise, PromisePrototype). If we don't do this, then both build systems need special hacks to normalize the object name from the file name. It's easier to just normalize the filename.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151122/70e62ce3/attachment.html>


More information about the webkit-unassigned mailing list