|
|
Chromium Code Reviews
DescriptionUse WebContents::GetManifest in ServiceWorker FetchTest instead of RequestAppBannerFromDevTools
This is blocking the refactoring of AppBannerDataFetcher.
https://codereview.chromium.org/2156113002/
BUG=628921
Committed: https://crrev.com/482eeff448654b3eec603009deee13d402941e31
Cr-Commit-Position: refs/heads/master@{#406408}
Patch Set 1 #
Total comments: 2
Patch Set 2 : s/RequestAppBannerAndGetIssuedRequests/GetManifestAndIssuedRequests/ #Messages
Total messages: 27 (15 generated)
The CQ bit was checked by horo@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Description was changed from ========== Use WebContents::GetManifest in ServiceWorkerManifestFetchTest instead of RequestAppBannerFromDevTools BUG= ========== to ========== Use WebContents::GetManifest in ServiceWorker FetchTest instead of RequestAppBannerFromDevTools BUG= ==========
horo@chromium.org changed reviewers: + nhiroki@chromium.org
nhiroki@ Could you please review this?
Thanks for this! I just have a naming suggestion. https://codereview.chromium.org/2158253002/diff/1/chrome/browser/chrome_servi... File chrome/browser/chrome_service_worker_browsertest.cc (right): https://codereview.chromium.org/2158253002/diff/1/chrome/browser/chrome_servi... chrome/browser/chrome_service_worker_browsertest.cc:270: std::string RequestAppBannerAndGetIssuedRequests() { Nit: rename this GetManifestAndIssuedRequests?
The CQ bit was checked by horo@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Thank you. https://codereview.chromium.org/2158253002/diff/1/chrome/browser/chrome_servi... File chrome/browser/chrome_service_worker_browsertest.cc (right): https://codereview.chromium.org/2158253002/diff/1/chrome/browser/chrome_servi... chrome/browser/chrome_service_worker_browsertest.cc:270: std::string RequestAppBannerAndGetIssuedRequests() { On 2016/07/19 03:06:27, dominickn wrote: > Nit: rename this GetManifestAndIssuedRequests? Done.
Can you fill in the BUG= line? I'd like to know the context of this change.
Description was changed from ========== Use WebContents::GetManifest in ServiceWorker FetchTest instead of RequestAppBannerFromDevTools BUG= ========== to ========== Use WebContents::GetManifest in ServiceWorker FetchTest instead of RequestAppBannerFromDevTools This is blocking the mojofication of ManifestManager. https://codereview.chromium.org/1913043002 BUG=577685 ==========
On 2016/07/19 03:40:56, nhiroki (slow) wrote: > Can you fill in the BUG= line? I'd like to know the context of this change. done
Description was changed from ========== Use WebContents::GetManifest in ServiceWorker FetchTest instead of RequestAppBannerFromDevTools This is blocking the mojofication of ManifestManager. https://codereview.chromium.org/1913043002 BUG=577685 ========== to ========== Use WebContents::GetManifest in ServiceWorker FetchTest instead of RequestAppBannerFromDevTools This is refactoring of AppBannerDataFetcher. https://codereview.chromium.org/2156113002/ BUG=628921 ==========
Description was changed from ========== Use WebContents::GetManifest in ServiceWorker FetchTest instead of RequestAppBannerFromDevTools This is refactoring of AppBannerDataFetcher. https://codereview.chromium.org/2156113002/ BUG=628921 ========== to ========== Use WebContents::GetManifest in ServiceWorker FetchTest instead of RequestAppBannerFromDevTools This is blocking the refactoring of AppBannerDataFetcher. https://codereview.chromium.org/2156113002/ BUG=628921 ==========
On 2016/07/19 03:40:56, nhiroki (slow) wrote: > Can you fill in the BUG= line? I'd like to know the context of this change. I'm refactoring app banners in crrev.com/2156113002, and this test is using RequestAppBannerFromDevtools to kick off a manifest fetch. However, my refactor changes the banner flow and causes these tests to hang. WebContents::GetManifest is the canonical way to initiate a manifest fetch, so this CL is changing to use that. Generally, people shouldn't rely on the app banner implementation to fetch a manifest - they should fetch the manifest. :)
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
Thank you! LGTM
horo@chromium.org changed reviewers: + jochen@chromium.org
jochen@ Could you please review this?
lgtm
The CQ bit was checked by horo@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Description was changed from ========== Use WebContents::GetManifest in ServiceWorker FetchTest instead of RequestAppBannerFromDevTools This is blocking the refactoring of AppBannerDataFetcher. https://codereview.chromium.org/2156113002/ BUG=628921 ========== to ========== Use WebContents::GetManifest in ServiceWorker FetchTest instead of RequestAppBannerFromDevTools This is blocking the refactoring of AppBannerDataFetcher. https://codereview.chromium.org/2156113002/ BUG=628921 ==========
Message was sent while issue was closed.
Committed patchset #2 (id:20001)
Message was sent while issue was closed.
Description was changed from ========== Use WebContents::GetManifest in ServiceWorker FetchTest instead of RequestAppBannerFromDevTools This is blocking the refactoring of AppBannerDataFetcher. https://codereview.chromium.org/2156113002/ BUG=628921 ========== to ========== Use WebContents::GetManifest in ServiceWorker FetchTest instead of RequestAppBannerFromDevTools This is blocking the refactoring of AppBannerDataFetcher. https://codereview.chromium.org/2156113002/ BUG=628921 Committed: https://crrev.com/482eeff448654b3eec603009deee13d402941e31 Cr-Commit-Position: refs/heads/master@{#406408} ==========
Message was sent while issue was closed.
Patchset 2 (id:??) landed as https://crrev.com/482eeff448654b3eec603009deee13d402941e31 Cr-Commit-Position: refs/heads/master@{#406408} |
