Commits
User selector
Commit History
Commits on Jun 10, 2021
Enable WebPage's release logging in ephemeral sessions
Show description for 907db3ecommitted
Commits on Jun 8, 2021
[Payment Request] upstream new features
Show description for 2aa821ccommitted
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on May 28, 2021
Next step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on Feb 19, 2021
[Payment Request] add support for Apple Pay payment method mode
Show description for 4bacc43committed[Payment Request] add an `object data` to `PaymentDetailsBase` so that data specific to Apple Pay can be provided
Show description for 65a0f7acommitted
Commits on Dec 9, 2020
IPC should support non-byte aligned data references
Show description for 2df0539authored andcommitted
Commits on Jun 8, 2020
[Apple Pay] Remove ENABLE_APPLE_PAY_SETUP, ENABLE_APPLE_PAY_SESSION_V7, and HAVE_PASSKIT_PAYMENT_SETUP
Show description for ed860a3committed
Commits on Jun 6, 2020
[Apple Pay] Add testing and logging for ApplePaySetup
Show description for c63c2b8committed
Commits on May 19, 2020
Revert r261873
Show description for 32cd000committed[Apple Pay] Add testing and logging for ApplePaySetup
Show description for 2bef2d8committedRevert r261858
Show description for aabb44ccommitted[Apple Pay] Add testing and logging for ApplePaySetup
Show description for 04cc905committed
Commits on Apr 26, 2020
Move ApplePay code from WebKitAdditions to WebCore and WebKit
Show description for e563196committedMove ApplePay code from WebKitAdditions to WebCore and WebKit
Show description for a478e72committed
Commits on Jan 3, 2020
[Apple Pay] Provide a better error message when Apple Pay blocks user agent script evaluation
Show description for a94a438committed
Commits on Nov 20, 2019
Protect MessageReceivers when possible while they are processing incoming IPC messages
Show description for 71bb0e4committed
Commits on Sep 18, 2019
[Apple Pay] Tell websites why a session was cancelled
Show description for 28b124bcommitted
Commits on Sep 17, 2019
WebPaymentCoordinatorProxy does not need sessionIDs
Show description for 1d584f9committed
Commits on Sep 3, 2019
Rename WebPage::pageID() to WebPage::identifier()
Show description for de76444committed
Commits on Aug 16, 2019
[WTF] Add makeUnique<T>, which ensures T is fast-allocated, WTF_MAKE_FAST_ALLOCATED annotation part
Show description for c2a4ea8committed
Commits on May 27, 2019
Use a strongly-typed identifier for pages
Show description for 6b82387committed
Commits on Apr 9, 2019
[Apple Pay] Add release logging to PaymentCoordinator
Show description for f081821committed
Commits on Mar 25, 2019
[Apple Pay] Remove the AvailablePaymentNetworks synchronous message
Show description for 6453e64committed
Commits on Mar 21, 2019
[iOS] Apple Pay should be available in documents with no user agent scripts
Show description for f3874dfcommitted
Commits on Mar 11, 2019
[Apple Pay] Use PKPaymentAuthorizationController to present the Apple Pay UI remotely from the Networking service on iOS
Show description for 8f2025fcommitted
Commits on Mar 10, 2019
[Apple Pay] CanMakePaymentsWithActiveCard and OpenPaymentSetup should be async messages
Show description for ece4904committed
Commits on Feb 6, 2019
[Payment Request] It should be possible to require a phonetic name for shipping contacts
Show description for 78d33fbcommitted
Commits on Dec 20, 2018
wtf/Optional.h: move-constructor and move-assignment operator should disengage the value being moved from
Show description for 462a669committed
Commits on Dec 1, 2018
Move URL from WebCore to WTF
Show description for cddec66authored andcommitted
Commits on Nov 30, 2018
[Cocoa] Add some WKA extension points
Show description for 38ed851committedUnreviewed, rolling out r238713.
Show description for 47bab01committed[Cocoa] Add some WKA extension points
Show description for 628e875committed
Commits on Oct 17, 2018
[Apple Pay] Increment the API version to 5
Show description for 8191b55committed
Commits on Aug 23, 2018
[Apple Pay] Introduce Apple Pay JS v4 on iOS 12 and macOS Mojave
Show description for e64a7b8committed