⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 150148 in webkit


Ignore:
Timestamp:
May 15, 2013, 2:25:59 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

Unreviewed, rolling out r150051.
​http://trac.webkit.org/changeset/150051
​https://bugs.webkit.org/show_bug.cgi?id=116186

Broke all JSC tests on Mac and the author is unresponsive
(Requested by rniwa on #webkit).

Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r150146 r150148  
     12013-05-15  Commit Queue  <commit-queue@webkit.org>
     2
     3        Unreviewed, rolling out r150051.
     4        http://trac.webkit.org/changeset/150051
     5        https://bugs.webkit.org/show_bug.cgi?id=116186
     6
     7        Broke all JSC tests on Mac and the author is unresponsive
     8        (Requested by rniwa on #webkit).
     9
     10        * JavaScriptCore.xcodeproj/project.pbxproj:
     11
    1122013-05-15  Julien Brianceau  <jbrianceau@nds.com>
    213
  • trunk/Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj

    r150051 r150148  
    37083708                        runOnlyForDeploymentPostprocessing = 0;
    37093709                        shellPath = /bin/sh;
    3710                         shellScript = "# Skip for Production builds.\nif [[ ${CONFIGURATION:=Debug} == \"Production\" ]]; then\n    exit\nfi\n\n# Update the jsc binary to refer to JavaScriptcore.framework relative to its location, then copy it\ninstall_name_tool -change \"${SYSTEM_LIBRARY_DIR}/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore\" \"@loader_path/../JavaScriptCore\" \"${BUILT_PRODUCTS_DIR}/jsc\"\nditto \"${BUILT_PRODUCTS_DIR}/jsc\" \"${BUILT_PRODUCTS_DIR}/JavaScriptCore.framework/Resources/jsc\"";
     3710                        shellScript = "# Skip for Production builds.\nif [[ ${CONFIGURATION:=Debug} == \"Production\" ]]; then\n    exit\nfi\n\n# Copy and update the jsc binary to refer to JavaScriptcore.framework relative to its location.\nditto \"${BUILT_PRODUCTS_DIR}/jsc\" \"${BUILT_PRODUCTS_DIR}/JavaScriptCore.framework/Resources/jsc\"\ninstall_name_tool -change \"${BUILT_PRODUCTS_DIR}/JavaScriptCore.framework/Versions/A/JavaScriptCore\" \"@loader_path/../JavaScriptCore\" \"${BUILT_PRODUCTS_DIR}/JavaScriptCore.framework/Resources/jsc\"\n";
    37113711                };
    37123712                5DAFD6CD146B6B6E00FBEFB4 /* Install Support Script */ = {
Note: See TracChangeset for help on using the changeset viewer.