Bug 92539

Summary: Replace UnicodeWinCE with UnicodeWchar
Product: WebKit Reporter: Patrick R. Gansterer <paroga>
Component: Web Template FrameworkAssignee: Patrick R. Gansterer <paroga>
Status: RESOLVED FIXED    
Severity: Normal CC: dglazkov, gyuyoung.kim, mifenton, rakuco, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 47977    
Bug Blocks: 108094    
Attachments:
Description Flags
Patch
none
Patch
none
Patch
webkit.review.bot: commit-queue-
Patch rniwa: review+

Description Patrick R. Gansterer 2012-07-27 12:53:17 PDT
Replace UnicodeWinCE with UnicodeWchar
Comment 1 Patrick R. Gansterer 2012-07-27 13:04:12 PDT
Created attachment 155032 [details]
Patch
Comment 2 WebKit Review Bot 2012-07-27 13:13:04 PDT
Attachment 155032 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'ChangeLog', u'Source/WTF/ChangeLog', u'Sou..." exit_code: 1
Source/WTF/wtf/unicode/wchar/UnicodeWchar.cpp:25:  Found header this file implements before WebCore config.h. Should be: config.h, primary header, blank line, and then alphabetically sorted.  [build/include_order] [4]
Total errors found: 1 in 14 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Patrick R. Gansterer 2012-07-27 13:18:24 PDT
Created attachment 155037 [details]
Patch
Comment 4 Patrick R. Gansterer 2012-07-27 13:44:28 PDT
Created attachment 155040 [details]
Patch
Comment 5 WebKit Review Bot 2012-07-27 15:19:22 PDT
Comment on attachment 155040 [details]
Patch

Attachment 155040 [details] did not pass chromium-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/13377642
Comment 6 Patrick R. Gansterer 2012-07-27 15:26:53 PDT
Created attachment 155066 [details]
Patch
Comment 7 Ryosuke Niwa 2012-07-27 15:34:42 PDT
Comment on attachment 155066 [details]
Patch

rs=me.
Comment 8 Patrick R. Gansterer 2012-07-30 03:30:08 PDT
Committed r124010: <http://trac.webkit.org/changeset/124010>