RESOLVED FIXED 227916
[WK2] Push OS state dumping logic down from WebProcess to AuxiliaryProcess
https://bugs.webkit.org/show_bug.cgi?id=227916
Summary [WK2] Push OS state dumping logic down from WebProcess to AuxiliaryProcess
Wenson Hsieh
Reported 2021-07-13 12:59:39 PDT
...with the intention of using it for `GPUProcess` as well, in a future patch.
Attachments
Patch (12.40 KB, patch)
2021-07-13 13:16 PDT, Wenson Hsieh
no flags
Rename method (12.45 KB, patch)
2021-07-13 18:41 PDT, Wenson Hsieh
ews-feeder: commit-queue-
Wenson Hsieh
Comment 1 2021-07-13 13:16:46 PDT
Tim Horton
Comment 2 2021-07-13 18:24:51 PDT
Comment on attachment 433445 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=433445&action=review > Source/WebKit/WebProcess/WebProcess.h:413 > + RetainPtr<NSDictionary> dictionaryForStateDumper() const final; Can we make it more clear in the name what this is about? Every time I have encountered this function before it was wildly unclear what state was being dumped and why.
Wenson Hsieh
Comment 3 2021-07-13 18:37:35 PDT
Comment on attachment 433445 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=433445&action=review >> Source/WebKit/WebProcess/WebProcess.h:413 >> + RetainPtr<NSDictionary> dictionaryForStateDumper() const final; > > Can we make it more clear in the name what this is about? Every time I have encountered this function before it was wildly unclear what state was being dumped and why. Sounds good! I'll rename this to `additionalStateForDiagnosticReport` as we discussed on Slack.
Wenson Hsieh
Comment 4 2021-07-13 18:41:48 PDT
Created attachment 433470 [details] Rename method
EWS
Comment 5 2021-07-13 19:42:19 PDT
Committed r279902 (239651@main): <https://commits.webkit.org/239651@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 433470 [details].
Radar WebKit Bug Importer
Comment 6 2021-07-13 19:43:17 PDT
Note You need to log in before you can comment on or make changes to this bug.