Closed
Bug 974989
Opened 11 years ago
Closed 10 years ago
Add an ipc channel message loop for winrt
Categories
(Core :: IPC, defect, P1)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: jimm, Unassigned)
References
Details
(Whiteboard: p=2)
Attachments
(1 file, 8 obsolete files)
(deleted),
patch
|
Details | Diff | Splinter Review |
Land just some basics, pref'd off so we can start working on this.
todo:
- gecko thread creation and registration
- simple test protocols
- thread check helpers
Reporter | ||
Comment 1•11 years ago
|
||
Hmm, unfortunately I just realized this can't be tied to a pref since we need to know about the switch before gecko is initialized.
Reporter | ||
Comment 2•11 years ago
|
||
Reporter | ||
Comment 3•11 years ago
|
||
Attachment #8379304 -
Attachment is obsolete: true
Reporter | ||
Comment 4•11 years ago
|
||
Attachment #8379314 -
Attachment is obsolete: true
Reporter | ||
Comment 5•11 years ago
|
||
Reporter | ||
Updated•11 years ago
|
Reporter | ||
Comment 6•11 years ago
|
||
Fixed some build errors when building with this patch set and the updated patch in bug 974901.
Attachment #8379813 -
Attachment is obsolete: true
Reporter | ||
Updated•11 years ago
|
Attachment #8380203 -
Attachment is obsolete: true
Reporter | ||
Comment 7•11 years ago
|
||
Moving the winrt work I was doing here up to bug 975452.
Summary: Land basic input thread separation framework pref'd off → Add an ipc channel message loop for winrt
Reporter | ||
Comment 8•11 years ago
|
||
Attachment #8379812 -
Attachment is obsolete: true
Reporter | ||
Comment 9•11 years ago
|
||
Attachment #8382463 -
Attachment is obsolete: true
Updated•11 years ago
|
Blocks: metrobacklog
Comment 10•11 years ago
|
||
Updated to apply cleanly when starting from this:
170933:4cfb6c61b137
https://bug975452.bugzilla.mozilla.org/attachment.cgi?id=8383035
https://bug975452.bugzilla.mozilla.org/attachment.cgi?id=8383037
Attachment #8383033 -
Attachment is obsolete: true
Comment 11•11 years ago
|
||
Comment on attachment 8383168 [details] [diff] [review]
IPC Patch v2
This doesn't compile. Also the previous comment was incorrect; the patch applies cleanly on top of updated versions of the patches listed that I haven't posted yet.
Will fix compilation issues and re-submit.
Attachment #8383168 -
Attachment is obsolete: true
Comment 12•11 years ago
|
||
Updated to apply cleanly over the following:
170933:4cfb6c61b137
https://bug975452.bugzilla.mozilla.org/attachment.cgi?id=8383202
https://bug975452.bugzilla.mozilla.org/attachment.cgi?id=8383203
Updated•11 years ago
|
Priority: -- → P1
Reporter | ||
Updated•11 years ago
|
Component: Widget: WinRT → IPC
Reporter | ||
Updated•11 years ago
|
Assignee: jmathies → nobody
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•