Closed
Bug 1410288
Opened 8 years ago
Closed 8 years ago
Change nsIPrintProgressParams' attributes from wstring to AString
Categories
(Toolkit :: Printing, enhancement)
Toolkit
Printing
Tracking
()
RESOLVED
FIXED
mozilla58
| Tracking | Status | |
|---|---|---|
| firefox58 | --- | fixed |
People
(Reporter: n.nethercote, Assigned: n.nethercote)
References
Details
Attachments
(1 file)
|
7.60 KB,
patch
|
bobowen
:
review+
|
Details | Diff | Splinter Review |
It makes the C++ code nicer.
| Assignee | ||
Comment 1•8 years ago
|
||
This is similar to bug 1407103, but a smaller change.
Attachment #8920439 -
Flags: review?(bobowencode)
Comment 2•8 years ago
|
||
Comment on attachment 8920439 [details] [diff] [review]
Change nsIPrintProgressParams' attributes from wstring to AString
Review of attachment 8920439 [details] [diff] [review]:
-----------------------------------------------------------------
Only comment is that we appear to have identical implementations for nsPrintProgressParams for unixshared and win.
Attachment #8920439 -
Flags: review?(bobowencode) → review+
| Assignee | ||
Comment 3•8 years ago
|
||
> Only comment is that we appear to have identical implementations for
> nsPrintProgressParams for unixshared and win.
Yes. That was pre-existing, and I wasn't sure where to put a shared implementation, so I left that unfixed for now :/
| Assignee | ||
Comment 4•8 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/7e391c3586f9a6b2e5496915c0c1357eb93e30ad
Bug 1410288 - Change nsIPrintProgressParams' attributes from wstring to AString. r=bobowen.
Comment 5•8 years ago
|
||
(In reply to Nicholas Nethercote [:njn] from comment #3)
> > Only comment is that we appear to have identical implementations for
> > nsPrintProgressParams for unixshared and win.
>
> Yes. That was pre-existing, and I wasn't sure where to put a shared
> implementation, so I left that unfixed for now :/
I almost didn't mention it for exactly the same reasons. :-)
Comment 6•8 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox58:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
You need to log in
before you can comment on or make changes to this bug.
Description
•