Closed
Bug 144957
Opened 22 years ago
Closed 22 years ago
Convert EditorSaveAsCharset to rdfliner
Categories
(SeaMonkey :: Composer, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.2alpha
People
(Reporter: neil, Assigned: cmanske)
Details
Attachments
(1 file, 2 obsolete files)
8.86 KB,
patch
|
janv
:
review+
alecf
:
superreview+
|
Details | Diff | Splinter Review |
EditorSaveAsCharset currently enumerates the charsets from RDF and adds them
into the content of the tree. However the tree can enumerate the charsets itself
by adding the charsets as an RDF data source for the tree. This is a big perf win.
The otherwise unused treelist functions can also be removed from EdDialogCommon.js
Reporter | ||
Comment 1•22 years ago
|
||
Reporter | ||
Updated•22 years ago
|
Reporter | ||
Comment 2•22 years ago
|
||
Fixed comments from Jan Varga:
used charsetTree.builderView instead of explicit QI
removed unnecessary sort attributes
Attachment #83856 -
Attachment is obsolete: true
Reporter | ||
Comment 3•22 years ago
|
||
Fixed comments from Jan Varga:
used charsetTree.builderView instead of explicit QI
removed unnecessary sort attributes
Attachment #83862 -
Attachment is obsolete: true
Comment 4•22 years ago
|
||
Comment on attachment 83863 [details] [diff] [review]
Really updated patch this time!
r=varga
just place: onselect="SelectCharset()
on a new line
Attachment #83863 -
Flags: review+
Assignee | ||
Comment 5•22 years ago
|
||
Does anyone think this is a safe enough and a big enough win to consider for RTM?
Assignee: syd → cmanske
Target Milestone: --- → mozilla1.2beta
Comment 6•22 years ago
|
||
>Does anyone think this is a safe enough and a big enough win to consider for RTM?
I don't think so.
Assignee | ||
Updated•22 years ago
|
Status: NEW → ASSIGNED
Keywords: nsbeta1
Whiteboard: [FIX IN HAND]need sr=
Target Milestone: mozilla1.2beta → mozilla1.2alpha
Comment 7•22 years ago
|
||
Comment on attachment 83863 [details] [diff] [review]
Really updated patch this time!
wow, suprisingly simple
sr=alecf
Attachment #83863 -
Flags: superreview+
Assignee | ||
Updated•22 years ago
|
Whiteboard: [FIX IN HAND]need sr= → [FIX IN HAND]
Assignee | ||
Comment 8•22 years ago
|
||
checked into 1.2 trunk
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•