1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

Remove UseTreeWalkerApiForPageDetailsCollection feature flag (#16130)

* remove flag and instances of use

* feedback jprusik: additional removals of pageContainsShadowDomElements

* feedback jprusik: remove a stray logic branch
This commit is contained in:
neuronull
2025-09-02 08:46:30 -06:00
committed by GitHub
parent 1ae5a7798d
commit 048d8a5f79
6 changed files with 2 additions and 46 deletions

View File

@@ -18,7 +18,6 @@ export enum FeatureFlag {
/* Autofill */
NotificationRefresh = "notification-refresh",
UseTreeWalkerApiForPageDetailsCollection = "use-tree-walker-api-for-page-details-collection",
MacOsNativeCredentialSync = "macos-native-credential-sync",
WindowsDesktopAutotype = "windows-desktop-autotype",
@@ -74,7 +73,6 @@ export const DefaultFeatureFlagValue = {
/* Autofill */
[FeatureFlag.NotificationRefresh]: FALSE,
[FeatureFlag.UseTreeWalkerApiForPageDetailsCollection]: FALSE,
[FeatureFlag.MacOsNativeCredentialSync]: FALSE,
[FeatureFlag.WindowsDesktopAutotype]: FALSE,