DescriptionGenerate the Chrome policy schema at compile time.
The schema describes the expected types of the known Chrome policies, so that
they can be properly loaded at runtime from the platform policy services.
The Chrome schema is represented by static structures that are generated at
compile time, so that no parsing is required at runtime. This is important
because the schema is always created to load the initial policy during startup.
Also updated the policy::internal:: schema structures to avoid unnecessary
relocations at load time.
BUG=270667
R=dconnelly@chromium.org, pastarmovj@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=233595
Patch Set 1 #
Total comments: 4
Patch Set 2 : added comments #
Total comments: 23
Patch Set 3 : rebase, address comments #
Total comments: 1
Patch Set 4 : fixed use-after-free #Patch Set 5 : rebase #Patch Set 6 : rebased, fixed generator #Patch Set 7 : rebase #Patch Set 8 : rebase #Patch Set 9 : rebase #Patch Set 10 : rebase #Patch Set 11 : rebase #
Messages
Total messages: 14 (0 generated)
|