Closed
Bug 962901
Opened 11 years ago
Closed 5 years ago
Query content event via CPOW for e10s IME
Categories
(Core :: DOM: Events, defect)
Tracking
()
RESOLVED
WONTFIX
Tracking | Status | |
---|---|---|
e10s | - | --- |
People
(Reporter: m_kato, Assigned: m_kato)
References
Details
If TabParent's cahce for IME isn't hit, we should query NS_QUERY_* to content process for e10s.
Assignee | ||
Comment 1•11 years ago
|
||
- QueryContent.jsm for content process.
- TabParent uses nsFrameManager::SendSyncMessage and decode js object? or use js?
Updated•11 years ago
|
tracking-e10s:
--- → +
Updated•11 years ago
|
Blocks: old-e10s-m2
Comment 3•10 years ago
|
||
Hey Makoto, would you consider this bug still valid and if so, should it block e10s aurora uplift?
Flags: needinfo?(m_kato)
Assignee | ||
Comment 4•10 years ago
|
||
(In reply to Jim Mathies [:jimm] from comment #3)
> Hey Makoto, would you consider this bug still valid and if so, should it
> block e10s aurora uplift?
Sorry for delay.
Now, most NS_QUERY_* events support remote. To support IME on e10s, some values are already cached from content process. So this issue is a fallback if cache isn't hit.
I don't think this issue isn't block for e10s.
Flags: needinfo?(m_kato)
Comment 6•5 years ago
|
||
CPOWs are being removed.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•