- b2cd169 [Cocoa] USE(PLATFORM_SYSTEM_FALLBACK_LIST) is true on all Cocoa platforms, so there's no need to consult it in Cocoa-specific files by mmaxfield@apple.com · 4 years, 7 months ago
- 3798646 Versioning. by repstein@apple.com · 4 years, 7 months ago
- 4fcf9d7 Versioning. by repstein@apple.com · 4 years, 8 months ago
- 305732f Versioning. by alancoon@apple.com · 4 years, 8 months ago
- 9bfe4b2 Remove all references to non-existent 10.16 by timothy_horton@apple.com · 4 years, 8 months ago
- d433aed Versioning. by alancoon@apple.com · 4 years, 8 months ago
- c1d07db Versioning. by alancoon@apple.com · 4 years, 8 months ago
- cde8f09 Infrastructure Work for Integrating CoreImage for Accelerated CSS/SVG Filter Rendering by commit-queue@webkit.org · 4 years, 8 months ago
- 805c4f7 Update macOS Version macros https://bugs.webkit.org/show_bug.cgi?id=214653 by conrad_shultz@apple.com · 4 years, 8 months ago
- 99f49e0 Versioning. by alancoon@apple.com · 4 years, 8 months ago
- aa65158 [watchOS] Support armv7k build by jbedard@apple.com · 4 years, 9 months ago
- 5b867d6 <attachment> layout does not scale with Dynamic Type size changes by timothy_horton@apple.com · 4 years, 9 months ago
- 46df619 Unreviewed, reverting r263960. https://bugs.webkit.org/show_bug.cgi?id=213980 by commit-queue@webkit.org · 4 years, 9 months ago
- 6b9e77e Unreviewed, reverting r263953 and r263959. by commit-queue@webkit.org · 4 years, 9 months ago
- 357d1c9 [Cocoa] Remove FEATURE_DEFINES from the Cocoa/Xcode build system by darin@apple.com · 4 years, 9 months ago
- e647f59 [Cocoa] Move almost all features from FeatureDefines.xcconfig to PlatformEnableCocoa.h by darin@apple.com · 4 years, 9 months ago
- 6022b06 [Cocoa] Remove all features from FeatureDefines.xcconfig that are already mentioned in PlatformEnableCocoa.h by darin@apple.com · 4 years, 9 months ago
- c839993 [Cocoa] Remove unconditional features from FeatureDefines.xcconfig, making sure they are covered in PlatformEnableCocoa.h by darin@apple.com · 4 years, 9 months ago
- 1660b38 Update comment in FeatureDefines.xcconfig since PlatformEnableCocoa.h should be used instead by darin@apple.com · 4 years, 9 months ago
- a14cb32 Remove support for ENABLE_INPUT_TYPE_DATETIME_INCOMPLETE by weinig@apple.com · 4 years, 9 months ago
- d3609ce Add "-Wliteral-conversion" warning to Xcode based builds and fix the issues it finds by weinig@apple.com · 4 years, 9 months ago
- d37076e Enable the support of FULLSCREEN_API in WebKitTestRunner by peng.liu6@apple.com · 4 years, 9 months ago
- d493c8e [Xcode] Enable the "My Mac (Mac Catalyst)" destination in WebKit Xcode projects by aestes@apple.com · 4 years, 9 months ago
- 00e60c7 Remove ENABLE_STREAMS_API compilation flag by commit-queue@webkit.org · 4 years, 9 months ago
- ea3727b We should resurrect the older patch that collects some statistics of web API calls by commit-queue@webkit.org · 4 years, 9 months ago
- 5871e1f Versioning. by alancoon@apple.com · 4 years, 9 months ago
- 8ecc533 Versioning. by alancoon@apple.com · 4 years, 9 months ago
- 19c9276 Update macOS version macros https://bugs.webkit.org/show_bug.cgi?id=213484 by timothy_horton@apple.com · 4 years, 9 months ago
- 9bbfd49 Versioning. by alancoon@apple.com · 4 years, 10 months ago
- e8d9078 Remove ENABLE_VIDEO_TRACK ifdef guards by philn@webkit.org · 4 years, 10 months ago
- 1f9aca7 WebCore: Link to framework stubs for watchOS and tvOS by jbedard@apple.com · 4 years, 10 months ago
- 1823f82 [Apple Pay] Remove conditionals for ENABLE_APPLE_PAY_SESSION_V(3|4) by aestes@apple.com · 4 years, 10 months ago
- 840c45d Work around broken system version macro by timothy_horton@apple.com · 4 years, 10 months ago
- a9293b5 [watchOS] Re-enable content filtering in the simulator build by aestes@apple.com · 4 years, 10 months ago
- 7396f19 Versioning. by alancoon@apple.com · 4 years, 10 months ago
- 807db86 Revert FEATURES_DEFINES related changes by krollin@apple.com · 4 years, 10 months ago
- 705b78a [Apple Pay] Remove conditionals for ENABLE_APPLE_PAY_SESSION_V(3|4) by aestes@apple.com · 4 years, 10 months ago
- d89d292 Remove things from FeatureDefines.xcconfig that are covered by PlatformEnableCocoa.h by darin@apple.com · 4 years, 10 months ago
- eec4d50 Remove things from FeatureDefines.xcconfig that are covered by PlatformEnableCocoa.h by darin@apple.com · 4 years, 10 months ago
- 4301525 Make generate-unified-sources.sh not depend on features being listed in FEATURE_DEFINES environment variable by darin@apple.com · 4 years, 10 months ago
- 87826b0 Web Inspector: replace `featureGuard` and `availability` with a combined `condition` that accepts any macro by drousso@apple.com · 4 years, 10 months ago
- 1fe2b92 Versioning. by alancoon@apple.com · 4 years, 10 months ago
- 6ad0b45 http/tests/ssl/applepay/ApplePayInstallmentConfiguration.https.html fails in public SDK builds by aestes@apple.com · 4 years, 11 months ago
- bb73af5 Versioning. by alancoon@apple.com · 4 years, 11 months ago
- 23b8691 Versioning. by alancoon@apple.com · 5 years ago
- 79fe19c [Cocoa] Build with UChar as char16_t even in builds that use Apple's internal SDK by darin@apple.com · 5 years ago
- f963990 Fix MACCATALYST build failures https://bugs.webkit.org/show_bug.cgi?id=210815 by peng.liu6@apple.com · 5 years ago
- 19f424a Fix build failures when video fullscreen and picture-in-picture is disabled by peng.liu6@apple.com · 5 years ago
- afaea00 Versioning. by alancoon@apple.com · 5 years ago
- 8134b19 Versioning. by alancoon@apple.com · 5 years ago
- ec6432e Set ENTITLEMENTS_REQUIRED=NO for some Xcode build targets by krollin@apple.com · 5 years ago
- 13bb61d Track editable elements on screen by dbates@webkit.org · 5 years ago
- c3700c5 Versioning. by alancoon@apple.com · 5 years ago
- a2b975f [Xcode] Replace ASAN_OTHER_CFLAGS and ASAN_OTHER_CPLUSPLUSFLAGS with $(inherited) by ddkilzer@apple.com · 5 years ago
- c42bf8b Versioning. by alancoon@apple.com · 5 years ago
- 105277e Upstream a variety of Cocoa-platform HAVE and ENABLE macros by timothy_horton@apple.com · 5 years ago
- 385e64b Unreviewed, reverting r258748. by jacob_uphoff@apple.com · 5 years ago
- a3c38f5 Upstream a variety of Cocoa-platform HAVE and ENABLE macros by timothy_horton@apple.com · 5 years ago
- 723abe2 [WebXR] IDLs, stubs and build configuration for WPE by svillar@igalia.com · 5 years ago
- 5162af1 Should not use variable-length-array (VLA) by ysuzuki@apple.com · 5 years ago
- bd66a76 Versioning. by alancoon@apple.com · 5 years ago
- f914c50 Remove obsolete feature flags https://bugs.webkit.org/show_bug.cgi?id=208830 by don.olmstead@sony.com · 5 years ago
- 9ef57c2 Remove the compile-time flag for Pointer Events by graouts@webkit.org · 5 years ago
- c83d661 Move JavaScriptCore related feature defines from FeatureDefines.xcconfig to PlatformEnableCocoa.h by weinig@apple.com · 5 years ago
- 377c35f Versioning. by alancoon@apple.com · 5 years ago
- c87a2b3 Add new Mac target numbers https://bugs.webkit.org/show_bug.cgi?id=208398 by alancoon@apple.com · 5 years ago
- 6bfdd70 Versioning. by alancoon@apple.com · 5 years ago
- a1504a3 Versioning. by alancoon@apple.com · 5 years ago
- 444d5f3 Remove CSS_DEVICE_ADAPTATION https://bugs.webkit.org/show_bug.cgi?id=203479 by simon.fraser@apple.com · 5 years ago
- e7d62c7 Unreviewed, rolling out r256091. by tsavell@apple.com · 5 years ago
- be688b4 Unreviewed, rolling out r256103. by tsavell@apple.com · 5 years ago
- 74835fc9 Re-enable LTO for ARM builds by krollin@apple.com · 5 years ago
- 4ef99d9 Move JavaScriptCore related feature defines from FeatureDefines.xcconfig to PlatformEnableCocoa.h by weinig@apple.com · 5 years ago
- e0b210d Move trivial definitions from FeatureDefines.xcconfig to PlatformEnableCocoa.h by weinig@apple.com · 5 years ago
- 5828c74 Unreviewed, rolling out r256051. by ryanhaddad@apple.com · 5 years ago
- c3bb596 Move trivial definitions from FeatureDefines.xcconfig to PlatformEnableCocoa.h by weinig@apple.com · 5 years ago
- 4e460c0 [Apple Pay] Provide a redacted billing contact during payment method selection by commit-queue@webkit.org · 5 years ago
- 03ba657 Enable -Wconditional-uninitialized in WebCore project by ddkilzer@apple.com · 5 years ago
- 4711c52 Add build flag for stale-while-revalidate by commit-queue@webkit.org · 5 years ago
- c7500a5 Build ANGLE as a dynamic library by dino@apple.com · 5 years ago
- a77f5c9 Implement css3-images image-orientation by commit-queue@webkit.org · 5 years ago
- 893e0d5 AX: Enable ACCESSIBILITY_ISOLATED_TREE by cfleizach@apple.com · 5 years ago
- 6cd6971 Versioning. by alancoon@apple.com · 5 years ago
- db92099 Build ANGLE as a dynamic library by dino@apple.com · 5 years ago
- dda4e02 Reverting libANGLE.a -> libANGLE-shared.dylib. by dino@apple.com · 5 years ago
- 8c8f903 macCatalyst: Cursor should update on mouse movement and style change by timothy_horton@apple.com · 5 years ago
- 1e6166a Versioning. by alancoon@apple.com · 5 years ago
- 8083ab2 Build fix for WebCoreTestSupport. by dino@apple.com · 5 years ago
- 1301551 MacCatalyst build of libANGLE is installed in the incorrect location by dino@apple.com · 5 years ago
- a5442a1 Versioning. by alancoon@apple.com · 5 years ago
- 97d209a Versioning. by alancoon@apple.com · 5 years ago
- 64dc0d1 Introduce a GPU process https://bugs.webkit.org/show_bug.cgi?id=204343 by timothy_horton@apple.com · 5 years ago
- 0688136 Build ANGLE as a dynamic library by dino@apple.com · 5 years ago
- ff26599 Remove ENABLE_KEYBOARD_CODE_ATTRIBUTE and ENABLE_KEYBOARD_KEY_ATTRIBUTE macros by Hironori.Fujii@sony.com · 5 years ago
- 41854e4 Don't use AVCapture on watchOS and tvOS by eric.carlson@apple.com · 5 years ago
- 9d3e80e [Apple] Enable variation fonts on all Apple platforms by mmaxfield@apple.com · 5 years ago
- 88f6a9f Versioning. by alancoon@apple.com · 5 years ago
- ee73b1c Web Inspector: Add diagnostic logging for frontend feature usage by drousso@apple.com · 5 years ago
- 1c9eccc Fix the watchOS build after r251896 by timothy_horton@apple.com · 5 years ago
- 1f0ff23 Turn on IOSurface support in the iOS Simulator by timothy_horton@apple.com · 5 years ago