Closed
Bug 1067236
Opened 11 years ago
Closed 10 years ago
Optimize NS_QUERY_CARET_RECT calls on e10s
Categories
(Core :: Widget, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
e10s | + | --- |
People
(Reporter: m_kato, Assigned: m_kato)
References
(Blocks 1 open bug)
Details
This is remained work on Bug 975260.
From Bug 975260 comment #11
> I don't think that this is the best. Anybody can query caret rect of any
> offsets. If there is no caret at the queried position, ContentEventHandler
> computes the caret rect from char rect.
>
> So, I believe that we can improve this case. However, this bug is urgent and
> I guess that you don't find major issues with this patch. So, I'll work on
> it later in another bug. This is okay for now.
Updated•11 years ago
|
Blocks: e10s-perf
tracking-e10s:
--- → +
Updated•10 years ago
|
Priority: -- → P3
![]() |
||
Comment 1•10 years ago
|
||
Hey Makoto, do you think this is something we still need to look at for e10s perf related work?
Flags: needinfo?(m_kato)
Assignee | ||
Comment 2•10 years ago
|
||
This is already optimized by widet/ContentCache by Nakano-san.
Flags: needinfo?(m_kato)
Assignee | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•