feat: Add conditional marker exposure based on cross-origin isolation - #85
feat: Add conditional marker exposure based on cross-origin isolation#85HeathcliffAC wants to merge 1 commit into
Conversation
|
@arturjanc @ArthurSonzogni I am trying to do a modification on the JS Self Profiler API. Could you help me with any feedback that you could provide? |
|
Thanks! Looping in +@camillelamy as I’m currently on paternity leave and won’t be able to reply confidently immediately from what I recall. This feature dates back to ~4 years ago: here is the previous discussion. |
|
@camillelamy It would be great if we could continue the review on this PR. Thanks |
|
Hi @HeathcliffAC — I''m picking up this work at Microsoft. Opened #89 which retains your commit and layers a small follow-up on top with three bug fixes (mangled JSON block in |
feat: Add conditional marker exposure based on cross-origin isolation
Enable selective marker disclosure based on security context:
This allows access to layout/style timing (already available via DOM APIs)
in regular contexts while protecting sensitive timing information.
Maintains full backward compatibility with existing API surface.
Preview | Diff