Commits
User selector
Commit History
Commits on Sep 20, 2021
Reduce use of makeRefPtr() and use RefPtr { } directly
Show description for 65b0916committedStop using makeRef(*this) / makeRefPtr(this)
Show description for 54cb09dcommitted
Commits on Aug 31, 2021
[Payment Request] Calling PaymentRequest's show() should consume user activation
Show description for 88be342authored andcommitted
Commits on Jun 2, 2021
Remove <wtf/Optional.h>
Show description for 786e703committed
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 Mar 29, 2021
[Payment Request] move added `object data` to `ApplePayModifier`
Show description for b8b548ecommitted
Commits on Mar 23, 2021
[WebIDL] Remove the need to specify [MayThrowException]
Show description for c9d973bcommitted
Sam Weinig
Commits on Mar 5, 2021
[Payment Request] if `requestShipping: false` then we should not show any `PaymentShippingOption` in the Apple Pay sheet
Show description for fe68fddcommitted
Commits on Mar 4, 2021
[Payment Request] increment the current version
Show description for b1e34aacommitted
Commits on Feb 26, 2021
[Payment Request] log when the request is cancelled while waiting for the `Promise` provided to `show()`/`updateWith()` to settle
Show description for 2372664committed[Payment Request] log if `updateWith` is not called synchronously
Show description for 511df8fcommitted
Commits on Feb 20, 2021
[Payment Request] add an `object data` to `PaymentShippingOption` so that data specific to Apple Pay can be provided
Show description for 5856093committed
Commits on Feb 19, 2021
[Payment Request] add an `object data` to `PaymentDetailsBase` so that data specific to Apple Pay can be provided
Show description for 65a0f7acommitted[Payment Request] add an `object data` to `PaymentItem` so that data specific to Apple Pay can be provided
Show description for eedd218committed
Commits on Jan 25, 2021
Support AbortSignal in addEventListenerOptions to unsubscribe from events
Show description for 443768ecommitted
Commits on Jan 22, 2021
[Apple Pay] use the first item in `shippingOptions` even when it's not `selected`
Show description for 11c36dfcommitted[Payment Request] constructor should throw if a payment method is provided more than once
Show description for 47bd311committed
Commits on Jan 21, 2021
Payment Request API - response.shippingOption is always null
Show description for de7dbc3committed
Commits on Jan 19, 2021
Payment Request API - PaymentDetailsUpdate requires "total"
Show description for 003bff5committed
Commits on Oct 19, 2020
Replace execStateFrom*() functions with globalObject() overloads
Show description for 4762d6ecommitted
Commits on Oct 1, 2020
[WebIDL] Make Exposed mandatory for IDL interfaces
Show description for 9940f5ccommitted
Sam Weinig
Commits on Sep 14, 2020
[WebIDL] Replace 'serializable' with '[Default] object toJSON()'
Show description for 96e8772committed
Sam Weinig[WebIDL] Remove need for [MayThrowException] on constructors and legacy factory functions
Show description for ee321f4committed
Sam Weinig
Commits on Aug 28, 2020
[WebIDL] 'void' type is changing to 'undefined'
Show description for 217b253committed
Sam Weinig
Commits on Jun 17, 2020
Use constructor operations in WebIDL
Show description for 9aeac24committed
Sam Weinig
Commits on Apr 25, 2020
Move URL to use StringView when returning substrings of the URL
Show description for 8e088a7committed
Commits on Feb 7, 2020
[Apple Pay] Provide a redacted billing contact during payment method selection
Show description for d31f8bbauthored andcommitted
Commits on Jan 3, 2020
[Payment Request] Perform payment method data IDL conversion in the PaymentRequest constructor
Show description for 4929077committed
Commits on Nov 11, 2019
PaymentRequest / PaymentResponse should not prevent entering the back/forward cache
Show description for 9c125f9committed
Commits on Oct 22, 2019
[JSC] Thread JSGlobalObject* instead of ExecState*
Show description for cc5fb5ecommitted
Commits on Oct 17, 2019
Deprecate ActiveDOMObject::canSuspendForDocumentSuspension()
Show description for 1279082committed
Commits on Oct 12, 2019
Add [ActiveDOMObject] to IDLs of ActiveDOMObjects
Show description for 57e014fcommittedUnreviewed, rolling out r251040.
Show description for 1042ae9committedAdd [ActiveDOMObject] to IDLs of ActiveDOMObjects
Show description for 68d70c6committed