Closed
Bug 1123593
Opened 10 years ago
Closed 10 years ago
IPDL protocol error: Handler for RegisterServiceWorker returned error code
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: ferjm, Assigned: baku)
References
Details
I get this error message while trying to register a service worker with the latest maple build on desktop with or without e10s enabled.
It seems that the check at [1] is failing.
[1] https://hg.mozilla.org/projects/maple/file/f0e24ac546fb/ipc/glue/BackgroundParentImpl.cpp#l403
Reporter | ||
Comment 1•10 years ago
|
||
I meant to say this error message:
IPDL protocol error: Handler for RegisterServiceWorker returned error code
###!!! [Parent][DispatchAsyncMessage] Error: (msgtype=0x12000B,name=PBackground::Msg_RegisterServiceWorker) Processing error: message was deserialized, but the handler returned false (indicating failure)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → amarchesini
Assignee | ||
Comment 2•10 years ago
|
||
This code is not landed in m-i. I removed that check before landing the patches.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•