Closed
Bug 861897
Opened 13 years ago
Closed 13 years ago
Cleanup nsComposeTxtSrvFilter to use nsGkAtoms
Categories
(Core :: DOM: Editor, defect)
Tracking
()
RESOLVED
FIXED
mozilla23
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
Details
Attachments
(1 file)
|
7.16 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Attachment #737508 -
Flags: review?
| Assignee | ||
Updated•13 years ago
|
Attachment #737508 -
Flags: review? → review?(roc)
Comment on attachment 737508 [details] [diff] [review]
Patch (v1)
Review of attachment 737508 [details] [diff] [review]:
-----------------------------------------------------------------
eep
Attachment #737508 -
Flags: review?(roc) → review+
| Assignee | ||
Comment 2•13 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/f90aa1228ce7
Nick, not sure how much this makes the MemShrinker inside you happy...
Assignee: nobody → ehsan
Comment 3•13 years ago
|
||
That depends how much memory it saves, and how often. I can't tell from the patch...
Flags: needinfo?(ehsan)
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
| Assignee | ||
Comment 5•13 years ago
|
||
This plus bug 861893 should save 15 pointer size variable per text control (input/textarea) where the editor is initialized (we initialize the editor for input controls lazily when they are focused or receive an event). It also saves 15 pointer size variables per HTML document which contains a contentEditble region.
Flags: needinfo?(ehsan)
You need to log in
before you can comment on or make changes to this bug.
Description
•