[Webkit-unassigned] [Bug 194542] New: [JSC] Add JSC shell support for systems that don't provide a working directory

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 12 08:49:13 PST 2019


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

            Bug ID: 194542
           Summary: [JSC] Add JSC shell support for systems that don't
                    provide a working directory
           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: stephan.szabo at sony.com

Add support to the JSC shell for systems that don't provide a working directory to user applications (e.g. PlayStation).

* Add in a --working-directory option to set the base working directory for such systems.
* When a directory has been set with the above, convert paths into absolute paths for opening.
  * fetchModuleFromLocalFileSystem says that it expects only absolute paths already, so no changes were made there.
* For PlayStation, do not try to call to getcwd.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190212/9912ae7b/attachment-0001.html>


More information about the webkit-unassigned mailing list