Bug 131857

Summary: [Media] Clean up localized strings in controls
Product: WebKit Reporter: Dean Jackson <dino>
Component: MediaAssignee: Dean Jackson <dino>
Status: RESOLVED FIXED    
Severity: Normal CC: calvaris, commit-queue, eric.carlson, esprehn+autocc, glenn, jer.noble, kondapallykalyan, philipj, sergio, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch eric.carlson: review+

Description Dean Jackson 2014-04-18 14:12:04 PDT
There are a few things we can clean up in string localization.

- We don't really need a function to return a static table
- We don't need different tables for OS X and iOS
- We should have the ability to do template replacement while getting the string
Comment 1 Radar WebKit Bug Importer 2014-04-18 14:15:45 PDT
<rdar://problem/16663005>
Comment 2 Dean Jackson 2014-04-18 14:21:25 PDT
Created attachment 229675 [details]
Patch
Comment 3 Dean Jackson 2014-04-21 11:07:00 PDT
Committed r167596: <http://trac.webkit.org/changeset/167596>