fixing ToNewCString (and ToNewUnicode as well) xpcom/string/nsReadableUtils.cpp
Categories
(Core :: XPCOM, enhancement)
Tracking
()
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: smurfd, Assigned: smurfd, Mentored)
References
Details
Attachments
(1 file, 3 obsolete files)
Comment 1•6 years ago
|
||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
Comment 4•6 years ago
|
||
Assignee | ||
Comment 5•6 years ago
|
||
Comment 7•6 years ago
|
||
Assignee | ||
Comment 8•6 years ago
|
||
Assignee | ||
Comment 9•6 years ago
|
||
Cool, seem to have been able to do something with Phabricator :)
So please let me know how that looks, if i missed something about that part...
Also, i was able to, after applying this patch run the
$ ./mach gtest String*
with all passes.
Assignee | ||
Comment 10•6 years ago
|
||
hmm seem to have mixed together 2 patches somehow.
Great :(
Assignee | ||
Comment 11•6 years ago
|
||
Sorry anout this, let me look at it and add a correct patch
Assignee | ||
Comment 12•6 years ago
|
||
Assignee | ||
Comment 13•6 years ago
|
||
Now this time it worked out as i had planed :)
(arc diff --preview) is a good command, lets you see what you are about to put up.
Assignee | ||
Comment 14•6 years ago
|
||
I see reviewbot mentions 18 issues with the code (format issues).
i have run './mach clang-format' locally so i can easily 'arc diff' with these fixes.
I figure there might be some thoughts about the code, so the clang-format fixes will follow next patch :)
(hope that it is okay?)
Assignee | ||
Comment 15•6 years ago
|
||
Sorry for spamming, forgot to Need info. Was unsure whether or not to need info since you where tagged as a reviewer in Phabricator, Nathan.
Comment 16•6 years ago
|
||
(In reply to Nicklas Boman [:smurfd] from comment #15)
Sorry for spamming, forgot to Need info. Was unsure whether or not to need info since you where tagged as a reviewer in Phabricator, Nathan.
Generally flagging someone for review in Phabricator is fine. I'm planning on doing your review this afternoon.
(In reply to Nicklas Boman [:smurfd] from comment #14)
I figure there might be some thoughts about the code, so the clang-format fixes will follow next patch :)
(hope that it is okay?)
That's fine!
Assignee | ||
Comment 17•6 years ago
|
||
Adding a fallible variant of ToNewCString, ToNewUnicode and UTF8ToNewUnicode
Assignee | ||
Comment 18•6 years ago
|
||
Adding a fallible variant of ToNewCString, ToNewUnicode and UTF8ToNewUnicode
Assignee | ||
Comment 19•6 years ago
|
||
With some luck its okay now.
Sometimes you do things like the big F in "A Fallible..." without thinking. Atleast i did it the same way all the time ;)
Will ask in #phabricator if there is some way to "amend" the Phabricator revision, especially when you have accepted it...
thanks for reviewing :)
Assignee | ||
Comment 20•6 years ago
|
||
Hi, ill need info you this, so it doesnt fall between the chairs.
afaik you where about to push it to try... and no rush!
Assignee | ||
Comment 21•5 years ago
|
||
Noticed today that this was waiting for me :( ... will look at it asap.
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Comment 22•5 years ago
|
||
Comment 23•5 years ago
|
||
bugherder |
Assignee | ||
Updated•5 years ago
|
Description
•