Bug 215400
| Summary: | Web Inspector: remove error-prone WI.UIString variant that takes two arguments | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Blaze Burg <bburg> |
| Component: | Web Inspector | Assignee: | Patrick Angle <pangle> |
| Status: | NEW | ||
| Severity: | Normal | CC: | inspector-bugzilla-changes, nvasilyev, pangle, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Local Build | ||
| Hardware: | All | ||
| OS: | All | ||
Blaze Burg
.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Nikita Vasilyev
Note that `(string, comment)` combo is pretty common. I got 34 matches when I searched using `WI.UIString\("[^"]+", "[^"]+"\)` regex. You'd need to add 34 keys for those strings.
Radar WebKit Bug Importer
<rdar://problem/67359636>
Patrick Angle
For reference, the two argument variant for WI.UIString(...) was introduced in r245827.