Closed
Bug 1059705
Opened 10 years ago
Closed 10 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•10 years ago
|
Assignee: nobody → bugs
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8480483 -
Flags: review?(masayuki)
Comment 2•10 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•10 years ago
|
||
That should work.
Assignee | ||
Comment 4•10 years ago
|
||
Attachment #8480483 -
Attachment is obsolete: true
Comment 5•10 years ago
|
||
Sigh. Why did we not wait for the discussion on tb-planning to at least get somewhere?
Comment 6•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
Assignee | ||
Comment 7•10 years ago
|
||
Because we're close to an uplift and the fix in this case was trivial.
Comment 8•10 years ago
|
||
See bug 1060051 "Resolve obstacles that require Conversations to wrap nsIEditor"
Comment 9•10 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
•