Closed
Bug 1557506
Opened 2 years ago
Closed 2 years ago
Remove [array] use in xpidl from chat/
Categories
(Chat Core :: General, task)
Chat Core
General
Tracking
(Not tracked)
RESOLVED
FIXED
Instantbird 71
People
(Reporter: mkmelin, Assigned: clokep)
References
Details
Attachments
(1 file)
36.11 KB,
patch
|
mkmelin
:
review+
|
Details | Diff | Splinter Review |
Per bug 1551704, replace usage of [array] from chat/
These:
- https://searchfox.org/comm-central/search?q=retval%2C+array%2C+size_is&case=false®exp=false&path=chat
- https://searchfox.org/comm-central/search?q=array%2C+size_is(aCount)%2C+retval&case=false®exp=false&path=chat
- https://searchfox.org/comm-central/search?q=%5Barray%2C+size_is(aCount)%5D&case=false®exp=false&path=chat
Might be best with one patch per interface.
Updated•2 years ago
|
Summary: emove [array] use in xpidl from chat/ → Remove [array] use in xpidl from chat/
Assignee | ||
Comment 1•2 years ago
|
||
I believe this makes all the required changes. I tested this with the following:
- Create an IRC account on moznet.
- Join a channel (and also join that channel from another client).
- Type "/<tab><tab>" should show a list of commands that are accessible.
- Type "/list<enter>" and you should have another conversation open with a list of all channels.
- Hover over a participants name in the conversation UI and more information should pop up.
- Restart your Thunderbird.
- Rejoin the same channel.
- Ensure you can view the historical conversation from the logs.
- In the account list, right click on one and click "Copy Debug Log".
- Paste this somewhere and ensure there's content.
- Add someone to your contact list and ensure status, etc. is working properly for them.
- Double click on the person in your contact list and a conversation should open.
- Type a message that's too long for a single IRC message (you'll see the counter appear in the bottom right when you get close).
- Send the message and ensure both clients see the same content (and that it is properly broken up).
Assignee: nobody → clokep
Status: NEW → ASSIGNED
Attachment #9092699 -
Flags: review?(mkmelin+mozilla)
Reporter | ||
Comment 2•2 years ago
|
||
Comment on attachment 9092699 [details] [diff] [review] Patch v1 Review of attachment 9092699 [details] [diff] [review]: ----------------------------------------------------------------- LGTM, this is pretty nice cleanup! r=mkmelin ::: chat/components/public/imIConversationsService.idl @@ +93,5 @@ > [scriptable, uuid(3f88cc5c-6940-4eb5-a576-c65770f49ce9)] > interface imIMessage: prplIMessage { > + attribute boolean cancelled; > + // Holds the sender color for Chats. > + // Empty string by default, it is set by the conversation binding. For these, please update to jsdoc style documentation comments. /** */
Attachment #9092699 -
Flags: review?(mkmelin+mozilla) → review+
Assignee | ||
Comment 3•2 years ago
|
||
(In reply to Magnus Melin [:mkmelin] from comment #2)
For these, please update to jsdoc style documentation comments. /** */
Filed bug 1581202 as a follow-up to do this.
Pushed by clokep@gmail.com:
https://hg.mozilla.org/comm-central/rev/a3a6442dde2f
Remove [array] use in xpidl from chat/. r=mkmelin
Assignee | ||
Updated•2 years ago
|
Target Milestone: --- → Instantbird 71
You need to log in
before you can comment on or make changes to this bug.
Description
•