Closed
Bug 192827
Opened 22 years ago
Closed 22 years ago
Remove nsIIndependentSelection
Categories
(Core :: DOM: Selection, defect)
Core
DOM: Selection
Tracking
()
RESOLVED
FIXED
People
(Reporter: sfraser_bugs, Assigned: sfraser_bugs)
Details
Attachments
(1 file, 1 obsolete file)
12.33 KB,
patch
|
kinmoz
:
review+
kinmoz
:
superreview+
|
Details | Diff | Splinter Review |
I see no reason for nsIIndependentSelection to exist. It just has one method,
SetPresShell(), which is called from editor only. I think we can move this
method to nsISelectionPrivate(). Both are implemented by nsTypedSelection.
Assignee | ||
Comment 1•22 years ago
|
||
Assignee | ||
Updated•22 years ago
|
Attachment #119356 -
Flags: superreview?(kin)
Attachment #119356 -
Flags: review?(mjudge)
Assignee | ||
Comment 2•22 years ago
|
||
Attachment #119356 -
Attachment is obsolete: true
Assignee | ||
Updated•22 years ago
|
Attachment #119362 -
Flags: superreview?(kin)
Attachment #119362 -
Flags: review?(mjudge)
Comment on attachment 119362 [details] [diff] [review]
Now with content/base/public!
sr=kin@netscape.com
Attachment #119362 -
Flags: superreview?(kin) → superreview+
Comment on attachment 119362 [details] [diff] [review]
Now with content/base/public!
r+sr=kin@netscape.com
Attachment #119362 -
Flags: review?(mjudge) → review+
Assignee | ||
Comment 5•22 years ago
|
||
Checked in.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Attachment #119356 -
Flags: superreview?(kin)
Attachment #119356 -
Flags: review?(mjudge)
You need to log in
before you can comment on or make changes to this bug.
Description
•