RESOLVED FIXED 193943
Rename ChildProcess to AuxiliaryProcess
https://bugs.webkit.org/show_bug.cgi?id=193943
Summary Rename ChildProcess to AuxiliaryProcess
Alex Christensen
Reported 2019-01-28 17:34:32 PST
Rename ChildProcess to AuxiliaryProcess
Attachments
Patch (308.64 KB, patch)
2019-01-28 17:36 PST, Alex Christensen
aestes: review+
Alex Christensen
Comment 1 2019-01-28 17:36:32 PST
EWS Watchlist
Comment 2 2019-01-28 17:39:55 PST
Attachment 360408 [details] did not pass style-queue: ERROR: Source/WebKit/Shared/mac/AuxiliaryProcessMac.mm:63: Misplaced OS version check. Please use a named macro in wtf/Platform.h, wtf/FeatureDefines.h, or an appropriate internal file. [build/version_check] [5] ERROR: Source/WebKit/Shared/mac/AuxiliaryProcessMac.mm:75: Extra space after ( [whitespace/parens] [2] ERROR: Source/WebKit/Shared/mac/AuxiliaryProcessMac.mm:75: Extra space before ) [whitespace/parens] [2] ERROR: Source/WebKit/WebProcess/wpe/WebProcessMainWPE.cpp:30: Alphabetical sorting problem. [build/include_order] [4] ERROR: Source/WebKit/WebProcess/gtk/WebProcessMainGtk.cpp:30: Alphabetical sorting problem. [build/include_order] [4] Total errors found: 5 in 68 files If any of these errors are false positives, please file a bug against check-webkit-style.
Andy Estes
Comment 3 2019-01-29 12:52:43 PST
Comment on attachment 360408 [details] Patch rs=me
Alex Christensen
Comment 4 2019-01-29 14:13:06 PST
Radar WebKit Bug Importer
Comment 5 2019-01-29 14:14:28 PST
Geoffrey Garen
Comment 6 2019-01-29 15:10:23 PST
LOL, did you remove all use of ChildProcess? I thought only NetworkProcess wanted this distinction?
Chris Dumez
Comment 7 2019-01-29 15:14:31 PST
(In reply to Geoffrey Garen from comment #6) > LOL, did you remove all use of ChildProcess? I thought only NetworkProcess > wanted this distinction? This was my understanding as well. This is a lot of code churn just for one of the child processes.
Note You need to log in before you can comment on or make changes to this bug.