Closed
Bug 752
Opened 27 years ago
Closed 26 years ago
nsISelection needs to be XPCOM'd
Categories
(Core :: DOM: Selection, defect, P2)
Tracking
()
VERIFIED
FIXED
M5
People
(Reporter: kipp, Assigned: sfraser_bugs)
Details
And while you are at it, you should clean up SelectionRange and
SelectionPoint. Since they need to be visible to nsISelection,
they should be defined (as structs) in nsISelection and frozen
forever.
Second, the API's to get them should return const&'s and (for ranges and
point's).
If you want me to review it, I'll be glad to review it before you complete it.
Updated•27 years ago
|
Status: NEW → ASSIGNED
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → REMIND
Updated•26 years ago
|
Status: RESOLVED → REOPENED
Updated•26 years ago
|
Assignee: rods → akkana
Status: REOPENED → NEW
Updated•26 years ago
|
Status: NEW → ASSIGNED
Updated•26 years ago
|
Resolution: REMIND → ---
Comment 1•26 years ago
|
||
Adding mjudge to cc list -- we'll need this soon for implementing js tests.
Comment 3•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Updated•26 years ago
|
Target Milestone: M4 → M5
Comment 4•26 years ago
|
||
Change Milestone to M5
Comment 5•26 years ago
|
||
Probably won't write IDL files for selection until the XPIDL-vs-COM-IDL issue
gets straightened out, so the work doesn't have to be done twice.
Updated•26 years ago
|
Assignee: akkana → sfraser
Status: ASSIGNED → NEW
Comment 6•26 years ago
|
||
Simon has volunteered to look at this.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 7•26 years ago
|
||
nsIDOMSelection has been idl'd. Closing. QA, you can't really verify this one.
Just trust me.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 8•26 years ago
|
||
marking verified per sfraser comments (i trust you) but if you could enter a build date for when the fix went in that'd be real cool.
Per a request from Selection and Search component eng (mjudge) and qa (elig),
moving all "Selection and Search" bugs to new "Selection" component. Original
"Selection and Search" component will be retired.
You need to log in
before you can comment on or make changes to this bug.
Description
•