Changeset 215217 in webkit


Ignore:
Timestamp:
Apr 10, 2017 10:05:33 PM (7 years ago)
Author:
achristensen@apple.com
Message:

Continue enabling WebRTC
https://bugs.webkit.org/show_bug.cgi?id=170703

Reviewed by Youenn Fablet.

Source/JavaScriptCore:

  • Configurations/FeatureDefines.xcconfig:

Source/WebCore:

  • Configurations/FeatureDefines.xcconfig:

Source/WebCore/PAL:

  • Configurations/FeatureDefines.xcconfig:

Source/WebKit/mac:

  • Configurations/FeatureDefines.xcconfig:

Source/WebKit2:

  • Configurations/FeatureDefines.xcconfig:

Tools:

  • TestWebKitAPI/Configurations/FeatureDefines.xcconfig:
Location:
trunk
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r215196 r215217  
     12017-04-10  Alex Christensen  <achristensen@webkit.org>
     2
     3        Continue enabling WebRTC
     4        https://bugs.webkit.org/show_bug.cgi?id=170703
     5
     6        Reviewed by Youenn Fablet.
     7
     8        * Configurations/FeatureDefines.xcconfig:
     9
    1102017-04-10  Mark Lam  <mark.lam@apple.com>
    211
  • trunk/Source/JavaScriptCore/Configurations/FeatureDefines.xcconfig

    r215145 r215217  
    198198ENABLE_WEB_RTC_macosx_Release = ENABLE_WEB_RTC;
    199199ENABLE_WEB_RTC_macosx_Production = $(ENABLE_WEB_RTC_macosx_Production_$(TARGET_MAC_OS_X_VERSION_MAJOR));
     200ENABLE_WEB_RTC_macosx_Production_101100 = ENABLE_WEB_RTC;
    200201ENABLE_WEB_RTC_macosx_Production_101300 = ENABLE_WEB_RTC;
    201202
  • trunk/Source/WebCore/ChangeLog

    r215216 r215217  
     12017-04-10  Alex Christensen  <achristensen@webkit.org>
     2
     3        Continue enabling WebRTC
     4        https://bugs.webkit.org/show_bug.cgi?id=170703
     5
     6        Reviewed by Youenn Fablet.
     7
     8        * Configurations/FeatureDefines.xcconfig:
     9
    1102017-04-10  Jeremy Jones  <jeremyj@apple.com>
    211
  • trunk/Source/WebCore/Configurations/FeatureDefines.xcconfig

    r215145 r215217  
    198198ENABLE_WEB_RTC_macosx_Release = ENABLE_WEB_RTC;
    199199ENABLE_WEB_RTC_macosx_Production = $(ENABLE_WEB_RTC_macosx_Production_$(TARGET_MAC_OS_X_VERSION_MAJOR));
     200ENABLE_WEB_RTC_macosx_Production_101100 = ENABLE_WEB_RTC;
    200201ENABLE_WEB_RTC_macosx_Production_101300 = ENABLE_WEB_RTC;
    201202
  • trunk/Source/WebCore/PAL/ChangeLog

    r215145 r215217  
     12017-04-10  Alex Christensen  <achristensen@webkit.org>
     2
     3        Continue enabling WebRTC
     4        https://bugs.webkit.org/show_bug.cgi?id=170703
     5
     6        Reviewed by Youenn Fablet.
     7
     8        * Configurations/FeatureDefines.xcconfig:
     9
    1102017-04-08  Youenn Fablet  <youenn@apple.com>
    211
  • trunk/Source/WebCore/PAL/Configurations/FeatureDefines.xcconfig

    r215145 r215217  
    198198ENABLE_WEB_RTC_macosx_Release = ENABLE_WEB_RTC;
    199199ENABLE_WEB_RTC_macosx_Production = $(ENABLE_WEB_RTC_macosx_Production_$(TARGET_MAC_OS_X_VERSION_MAJOR));
     200ENABLE_WEB_RTC_macosx_Production_101100 = ENABLE_WEB_RTC;
    200201ENABLE_WEB_RTC_macosx_Production_101300 = ENABLE_WEB_RTC;
    201202
  • trunk/Source/WebKit/mac/ChangeLog

    r215204 r215217  
     12017-04-10  Alex Christensen  <achristensen@webkit.org>
     2
     3        Continue enabling WebRTC
     4        https://bugs.webkit.org/show_bug.cgi?id=170703
     5
     6        Reviewed by Youenn Fablet.
     7
     8        * Configurations/FeatureDefines.xcconfig:
     9
    1102017-04-10  Anders Carlsson  <andersca@apple.com>
    211
  • trunk/Source/WebKit/mac/Configurations/FeatureDefines.xcconfig

    r215145 r215217  
    198198ENABLE_WEB_RTC_macosx_Release = ENABLE_WEB_RTC;
    199199ENABLE_WEB_RTC_macosx_Production = $(ENABLE_WEB_RTC_macosx_Production_$(TARGET_MAC_OS_X_VERSION_MAJOR));
     200ENABLE_WEB_RTC_macosx_Production_101100 = ENABLE_WEB_RTC;
    200201ENABLE_WEB_RTC_macosx_Production_101300 = ENABLE_WEB_RTC;
    201202
  • trunk/Source/WebKit2/ChangeLog

    r215212 r215217  
     12017-04-10  Alex Christensen  <achristensen@webkit.org>
     2
     3        Continue enabling WebRTC
     4        https://bugs.webkit.org/show_bug.cgi?id=170703
     5
     6        Reviewed by Youenn Fablet.
     7
     8        * Configurations/FeatureDefines.xcconfig:
     9
    1102017-04-10  Alex Christensen  <achristensen@webkit.org>
    211
  • trunk/Source/WebKit2/Configurations/FeatureDefines.xcconfig

    r215145 r215217  
    198198ENABLE_WEB_RTC_macosx_Release = ENABLE_WEB_RTC;
    199199ENABLE_WEB_RTC_macosx_Production = $(ENABLE_WEB_RTC_macosx_Production_$(TARGET_MAC_OS_X_VERSION_MAJOR));
     200ENABLE_WEB_RTC_macosx_Production_101100 = ENABLE_WEB_RTC;
    200201ENABLE_WEB_RTC_macosx_Production_101300 = ENABLE_WEB_RTC;
    201202
  • trunk/Tools/ChangeLog

    r215215 r215217  
     12017-04-10  Alex Christensen  <achristensen@webkit.org>
     2
     3        Continue enabling WebRTC
     4        https://bugs.webkit.org/show_bug.cgi?id=170703
     5
     6        Reviewed by Youenn Fablet.
     7
     8        * TestWebKitAPI/Configurations/FeatureDefines.xcconfig:
     9
    1102017-04-10  Kocsen Chung  <kocsen_chung@apple.com>
    211
  • trunk/Tools/TestWebKitAPI/Configurations/FeatureDefines.xcconfig

    r215145 r215217  
    198198ENABLE_WEB_RTC_macosx_Release = ENABLE_WEB_RTC;
    199199ENABLE_WEB_RTC_macosx_Production = $(ENABLE_WEB_RTC_macosx_Production_$(TARGET_MAC_OS_X_VERSION_MAJOR));
     200ENABLE_WEB_RTC_macosx_Production_101100 = ENABLE_WEB_RTC;
    200201ENABLE_WEB_RTC_macosx_Production_101300 = ENABLE_WEB_RTC;
    201202
Note: See TracChangeset for help on using the changeset viewer.