Checking in progress, though not fully working as expected
This commit is contained in:
@@ -7,11 +7,8 @@ pub use overrides::{get_overrides, set_overrides};
|
||||
#[derive(Copy, Clone, Hash, PartialEq, Eq, Debug, Sequence)]
|
||||
pub enum FeatureFlag {
|
||||
Changelog,
|
||||
CocoaSentry,
|
||||
CrashReporting,
|
||||
DebugMode,
|
||||
Autoupdate,
|
||||
LogExpensiveFramesInSentry,
|
||||
WithSandboxTelemetry,
|
||||
RecordAppActiveEvents,
|
||||
|
||||
@@ -934,7 +931,6 @@ pub const LOCAL_FLAGS: &[FeatureFlag] = &[FeatureFlag::LocalClaudeCodexChildHarn
|
||||
/// Features enabled for the development team. The expectation is that, over
|
||||
/// time, these will move on to PREVIEW_FLAGS before being launched.
|
||||
pub const DOGFOOD_FLAGS: &[FeatureFlag] = &[
|
||||
FeatureFlag::LogExpensiveFramesInSentry,
|
||||
FeatureFlag::ToggleBootstrapBlock,
|
||||
FeatureFlag::CreatingSharedSessions,
|
||||
FeatureFlag::RemoveAutosuggestionDuringTabCompletions,
|
||||
@@ -979,7 +975,6 @@ pub const DOGFOOD_FLAGS: &[FeatureFlag] = &[
|
||||
FeatureFlag::PinnedTabs,
|
||||
FeatureFlag::BackgroundComputerUse,
|
||||
FeatureFlag::ContextWindowUsageBreakdown,
|
||||
FeatureFlag::CloudRunners,
|
||||
FeatureFlag::WaitForEventsParentRegistration,
|
||||
];
|
||||
|
||||
@@ -997,7 +992,6 @@ pub const PREVIEW_FLAGS: &[FeatureFlag] = &[
|
||||
pub const RELEASE_FLAGS: &[FeatureFlag] = &[
|
||||
FeatureFlag::Autoupdate,
|
||||
FeatureFlag::Changelog,
|
||||
FeatureFlag::CrashReporting,
|
||||
// Marked text is currently only supported on MacOS.
|
||||
#[cfg(target_os = "macos")]
|
||||
FeatureFlag::ImeMarkedText,
|
||||
|
||||
Reference in New Issue
Block a user