Summary: | Remove access to unused services in the Networking process | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Per Arne Vollan <pvollan> | ||||
Component: | WebKit Misc. | Assignee: | Per Arne Vollan <pvollan> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | achristensen, bfulgham, gavin.p, mazander, simon.fraser, webkit-bug-importer | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | WebKit Nightly Build | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Per Arne Vollan
2021-09-23 13:30:48 PDT
Created attachment 439087 [details]
Patch
Comment on attachment 439087 [details]
Patch
r=me
Comment on attachment 439087 [details]
Patch
Thanks for reviewing!
Committed r283012 (242077@main): <https://commits.webkit.org/242077@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 439087 [details]. Comment on attachment 439087 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=439087&action=review > Source/WebKit/ChangeLog:3 > + Remove access to unused services in the Networking access Bug title was right. Changelog was wrong. (In reply to Simon Fraser (smfr) from comment #6) > Comment on attachment 439087 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=439087&action=review > > > Source/WebKit/ChangeLog:3 > > + Remove access to unused services in the Networking access > > Bug title was right. Changelog was wrong. Ah, thanks, good catch :) |