Closed
Bug 777925
Opened 13 years ago
Closed 13 years ago
Remove HTML editor logging support
Categories
(Core :: DOM: Editor, defect)
Tracking
()
RESOLVED
FIXED
mozilla18
People
(Reporter: ehsan.akhgari, Assigned: avp)
Details
(Whiteboard: [mentor=ehsan][lang=c++])
Attachments
(1 file, 1 obsolete file)
|
35.57 KB,
patch
|
ehsan.akhgari
:
review+
|
Details | Diff | Splinter Review |
We should remove nsHTMLEditorLog and all of the ENABLE_EDITOR_API_LOG cruft. I have never used it and I don't know if anyone else has, and I don't think it's particularly useful at all (or if it works at all!).
Gregory, you'll find this interesting since this will simplify the editor makefiles a bit!
| Reporter | ||
Updated•13 years ago
|
Whiteboard: [mentor=ehsan][lang=c++]
| Assignee | ||
Comment 1•13 years ago
|
||
Hi Ehsan,
I am interested in working on this bug. Could you please guide me on getting started on this bug.....
Thanks.
| Reporter | ||
Comment 2•13 years ago
|
||
Sure. Here's a rough guide:
1. Remove editor/idl/nsIEditorLogging.idl (and the corresponding lines in the makefile).
2. Remove editor/libeditor/html/nsHTMLEditorLog.{h,cpp} (and the corresponding lines in the makefile).
3. Rebuild Firefox to see if the build finishes successfully. I believe that the above two steps are enough though.
Thanks!
| Assignee | ||
Comment 3•13 years ago
|
||
I rebuilt firefox after making the changes and build finished successfully.
Attachment #657684 -
Flags: feedback?(ehsan)
| Reporter | ||
Comment 4•13 years ago
|
||
Comment on attachment 657684 [details] [diff] [review]
Removed HTML Editor Logging Support
Review of attachment 657684 [details] [diff] [review]:
-----------------------------------------------------------------
This looks good! Thanks for your patch. Please attach a new version of the patch which addresses the below nit, and then the patch will be ready to land! :-)
::: editor/libeditor/html/Makefile.in
@@ +41,4 @@
> $(NULL)
>
> ifdef ENABLE_EDITOR_API_LOG
> +CPPSRCS += nsEditorTxnLog.cpp \
Can you please remove the trailing whitespace on this line?
Attachment #657684 -
Flags: feedback?(ehsan) → review+
| Reporter | ||
Updated•13 years ago
|
Assignee: nobody → abhishekp.bugzilla
| Assignee | ||
Comment 5•13 years ago
|
||
Attachment #657684 -
Attachment is obsolete: true
Attachment #658114 -
Flags: review?(ehsan)
| Reporter | ||
Comment 6•13 years ago
|
||
Comment on attachment 658114 [details] [diff] [review]
Removed HTML Editor Logging Support
Review of attachment 658114 [details] [diff] [review]:
-----------------------------------------------------------------
Looks great, thanks!
Attachment #658114 -
Flags: review?(ehsan) → review+
| Reporter | ||
Comment 7•13 years ago
|
||
Target Milestone: --- → mozilla18
Comment 8•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•