Changeset 213054 in webkit
- Timestamp:
- Feb 27, 2017, 6:09:50 AM (8 years ago)
- Location:
- trunk
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r213019 r213054 1 2017-02-27 Alex Christensen <achristensen@webkit.org> 2 3 [libwebrtc] Enable WebRTC in some Production Builds 4 https://bugs.webkit.org/show_bug.cgi?id=168858 5 6 * Configurations/FeatureDefines.xcconfig: 7 1 8 2017-02-26 Caio Lima <ticaiolima@gmail.com> 2 9 -
trunk/Source/JavaScriptCore/Configurations/FeatureDefines.xcconfig
r212812 r213054 165 165 ENABLE_SVG_FONTS = ENABLE_SVG_FONTS; 166 166 167 ENABLE_WEB_RTC = ;168 167 ENABLE_WEB_RTC[sdk=macosx*] = $(ENABLE_WEB_RTC_macosx); 169 ENABLE_WEB_RTC_macosx = ;170 168 ENABLE_WEB_RTC_macosx[arch=x86_64] = $(ENABLE_WEB_RTC_macosx_$(CONFIGURATION)); 171 ENABLE_WEB_RTC_macosx_Production = ;172 169 ENABLE_WEB_RTC_macosx_Debug = ENABLE_WEB_RTC; 173 170 ENABLE_WEB_RTC_macosx_Release = ENABLE_WEB_RTC; 171 ENABLE_WEB_RTC_macosx_Production = $(ENABLE_WEB_RTC_macosx_Production_$(TARGET_MAC_OS_X_VERSION_MAJOR)); 172 ENABLE_WEB_RTC_macosx_Production_101300 = ENABLE_WEB_RTC; 174 173 175 174 ENABLE_WRITABLE_STREAM_API = ENABLE_WRITABLE_STREAM_API; -
trunk/Source/WebCore/ChangeLog
r213044 r213054 1 2017-02-27 Alex Christensen <achristensen@webkit.org> 2 3 [libwebrtc] Enable WebRTC in some Production Builds 4 https://bugs.webkit.org/show_bug.cgi?id=168858 5 6 * Configurations/FeatureDefines.xcconfig: 7 1 8 2017-02-27 Zan Dobersek <zdobersek@igalia.com> 2 9 -
trunk/Source/WebCore/Configurations/FeatureDefines.xcconfig
r212812 r213054 165 165 ENABLE_SVG_FONTS = ENABLE_SVG_FONTS; 166 166 167 ENABLE_WEB_RTC = ;168 167 ENABLE_WEB_RTC[sdk=macosx*] = $(ENABLE_WEB_RTC_macosx); 169 ENABLE_WEB_RTC_macosx = ;170 168 ENABLE_WEB_RTC_macosx[arch=x86_64] = $(ENABLE_WEB_RTC_macosx_$(CONFIGURATION)); 171 ENABLE_WEB_RTC_macosx_Production = ;172 169 ENABLE_WEB_RTC_macosx_Debug = ENABLE_WEB_RTC; 173 170 ENABLE_WEB_RTC_macosx_Release = ENABLE_WEB_RTC; 171 ENABLE_WEB_RTC_macosx_Production = $(ENABLE_WEB_RTC_macosx_Production_$(TARGET_MAC_OS_X_VERSION_MAJOR)); 172 ENABLE_WEB_RTC_macosx_Production_101300 = ENABLE_WEB_RTC; 174 173 175 174 ENABLE_WRITABLE_STREAM_API = ENABLE_WRITABLE_STREAM_API; -
trunk/Source/WebCore/PAL/ChangeLog
r212812 r213054 1 2017-02-27 Alex Christensen <achristensen@webkit.org> 2 3 [libwebrtc] Enable WebRTC in some Production Builds 4 https://bugs.webkit.org/show_bug.cgi?id=168858 5 6 * Configurations/FeatureDefines.xcconfig: 7 1 8 2017-02-21 Youenn Fablet <youenn@apple.com> 2 9 -
trunk/Source/WebCore/PAL/Configurations/FeatureDefines.xcconfig
r212812 r213054 165 165 ENABLE_SVG_FONTS = ENABLE_SVG_FONTS; 166 166 167 ENABLE_WEB_RTC = ;168 167 ENABLE_WEB_RTC[sdk=macosx*] = $(ENABLE_WEB_RTC_macosx); 169 ENABLE_WEB_RTC_macosx = ;170 168 ENABLE_WEB_RTC_macosx[arch=x86_64] = $(ENABLE_WEB_RTC_macosx_$(CONFIGURATION)); 171 ENABLE_WEB_RTC_macosx_Production = ;172 169 ENABLE_WEB_RTC_macosx_Debug = ENABLE_WEB_RTC; 173 170 ENABLE_WEB_RTC_macosx_Release = ENABLE_WEB_RTC; 171 ENABLE_WEB_RTC_macosx_Production = $(ENABLE_WEB_RTC_macosx_Production_$(TARGET_MAC_OS_X_VERSION_MAJOR)); 172 ENABLE_WEB_RTC_macosx_Production_101300 = ENABLE_WEB_RTC; 174 173 175 174 ENABLE_WRITABLE_STREAM_API = ENABLE_WRITABLE_STREAM_API; -
trunk/Source/WebKit/mac/ChangeLog
r213018 r213054 1 2017-02-27 Alex Christensen <achristensen@webkit.org> 2 3 [libwebrtc] Enable WebRTC in some Production Builds 4 https://bugs.webkit.org/show_bug.cgi?id=168858 5 6 * Configurations/FeatureDefines.xcconfig: 7 1 8 2017-02-26 Alexey Proskuryakov <ap@apple.com> 2 9 -
trunk/Source/WebKit/mac/Configurations/FeatureDefines.xcconfig
r212812 r213054 165 165 ENABLE_SVG_FONTS = ENABLE_SVG_FONTS; 166 166 167 ENABLE_WEB_RTC = ;168 167 ENABLE_WEB_RTC[sdk=macosx*] = $(ENABLE_WEB_RTC_macosx); 169 ENABLE_WEB_RTC_macosx = ;170 168 ENABLE_WEB_RTC_macosx[arch=x86_64] = $(ENABLE_WEB_RTC_macosx_$(CONFIGURATION)); 171 ENABLE_WEB_RTC_macosx_Production = ;172 169 ENABLE_WEB_RTC_macosx_Debug = ENABLE_WEB_RTC; 173 170 ENABLE_WEB_RTC_macosx_Release = ENABLE_WEB_RTC; 171 ENABLE_WEB_RTC_macosx_Production = $(ENABLE_WEB_RTC_macosx_Production_$(TARGET_MAC_OS_X_VERSION_MAJOR)); 172 ENABLE_WEB_RTC_macosx_Production_101300 = ENABLE_WEB_RTC; 174 173 175 174 ENABLE_WRITABLE_STREAM_API = ENABLE_WRITABLE_STREAM_API; -
trunk/Source/WebKit2/ChangeLog
r213036 r213054 1 2017-02-27 Alex Christensen <achristensen@webkit.org> 2 3 [libwebrtc] Enable WebRTC in some Production Builds 4 https://bugs.webkit.org/show_bug.cgi?id=168858 5 6 * Configurations/FeatureDefines.xcconfig: 7 1 8 2017-02-27 Andy Estes <aestes@apple.com> 2 9 -
trunk/Source/WebKit2/Configurations/FeatureDefines.xcconfig
r212812 r213054 165 165 ENABLE_SVG_FONTS = ENABLE_SVG_FONTS; 166 166 167 ENABLE_WEB_RTC = ;168 167 ENABLE_WEB_RTC[sdk=macosx*] = $(ENABLE_WEB_RTC_macosx); 169 ENABLE_WEB_RTC_macosx = ;170 168 ENABLE_WEB_RTC_macosx[arch=x86_64] = $(ENABLE_WEB_RTC_macosx_$(CONFIGURATION)); 171 ENABLE_WEB_RTC_macosx_Production = ;172 169 ENABLE_WEB_RTC_macosx_Debug = ENABLE_WEB_RTC; 173 170 ENABLE_WEB_RTC_macosx_Release = ENABLE_WEB_RTC; 171 ENABLE_WEB_RTC_macosx_Production = $(ENABLE_WEB_RTC_macosx_Production_$(TARGET_MAC_OS_X_VERSION_MAJOR)); 172 ENABLE_WEB_RTC_macosx_Production_101300 = ENABLE_WEB_RTC; 174 173 175 174 ENABLE_WRITABLE_STREAM_API = ENABLE_WRITABLE_STREAM_API; -
trunk/Tools/ChangeLog
r213042 r213054 1 2017-02-27 Alex Christensen <achristensen@webkit.org> 2 3 [libwebrtc] Enable WebRTC in some Production Builds 4 https://bugs.webkit.org/show_bug.cgi?id=168858 5 6 * TestWebKitAPI/Configurations/FeatureDefines.xcconfig: 7 1 8 2017-02-27 Andy Estes <aestes@apple.com> 2 9 -
trunk/Tools/TestWebKitAPI/Configurations/FeatureDefines.xcconfig
r212812 r213054 165 165 ENABLE_SVG_FONTS = ENABLE_SVG_FONTS; 166 166 167 ENABLE_WEB_RTC = ;168 167 ENABLE_WEB_RTC[sdk=macosx*] = $(ENABLE_WEB_RTC_macosx); 169 ENABLE_WEB_RTC_macosx = ;170 168 ENABLE_WEB_RTC_macosx[arch=x86_64] = $(ENABLE_WEB_RTC_macosx_$(CONFIGURATION)); 171 ENABLE_WEB_RTC_macosx_Production = ;172 169 ENABLE_WEB_RTC_macosx_Debug = ENABLE_WEB_RTC; 173 170 ENABLE_WEB_RTC_macosx_Release = ENABLE_WEB_RTC; 171 ENABLE_WEB_RTC_macosx_Production = $(ENABLE_WEB_RTC_macosx_Production_$(TARGET_MAC_OS_X_VERSION_MAJOR)); 172 ENABLE_WEB_RTC_macosx_Production_101300 = ENABLE_WEB_RTC; 174 173 175 174 ENABLE_WRITABLE_STREAM_API = ENABLE_WRITABLE_STREAM_API;
Note:
See TracChangeset
for help on using the changeset viewer.