-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate SbStringFormat functions #1999
Conversation
Datadog ReportBranch report: ❄️ New Flaky Tests (2)
|
Are you waiting for a review from me? Once you are, please remove WIP from the title of the PR |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1999 +/- ##
==========================================
+ Coverage 58.65% 58.66% +0.01%
==========================================
Files 1906 1902 -4
Lines 94063 94044 -19
==========================================
+ Hits 55173 55174 +1
+ Misses 38890 38870 -20 ☔ View full report in Codecov by Sentry. |
I recommend converting this to draft for now, until majority builds pass. |
44cc6fc
to
cd172f2
Compare
Apologize for adding you in a bit too soon. I actually did not know how it happened. |
29261d6
to
be7c320
Compare
609f850
to
044fa2e
Compare
Replace SbStringFormat*() calls with POSIX vsnprintf(). SbStringFormat -> vsnprintf SbStringFormatF -> snprintf SbStringFormatWide -> vswprintf SbStringFormatUnsafeF -> sprintf Backward compatibility is protected by "SB_API_VERSION < 16". Add vfwprintf to c99 allowed list. Tested on Linux, Android, Evergreen(14,15,16), Win32 b/307941391 Change-Id: I437ff3d7bf735b46767867ea844aeffb28e58b4d
29fad93
to
2cce32c
Compare
Datadog ReportBranch report: ✅ |
36337c5
to
79029cf
Compare
79029cf
to
f79fdb9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please make sure to test internally as well
27d9298
to
2ad46d5
Compare
2ad46d5
to
f752e10
Compare
Datadog ReportBranch report: ✅ |
0c36f2f
to
5a40115
Compare
460d537
to
40a85a4
Compare
fd9a4a7
to
58bec69
Compare
Change-Id: I3c46ae6ee86bd60433ea15864bf799aa35205a63
cacb823
to
bc03f9f
Compare
Reverts #1999 as it broke XB1 and PS5 b/316211534
Replace SbStringFormat*() calls with POSIX vsnprintf(). SbStringFormat -> vsnprintf SbStringFormatF -> snprintf SbStringFormatWide -> vswprintf SbStringFormatUnsafeF -> sprintf Backward compatibility is protected by "SB_API_VERSION < 16". Tested on Linux, Android, Evergreen(14,15,16), and Win32. b/307941391 Change-Id: I437ff3d7bf735b46767867ea844aeffb28e58b4d
Reverts youtube#1999 as it broke XB1 and PS5 b/316211534
Roll src/internal in M126 from 13a6bad1a34c to 52a6f9851523 Commits rolled: https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/13a6bad1a34c..52a6f9851523 Generated by: http://go/bbid/8731430505343673841 Change-Id: I9f0764cf77b1b95593b2dabfbcb81d776e5625d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6015060 Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/6478@{#1999} Cr-Branched-From: e6143acc03189c5e52959545b110d6d17ecd5286-refs/heads/main@{#1300313}
Replace SbStringFormat*() calls with POSIX vsnprintf().
SbStringFormat -> vsnprintf
SbStringFormatF -> snprintf
SbStringFormatWide -> vswprintf
SbStringFormatUnsafeF -> sprintf
Backward compatibility is protected by "SB_API_VERSION < 16".
Tested on Linux, Android, Evergreen(14,15,16), and Win32.
b/307941391
Change-Id: I437ff3d7bf735b46767867ea844aeffb28e58b4d