Closed
Bug 42277
Opened 25 years ago
Closed 25 years ago
Submitting forms is extremely slow
Categories
(Toolkit :: Form Manager, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: sfraser_bugs, Unassigned)
Details
Submitting forms in today's build is very slow -- so slow it's like the app has
crashed.
The reason is that scc turned off chunking in nsString, and that wallet and
single signon builds up strings one character at a time when processing form
data. So a lot of time is spent in memory allocation.
I'll fix this by doing some manual string chunking in SI_ReadLine and
Wallet_GetLine.
Reporter | ||
Comment 1•25 years ago
|
||
This would have been a blocker had QA seen it.
Severity: normal → blocker
Status: NEW → ASSIGNED
Target Milestone: --- → M17
Comment 2•25 years ago
|
||
Simon, thanks for looking out for me. As module owner, of course I give my
approval to these changes in wallet and single signon and appreciate your taking
the initiative to having done it.
Reporter | ||
Comment 3•25 years ago
|
||
Thanks. Checked in!
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Assignee: sfraser_bugs → nobody
Product: Core → Toolkit
QA Contact: bugzilla → form.manager
Target Milestone: M17 → ---
Version: Trunk → unspecified
You need to log in
before you can comment on or make changes to this bug.
Description
•