Closed
Bug 1059705
Opened 7 years ago
Closed 7 years ago
revert the change which made nsIEditor builtinclass
Categories
(Core :: DOM: Editor, defect)
Tracking
()
RESOLVED
FIXED
mozilla34
People
(Reporter: smaug, Assigned: smaug)
References
Details
Attachments
(1 file, 1 obsolete file)
|
4.59 KB,
patch
|
Details | Diff | Splinter Review |
At least for now nsIEditor should be implementable in JS. We should probably figure out what the Thunderbird addons are doing and give them some other options than re-implementing rather complicated interface...and then make nsIEditor builtinclass again.
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → bugs
| Assignee | ||
Comment 1•7 years ago
|
||
https://tbpl.mozilla.org/?tree=Try&rev=fa37fdc8216f
Attachment #8480483 -
Flags: review?(masayuki)
Comment 2•7 years ago
|
||
Comment on attachment 8480483 [details] [diff] [review] patch >- [infallible, noscript] readonly attribute boolean isInEditAction; >+ readonly attribute boolean isInEditAction; Ehsan liked [noscript] this (bug 1053048 comment 17). If it's possible without "builtinclass", it should be, I think.
Attachment #8480483 -
Flags: review?(masayuki) → review+
| Assignee | ||
Comment 3•7 years ago
|
||
That should work.
| Assignee | ||
Comment 4•7 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/1082e4e90b14
Attachment #8480483 -
Attachment is obsolete: true
Comment 5•7 years ago
|
||
Sigh. Why did we not wait for the discussion on tb-planning to at least get somewhere?
Comment 6•7 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/1082e4e90b14
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
| Assignee | ||
Comment 7•7 years ago
|
||
Because we're close to an uplift and the fix in this case was trivial.
Comment 8•7 years ago
|
||
See bug 1060051 "Resolve obstacles that require Conversations to wrap nsIEditor"
Comment 9•7 years ago
|
||
FYI: Now, we can make nsIEditor builtinclass again because of bug 1069518.
You need to log in
before you can comment on or make changes to this bug.
Description
•