Closed
Bug 633066
Opened 14 years ago
Closed 14 years ago
Remove nsICiter and make nsInternetCiter a static class
Categories
(Core :: DOM: Editor, defect)
Tracking
()
RESOLVED
FIXED
mozilla5
People
(Reporter: khuey, Assigned: 46b)
References
(Blocks 1 open bug)
Details
(Whiteboard: [post-2.0])
Attachments
(1 file)
9.67 KB,
patch
|
ehsan.akhgari
:
review+
|
Details | Diff | Splinter Review |
nsICiter is completely internal to one small part of editor/ and can be removed, and then nsInternetCiter can be made a static class because its only member variable is its refcnt.
Updated•14 years ago
|
Assignee: nobody → ehsan
Whiteboard: [post-2.0]
Reporter | ||
Comment 1•14 years ago
|
||
Ehsan, Sebastian is a new contributor working on his second bug. I told him you wouldn't mind if he took this one :-)
Assignee: ehsan → 46b
Comment 2•14 years ago
|
||
(In reply to comment #1)
> Ehsan, Sebastian is a new contributor working on his second bug. I told him
> you wouldn't mind if he took this one :-)
I'd be very glad if he does! :-)
Assignee | ||
Comment 3•14 years ago
|
||
Attachment #523072 -
Flags: review?(ehsan)
Comment 4•14 years ago
|
||
Comment on attachment 523072 [details] [diff] [review]
removed nsICiter and made nsInternetCiter static
This patch looks great, thanks!
I will land it for you on mozilla-central.
Attachment #523072 -
Flags: review?(ehsan) → review+
Comment 5•14 years ago
|
||
Sebastian, here is a tip for you in order to generate better patches for other people to check in: <https://developer.mozilla.org/en/Mercurial_FAQ#How_can_I_generate_a_patch_for_somebody_else_to_check-in_for_me.3f>
You don't need to make any changes to this patch, but you can use those guidelines in the future! Let me know if you need any help. :-)
Reporter | ||
Comment 6•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.2
Assignee | ||
Comment 7•14 years ago
|
||
(In reply to comment #5)
> Sebastian, here is a tip for you in order to generate better patches for other
> people to check in:
> <https://developer.mozilla.org/en/Mercurial_FAQ#How_can_I_generate_a_patch_for_somebody_else_to_check-in_for_me.3f>
>
> You don't need to make any changes to this patch, but you can use those
> guidelines in the future! Let me know if you need any help. :-)
Thank you very much! I have changed everything according to these guidelines and will use it in future submissions =)
You need to log in
before you can comment on or make changes to this bug.
Description
•