Bug 12174 - improve Unicode use (less WTF::Unicode:: prefix, centralized character names)
Summary: improve Unicode use (less WTF::Unicode:: prefix, centralized character names)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P4 Enhancement
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-08 18:07 PST by Darin Adler
Modified: 2007-01-09 07:11 PST (History)
0 users

See Also:


Attachments
patch; adds CharacterNames.h header and uses using namespace (111.56 KB, patch)
2007-01-08 18:08 PST, Darin Adler
mjs: review+
Details | Formatted Diff | Diff
complete patch (last version omitted the new source file) (113.89 KB, patch)
2007-01-08 18:12 PST, Darin Adler
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2007-01-08 18:07:36 PST
We don't need to say WTF::Unicode:: every time we use a Unicode feature.
Comment 1 Darin Adler 2007-01-08 18:08:40 PST
Created attachment 12321 [details]
patch; adds CharacterNames.h header and uses using namespace
Comment 2 Darin Adler 2007-01-08 18:12:23 PST
Created attachment 12322 [details]
complete patch (last version omitted the new source file)
Comment 3 Maciej Stachowiak 2007-01-09 06:54:33 PST
Comment on attachment 12321 [details]
patch; adds CharacterNames.h header and uses using namespace

r=me
Comment 4 Maciej Stachowiak 2007-01-09 06:55:03 PST
Comment on attachment 12322 [details]
complete patch (last version omitted the new source file)

r=me
Comment 5 Darin Adler 2007-01-09 07:11:31 PST
Committed revision 18712.