Changeset 218057 in webkit


Ignore:
Timestamp:
Jun 10, 2017 6:37:09 PM (7 years ago)
Author:
mitz@apple.com
Message:

Reverted r218056 because it made the IDE reindex constantly.

PerformanceTests:

  • MediaTime/Configurations/DebugRelease.xcconfig:

Source/bmalloc:

  • Configurations/DebugRelease.xcconfig:

Source/JavaScriptCore:

  • Configurations/DebugRelease.xcconfig:

Source/ThirdParty/ANGLE:

  • Configurations/DebugRelease.xcconfig:

Source/ThirdParty/libwebrtc:

  • Configurations/DebugRelease.xcconfig:

Source/WebCore:

  • Configurations/DebugRelease.xcconfig:

Source/WebCore/PAL:

  • Configurations/DebugRelease.xcconfig:

Source/WebInspectorUI:

  • Configurations/DebugRelease.xcconfig:

Source/WebKit/mac:

  • Configurations/DebugRelease.xcconfig:

Source/WebKit2:

  • Configurations/DebugRelease.xcconfig:

Source/WTF:

  • Configurations/DebugRelease.xcconfig:

Tools:

  • ContentExtensionTester/Configurations/DebugRelease.xcconfig:
  • DumpRenderTree/mac/Configurations/DebugRelease.xcconfig:
  • ImageDiff/cg/Configurations/DebugRelease.xcconfig:
  • MiniBrowser/Configurations/DebugRelease.xcconfig:
  • MobileMiniBrowser/Configurations/DebugRelease.xcconfig:
  • TestWebKitAPI/Configurations/DebugRelease.xcconfig:
  • WebEditingTester/Configurations/DebugRelease.xcconfig:
  • WebKitTestRunner/Configurations/DebugRelease.xcconfig:
Location:
trunk
Files:
31 edited

Legend:

Unmodified
Added
Removed
  • trunk/PerformanceTests/ChangeLog

    r218056 r218057  
     12017-06-10  Dan Bernstein  <mitz@apple.com>
     2
     3        Reverted r218056 because it made the IDE reindex constantly.
     4
     5        * MediaTime/Configurations/DebugRelease.xcconfig:
     6
    172017-06-10  Dan Bernstein  <mitz@apple.com>
    28
  • trunk/PerformanceTests/MediaTime/Configurations/DebugRelease.xcconfig

    r218056 r218057  
    4141SDKROOT_ = macosx;
    4242SDKROOT_YES = macosx.internal;
    43 
    44 CLANG_INDEX_STORE_ENABLE = $(CLANG_INDEX_STORE_ENABLE_$(CLANG_INDEX_STORE_ENABLE));
    45 CLANG_INDEX_STORE_ENABLE_ = YES;
    46 CLANG_INDEX_STORE_ENABLE_YES = YES;
    47 CLANG_INDEX_STORE_PATH = $(PROJECT_TEMP_DIR)/Index;
  • trunk/Source/JavaScriptCore/ChangeLog

    r218056 r218057  
     12017-06-10  Dan Bernstein  <mitz@apple.com>
     2
     3        Reverted r218056 because it made the IDE reindex constantly.
     4
     5        * Configurations/DebugRelease.xcconfig:
     6
    172017-06-10  Dan Bernstein  <mitz@apple.com>
    28
  • trunk/Source/JavaScriptCore/Configurations/DebugRelease.xcconfig

    r218056 r218057  
    4343SDKROOT_ = macosx;
    4444SDKROOT_YES = macosx.internal;
    45 
    46 CLANG_INDEX_STORE_ENABLE = $(CLANG_INDEX_STORE_ENABLE_$(CLANG_INDEX_STORE_ENABLE));
    47 CLANG_INDEX_STORE_ENABLE_ = YES;
    48 CLANG_INDEX_STORE_ENABLE_YES = YES;
    49 CLANG_INDEX_STORE_PATH = $(PROJECT_TEMP_DIR)/Index;
  • trunk/Source/ThirdParty/ANGLE/ChangeLog

    r218056 r218057  
     12017-06-10  Dan Bernstein  <mitz@apple.com>
     2
     3        Reverted r218056 because it made the IDE reindex constantly.
     4
     5        * Configurations/DebugRelease.xcconfig:
     6
    172017-06-10  Dan Bernstein  <mitz@apple.com>
    28
  • trunk/Source/ThirdParty/ANGLE/Configurations/DebugRelease.xcconfig

    r218056 r218057  
    2020SDKROOT_ = macosx;
    2121SDKROOT_YES = macosx.internal;
    22 
    23 CLANG_INDEX_STORE_ENABLE = $(CLANG_INDEX_STORE_ENABLE_$(CLANG_INDEX_STORE_ENABLE));
    24 CLANG_INDEX_STORE_ENABLE_ = YES;
    25 CLANG_INDEX_STORE_ENABLE_YES = YES;
    26 CLANG_INDEX_STORE_PATH = $(PROJECT_TEMP_DIR)/Index;
  • trunk/Source/ThirdParty/libwebrtc/ChangeLog

    r218056 r218057  
     12017-06-10  Dan Bernstein  <mitz@apple.com>
     2
     3        Reverted r218056 because it made the IDE reindex constantly.
     4
     5        * Configurations/DebugRelease.xcconfig:
     6
    172017-06-10  Dan Bernstein  <mitz@apple.com>
    28
  • trunk/Source/ThirdParty/libwebrtc/Configurations/DebugRelease.xcconfig

    r218056 r218057  
    2222
    2323WK_RELOCATABLE_FRAMEWORKS = YES;
    24 
    25 CLANG_INDEX_STORE_ENABLE = $(CLANG_INDEX_STORE_ENABLE_$(CLANG_INDEX_STORE_ENABLE));
    26 CLANG_INDEX_STORE_ENABLE_ = YES;
    27 CLANG_INDEX_STORE_ENABLE_YES = YES;
    28 CLANG_INDEX_STORE_PATH = $(PROJECT_TEMP_DIR)/Index;
  • trunk/Source/WTF/ChangeLog

    r218056 r218057  
     12017-06-10  Dan Bernstein  <mitz@apple.com>
     2
     3        Reverted r218056 because it made the IDE reindex constantly.
     4
     5        * Configurations/DebugRelease.xcconfig:
     6
    172017-06-10  Dan Bernstein  <mitz@apple.com>
    28
  • trunk/Source/WTF/Configurations/DebugRelease.xcconfig

    r218056 r218057  
    4242SDKROOT_ = macosx;
    4343SDKROOT_YES = macosx.internal;
    44 
    45 CLANG_INDEX_STORE_ENABLE = $(CLANG_INDEX_STORE_ENABLE_$(CLANG_INDEX_STORE_ENABLE));
    46 CLANG_INDEX_STORE_ENABLE_ = YES;
    47 CLANG_INDEX_STORE_ENABLE_YES = YES;
    48 CLANG_INDEX_STORE_PATH = $(PROJECT_TEMP_DIR)/Index;
  • trunk/Source/WebCore/ChangeLog

    r218056 r218057  
     12017-06-10  Dan Bernstein  <mitz@apple.com>
     2
     3        Reverted r218056 because it made the IDE reindex constantly.
     4
     5        * Configurations/DebugRelease.xcconfig:
     6
    172017-06-10  Dan Bernstein  <mitz@apple.com>
    28
  • trunk/Source/WebCore/Configurations/DebugRelease.xcconfig

    r218056 r218057  
    4545
    4646WK_RELOCATABLE_FRAMEWORKS = YES;
    47 
    48 CLANG_INDEX_STORE_ENABLE = $(CLANG_INDEX_STORE_ENABLE_$(CLANG_INDEX_STORE_ENABLE));
    49 CLANG_INDEX_STORE_ENABLE_ = YES;
    50 CLANG_INDEX_STORE_ENABLE_YES = YES;
    51 CLANG_INDEX_STORE_PATH = $(PROJECT_TEMP_DIR)/Index;
  • trunk/Source/WebCore/PAL/ChangeLog

    r218056 r218057  
     12017-06-10  Dan Bernstein  <mitz@apple.com>
     2
     3        Reverted r218056 because it made the IDE reindex constantly.
     4
     5        * Configurations/DebugRelease.xcconfig:
     6
    172017-06-10  Dan Bernstein  <mitz@apple.com>
    28
  • trunk/Source/WebCore/PAL/Configurations/DebugRelease.xcconfig

    r218056 r218057  
    4343SDKROOT_ = macosx;
    4444SDKROOT_YES = macosx.internal;
    45 
    46 CLANG_INDEX_STORE_ENABLE = $(CLANG_INDEX_STORE_ENABLE_$(CLANG_INDEX_STORE_ENABLE));
    47 CLANG_INDEX_STORE_ENABLE_ = YES;
    48 CLANG_INDEX_STORE_ENABLE_YES = YES;
    49 CLANG_INDEX_STORE_PATH = $(PROJECT_TEMP_DIR)/Index;
  • trunk/Source/WebInspectorUI/ChangeLog

    r218056 r218057  
     12017-06-10  Dan Bernstein  <mitz@apple.com>
     2
     3        Reverted r218056 because it made the IDE reindex constantly.
     4
     5        * Configurations/DebugRelease.xcconfig:
     6
    172017-06-10  Dan Bernstein  <mitz@apple.com>
    28
  • trunk/Source/WebInspectorUI/Configurations/DebugRelease.xcconfig

    r218056 r218057  
    2525COMBINE_INSPECTOR_RESOURCES = NO;
    2626COMBINE_TEST_RESOURCES = YES;
    27 
    28 CLANG_INDEX_STORE_ENABLE = $(CLANG_INDEX_STORE_ENABLE_$(CLANG_INDEX_STORE_ENABLE));
    29 CLANG_INDEX_STORE_ENABLE_ = YES;
    30 CLANG_INDEX_STORE_ENABLE_YES = YES;
    31 CLANG_INDEX_STORE_PATH = $(PROJECT_TEMP_DIR)/Index;
  • trunk/Source/WebKit/mac/ChangeLog

    r218056 r218057  
     12017-06-10  Dan Bernstein  <mitz@apple.com>
     2
     3        Reverted r218056 because it made the IDE reindex constantly.
     4
     5        * Configurations/DebugRelease.xcconfig:
     6
    172017-06-10  Dan Bernstein  <mitz@apple.com>
    28
  • trunk/Source/WebKit/mac/Configurations/DebugRelease.xcconfig

    r218056 r218057  
    5252SDKROOT_ = macosx;
    5353SDKROOT_YES = macosx.internal;
    54 
    55 CLANG_INDEX_STORE_ENABLE = $(CLANG_INDEX_STORE_ENABLE_$(CLANG_INDEX_STORE_ENABLE));
    56 CLANG_INDEX_STORE_ENABLE_ = YES;
    57 CLANG_INDEX_STORE_ENABLE_YES = YES;
    58 CLANG_INDEX_STORE_PATH = $(PROJECT_TEMP_DIR)/Index;
  • trunk/Source/WebKit2/ChangeLog

    r218056 r218057  
     12017-06-10  Dan Bernstein  <mitz@apple.com>
     2
     3        Reverted r218056 because it made the IDE reindex constantly.
     4
     5        * Configurations/DebugRelease.xcconfig:
     6
    172017-06-10  Dan Bernstein  <mitz@apple.com>
    28
  • trunk/Source/WebKit2/Configurations/DebugRelease.xcconfig

    r218056 r218057  
    5959WK_WEBCONTENT_SERVICE_NEEDS_XPC_DOMAIN_EXTENSION_ENTITLEMENT = NO;
    6060WK_WEBCONTENT_SERVICE_NEEDS_VERSIONED_FRAMEWORK_PATH_LDFLAG[sdk=macosx*] = YES;
    61 
    62 CLANG_INDEX_STORE_ENABLE = $(CLANG_INDEX_STORE_ENABLE_$(CLANG_INDEX_STORE_ENABLE));
    63 CLANG_INDEX_STORE_ENABLE_ = YES;
    64 CLANG_INDEX_STORE_ENABLE_YES = YES;
    65 CLANG_INDEX_STORE_PATH = $(PROJECT_TEMP_DIR)/Index;
  • trunk/Source/bmalloc/ChangeLog

    r218056 r218057  
     12017-06-10  Dan Bernstein  <mitz@apple.com>
     2
     3        Reverted r218056 because it made the IDE reindex constantly.
     4
     5        * Configurations/DebugRelease.xcconfig:
     6
    172017-06-10  Dan Bernstein  <mitz@apple.com>
    28
  • trunk/Source/bmalloc/Configurations/DebugRelease.xcconfig

    r218056 r218057  
    4242SDKROOT_ = macosx;
    4343SDKROOT_YES = macosx.internal;
    44 
    45 CLANG_INDEX_STORE_ENABLE = $(CLANG_INDEX_STORE_ENABLE_$(CLANG_INDEX_STORE_ENABLE));
    46 CLANG_INDEX_STORE_ENABLE_ = YES;
    47 CLANG_INDEX_STORE_ENABLE_YES = YES;
    48 CLANG_INDEX_STORE_PATH = $(PROJECT_TEMP_DIR)/Index;
  • trunk/Tools/ChangeLog

    r218056 r218057  
     12017-06-10  Dan Bernstein  <mitz@apple.com>
     2
     3        Reverted r218056 because it made the IDE reindex constantly.
     4
     5        * ContentExtensionTester/Configurations/DebugRelease.xcconfig:
     6        * DumpRenderTree/mac/Configurations/DebugRelease.xcconfig:
     7        * ImageDiff/cg/Configurations/DebugRelease.xcconfig:
     8        * MiniBrowser/Configurations/DebugRelease.xcconfig:
     9        * MobileMiniBrowser/Configurations/DebugRelease.xcconfig:
     10        * TestWebKitAPI/Configurations/DebugRelease.xcconfig:
     11        * WebEditingTester/Configurations/DebugRelease.xcconfig:
     12        * WebKitTestRunner/Configurations/DebugRelease.xcconfig:
     13
    1142017-06-10  Dan Bernstein  <mitz@apple.com>
    215
  • trunk/Tools/ContentExtensionTester/Configurations/DebugRelease.xcconfig

    r218056 r218057  
    4040SDKROOT_ = macosx;
    4141SDKROOT_YES = macosx.internal;
    42 
    43 CLANG_INDEX_STORE_ENABLE = $(CLANG_INDEX_STORE_ENABLE_$(CLANG_INDEX_STORE_ENABLE));
    44 CLANG_INDEX_STORE_ENABLE_ = YES;
    45 CLANG_INDEX_STORE_ENABLE_YES = YES;
    46 CLANG_INDEX_STORE_PATH = $(PROJECT_TEMP_DIR)/Index;
  • trunk/Tools/DumpRenderTree/mac/Configurations/DebugRelease.xcconfig

    r218056 r218057  
    4949SDKROOT_ = macosx;
    5050SDKROOT_YES = macosx.internal;
    51 
    52 CLANG_INDEX_STORE_ENABLE = $(CLANG_INDEX_STORE_ENABLE_$(CLANG_INDEX_STORE_ENABLE));
    53 CLANG_INDEX_STORE_ENABLE_ = YES;
    54 CLANG_INDEX_STORE_ENABLE_YES = YES;
    55 CLANG_INDEX_STORE_PATH = $(PROJECT_TEMP_DIR)/Index;
  • trunk/Tools/ImageDiff/cg/Configurations/DebugRelease.xcconfig

    r218056 r218057  
    4040SDKROOT_ = macosx;
    4141SDKROOT_YES = macosx.internal;
    42 
    43 CLANG_INDEX_STORE_ENABLE = $(CLANG_INDEX_STORE_ENABLE_$(CLANG_INDEX_STORE_ENABLE));
    44 CLANG_INDEX_STORE_ENABLE_ = YES;
    45 CLANG_INDEX_STORE_ENABLE_YES = YES;
    46 CLANG_INDEX_STORE_PATH = $(PROJECT_TEMP_DIR)/Index;
  • trunk/Tools/MiniBrowser/Configurations/DebugRelease.xcconfig

    r218056 r218057  
    4242SDKROOT_ = macosx;
    4343SDKROOT_YES = macosx.internal;
    44 
    45 CLANG_INDEX_STORE_ENABLE = $(CLANG_INDEX_STORE_ENABLE_$(CLANG_INDEX_STORE_ENABLE));
    46 CLANG_INDEX_STORE_ENABLE_ = YES;
    47 CLANG_INDEX_STORE_ENABLE_YES = YES;
    48 CLANG_INDEX_STORE_PATH = $(PROJECT_TEMP_DIR)/Index;
  • trunk/Tools/MobileMiniBrowser/Configurations/DebugRelease.xcconfig

    r218056 r218057  
    2929
    3030GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = YES;
    31 
    32 CLANG_INDEX_STORE_ENABLE = $(CLANG_INDEX_STORE_ENABLE_$(CLANG_INDEX_STORE_ENABLE));
    33 CLANG_INDEX_STORE_ENABLE_ = YES;
    34 CLANG_INDEX_STORE_ENABLE_YES = YES;
    35 CLANG_INDEX_STORE_PATH = $(PROJECT_TEMP_DIR)/Index;
  • trunk/Tools/TestWebKitAPI/Configurations/DebugRelease.xcconfig

    r218056 r218057  
    4444
    4545OTHER_CPLUSPLUSFLAGS = $(inherited) -ftemplate-depth=256;
    46 
    47 CLANG_INDEX_STORE_ENABLE = $(CLANG_INDEX_STORE_ENABLE_$(CLANG_INDEX_STORE_ENABLE));
    48 CLANG_INDEX_STORE_ENABLE_ = YES;
    49 CLANG_INDEX_STORE_ENABLE_YES = YES;
    50 CLANG_INDEX_STORE_PATH = $(PROJECT_TEMP_DIR)/Index;
  • trunk/Tools/WebEditingTester/Configurations/DebugRelease.xcconfig

    r218056 r218057  
    4141SDKROOT_ = macosx;
    4242SDKROOT_YES = macosx.internal;
    43 
    44 CLANG_INDEX_STORE_ENABLE = $(CLANG_INDEX_STORE_ENABLE_$(CLANG_INDEX_STORE_ENABLE));
    45 CLANG_INDEX_STORE_ENABLE_ = YES;
    46 CLANG_INDEX_STORE_ENABLE_YES = YES;
    47 CLANG_INDEX_STORE_PATH = $(PROJECT_TEMP_DIR)/Index;
  • trunk/Tools/WebKitTestRunner/Configurations/DebugRelease.xcconfig

    r218056 r218057  
    4949SDKROOT_ = macosx;
    5050SDKROOT_YES = macosx.internal;
    51 
    52 CLANG_INDEX_STORE_ENABLE = $(CLANG_INDEX_STORE_ENABLE_$(CLANG_INDEX_STORE_ENABLE));
    53 CLANG_INDEX_STORE_ENABLE_ = YES;
    54 CLANG_INDEX_STORE_ENABLE_YES = YES;
    55 CLANG_INDEX_STORE_PATH = $(PROJECT_TEMP_DIR)/Index;
Note: See TracChangeset for help on using the changeset viewer.