removes the flag and permanently enables the underlying feature toKomal Sambranikar (xWF)This CL does not permanently enable the feature. Please update the body and the subject.
Other than that LGTM.
Done
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
I'm not entirely sure why you want my input on this CL; I don't work on Chrome anymore and am not an owner of the flag
keeps it available for developers to enable(by setting it to true) locally when required in heatmap_palm_detector.h.Nit: CL descriptions should be wrapped to 72 characters
This removes the code from production builds entirely, but
keeps it available for developers to enable(by setting it to true) locally when required in heatmap_palm_detector.h.If the code isn't currently under development, is it actually worth keeping around? @hba...@chromium.org, what do you think?
Specific changes include:
- Removing the flag from chrome://flags (about_flags.cc).
- Cleaning up flag-metadata.json and fieldtrial_testing_config.json.
- Deleting the kEnableHeatmapPalmDetection feature definition
in features.cc and features.h.
- Replacing the base::FeatureList checks with an inline
constexpr bool in heatmap_palm_detector.h.Nit: CL descriptions should focus on why changes are being made, not what they are, except to give a high-level overview. These bullet points are just unnecessarily restating the contents of the diff, and should be removed
keeps it available for developers to enable(by setting it to true) locally when required in heatmap_palm_detector.h.Nit: CL descriptions should be wrapped to 72 characters
Done
Specific changes include:
- Removing the flag from chrome://flags (about_flags.cc).
- Cleaning up flag-metadata.json and fieldtrial_testing_config.json.
- Deleting the kEnableHeatmapPalmDetection feature definition
in features.cc and features.h.
- Replacing the base::FeatureList checks with an inline
constexpr bool in heatmap_palm_detector.h.Nit: CL descriptions should focus on why changes are being made, not what they are, except to give a high-level overview. These bullet points are just unnecessarily restating the contents of the diff, and should be removed
Done. Updated the commit message and wrapped it to the 72-character limit.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Looks fine to me assuming Henry's OK with keeping the code around, but as I'm not on the team anymore I'll let those who are give the Code Review vote
Looks fine to me assuming Henry's OK with keeping the code around, but as I'm not on the team anymore I'll let those who are give the Code Review vote
TEST=ozone_unittests, events_unittestsKomal Sambranikar (xWF)Please do hardware test on a Ciri device and update the Test footer.
Tested on a Ciri device!
Verified it both enabled and disabled, and it boots successfully with no crashes.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
This removes the code from production builds entirely, but
keeps it available for developers to enable(by setting it to true) locally when required in heatmap_palm_detector.h.If the code isn't currently under development, is it actually worth keeping around? @hba...@chromium.org, what do you think?
Yes, we will want to enable this code to do some comparisons at least till we finish developing the equivalent in AL.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
This removes the code from production builds entirely, but
keeps it available for developers to enable(by setting it to true) locally when required in heatmap_palm_detector.h.Henry BarnorIf the code isn't currently under development, is it actually worth keeping around? @hba...@chromium.org, what do you think?
Yes, we will want to enable this code to do some comparisons at least till we finish developing the equivalent in AL.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
ozone/evdev: Disable HeatmapPalmDetection flag and add toggle
The `enable-heatmap-palm-detection` flag expired in M140.
This CL removes the flag, cleaned up from the UI and metadata
and disables the feature.
The flag is replaced with a `constexpr bool` set to false.
This removes the code from production builds entirely,
but keeps it available for developers to enable(by setting
it to true) locally when required in heatmap_palm_detector.h.
BUG=b:427494517
TEST=1. Deploy chrome to the DUT:
third_party/chromite/bin/deploy_chrome --build-dir=\
out_${BOARD}/Release --device=<DEVICE_IP>
2. Run ozone unittests:
./out_${BOARD}/Release/bin/run_ozone_unittests
--device=<DEVICE_IP>
3. Run events unittests:
./out_${BOARD}/Release/bin/run_events_unittests
--device=<DEVICE_IP>
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |