Closed
Bug 6259
Opened 25 years ago
Closed 24 years ago
typing optimization needs to be implemented
Categories
(Core :: DOM: Editor, defect, P3)
Core
DOM: Editor
Tracking
()
VERIFIED
WONTFIX
Future
People
(Reporter: sujay, Assigned: sfraser_bugs)
References
Details
(Keywords: helpwanted, perf, platform-parity)
using 5/11 build of apprunner.
The following functionality needs to be implemented for editor
typing optimzation for Mac, Windows and Linux
Updated•25 years ago
|
Assignee: kostello → sfraser
Target Milestone: M9
Comment 1•25 years ago
|
||
Reassign to Simon Fraser, setting milestone to M9
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M9 → M10
Assignee | ||
Comment 2•25 years ago
|
||
Ain't gonna happen for M9.
Assignee | ||
Updated•25 years ago
|
Target Milestone: M10 → M13
Assignee | ||
Comment 3•25 years ago
|
||
M13
Assignee | ||
Updated•25 years ago
|
Target Milestone: M13 → M15
Assignee | ||
Comment 4•25 years ago
|
||
Perf tuning, not clear if we'll even need it. M15.
Comment 6•24 years ago
|
||
this is performance work not a feature, removing feature keyword
Keywords: pp
Summary: (feature) typing optimization needs to be implemented → typing optimization needs to be implemented
Comment 8•24 years ago
|
||
moving this to m19 with other perf bugs
No longer blocks: 10770
Target Milestone: M20 → M19
Comment 9•24 years ago
|
||
please do not nominate for nsbeta3 -- this will be addressed after crashes,
regressions, correctness and polish bugs have been resolved, all Composer perf
bugs have been set to m19/m20
Comment 10•24 years ago
|
||
Can somebody confirm whether or not this is a dup of 47395 [nsbeta3+] (or
vice-versa)? Trying to consolidate typing/keypress related performance issues
and fix them myself.
Assignee | ||
Comment 11•24 years ago
|
||
This bug was filed preemptively a long time ago, to migrate to Mozilla a key
handling optimization that was present in 4.x. It's separate from 47395.
Comment 12•24 years ago
|
||
sfraser: can you point me at the optimization you had in mind? i'm charged with
fixing bug 47395, and if the optimization applies to that, my job will be
easier; or alternately, i can fix 47395 and close this bug as a dup...
Assignee | ||
Comment 13•24 years ago
|
||
The aim of this bug was to implement a key handling optimization that was in 4.x,
which was to look ahead in the native event queue for key presses, and handle
them all at one time. It it not clear to me that we need this optimization in
Mozilla. It should be treated independently of 47395.
Comment 14•24 years ago
|
||
moving to future, per review with bij and beppe
Keywords: helpwanted
Target Milestone: M19 → Future
Comment 15•24 years ago
|
||
the fix of handling all keypress events in the native queue could cause problems
with event sequencing... saari would probably cringe, anyway :) ... considering
the other optimizations we've done, i suggest resolving this as WONTFIX.
see 48758 for current work.
Assignee | ||
Comment 16•24 years ago
|
||
I agree that it's not obvious this optimization will be useful/safe.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•