| 2017-03-02 Alex Christensen <achristensen@webkit.org> |
| |
| Continue enabling WebRTC |
| https://bugs.webkit.org/show_bug.cgi?id=169056 |
| |
| Reviewed by Jon Lee. |
| |
| * Configurations/FeatureDefines.xcconfig: |
| |
| 2017-03-01 Alex Christensen <achristensen@webkit.org> |
| |
| Unreviewed, rolling out r213259. |
| |
| Broke an internal build |
| |
| Reverted changeset: |
| |
| "Continue enabling WebRTC" |
| https://bugs.webkit.org/show_bug.cgi?id=169056 |
| http://trac.webkit.org/changeset/213259 |
| |
| 2017-03-01 Alex Christensen <achristensen@webkit.org> |
| |
| Continue enabling WebRTC |
| https://bugs.webkit.org/show_bug.cgi?id=169056 |
| |
| Reviewed by Jon Lee. |
| |
| * Configurations/FeatureDefines.xcconfig: |
| |
| 2017-02-27 Alex Christensen <achristensen@webkit.org> |
| |
| Begin enabling WebRTC on 64-bit |
| https://bugs.webkit.org/show_bug.cgi?id=168915 |
| |
| Reviewed by Eric Carlson. |
| |
| * Configurations/FeatureDefines.xcconfig: |
| |
| 2017-02-27 Alex Christensen <achristensen@webkit.org> |
| |
| [libwebrtc] Enable WebRTC in some Production Builds |
| https://bugs.webkit.org/show_bug.cgi?id=168858 |
| |
| * Configurations/FeatureDefines.xcconfig: |
| |
| 2017-02-21 Youenn Fablet <youenn@apple.com> |
| |
| [WebRTC][Mac] Activate libwebrtc |
| https://bugs.webkit.org/show_bug.cgi?id=167293 |
| |
| Reviewed by Alex Christensen. |
| |
| * Configurations/FeatureDefines.xcconfig: |
| |
| 2017-02-20 Manuel Rego Casasnovas <rego@igalia.com> |
| |
| [css-grid] Remove compilation flag ENABLE_CSS_GRID_LAYOUT |
| https://bugs.webkit.org/show_bug.cgi?id=167693 |
| |
| Reviewed by Sergio Villar Senin. |
| |
| * Configurations/FeatureDefines.xcconfig: |
| |
| 2017-02-16 Anders Carlsson <andersca@apple.com> |
| |
| Begin removing EFL code from WebCore. |
| |
| Rubber-stamped by Alex Christensen. |
| |
| * pal/PlatformEfl.cmake: Removed. |
| |
| 2017-01-28 Dan Bernstein <mitz@apple.com> |
| |
| [Xcode] Clean up PAL and WebCore’s build settings a little |
| https://bugs.webkit.org/show_bug.cgi?id=167292 |
| |
| Reviewed by Sam Weinig. |
| |
| * ChangeLog: Created this file. |
| |
| * Configurations/Base.xcconfig: Simplified the definition of |
| GCC_WARN_64_TO_32_BIT_CONVERSION, removed the unused build setting PREBINDING, removed |
| a duplicate definition of GCC_GENERATE_DEBUGGING_SYMBOLS, and removed definitions specific |
| to OS X versions that are no longer supported. |
| |
| * Configurations/DebugRelease.xcconfig: Removed definitions specific to OS X versions |
| that are no longer supported. |
| |
| * Configurations/PAL.xcconfig: Removed header search paths that do not exist or do not |
| make sense. Simplified the definitions of INSTALL_PATH and SKIP_INSTALL. Removed the |
| unusued build settings PRODUCT_BUNDLE_IDENTIFIER and |
| WK_PREFIXED_IPHONEOS_DEPLOYMENT_TARGET. Removed the redundant definition of |
| EXECUTABLE_PREFIX. |
| |
| * PAL.xcodeproj/project.pbxproj: Sorted the Configurations group. |