Closed
Bug 1480310
Opened 6 years ago
Closed 6 years ago
Use the .editingSession getter on docshell more
Categories
(Core :: General, enhancement)
Core
General
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Instead of getInterface.
Assignee | ||
Comment 1•6 years ago
|
||
All the C++ consumers already call the getter, so we can remove
nsIEditingSession from the docshell GetInterface method completely.
Comment 2•6 years ago
|
||
Comment on attachment 8997075 [details]
Bug 1480310. Use docshell's editingSession getter instead of getInterface to get editing sessions. r=kmag
Kris Maglione [:kmag] has approved the revision.
https://phabricator.services.mozilla.com/D2668
Attachment #8997075 -
Flags: review+
Pushed by bzbarsky@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d214fbafcef7
Use docshell's editingSession getter instead of getInterface to get editing sessions. r=kmag
Comment 4•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•