New issue
Advanced search Search tips

Issue 845345 link

Starred by 3 users

Issue metadata

Status: Fixed
Owner:
Closed: Aug 30
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug

Blocking:
issue 789854


Participants' hotlists:
ServiceWorkerOnionSoup


Sign in to add a comment

Remove [Native] structs/enums in service worker dirs

Project Member Reported by leon....@intel.com, May 22 2018

Issue description

Now Service Worker IPCs are in pure Mojo, in theory, we no longer need service_worker_messages.h.
But, some legacy struct/enum traits are still used by some Mojo struct typemapping, so we need to remove those typemapping step by step, to finally eliminate this file.
 
Cc: leon....@intel.com
 Issue 846218  has been merged into this issue.
Summary: Remove [Native] structs/enums in service worker dirs (was: Eliminate legacy IPC message file: service_worker_messages.h)
We are now having these four as native structs.
- ServiceWorkerResponse
- PlatformNotificationData
- PushEventPayload
- ServiceWorkerResponse

Status: Fixed (was: Started)
This has been fixed by those several CLs landed in issue 789854, commit ca3a5e1cbb792be549303987e0fc387092f7ee81 finally removed service_worker_messages.h.

Sign in to add a comment