Closed
Bug 1228948
Opened 9 years ago
Closed 8 years ago
Implement FlyWeb communication protocol and API
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
DUPLICATE
of bug 1272092
People
(Reporter: sicking, Assigned: sicking)
References
Details
Attachments
(1 file, 1 obsolete file)
59.58 KB,
patch
|
Details | Diff | Splinter Review |
Attaching a *very* early patch for safekeeping.
I've gotten as far as enabling setting up a server, and connecting to a server. Only supports message passing so far, no http (or even http-like) requests.
Also doesn't support e10s and all IO is happening on the main thread.
Assignee | ||
Comment 1•9 years ago
|
||
Updated WIP for safekeeping.
Now supports loading resources from the "other side" using normal URL loads.
Still no e10s or security. But I think the mainthread IO should be gone since it caused deadlocks.
Attachment #8693478 -
Attachment is obsolete: true
Comment 2•8 years ago
|
||
Resolving this a dup of the main implementation bug (bug 1272092).
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
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
•