- 4e1b7bc3 Update copyright headers in content/ by Avi Drissman · 2 years, 9 months ago
- 8fee53b Use forward declarations of base::RefCountedMemory by David Sanders · 3 years, 3 months ago
- 2e2b046d Call constructor that takes a WebContents for WebContentsUserData. by Dave Tapuska · 3 years, 7 months ago
- 383df85 Make helper macros behave consistently for //content/public UserData types by Daniel Cheng · 3 years, 8 months ago
- 26ebf8e [Web Payment] Remove deprecated Minimal UI by Rouslan Solomakhin · 3 years, 9 months ago
- dde7e525 payments: Simplify now that service worker is on the UI thread (pt 2). by Matt Falkenhagen · 3 years, 9 months ago
- 8c6587b Remove usage of WebContentsObserver as a proxy for a WeakPtr. by Dave Tapuska · 3 years, 9 months ago
- 8eedbdd Remove WebContentsObserver usage on RespondWithCallback for payments. by Dave Tapuska · 3 years, 11 months ago
- 4370fc8 [Web Payment] Log payment handler install result. by Rouslan Solomakhin · 4 years, 1 month ago
- b9a969a Real instance methods for BrowserContext: StoragePartition methods. by Lukasz Anforowicz · 4 years, 1 month ago
- 8cc3770 [Web Payment] Improve JS error for PH install failure. by Rouslan Solomakhin · 4 years, 2 months ago
- b54ca39 Rename GetStoragePartitionForSite() and clean up some callers. by Aaron Colwell · 4 years, 3 months ago
- db9ae794 Rename includes from bind_helpers.h to callback_helpers.h by danakj · 4 years, 7 months ago
- ebd0dc7 Remove TODO in PaymentAppProviderImpl by Nick Burris · 4 years, 7 months ago
- cd94cfd Access PaymentAppProvider with paymentRequestWebContents by Liquan (Max) Gu · 4 years, 8 months ago
- cdd6f59 Refactoring RespondWithCallback class by DongJun Kim · 4 years, 8 months ago
- 3a9b5a1a Implement WebContentsUserData in PaymentAppProviderImpl by DongJun Kim · 4 years, 8 months ago
- 98fa6b8 [Web Payment] Avoid sending WebContents* to service worker by Nick Burris · 4 years, 10 months ago
- cde04c8 Move GetAllPaymentApps to a different class by DongJun Kim · 4 years, 11 months ago
- 0c22e779 Fix DCHECK in PaymentAppProviderImpl::SetOpenedWindow by Nick Burris · 5 years ago
- 7c5880c [Payment] Write the refetched missing icon into payment app database. by Sahel Sharify · 5 years ago
- 5012d3e [Web Payment] Make PaymentAppProvider use WebContents* by Nick Burris · 5 years ago
- e7cdc5cd [BrowserThread] Migration callers without full content:: namespace by Gabriel Charette · 5 years ago
- 9b988ef Don't bind BrowserContext pointers in PaymentAppProviderImpl callbacks. by Robert Sesek · 5 years ago
- 314acd5 [Payments] Use org.chromium.url.GURL class -2- by Hwanseung Lee · 5 years ago
- 80e710f Delete BrowserContext::Initialize and InstanceGroup getters. by Robert Sesek · 5 years ago
- 2d0aad1 [Web Payment] Browser context owned callback. by Rouslan Solomakhin · 5 years ago
- 54f5e86 [Payments] Record events checkout UKM for invoked payment app's scope. by Sahel Sharify · 5 years ago
- b32c2fc [Web Payment] Log CanMakePaymentResponsePtr in Dev Tools by Rouslan Solomakhin · 5 years ago
- 71dae9df0d [Web Payment] Validate CanMakePaymentResponsePtr by Rouslan Solomakhin · 5 years ago
- 7347301 [Web Payment] Split RespondWithCallbacks class. by Rouslan Solomakhin · 5 years ago
- b25eced [Web Payment] Forward CanMakePaymentResponsePtr to factories. by Rouslan Solomakhin · 5 years ago
- c87c673 Reland "WebLocks: Remove unused include from lock_manager.h." by Victor Costan · 5 years ago
- ba01490 [Web Payment] CanMakePaymentCallback by Rouslan Solomakhin · 5 years ago
- a5f08de Revert "WebLocks: Remove unused include from lock_manager.h." by Kamila Hasanbega · 5 years ago
- 264654a WebLocks: Remove unused include from lock_manager.h. by Victor Costan · 5 years ago
- c5e5f623 [Web Payment] Static CreateForCanMakePayment() method. by Rouslan Solomakhin · 5 years ago
- 51373839 [Web Payment] Implicit event type in CreateForInvoke(). by Rouslan Solomakhin · 5 years ago
- 0c23959a [Web Payment] Static methods for creating RespondWithCallback. by Rouslan Solomakhin · 5 years ago
- fd58d3d [Web Payment] Common constructor. by Rouslan Solomakhin · 5 years ago
- 8efe4f1 [Web Payment] More private methods. by Rouslan Solomakhin · 5 years ago
- 42437ff [Web Payment] Modern disallow and more private members. by Rouslan Solomakhin · 5 years ago
- f454526 [Web Payment] Remove payments::mojom:: prefix. by Rouslan Solomakhin · 5 years ago
- 619fe41 [Payment Handler] CanMakePaymentEvent.respondWithMinimalUI() #4 by Rouslan Solomakhin · 5 years ago
- 8739f73a ServiceWorker: Rename ServiceWorkerProviderType to ServiceWorkerContainerType by Hiroki Nakagawa · 5 years ago
- 9edd740 [Payments] Enable shipping and contact info delegation [5/5] by Sahel Sharify · 6 years ago
- 3307b9e [Payments] Enable shipping and contact info delegation [3/5] by Sahel Sharify · 6 years ago
- 846466d Convert PaymentHandlerResponseCallback to new Mojo types by Miyoung Shin · 6 years ago
- fc796d6 service worker: Move ServiceWorkerOnUI flag helpers to public API. by Matt Falkenhagen · 6 years ago
- 5fb72312 Payments: Prepare for service worker core on the UI thread. by Matt Falkenhagen · 6 years ago
- 6f23eb26 Reland: [Web Payment][DevTools] Log payment handler responses. by Rouslan Solomakhin · 6 years ago
- 1f3d381 Revert "[Web Payment][DevTools] Log payment handler responses." by Danyao Wang · 6 years ago
- 1f95f09 [Web Payment][DevTools] Log a change in payment method. by Rouslan Solomakhin · 6 years ago
- 8e4d5a9 content/browser: Always specify thread affinity when posting tasks by Sami Kyostila · 6 years ago
- 3bca4bf Use in-class initializers for base::WeakPtrFactory in content/. by Jeremy Roman · 6 years ago
- 71eaa4f [Payments] add uma metric to record cases that service worker timesout. by Sahel Sharify · 6 years ago
- 533cba7 [Web Payment][DevTools] Log payment handler responses. by Rouslan Solomakhin · 6 years ago
- 2580c84 [Payment Handler][Dev tools] Log payment handler events in dev tools. by Rouslan Solomakhin · 6 years ago
- 42b4d5a [Payment Handler] Error message about insecure navigation. by Rouslan Solomakhin · 6 years ago
- 68429b7 [Web Payments] Verbose payment app failure message. by Rouslan Solomakhin · 6 years ago
- 162c2d28 OnionSoup: Move mojom files for permissions and geolocation to mojom folder by Julie Jeongeun Kim · 6 years ago
- 17fa278 Include base/bind_helpers.h in the files that use it. by Sebastien Marchand · 6 years ago
- f8cbfab Include base/bind.h in the files that use it (in //content). by Sebastien Marchand · 6 years ago
- bbf5b85e Service Worker: Remove event dispatching delay parameters by Kenichi Ishibashi · 7 years ago
- 61e4323 Remove ServiceWorker.EventDispatchingDelay histograms by Kenichi Ishibashi · 7 years ago
- 8652dcd5 content: Replace uses of BrowserThread task posting with post_task.h API by Eric Seckler · 7 years ago
- cf76e1c service worker: Use TimeTicks to record event dispatch time by Kenichi Ishibashi · 7 years ago
- cac59c6a service worker: Rename ServiceWorkerEventDispatcher -> ServiceWorker by Matt Falkenhagen · 7 years ago
- 13270c0 [Payments] Check path restriction before presenting JIT payment handlers by gogerald · 7 years ago
- ebff044 Make content::PermissionManager a delegate of PermissionController by Andrey Lushnikov · 7 years ago
- 51e125a [OnionSoup] Define blink::ServiceWorkerStatusCode as "enum class' by Han Leon · 7 years ago
- 90aedd86 [OnionSoup] Move service_worker_status_code.{cc,h} into Blink by Han Leon · 7 years ago
- fc2159b [Payments] Web app, service worker and its registration scope must from the same origin by gogerald · 7 years ago
- c910116 Remove redundant request ids passed when dispatching PaymentRequest events by Amos Lim · 7 years ago
- b67f76e [Payments] Abort payment when the opened payment handler window is closed by gogerald · 7 years ago
- a30d423 The Great Blink mv for source files, part 1. by Blink Reformat · 7 years ago
- 91dc1b5 PaymentHandler: Replace 'enabledMethods' array with 'method' string by Jinho Bang · 7 years ago
- d52297f [Payments] Do not crawl blocked JIT payment handlers by gogerald · 7 years ago
- 57e8dca Move time.mojom from common to base by Oksana Zhuravlova · 7 years ago
- 1875cc1 [Payments] Only close opened window for payment handler by gogerald · 7 years ago
- 4134782 PaymentHandler: Add a permission check to GetAllPaymentApps() by Jinho Bang · 7 years ago
- e21a197 [Payments] Persist payment handler's icon for JIT PH by gogerald · 7 years ago
- 341e1fb Allow base::DoNothing() to handle any argument list. by Peter Kasting · 7 years ago
- 58923362 Move WebKit/common/service_worker mojom files to WebKit/public/mojom by Kinuko Yasuda · 7 years ago
- ccf160c Remove unneeded base::Passed on base::BindOnce parameter in //content by tzik · 7 years ago
- 0ee7e9a [Payments] Close only top-level payment handler windows after payment. by Rouslan Solomakhin · 7 years ago
- 84ae626 [Payments] Implements service worker payment handler just in time installation. by gogerald · 7 years ago
- 157d58a Simplify interface of ServiceWorkerVersion::RunAfterStartWorker by Yannic Bonenberger · 7 years ago
- b01d414 [Payments] Make sure callbacks invoked on UI thread. by gogerald · 8 years ago
- 5d697e94 service worker: Onion soupify "ServiceWorkerProviderType" by Matt Falkenhagen · 8 years ago
- da69d88 base: Change make_scoped_refptr to WrapRefCounted. by kylechar · 8 years ago
- 4f39aeb Convert more Callbacks to OnceCallbacks in ServiceWorker code by Yannic Bonenberger · 8 years ago
- fb9f9fb [Payments] Close client windows when finishing payment request by gogerald · 8 years ago
- 0e2d7ce5 Convert callbacks in ServiceWorker code to OnceCallback by Yannic Bonenberger · 8 years ago
- a8d448a [Payments] Remove unused argument by gogerald · 8 years ago
- 22ff05c PaymentHandler: Implement AbortPaymentEvent in content side. by Jinho Bang · 8 years ago
- 9061400 PaymentHandler: Implement CanMakePaymentEvent in content side. by Jinho Bang · 8 years ago
- 6c39ab7 PaymentHandler: Refactor PaymentAppProviderImpl and InvocationCallback. by Jinho Bang · 8 years ago
- f0eb78e [Payments] Fail InvokePaymentApp when there is an error by gogerald · 8 years ago
- dc51f00 PaymentHandler: Make InvokePaymentAppCallback to base::OnceCallback. by Jinho Bang · 8 years ago