Closed
Bug 62039
Opened 25 years ago
Closed 25 years ago
nsEditorShell::GetBundleString() should take const PRUnichar*
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
VERIFIED
FIXED
mozilla0.9
People
(Reporter: sfraser_bugs, Assigned: sfraser_bugs)
Details
Attachments
(3 files)
|
8.11 KB,
patch
|
Details | Diff | Splinter Review | |
|
8.11 KB,
patch
|
Details | Diff | Splinter Review | |
|
8.04 KB,
patch
|
Details | Diff | Splinter Review |
We need to change GetBundleString() to take a const PRUnichar*, so that we can
use NS_LITERAL_STRING at the call sites. This is pre-refactor cleanup.
| Assignee | ||
Comment 1•25 years ago
|
||
Mine. patches coming up.
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9
| Assignee | ||
Comment 2•25 years ago
|
||
| Assignee | ||
Comment 3•25 years ago
|
||
| Assignee | ||
Comment 4•25 years ago
|
||
| Assignee | ||
Comment 5•25 years ago
|
||
I changed GetString() to directly return the error from the string bundle code,
which seems like the right thing to do here.
Comment 6•25 years ago
|
||
r=cmanske
| Assignee | ||
Comment 8•25 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 10•25 years ago
|
||
verified
| Assignee | ||
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
| Assignee | ||
Comment 11•25 years ago
|
||
verified
You need to log in
before you can comment on or make changes to this bug.
Description
•