Bug 141101

Summary: Merge SimpleFontDataIOS.mm and SimpleFontDataMac.mm into FontCocoa.mm
Product: WebKit Reporter: Sam Weinig <sam>
Component: New BugsAssignee: Sam Weinig <sam>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, mmaxfield
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch
none
Patch
none
Patch mitz: review+

Description Sam Weinig 2015-01-30 15:44:43 PST
Merge SimpleFontDataIOS.mm and SimpleFontDataMac.mm into FontCocoa.mm
Comment 1 Sam Weinig 2015-01-30 15:53:16 PST
Created attachment 245750 [details]
Patch
Comment 2 WebKit Commit Bot 2015-01-30 15:56:05 PST
Attachment 245750 [details] did not pass style-queue:


ERROR: Source/WebCore/platform/graphics/cocoa/FontCocoa.mm:136:  Should have only a single space after a punctuation in a comment.  [whitespace/comments] [5]
ERROR: Source/WebCore/platform/graphics/cocoa/FontCocoa.mm:296:  Missing spaces around /  [whitespace/operators] [3]
ERROR: Source/WebCore/platform/graphics/cocoa/FontCocoa.mm:396:  Boolean expressions that span multiple lines should have their operators on the left side of the line instead of the right side.  [whitespace/operators] [4]
ERROR: Source/WebCore/platform/graphics/cocoa/FontCocoa.mm:397:  Boolean expressions that span multiple lines should have their operators on the left side of the line instead of the right side.  [whitespace/operators] [4]
ERROR: Source/WebCore/platform/graphics/cocoa/FontCocoa.mm:397:  Weird number of spaces at line-start.  Are you using a 4-space indent?  [whitespace/indent] [3]
ERROR: Source/WebCore/platform/graphics/cocoa/FontCocoa.mm:398:  Boolean expressions that span multiple lines should have their operators on the left side of the line instead of the right side.  [whitespace/operators] [4]
ERROR: Source/WebCore/platform/graphics/cocoa/FontCocoa.mm:398:  Weird number of spaces at line-start.  Are you using a 4-space indent?  [whitespace/indent] [3]
ERROR: Source/WebCore/platform/graphics/cocoa/FontCocoa.mm:399:  Weird number of spaces at line-start.  Are you using a 4-space indent?  [whitespace/indent] [3]
Total errors found: 8 in 3 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Sam Weinig 2015-01-30 16:20:38 PST
Created attachment 245753 [details]
Patch
Comment 4 Sam Weinig 2015-01-30 16:44:45 PST
Created attachment 245758 [details]
Patch
Comment 5 WebKit Commit Bot 2015-01-30 16:46:16 PST
Attachment 245758 [details] did not pass style-queue:


ERROR: Source/WebCore/platform/graphics/cocoa/FontCocoa.mm:128:  Should have only a single space after a punctuation in a comment.  [whitespace/comments] [5]
ERROR: Source/WebCore/platform/graphics/cocoa/FontCocoa.mm:287:  Missing spaces around /  [whitespace/operators] [3]
Total errors found: 2 in 3 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 6 Sam Weinig 2015-01-30 16:57:49 PST
Created attachment 245762 [details]
Patch
Comment 7 WebKit Commit Bot 2015-01-30 17:00:22 PST
Attachment 245762 [details] did not pass style-queue:


ERROR: Source/WebCore/platform/graphics/cocoa/FontCocoa.mm:128:  Should have only a single space after a punctuation in a comment.  [whitespace/comments] [5]
ERROR: Source/WebCore/platform/graphics/cocoa/FontCocoa.mm:287:  Missing spaces around /  [whitespace/operators] [3]
Total errors found: 2 in 3 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 8 mitz 2015-01-31 12:41:57 PST
Comment on attachment 245762 [details]
Patch

rs=me
Comment 9 Sam Weinig 2015-01-31 12:42:52 PST
Committed r179445: <http://trac.webkit.org/changeset/179445>