Changeset 237310 in webkit


Ignore:
Timestamp:
Oct 20, 2018, 12:00:09 AM (7 years ago)
Author:
mitz@apple.com
Message:

[macOS] MiniBrowser has an unused injected bundle
https://bugs.webkit.org/show_bug.cgi?id=190770

Reviewed by Tim Horton.

  • MiniBrowser/Configurations/MiniBrowserBundle.xcconfig: Removed.
  • MiniBrowser/MiniBrowser.xcodeproj/project.pbxproj: Removed the MiniBrowserBundle target, the Copy Bundle build phase in the MiniBrowser target, and references to removed files.
  • MiniBrowser/MiniBrowserWebProcessPlugIn.h: Removed.
  • MiniBrowser/MiniBrowserWebProcessPlugIn.m: Removed.
  • MiniBrowser/mac/Bundle: Removed.
Location:
trunk/Tools
Files:
4 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r237305 r237310  
     12018-10-19  Dan Bernstein  <mitz@apple.com>
     2
     3        [macOS] MiniBrowser has an unused injected bundle
     4        https://bugs.webkit.org/show_bug.cgi?id=190770
     5
     6        Reviewed by Tim Horton.
     7
     8        * MiniBrowser/Configurations/MiniBrowserBundle.xcconfig: Removed.
     9        * MiniBrowser/MiniBrowser.xcodeproj/project.pbxproj: Removed the MiniBrowserBundle target,
     10          the Copy Bundle build phase in the MiniBrowser target, and references to removed files.
     11        * MiniBrowser/MiniBrowserWebProcessPlugIn.h: Removed.
     12        * MiniBrowser/MiniBrowserWebProcessPlugIn.m: Removed.
     13        * MiniBrowser/mac/Bundle: Removed.
     14
    1152018-10-19  Wenson Hsieh  <wenson_hsieh@apple.com>
    216
  • trunk/Tools/MiniBrowser/MiniBrowser.xcodeproj/project.pbxproj

    r236913 r237310  
    1010                0FE643A1161FA8940059E3FF /* BrowserWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FE643A0161FA8940059E3FF /* BrowserWindowController.m */; };
    1111                0FE643A4161FAC660059E3FF /* WK1BrowserWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FE643A3161FAC660059E3FF /* WK1BrowserWindowController.m */; };
    12                 1AFFEF8818611C3D00DA465E /* MiniBrowserWebProcessPlugIn.m in Sources */ = {isa = PBXBuildFile; fileRef = 1AFFEF8618611C3D00DA465E /* MiniBrowserWebProcessPlugIn.m */; };
    13                 1AFFEF8B18611D8A00DA465E /* MiniBrowser.wkbundle in Copy Bundle */ = {isa = PBXBuildFile; fileRef = 1AFFEF751860EE6700DA465E /* MiniBrowser.wkbundle */; };
    1412                256AC3DA0F4B6AC300CF3369 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 256AC3D90F4B6AC300CF3369 /* AppDelegate.m */; };
    1513                2DC37343198B62D300EC33E9 /* SettingsController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DC37342198B62D300EC33E9 /* SettingsController.m */; };
     
    2321/* End PBXBuildFile section */
    2422
    25 /* Begin PBXContainerItemProxy section */
    26                 1AFFEF8918611D0500DA465E /* PBXContainerItemProxy */ = {
    27                         isa = PBXContainerItemProxy;
    28                         containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
    29                         proxyType = 1;
    30                         remoteGlobalIDString = 1AFFEF741860EE6700DA465E;
    31                         remoteInfo = MiniBrowserBundle;
    32                 };
    33 /* End PBXContainerItemProxy section */
    34 
    35 /* Begin PBXCopyFilesBuildPhase section */
    36                 BCBD38CF11B08C0100E01E54 /* Copy Bundle */ = {
    37                         isa = PBXCopyFilesBuildPhase;
    38                         buildActionMask = 2147483647;
    39                         dstPath = Contents;
    40                         dstSubfolderSpec = 1;
    41                         files = (
    42                                 1AFFEF8B18611D8A00DA465E /* MiniBrowser.wkbundle in Copy Bundle */,
    43                         );
    44                         name = "Copy Bundle";
    45                         runOnlyForDeploymentPostprocessing = 0;
    46                 };
    47 /* End PBXCopyFilesBuildPhase section */
    48 
    4923/* Begin PBXFileReference section */
    5024                0FE6439F161FA8940059E3FF /* BrowserWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BrowserWindowController.h; path = mac/BrowserWindowController.h; sourceTree = "<group>"; };
     
    5226                0FE643A2161FAC660059E3FF /* WK1BrowserWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = WK1BrowserWindowController.h; path = mac/WK1BrowserWindowController.h; sourceTree = "<group>"; };
    5327                0FE643A3161FAC660059E3FF /* WK1BrowserWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = WK1BrowserWindowController.m; path = mac/WK1BrowserWindowController.m; sourceTree = "<group>"; };
    54                 1AFFEF751860EE6700DA465E /* MiniBrowser.wkbundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MiniBrowser.wkbundle; sourceTree = BUILT_PRODUCTS_DIR; };
    5528                1AFFEF761860EE6800DA465E /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
    5629                1AFFEF781860EE6800DA465E /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
    57                 1AFFEF831860EEFB00DA465E /* MiniBrowserBundle.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = MiniBrowserBundle.xcconfig; sourceTree = "<group>"; };
    58                 1AFFEF841860EF2200DA465E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
    59                 1AFFEF851860EF2200DA465E /* MiniBrowserBundle_Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MiniBrowserBundle_Prefix.pch; sourceTree = "<group>"; };
    60                 1AFFEF8618611C3D00DA465E /* MiniBrowserWebProcessPlugIn.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MiniBrowserWebProcessPlugIn.m; sourceTree = SOURCE_ROOT; };
    61                 1AFFEF8718611C3D00DA465E /* MiniBrowserWebProcessPlugIn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MiniBrowserWebProcessPlugIn.h; sourceTree = SOURCE_ROOT; };
    6230                1DDD58150DA1D0A300B32029 /* MainMenu.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = MainMenu.xib; path = mac/MainMenu.xib; sourceTree = "<group>"; };
    6331                256AC3D80F4B6AC300CF3369 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = mac/AppDelegate.h; sourceTree = "<group>"; };
     
    8755
    8856/* Begin PBXFrameworksBuildPhase section */
    89                 1AFFEF721860EE6700DA465E /* Frameworks */ = {
    90                         isa = PBXFrameworksBuildPhase;
    91                         buildActionMask = 2147483647;
    92                         files = (
    93                         );
    94                         runOnlyForDeploymentPostprocessing = 0;
    95                 };
    9657                8D11072E0486CEB800E47090 /* Frameworks */ = {
    9758                        isa = PBXFrameworksBuildPhase;
     
    143104                        children = (
    144105                                8D1107320486CEB800E47090 /* MiniBrowser.app */,
    145                                 1AFFEF751860EE6700DA465E /* MiniBrowser.wkbundle */,
    146106                        );
    147107                        name = Products;
    148                         sourceTree = "<group>";
    149                 };
    150                 1AFFEF791860EE6800DA465E /* Bundle */ = {
    151                         isa = PBXGroup;
    152                         children = (
    153                                 1AFFEF841860EF2200DA465E /* Info.plist */,
    154                                 1AFFEF851860EF2200DA465E /* MiniBrowserBundle_Prefix.pch */,
    155                                 1AFFEF8718611C3D00DA465E /* MiniBrowserWebProcessPlugIn.h */,
    156                                 1AFFEF8618611C3D00DA465E /* MiniBrowserWebProcessPlugIn.m */,
    157                         );
    158                         name = Bundle;
    159                         path = mac/Bundle;
    160108                        sourceTree = "<group>";
    161109                };
     
    167115                                29B97317FDCFA39411CA2CEA /* Resources */,
    168116                                BCA8CBDA11E5787800812FB7 /* Configurations */,
    169                                 1AFFEF791860EE6800DA465E /* Bundle */,
    170117                                29B97323FDCFA39411CA2CEA /* Frameworks */,
    171118                                19C28FACFE9D520D11CA2CBB /* Products */,
     
    199146                                BCA8CBDE11E578A000812FB7 /* DebugRelease.xcconfig */,
    200147                                BCA8CBDF11E578A000812FB7 /* MiniBrowser.xcconfig */,
    201                                 1AFFEF831860EEFB00DA465E /* MiniBrowserBundle.xcconfig */,
    202148                        );
    203149                        path = Configurations;
     
    207153
    208154/* Begin PBXNativeTarget section */
    209                 1AFFEF741860EE6700DA465E /* MiniBrowserBundle */ = {
    210                         isa = PBXNativeTarget;
    211                         buildConfigurationList = 1AFFEF821860EE6800DA465E /* Build configuration list for PBXNativeTarget "MiniBrowserBundle" */;
    212                         buildPhases = (
    213                                 1AFFEF711860EE6700DA465E /* Sources */,
    214                                 1AFFEF721860EE6700DA465E /* Frameworks */,
    215                                 1AFFEF731860EE6700DA465E /* Resources */,
    216                         );
    217                         buildRules = (
    218                         );
    219                         dependencies = (
    220                         );
    221                         name = MiniBrowserBundle;
    222                         productName = Bundle;
    223                         productReference = 1AFFEF751860EE6700DA465E /* MiniBrowser.wkbundle */;
    224                         productType = "com.apple.product-type.bundle";
    225                 };
    226155                8D1107260486CEB800E47090 /* MiniBrowser */ = {
    227156                        isa = PBXNativeTarget;
     
    229158                        buildPhases = (
    230159                                8D1107290486CEB800E47090 /* Resources */,
    231                                 BCBD38CF11B08C0100E01E54 /* Copy Bundle */,
    232160                                8D11072C0486CEB800E47090 /* Sources */,
    233161                                8D11072E0486CEB800E47090 /* Frameworks */,
     
    236164                        );
    237165                        dependencies = (
    238                                 1AFFEF8A18611D0500DA465E /* PBXTargetDependency */,
    239166                        );
    240167                        name = MiniBrowser;
     
    278205                        targets = (
    279206                                8D1107260486CEB800E47090 /* MiniBrowser */,
    280                                 1AFFEF741860EE6700DA465E /* MiniBrowserBundle */,
    281207                        );
    282208                };
     
    284210
    285211/* Begin PBXResourcesBuildPhase section */
    286                 1AFFEF731860EE6700DA465E /* Resources */ = {
    287                         isa = PBXResourcesBuildPhase;
    288                         buildActionMask = 2147483647;
    289                         files = (
    290                         );
    291                         runOnlyForDeploymentPostprocessing = 0;
    292                 };
    293212                8D1107290486CEB800E47090 /* Resources */ = {
    294213                        isa = PBXResourcesBuildPhase;
     
    304223
    305224/* Begin PBXSourcesBuildPhase section */
    306                 1AFFEF711860EE6700DA465E /* Sources */ = {
    307                         isa = PBXSourcesBuildPhase;
    308                         buildActionMask = 2147483647;
    309                         files = (
    310                                 1AFFEF8818611C3D00DA465E /* MiniBrowserWebProcessPlugIn.m in Sources */,
    311                         );
    312                         runOnlyForDeploymentPostprocessing = 0;
    313                 };
    314225                8D11072C0486CEB800E47090 /* Sources */ = {
    315226                        isa = PBXSourcesBuildPhase;
     
    329240/* End PBXSourcesBuildPhase section */
    330241
    331 /* Begin PBXTargetDependency section */
    332                 1AFFEF8A18611D0500DA465E /* PBXTargetDependency */ = {
    333                         isa = PBXTargetDependency;
    334                         target = 1AFFEF741860EE6700DA465E /* MiniBrowserBundle */;
    335                         targetProxy = 1AFFEF8918611D0500DA465E /* PBXContainerItemProxy */;
    336                 };
    337 /* End PBXTargetDependency section */
    338 
    339242/* Begin XCBuildConfiguration section */
    340                 1AFFEF801860EE6800DA465E /* Debug */ = {
    341                         isa = XCBuildConfiguration;
    342                         baseConfigurationReference = 1AFFEF831860EEFB00DA465E /* MiniBrowserBundle.xcconfig */;
     243                C01FCF4B08A954540054247B /* Debug */ = {
     244                        isa = XCBuildConfiguration;
     245                        baseConfigurationReference = BCA8CBDF11E578A000812FB7 /* MiniBrowser.xcconfig */;
    343246                        buildSettings = {
    344247                        };
    345248                        name = Debug;
    346249                };
    347                 1AFFEF811860EE6800DA465E /* Release */ = {
    348                         isa = XCBuildConfiguration;
    349                         baseConfigurationReference = 1AFFEF831860EEFB00DA465E /* MiniBrowserBundle.xcconfig */;
     250                C01FCF4C08A954540054247B /* Release */ = {
     251                        isa = XCBuildConfiguration;
     252                        baseConfigurationReference = BCA8CBDF11E578A000812FB7 /* MiniBrowser.xcconfig */;
    350253                        buildSettings = {
    351254                        };
    352255                        name = Release;
    353256                };
    354                 C01FCF4B08A954540054247B /* Debug */ = {
    355                         isa = XCBuildConfiguration;
    356                         baseConfigurationReference = BCA8CBDF11E578A000812FB7 /* MiniBrowser.xcconfig */;
    357                         buildSettings = {
     257                C01FCF4F08A954540054247B /* Debug */ = {
     258                        isa = XCBuildConfiguration;
     259                        baseConfigurationReference = BCA8CBDE11E578A000812FB7 /* DebugRelease.xcconfig */;
     260                        buildSettings = {
     261                                GCC_OPTIMIZATION_LEVEL = 0;
    358262                        };
    359263                        name = Debug;
    360264                };
    361                 C01FCF4C08A954540054247B /* Release */ = {
    362                         isa = XCBuildConfiguration;
    363                         baseConfigurationReference = BCA8CBDF11E578A000812FB7 /* MiniBrowser.xcconfig */;
     265                C01FCF5008A954540054247B /* Release */ = {
     266                        isa = XCBuildConfiguration;
     267                        baseConfigurationReference = BCA8CBDE11E578A000812FB7 /* DebugRelease.xcconfig */;
    364268                        buildSettings = {
    365269                        };
    366270                        name = Release;
    367271                };
    368                 C01FCF4F08A954540054247B /* Debug */ = {
    369                         isa = XCBuildConfiguration;
    370                         baseConfigurationReference = BCA8CBDE11E578A000812FB7 /* DebugRelease.xcconfig */;
    371                         buildSettings = {
    372                                 GCC_OPTIMIZATION_LEVEL = 0;
    373                         };
    374                         name = Debug;
    375                 };
    376                 C01FCF5008A954540054247B /* Release */ = {
    377                         isa = XCBuildConfiguration;
    378                         baseConfigurationReference = BCA8CBDE11E578A000812FB7 /* DebugRelease.xcconfig */;
    379                         buildSettings = {
    380                         };
    381                         name = Release;
    382                 };
    383272/* End XCBuildConfiguration section */
    384273
    385274/* Begin XCConfigurationList section */
    386                 1AFFEF821860EE6800DA465E /* Build configuration list for PBXNativeTarget "MiniBrowserBundle" */ = {
    387                         isa = XCConfigurationList;
    388                         buildConfigurations = (
    389                                 1AFFEF801860EE6800DA465E /* Debug */,
    390                                 1AFFEF811860EE6800DA465E /* Release */,
    391                         );
    392                         defaultConfigurationIsVisible = 0;
    393                         defaultConfigurationName = Release;
    394                 };
    395275                C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "MiniBrowser" */ = {
    396276                        isa = XCConfigurationList;
Note: See TracChangeset for help on using the changeset viewer.