Closed
Bug 1489095
Opened 7 years ago
Closed 7 years ago
nsITooltipListener use XPCOM strings
Categories
(Core :: General, enhancement, P5)
Core
General
Tracking
()
RESOLVED
FIXED
mozilla66
| Tracking | Status | |
|---|---|---|
| firefox66 | --- | fixed |
People
(Reporter: hsivonen, Assigned: ryan.k.scherich)
Details
(Keywords: good-first-bug, Whiteboard: [mentor=hsivonen])
Attachments
(1 file)
nsITooltipListener is only used from C++.
While at it, please convert the const char16_t* arguments of OnShowTooltip to const nsAString&.
Comment 1•7 years ago
|
||
I don't think doing this will allow us to remove any XPCOM registrations right? So it's not related to bug 1477576...
| Reporter | ||
Comment 2•7 years ago
|
||
(In reply to :Ehsan Akhgari from comment #1)
> I don't think doing this will allow us to remove any XPCOM registrations
> right? So it's not related to bug 1477576...
Good point. Sorry.
| Reporter | ||
Updated•7 years ago
|
Keywords: good-first-bug
Comment 3•7 years ago
|
||
(Moving to Core -- no front-end or /toolkit code seems to be involved here.)
Product: Toolkit → Core
Comment 4•7 years ago
|
||
(In reply to Henri Sivonen (:hsivonen) from comment #0)
> nsITooltipListener is only used from C++.
>
> While at it, please convert the const char16_t* arguments of OnShowTooltip
> to const nsAString&.
Can you provide a little more context for a first time bugzillian? Thanks!
Also, would you be a good mentor?
Flags: needinfo?(hsivonen)
Priority: -- → P5
| Reporter | ||
Comment 5•7 years ago
|
||
(In reply to Selena Deckelmann :selenamarie :selena use ni? pronoun: she from comment #4)
> > While at it, please convert the const char16_t* arguments of OnShowTooltip
> > to const nsAString&.
>
> Can you provide a little more context for a first time bugzillian? Thanks!
On a closer look, the string part is a good first bug. DeCOMtamination isn't.
The general guidance for the string part is:
"Change wstring to AString in the IDL and then fix the compiler errors."
> Also, would you be a good mentor?
I marked myself as a mentor.
No longer blocks: deCOM
Flags: needinfo?(hsivonen)
Summary: DeCOMtaminate nsITooltipListener → nsITooltipListener use XPCOM strings
Whiteboard: [mentor=hsivonen]
| Assignee | ||
Comment 6•7 years ago
|
||
Can I work on this bug?
| Assignee | ||
Comment 7•7 years ago
|
||
Comment 8•7 years ago
|
||
Looks like this is basically ready to land.
Assignee: nobody → ryan.k.scherich
Keywords: checkin-needed
Pushed by ncsoregi@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/745be69de37d
Change nsITooltipListener to use XPCOM strings. r=hsivonen
Keywords: checkin-needed
Comment 10•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
| Reporter | ||
Comment 11•7 years ago
|
||
Thanks for fixing this!
You need to log in
before you can comment on or make changes to this bug.
Description
•