Skip to content

Commit

Permalink
kSharedStorageReportEventLimit deleted upstream
Browse files Browse the repository at this point in the history
Chromium change:
https://chromium.googlesource.com/chromium/src/+/cc4801b01dcb6a583e54ea2ca533bb78bcdca222

commit cc4801b01dcb6a583e54ea2ca533bb78bcdca222
Author: Camillia Smith Barnes <[email protected]>
Date:   Tue Apr 4 05:09:24 2023 +0000

    Shared Storage: Remove `reportEvent` limit

    Due to the updated limits in https://crrev.com/c/4386816
    (see also WICG/shared-storage#69), we no
    longer need to have a budget specifically for Shared Storage calls
    to `fence.reportEvent()`. We remove the code that is no longer needed.

    Bug: 1429680,1218540
  • Loading branch information
cdesouza-chromium committed May 15, 2023
1 parent a129ee7 commit 68373bc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/brave_main_delegate_browsertest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ IN_PROC_BROWSER_TEST_F(BraveMainDelegateBrowserTest, DisabledFeatures) {
&blink::features::kPrivateAggregationApi,
&blink::features::kSharedStorageAPI,
&blink::features::kSharedStorageSelectURLLimit,
&blink::features::kSharedStorageReportEventLimit,
&blink::features::kSpeculationRulesHeaderEnableThirdPartyOriginTrial,
&blink::features::kSpeculationRulesPrefetchFuture,
&blink::features::kSpeculationRulesPrefetchProxy,
Expand Down
1 change: 0 additions & 1 deletion chromium_src/third_party/blink/common/features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ OVERRIDE_FEATURE_DEFAULT_STATES({{
{kReduceUserAgentMinorVersion, base::FEATURE_ENABLED_BY_DEFAULT},
{kSharedStorageAPI, base::FEATURE_DISABLED_BY_DEFAULT},
{kSharedStorageSelectURLLimit, base::FEATURE_DISABLED_BY_DEFAULT},
{kSharedStorageReportEventLimit, base::FEATURE_DISABLED_BY_DEFAULT},
{kSpeculationRulesHeaderEnableThirdPartyOriginTrial,
base::FEATURE_DISABLED_BY_DEFAULT},
{kSpeculationRulesPrefetchFuture, base::FEATURE_DISABLED_BY_DEFAULT},
Expand Down

0 comments on commit 68373bc

Please sign in to comment.