Bug 147757

Summary: Move concrete KeyedDecoder/Encoder implementations to WebCore
Product: WebKit Reporter: Brady Eidson <beidson>
Component: WebCore Misc.Assignee: Brady Eidson <beidson>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch v1 - EWS to tell me what platforms break.
none
Patch v2 for EWS
none
Patch v3 - For review/landing
none
Patch v4 - For review and landing aestes: review+

Description Brady Eidson 2015-08-06 17:03:42 PDT
Move concrete KeyedDecoder/Encoder implementations to WebCore

They'll be needed there for some feature work I'm doing, and there's no particular benefit to having them in WK2
Comment 1 Brady Eidson 2015-08-06 21:53:00 PDT
Created attachment 258453 [details]
Patch v1 - EWS to tell me what platforms break.
Comment 2 WebKit Commit Bot 2015-08-06 21:54:12 PDT
Attachment 258453 [details] did not pass style-queue:


ERROR: Source/WebCore/platform/glib/KeyedDecoderGlib.h:26:  #ifndef header guard has wrong style, please use: KeyedDecoderGlib_h  [build/header_guard] [5]
ERROR: Source/WebCore/platform/cf/KeyedDecoderCF.h:26:  #ifndef header guard has wrong style, please use: KeyedDecoderCF_h  [build/header_guard] [5]
ERROR: Source/WebCore/platform/cf/KeyedEncoderCF.h:26:  #ifndef header guard has wrong style, please use: KeyedEncoderCF_h  [build/header_guard] [5]
ERROR: Source/WebCore/platform/glib/KeyedEncoderGlib.h:26:  #ifndef header guard has wrong style, please use: KeyedEncoderGlib_h  [build/header_guard] [5]
Total errors found: 4 in 11 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Brady Eidson 2015-08-06 21:57:35 PDT
(In reply to comment #2)
> Attachment 258453 [details] did not pass style-queue:
> 
> 
> ERROR: Source/WebCore/platform/glib/KeyedDecoderGlib.h:26:  #ifndef header
> guard has wrong style, please use: KeyedDecoderGlib_h  [build/header_guard]
> [5]
> ERROR: Source/WebCore/platform/cf/KeyedDecoderCF.h:26:  #ifndef header guard
> has wrong style, please use: KeyedDecoderCF_h  [build/header_guard] [5]
> ERROR: Source/WebCore/platform/cf/KeyedEncoderCF.h:26:  #ifndef header guard
> has wrong style, please use: KeyedEncoderCF_h  [build/header_guard] [5]
> ERROR: Source/WebCore/platform/glib/KeyedEncoderGlib.h:26:  #ifndef header
> guard has wrong style, please use: KeyedEncoderGlib_h  [build/header_guard]
> [5]
> Total errors found: 4 in 11 files
> 
> 
> If any of these errors are false positives, please file a bug against
> check-webkit-style.

Indeed. Fixed locally.
Comment 4 Brady Eidson 2015-08-06 22:29:33 PDT
Created attachment 258455 [details]
Patch v2 for EWS
Comment 5 WebKit Commit Bot 2015-08-06 22:32:07 PDT
Attachment 258455 [details] did not pass style-queue:


ERROR: Source/WebCore/PlatformGTK.cmake:70:  No trailing spaces  [whitespace/trailing] [5]
ERROR: Source/WebCore/PlatformEfl.cmake:111:  No trailing spaces  [whitespace/trailing] [5]
Total errors found: 2 in 13 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 6 Brady Eidson 2015-08-06 22:35:42 PDT
(In reply to comment #5)
> Attachment 258455 [details] did not pass style-queue:
> 
> 
> ERROR: Source/WebCore/PlatformGTK.cmake:70:  No trailing spaces 
> [whitespace/trailing] [5]
> ERROR: Source/WebCore/PlatformEfl.cmake:111:  No trailing spaces 
> [whitespace/trailing] [5]
> Total errors found: 2 in 13 files
> 
> 
> If any of these errors are false positives, please file a bug against
> check-webkit-style.

Will fix with a final patch
Comment 7 Brady Eidson 2015-08-07 08:26:16 PDT
Created attachment 258503 [details]
Patch v3 - For review/landing
Comment 8 WebKit Commit Bot 2015-08-07 08:29:13 PDT
Attachment 258503 [details] did not pass style-queue:


ERROR: Source/WebCore/PlatformGTK.cmake:70:  No trailing spaces  [whitespace/trailing] [5]
ERROR: Source/WebCore/PlatformEfl.cmake:111:  No trailing spaces  [whitespace/trailing] [5]
Total errors found: 2 in 15 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 9 Brady Eidson 2015-08-07 08:31:53 PDT
Created attachment 258504 [details]
Patch v4 - For review and landing
Comment 10 Andy Estes 2015-08-07 08:43:08 PDT
Comment on attachment 258504 [details]
Patch v4 - For review and landing

rs=me
Comment 11 Brady Eidson 2015-08-07 09:05:21 PDT
https://trac.webkit.org/changeset/188126