Chrome shows only one of two service workers from the same origin. |
|||
Issue descriptionDemo code: https://github.com/rsolomakhin/rsolomakhin.github.io/blob/master/pr/sw.md Chrome should show all service workers, even if they come from the same origin.
,
Aug 2 2017
,
Aug 2 2017
Currently we only support one web payment app per origin, changing it this CL https://chromium-review.googlesource.com/c/598636
,
Aug 3 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/29b8809e68a8b1e905cb33dc365500e11130add9 commit 29b8809e68a8b1e905cb33dc365500e11130add9 Author: gogerald <gogerald@google.com> Date: Thu Aug 03 15:22:19 2017 [Payments] Supports multiple web payment apps from the same origin This CL changes the stored data scheme of the web payment app, so users have to re-register the web payment app after this patch. This should be fine since this feature is still behind the flag. Bug: 751737 Change-Id: I396960273dca51f82a4490fa2dd5f7756e3a0bf0 Reviewed-on: https://chromium-review.googlesource.com/598636 Commit-Queue: Ganggui Tang <gogerald@chromium.org> Reviewed-by: Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by: Nasko Oskov <nasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#491742} [modify] https://crrev.com/29b8809e68a8b1e905cb33dc365500e11130add9/content/browser/payments/payment_app.proto [modify] https://crrev.com/29b8809e68a8b1e905cb33dc365500e11130add9/content/browser/payments/payment_app_database.cc [modify] https://crrev.com/29b8809e68a8b1e905cb33dc365500e11130add9/content/browser/payments/payment_app_database.h [modify] https://crrev.com/29b8809e68a8b1e905cb33dc365500e11130add9/content/browser/payments/payment_app_provider_impl_unittest.cc [modify] https://crrev.com/29b8809e68a8b1e905cb33dc365500e11130add9/content/public/browser/payment_app_provider.h
,
Aug 3 2017
|
|||
►
Sign in to add a comment |
|||
Comment 1 by rouslan@chromium.org
, Aug 2 2017