Changeset 183940 in webkit


Ignore:
Timestamp:
May 7, 2015 11:52:59 AM (9 years ago)
Author:
mmaxfield@apple.com
Message:

Revert "Introducing the Platform Abstraction Layer (PAL)"
https://bugs.webkit.org/show_bug.cgi?id=144751

Unreviewed.

PAL should be a new target inside WebCore, rather than a top-level folder.

.:

  • WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.

Source/JavaScriptCore:

  • Configurations/FeatureDefines.xcconfig: Updated

Source/WebCore:

  • WebCore.xcodeproj/project.pbxproj:
  • Configurations/FeatureDefines.xcconfig:

Source/WebKit/mac:

  • Configurations/FeatureDefines.xcconfig: Updated

Source/WebKit2:

  • Configurations/FeatureDefines.xcconfig: Updated

Tools:

  • Scripts/build-webkit: Add it to build-webkit.
Location:
trunk
Files:
11 deleted
13 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r183922 r183940  
     12015-05-05  Myles C. Maxfield  <mmaxfield@apple.com>
     2
     3        Revert "Introducing the Platform Abstraction Layer (PAL)"
     4        https://bugs.webkit.org/show_bug.cgi?id=144751
     5
     6        Unreviewed.
     7
     8        PAL should be a new target inside WebCore, rather than a top-level folder.
     9
     10        * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
     11
    1122015-05-07  Carlos Garcia Campos  <cgarcia@igalia.com>
    213
  • trunk/Source/JavaScriptCore/ChangeLog

    r183939 r183940  
     12015-05-05  Myles C. Maxfield  <mmaxfield@apple.com>
     2
     3        Revert "Introducing the Platform Abstraction Layer (PAL)"
     4        https://bugs.webkit.org/show_bug.cgi?id=144751
     5
     6        Unreviewed.
     7
     8        PAL should be a new target inside WebCore, rather than a top-level folder.
     9
     10        * Configurations/FeatureDefines.xcconfig: Updated
     11
    1122015-05-07  Basile Clement  <basile_clement@apple.com>
    213
  • trunk/Source/JavaScriptCore/Configurations/FeatureDefines.xcconfig

    r183883 r183940  
    2424
    2525// The contents of this file must be kept in sync with FeatureDefines.xcconfig in JavaScriptCore,
    26 // PAL, WebCore, WebKit and WebKit2.  Also the default values of the ENABLE_FEATURE_NAME macros in
     26// WebCore, WebKit and WebKit2.  Also the default values of the ENABLE_FEATURE_NAME macros in
    2727// build-webkit should match the values below, but they do not need to be in the same order.
    2828
  • trunk/Source/WebCore/ChangeLog

    r183934 r183940  
     12015-05-05  Myles C. Maxfield  <mmaxfield@apple.com>
     2
     3        Revert "Introducing the Platform Abstraction Layer (PAL)"
     4        https://bugs.webkit.org/show_bug.cgi?id=144751
     5
     6        Unreviewed.
     7
     8        PAL should be a new target inside WebCore, rather than a top-level folder.
     9
     10        * WebCore.xcodeproj/project.pbxproj:
     11        * Configurations/FeatureDefines.xcconfig:
     12
    1132015-05-07  Dan Bernstein  <mitz@apple.com>
    214
  • trunk/Source/WebCore/Configurations/FeatureDefines.xcconfig

    r183883 r183940  
    2424
    2525// The contents of this file must be kept in sync with FeatureDefines.xcconfig in JavaScriptCore,
    26 // PAL, WebCore, WebKit and WebKit2.  Also the default values of the ENABLE_FEATURE_NAME macros in
     26// WebCore, WebKit and WebKit2.  Also the default values of the ENABLE_FEATURE_NAME macros in
    2727// build-webkit should match the values below, but they do not need to be in the same order.
    2828
  • trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj

    r183883 r183940  
    56275627                C105DA620F3AA68F001DD44F /* TextEncodingDetectorICU.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C105DA610F3AA68F001DD44F /* TextEncodingDetectorICU.cpp */; };
    56285628                C105DA640F3AA6B8001DD44F /* TextEncodingDetector.h in Headers */ = {isa = PBXBuildFile; fileRef = C105DA630F3AA6B8001DD44F /* TextEncodingDetector.h */; };
    5629                 C214D9F51ACE35B4001C80BA /* libPAL.a in Frameworks */ = {isa = PBXBuildFile; fileRef = C214D9F41ACE35B4001C80BA /* libPAL.a */; };
    56305629                C330A22313EC196B0000B45B /* ColorChooser.h in Headers */ = {isa = PBXBuildFile; fileRef = C330A22113EC196B0000B45B /* ColorChooser.h */; settings = {ATTRIBUTES = (Private, ); }; };
    56315630                C33EE5C414FB49610002095A /* BaseClickableWithKeyInputType.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C33EE5C214FB49610002095A /* BaseClickableWithKeyInputType.cpp */; };
     
    1316913168                C105DA610F3AA68F001DD44F /* TextEncodingDetectorICU.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TextEncodingDetectorICU.cpp; sourceTree = "<group>"; };
    1317013169                C105DA630F3AA6B8001DD44F /* TextEncodingDetector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TextEncodingDetector.h; sourceTree = "<group>"; };
    13171                 C214D9F41ACE35B4001C80BA /* libPAL.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libPAL.a; sourceTree = BUILT_PRODUCTS_DIR; };
    1317213170                C24685131A148E1800811792 /* CoreGraphicsSPI.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CoreGraphicsSPI.h; path = cg/CoreGraphicsSPI.h; sourceTree = "<group>"; };
    1317313171                C2C4CB1D161A131200D214DA /* WebSafeIncrementalSweeperIOS.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = WebSafeIncrementalSweeperIOS.h; path = ios/WebSafeIncrementalSweeperIOS.h; sourceTree = "<group>"; };
     
    1495714955                        isa = PBXGroup;
    1495814956                        children = (
    14959                                 C214D9F41ACE35B4001C80BA /* libPAL.a */,
    1496014957                                FD2DBF0E12B048A300ED98C6 /* Accelerate.framework */,
    1496114958                                FD2DBF0F12B048A300ED98C6 /* AudioToolbox.framework */,
  • trunk/Source/WebKit/mac/ChangeLog

    r183929 r183940  
     12015-05-05  Myles C. Maxfield  <mmaxfield@apple.com>
     2
     3        Revert "Introducing the Platform Abstraction Layer (PAL)"
     4        https://bugs.webkit.org/show_bug.cgi?id=144751
     5
     6        Unreviewed.
     7
     8        PAL should be a new target inside WebCore, rather than a top-level folder.
     9
     10        * Configurations/FeatureDefines.xcconfig: Updated
     11
    1122015-05-07  Dan Bernstein  <mitz@apple.com>
    213
  • trunk/Source/WebKit/mac/Configurations/FeatureDefines.xcconfig

    r183883 r183940  
    2424
    2525// The contents of this file must be kept in sync with FeatureDefines.xcconfig in JavaScriptCore,
    26 // PAL, WebCore, WebKit and WebKit2.  Also the default values of the ENABLE_FEATURE_NAME macros in
     26// WebCore, WebKit and WebKit2.  Also the default values of the ENABLE_FEATURE_NAME macros in
    2727// build-webkit should match the values below, but they do not need to be in the same order.
    2828
  • trunk/Source/WebKit2/ChangeLog

    r183937 r183940  
     12015-05-05  Myles C. Maxfield  <mmaxfield@apple.com>
     2
     3        Revert "Introducing the Platform Abstraction Layer (PAL)"
     4        https://bugs.webkit.org/show_bug.cgi?id=144751
     5
     6        Unreviewed.
     7
     8        PAL should be a new target inside WebCore, rather than a top-level folder.
     9
     10        * Configurations/FeatureDefines.xcconfig: Updated
     11
    1122015-05-07  Jer Noble  <jer.noble@apple.com>
    213
  • trunk/Source/WebKit2/Configurations/FeatureDefines.xcconfig

    r183883 r183940  
    2424
    2525// The contents of this file must be kept in sync with FeatureDefines.xcconfig in JavaScriptCore,
    26 // PAL, WebCore, WebKit and WebKit2.  Also the default values of the ENABLE_FEATURE_NAME macros in
     26// WebCore, WebKit and WebKit2.  Also the default values of the ENABLE_FEATURE_NAME macros in
    2727// build-webkit should match the values below, but they do not need to be in the same order.
    2828
  • trunk/Tools/ChangeLog

    r183933 r183940  
     12015-05-05  Myles C. Maxfield  <mmaxfield@apple.com>
     2
     3        Revert "Introducing the Platform Abstraction Layer (PAL)"
     4        https://bugs.webkit.org/show_bug.cgi?id=144751
     5
     6        Unreviewed.
     7
     8        PAL should be a new target inside WebCore, rather than a top-level folder.
     9
     10        * Scripts/build-webkit: Add it to build-webkit.
     11
    1122015-05-07  Ada Chan  <adachan@apple.com>
    213
  • trunk/Tools/Scripts/build-webkit

    r183883 r183940  
    144144
    145145# Check that all the project directories are there.
    146 my @projects = ("Source/JavaScriptCore", "Source/PAL", "Source/WebCore", "Source/WebKit");
     146my @projects = ("Source/JavaScriptCore", "Source/WebCore", "Source/WebKit");
    147147
    148148# Build WTF as a separate static library on ports which support it.
  • trunk/WebKit.xcworkspace/contents.xcworkspacedata

    r183883 r183940  
    22<Workspace
    33   version = "1.0">
    4    <FileRef
    5       location = "group:Source/PAL/PAL.xcodeproj">
    6    </FileRef>
    74   <FileRef
    85      location = "group:Source/bmalloc/bmalloc.xcodeproj">
Note: See TracChangeset for help on using the changeset viewer.