Changeset 157466 in webkit


Ignore:
Timestamp:
Oct 15, 2013 1:47:23 PM (11 years ago)
Author:
commit-queue@webkit.org
Message:

Web Inspector: Remove old frontend localizedStrings.js
https://bugs.webkit.org/show_bug.cgi?id=122846

Patch by Joseph Pecoraro <Joseph Pecoraro> on 2013-10-15
Reviewed by Timothy Hatcher.

  • Configurations/WebCore.xcconfig:
  • English.lproj/localizedStrings.js: Removed.
  • WebCore.xcodeproj/project.pbxproj:

Remove the file and references to it. We no longer need to exclude
localizedString.js from some builds.

Location:
trunk/Source/WebCore
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r157465 r157466  
     12013-10-15  Joseph Pecoraro  <pecoraro@apple.com>
     2
     3        Web Inspector: Remove old frontend localizedStrings.js
     4        https://bugs.webkit.org/show_bug.cgi?id=122846
     5
     6        Reviewed by Timothy Hatcher.
     7
     8        * Configurations/WebCore.xcconfig:
     9        * English.lproj/localizedStrings.js: Removed.
     10        * WebCore.xcodeproj/project.pbxproj:
     11        Remove the file and references to it. We no longer need to exclude
     12        localizedString.js from some builds.
     13
    1142013-10-15  Joseph Pecoraro  <pecoraro@apple.com>
    215
  • trunk/Source/WebCore/Configurations/WebCore.xcconfig

    r156666 r157466  
    104104JAVASCRIPTCORE_PRIVATE_HEADERS_engineering = $(BUILT_PRODUCTS_DIR)/JavaScriptCore.framework/PrivateHeaders;
    105105
    106 EXCLUDED_SOURCE_FILE_NAMES = $(EXCLUDED_SOURCE_FILE_NAMES_$(PLATFORM_NAME)) $(EXCLUDED_SOURCE_FILE_NAMES_$(CONFIGURATION)_$(PLATFORM_NAME));
    107 EXCLUDED_SOURCE_FILE_NAMES_iphoneos = *.tiff *Cursor.png Cursor.cpp CursorMac.mm EventHandlerMac.mm HTMLConverter.mm KillRingMac.mm PlatformEventFactoryMac.mm SSLKeyGeneratorMac.cpp SearchPopupMenuMac.mm SharedTimerMac.mm WebVideoFullscreenController.mm WebVideoFullscreenHUDWindowController.mm WebWindowAnimation.mm localizedStrings.js;
     106EXCLUDED_SOURCE_FILE_NAMES = $(EXCLUDED_SOURCE_FILE_NAMES_$(PLATFORM_NAME));
     107EXCLUDED_SOURCE_FILE_NAMES_iphoneos = *.tiff *Cursor.png Cursor.cpp CursorMac.mm EventHandlerMac.mm HTMLConverter.mm KillRingMac.mm PlatformEventFactoryMac.mm SSLKeyGeneratorMac.cpp SearchPopupMenuMac.mm SharedTimerMac.mm WebVideoFullscreenController.mm WebVideoFullscreenHUDWindowController.mm WebWindowAnimation.mm;
    108108EXCLUDED_SOURCE_FILE_NAMES_iphonesimulator = $(EXCLUDED_SOURCE_FILE_NAMES_iphoneos);
    109109EXCLUDED_SOURCE_FILE_NAMES_macosx = *IOS.h *IOS.cpp *IOS.mm KillRingNone.cpp;
    110 EXCLUDED_SOURCE_FILE_NAMES_Production_macosx = localizedStrings.js;
  • trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj

    r157445 r157466  
    849849                1CB4214D0AF2B2CA0085AD91 /* DOMRangeInternal.h in Copy Generated Headers */ = {isa = PBXBuildFile; fileRef = 8538F05A0AD722F1006A81D1 /* DOMRangeInternal.h */; };
    850850                1CCA732210ADD44A00FD440D /* DOMHTMLInputElementPrivate.h in Copy Generated Headers */ = {isa = PBXBuildFile; fileRef = 1CCA732110ADD43E00FD440D /* DOMHTMLInputElementPrivate.h */; };
    851                 1CDC14050DD3934C006EACD3 /* localizedStrings.js in Resources */ = {isa = PBXBuildFile; fileRef = BCC64F5F0DCFB84E0081EF3B /* localizedStrings.js */; };
    852851                1CE83AC30ADAFFD7009354F6 /* DeleteButtonController.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1C4C8EFF0AD85D87009475CE /* DeleteButtonController.cpp */; };
    853852                1CE83AC40ADAFFD8009354F6 /* DeleteButton.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1C4C8F630AD8655D009475CE /* DeleteButton.cpp */; };
     
    1191211911                BCC5BDFE0C0E93110011C2DB /* JSCSSStyleSheet.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = JSCSSStyleSheet.cpp; sourceTree = "<group>"; };
    1191311912                BCC5BDFF0C0E93110011C2DB /* JSCSSStyleSheet.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = JSCSSStyleSheet.h; sourceTree = "<group>"; };
    11914                 BCC64F600DCFB84E0081EF3B /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = sourcecode.javascript; name = English; path = English.lproj/localizedStrings.js; sourceTree = SOURCE_ROOT; };
    1191511913                BCC65145159294C300ACC9E4 /* IDBMetadata.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = IDBMetadata.h; path = Modules/indexeddb/IDBMetadata.h; sourceTree = "<group>"; };
    1191611914                BCC8CFCA0986CD2400140BF2 /* ColorData.gperf */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = ColorData.gperf; sourceTree = "<group>"; };
     
    1419614194                                F3ABFE0B130E9DA000E7F7D1 /* InstrumentingAgents.h */,
    1419714195                                1C81BA050E97348300266E07 /* JavaScriptCallFrame.idl */,
    14198                                 BCC64F5F0DCFB84E0081EF3B /* localizedStrings.js */,
    1419914196                                59C27F04138D28C10079B7E2 /* NetworkResourcesData.cpp */,
    1420014197                                59C27F06138D28CF0079B7E2 /* NetworkResourcesData.h */,
     
    2481324810                                85136C9C0AED665900F90A3D /* linkCursor.png in Resources */,
    2481424811                                BCAD180A131C7A0D00990406 /* Localizable.strings in Resources */,
    24815                                 1CDC14050DD3934C006EACD3 /* localizedStrings.js in Resources */,
    2481624812                                93153BE214195A5700FCF5BE /* missingImage.png in Resources */,
    2481724813                                93153BDA14181F7A00FCF5BE /* missingImage@2x.png in Resources */,
     
    2774927745                        sourceTree = "<group>";
    2775027746                };
    27751                 BCC64F5F0DCFB84E0081EF3B /* localizedStrings.js */ = {
    27752                         isa = PBXVariantGroup;
    27753                         children = (
    27754                                 BCC64F600DCFB84E0081EF3B /* English */,
    27755                         );
    27756                         name = localizedStrings.js;
    27757                         path = ../Resources;
    27758                         sourceTree = "<group>";
    27759                 };
    2776027747/* End PBXVariantGroup section */
    2776127748
Note: See TracChangeset for help on using the changeset viewer.