You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ServiceWorker] Change indicator on the Network panel in no-matching-routes case
This CL resolves crbug.com/406022417. Currently, the size column shows
`(ServiceWorker router)` and displays `matched to router#0` by mouse
hover when ServiceWorker static routers are registered for a request but
no matching routes are found. After this CL, the size column shows
network transfer sizes and displays `no matching ServerWorker routes` in
no-matching-routes cases. See the crbug comments for the new UI
appearance.
This CL also applies i10n API to some existing code to maintain
consistency of implementation.
Bug: 406022417
Change-Id: Ifd10a702a8ca9044db66a4370e82ae48bf79540d
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6446936
Reviewed-by: Benedikt Meurer <bmeurer@chromium.org>
Reviewed-by: Shunya Shishido <sisidovski@chromium.org>
Commit-Queue: Takashi Nakayama <tnak@chromium.org>
0 commit comments