Closed
Bug 166465
Opened 23 years ago
Closed 2 years ago
Document the type of string inputs to Editor Embedding APIs
Categories
(Core :: DOM: Editor, defect, P5)
Core
DOM: Editor
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: depman1, Unassigned)
References
Details
(Keywords: topembed+, Whiteboard: midas)
public APIs are nsIEditingSession, nsICommandManager, and nsICommandParams. In
these idls, there are several methods with string parameter inputs. Need
comments to explain what type of string formats they are (i.e. ASCII, UCS2,
CString, ...).
All these have "string" inputs:
nsICommandManager: addCommandObserver(), removeCommandObserver(),
isCommandSupported(), isCommandEnabled(), getCommandState(), doCommand().
nsICommandParams: getValueType(), get/setBooleanValue(), get/setLongValue(),
get/setDoubleValue(), get/setStringValue(), get/setCStringValue(),
get/setISupportsValue(), removeValue()
Comment 1•23 years ago
|
||
Do we want to change the API to take nsA(C)String?
We also need to document for each command whether the params are cstrings or
wstrings etc.
OS: Windows NT → All
Hardware: PC → All
Whiteboard: midas
Updated•23 years ago
|
Target Milestone: --- → mozilla1.3beta
Updated•23 years ago
|
Target Milestone: mozilla1.3beta → mozilla1.4alpha
Comment 2•22 years ago
|
||
What is the next step for this bug?
i think this is a living bug since we need to continuously fix the strings we
support. the existing document is not on mozilla yet. I will see about posting
this soonest.
Status: NEW → ASSIGNED
Target Milestone: mozilla1.4alpha → mozilla1.5alpha
Reporter | ||
Comment 5•21 years ago
|
||
this bug needs to be reassigned
Updated•18 years ago
|
QA Contact: sujay → editor
Updated•18 years ago
|
Assignee: mozeditor → nobody
Comment 7•5 years ago
|
||
Bulk-downgrade of unassigned, >=3 years untouched DOM/Storage bug's priority.
If you have reason to believe this is wrong, please write a comment and ni :jstutte.
Severity: normal → S4
Priority: -- → P5
Comment 8•2 years ago
|
||
I think that we have no plan to support embedding now.
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•