Bug 185012 - Use unified build for StorageProcess
Summary: Use unified build for StorageProcess
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 185010
  Show dependency treegraph
 
Reported: 2018-04-25 16:51 PDT by Michael Catanzaro
Modified: 2018-08-19 18:08 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Catanzaro 2018-04-25 16:51:53 PDT
Use unified build for Platform, PluginProcess, and StorageProcess

These are so small, they can be handled together.
Comment 1 Tim Horton 2018-08-18 21:06:18 PDT
FWIW Platform is unified now for Cocoa ports.
Comment 2 Michael Catanzaro 2018-08-19 18:08:21 PDT
(In reply to Tim Horton from comment #1)
> FWIW Platform is unified now for Cocoa ports.

PluginProcess probably won't be possible until GTK port gets rid of WebKitPluginProcess2 (a secondary plugin process built against GTK+ 2, to ensure Flash isn't loaded into a GTK+ 3 process), since I've failed to figure out how to make it link (honestly not even sure what's wrong) and it's only a small number of files so probably not worth worrying about. (Hopefully we can remove WebKitPluginProcess2 after a couple years, anyway.) So just StorageProcess remains for now.