Closed
Bug 811679
Opened 13 years ago
Closed 13 years ago
Add nsIEditorObserver back
Categories
(Core :: DOM: Editor, defect)
Tracking
()
People
(Reporter: smaug, Assigned: glazou)
References
Details
Attachments
(1 file, 1 obsolete file)
|
10.33 KB,
patch
|
ehsan.akhgari
:
review+
|
Details | Diff | Splinter Review |
Bug 785091 removed apparently a useful interface. We should add it back unless
someone has ideas how to achieve the same functionality without the interface.
| Reporter | ||
Comment 1•13 years ago
|
||
If we do this, the fix needs to land within next 5 days I think.
Daniel, any chance you could help here. Shouldn't take too much time to prepare the
back out patch.
| Assignee | ||
Comment 2•13 years ago
|
||
This should do it.
| Assignee | ||
Comment 3•13 years ago
|
||
Comment on attachment 681459 [details] [diff] [review]
fix #1
wait, this fix is wrong, a closing bracket is missing in nsEditor.cpp; respinning
Attachment #681459 -
Attachment is obsolete: true
| Assignee | ||
Comment 4•13 years ago
|
||
backout fix ready for review
| Reporter | ||
Comment 5•13 years ago
|
||
| Reporter | ||
Comment 6•13 years ago
|
||
glazou, ask review from ehsan, please.
| Assignee | ||
Comment 7•13 years ago
|
||
closing as WONTFIX after irc discussion with ehsan.
New bug 811792 filed for another solution.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
Comment 8•13 years ago
|
||
Bug 811792 is not gonna ba worth it, let's do this instead.
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
Comment 9•13 years ago
|
||
Comment on attachment 681486 [details] [diff] [review]
fix #2
Review of attachment 681486 [details] [diff] [review]:
-----------------------------------------------------------------
::: editor/idl/nsIEditor.idl
@@ +20,5 @@
> interface nsIEditActionListener;
> interface nsIInlineSpellChecker;
> interface nsITransferable;
>
> +[scriptable, uuid(7ad59e28-f3d5-4e14-8ea3-794ad4a86de3)]
Technically we should use new uuids. I'll fix that myself though.
Attachment #681486 -
Flags: review+
Comment 10•13 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/97ca0c0f9aa0
Daniel, please let us know if you need this backported to Aurora or not.
Assignee: nobody → daniel
Comment 11•13 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla19
| Assignee | ||
Comment 12•13 years ago
|
||
(In reply to Ehsan Akhgari [:ehsan] from comment #10)
> https://hg.mozilla.org/integration/mozilla-inbound/rev/97ca0c0f9aa0
>
> Daniel, please let us know if you need this backported to Aurora or not.
No, I don't. Thanks a lot!
Comment 13•13 years ago
|
||
We needs this fix backported to b2g18 for Bug 860546. Daniel, could you help?
Comment 14•13 years ago
|
||
(In reply to Yuan Xulei [:yxl] from comment #13)
> We needs this fix backported to b2g18 for Bug 860546. Daniel, could you help?
I think the patch here should apply cleanly to b2g18. Does it not?
| Assignee | ||
Comment 16•13 years ago
|
||
(In reply to Yuan Xulei [:yxl] from comment #13)
> We needs this fix backported to b2g18 for Bug 860546. Daniel, could you help?
Not right now unfortunately since I'm traveling.
Comment 17•13 years ago
|
||
(In reply to :Ehsan Akhgari (needinfo? me!) from comment #14)
> I think the patch here should apply cleanly to b2g18. Does it not?
Yes, cleanly to b2g18.
Comment 18•13 years ago
|
||
Triage - leo+ based on comment 15 and the other bug is waiting for this one to land.
blocking-b2g: leo? → leo+
Updated•13 years ago
|
Keywords: checkin-needed
Comment 19•13 years ago
|
||
status-b2g18:
--- → fixed
status-b2g18-v1.0.0:
--- → wontfix
status-b2g18-v1.0.1:
--- → wontfix
status-b2g-v1.1hd:
--- → affected
Keywords: checkin-needed
Comment 20•13 years ago
|
||
Updated•13 years ago
|
Flags: in-moztrap-
You need to log in
before you can comment on or make changes to this bug.
Description
•