Bug 233649 - [WP][iOS] Add telemetry to determine which system calls are only used on process launch
Summary: [WP][iOS] Add telemetry to determine which system calls are only used on proc...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Per Arne Vollan
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-11-30 11:19 PST by Per Arne Vollan
Modified: 2021-12-02 17:14 PST (History)
4 users (show)

See Also:


Attachments
Patch (15.38 KB, patch)
2021-11-30 11:24 PST, Per Arne Vollan
no flags Details | Formatted Diff | Diff
Patch (15.28 KB, patch)
2021-11-30 12:56 PST, Per Arne Vollan
no flags Details | Formatted Diff | Diff
Patch (20.49 KB, patch)
2021-11-30 13:34 PST, Per Arne Vollan
no flags Details | Formatted Diff | Diff
Patch (26.76 KB, patch)
2021-11-30 16:15 PST, Per Arne Vollan
no flags Details | Formatted Diff | Diff
Patch (26.86 KB, patch)
2021-12-01 14:10 PST, Per Arne Vollan
bfulgham: review+
Details | Formatted Diff | Diff
Patch (27.15 KB, patch)
2021-12-02 10:58 PST, Per Arne Vollan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Per Arne Vollan 2021-11-30 11:19:34 PST
Add telemetry to determine which system calls are only used on WebContent process launch on iOS.
Comment 1 Radar WebKit Bug Importer 2021-11-30 11:20:03 PST
<rdar://problem/85875930>
Comment 2 Per Arne Vollan 2021-11-30 11:24:53 PST
Created attachment 445447 [details]
Patch
Comment 3 Per Arne Vollan 2021-11-30 12:56:07 PST
Created attachment 445456 [details]
Patch
Comment 4 Per Arne Vollan 2021-11-30 13:34:53 PST
Created attachment 445464 [details]
Patch
Comment 5 Per Arne Vollan 2021-11-30 16:15:47 PST
Created attachment 445483 [details]
Patch
Comment 6 Per Arne Vollan 2021-12-01 14:10:33 PST
Created attachment 445615 [details]
Patch
Comment 7 Brent Fulgham 2021-12-01 15:49:41 PST
Comment on attachment 445615 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=445615&action=review

r=me

> Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in:1671
> +;; FIXME: enable this when rdar://85931614 is fixed

Can you file a radar to remind us to do this once that bug is fixed?
Comment 8 Per Arne Vollan 2021-12-02 10:58:08 PST
Created attachment 445745 [details]
Patch
Comment 9 Per Arne Vollan 2021-12-02 16:07:42 PST
(In reply to Brent Fulgham from comment #7)
> Comment on attachment 445615 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=445615&action=review
> 
> r=me
> 
> > Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in:1671
> > +;; FIXME: enable this when rdar://85931614 is fixed
> 
> Can you file a radar to remind us to do this once that bug is fixed?

I have filed rdar://85993742.

Thanks for reviewing!
Comment 10 EWS 2021-12-02 17:14:09 PST
Committed r286469 (244809@main): <https://commits.webkit.org/244809@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 445745 [details].