Bug 147757 - Move concrete KeyedDecoder/Encoder implementations to WebCore
Summary: Move concrete KeyedDecoder/Encoder implementations to WebCore
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brady Eidson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-06 17:03 PDT by Brady Eidson
Modified: 2015-08-07 09:05 PDT (History)
1 user (show)

See Also:


Attachments
Patch v1 - EWS to tell me what platforms break. (87.34 KB, patch)
2015-08-06 21:53 PDT, Brady Eidson
no flags Details | Formatted Diff | Diff
Patch v2 for EWS (89.41 KB, patch)
2015-08-06 22:29 PDT, Brady Eidson
no flags Details | Formatted Diff | Diff
Patch v3 - For review/landing (95.48 KB, patch)
2015-08-07 08:26 PDT, Brady Eidson
no flags Details | Formatted Diff | Diff
Patch v4 - For review and landing (95.47 KB, patch)
2015-08-07 08:31 PDT, Brady Eidson
aestes: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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