Bug 168326 - Move methods from WebCoreThread.h to WebCoreThreadInternal.h
Summary: Move methods from WebCoreThread.h to WebCoreThreadInternal.h
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Aakash Jain
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-14 11:46 PST by Aakash Jain
Modified: 2017-02-14 21:21 PST (History)
5 users (show)

See Also:


Attachments
Proposed patch (6.67 KB, patch)
2017-02-14 15:23 PST, Aakash Jain
no flags Details | Formatted Diff | Diff
Updated patch (6.70 KB, patch)
2017-02-14 15:40 PST, Aakash Jain
no flags Details | Formatted Diff | Diff
Updated patch (6.40 KB, patch)
2017-02-14 15:49 PST, Aakash Jain
no flags Details | Formatted Diff | Diff
Updated patch (6.72 KB, patch)
2017-02-14 16:26 PST, Aakash Jain
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Aakash Jain 2017-02-14 11:46:55 PST
WebCoreThread.h is a Private header and all the methods in it are exposed to WebCore/WebKit clients. The methods which are not expected to be used by the clients should be moved to WebCoreThreadInternal.h
Comment 1 Aakash Jain 2017-02-14 15:23:24 PST
Created attachment 301557 [details]
Proposed patch
Comment 2 Aakash Jain 2017-02-14 15:40:26 PST
Created attachment 301559 [details]
Updated patch
Comment 3 Aakash Jain 2017-02-14 15:49:01 PST
Created attachment 301560 [details]
Updated patch
Comment 4 Aakash Jain 2017-02-14 16:26:03 PST
Created attachment 301563 [details]
Updated patch
Comment 5 WebKit Commit Bot 2017-02-14 21:21:36 PST
Comment on attachment 301563 [details]
Updated patch

Clearing flags on attachment: 301563

Committed r212343: <http://trac.webkit.org/changeset/212343>
Comment 6 WebKit Commit Bot 2017-02-14 21:21:42 PST
All reviewed patches have been landed.  Closing bug.