0
Files
src/content/browser
Issack John 5ab2f29a86 OT integration code DocumentPolicyIncludeJSCallStacksInCrashReports
This CL implements the necessary code changes to integrate the origin
trial feature for including JavaScript call stacks in crash reports.
The collection process is now contingent upon the check within
the execution context.

The generated Feature can be enabled/disabled by the user or by field
trial, and the overridden state takes precedence over the origin trial.

combinations:
Document doesn't have OT token --> feature is disabled

Doc doesn't have OT token, and we provide
--enable-features=DocumentPolicyIncludeJSCallStacksInCrashReports
--> feature is enabled

Doc does not have OT token, and we provide
--enable-experimental-web-platform-features --> feature is enabled

Doc has OT token --> feature is enabled.

Doc has OT token, and we provide
--disable-features=DocumentPolicyIncludeJSCallStacksInCrashReports
--> feature is disabled


Bug: 40268201
Change-Id: Iaef0c18b7db23cc884acf379bb6c74cecd464492
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5491178
Reviewed-by: Ian Clelland <iclelland@chromium.org>
Reviewed-by: Dmitry Gozman <dgozman@chromium.org>
Commit-Queue: Issack John <issackjohn@microsoft.com>
Cr-Commit-Position: refs/heads/main@{#1299596}
2024-05-10 23:39:01 +00:00
..
2024-05-09 22:37:50 +00:00
2024-05-07 11:22:58 +00:00
2024-05-08 23:03:23 +00:00
2024-05-09 22:37:50 +00:00
2024-05-03 22:43:48 +00:00

This directory contains the core code needed for the browser process of a multi-process sandboxed browser.