Bug 42153

Summary: Activate test fonts for layout tests in WebKitTestRunner (on Mac)
Product: WebKit Reporter: Maciej Stachowiak <mjs>
Component: New BugsAssignee: Maciej Stachowiak <mjs>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch zimmermann: review+

Description Maciej Stachowiak 2010-07-13 02:51:42 PDT
Activate test fonts for layout tests in WebKitTestRunner (on Mac)
Comment 1 Maciej Stachowiak 2010-07-13 02:54:05 PDT
Created attachment 61348 [details]
Patch
Comment 2 Nikolas Zimmermann 2010-07-13 02:59:48 PDT
Comment on attachment 61348 [details]
Patch

WebKitTools/WebKitTestRunner/InjectedBundle/mac/ActivateFonts.mm:28
 +  #import <CoreFoundation/CoreFoundation.h>
Can you sort the headers, or did you use this order on purpose?

WebKitTools/WebKitTestRunner/InjectedBundle/win/ActivateFonts.cpp:32
 +      // not implemented
I'd prefer "// FIXME: Not implemented.".

Other than that, looks fine. r=me.
Comment 3 WebKit Review Bot 2010-07-13 03:00:06 PDT
Attachment 61348 [details] did not pass style-queue:

Failed to run "['WebKitTools/Scripts/check-webkit-style']" exit_code: 1
WebKitTools/WebKitTestRunner/InjectedBundle/win/ActivateFonts.cpp:26:  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 6 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Maciej Stachowiak 2010-07-13 03:03:10 PDT
Committed r63187: <http://trac.webkit.org/changeset/63187>