Update INP Changelog
* Add following two metric bug fixes introduced in M123:
- Expose interactionId to Keypress & keydown/up under composition
- Handle modal dialog interference
* Adjust logs since M112 with change summaries than cl links
Change-Id: I5d1a427357d22e3671359abaada4accce66f9ba3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5564266
Reviewed-by: Aoyuan Zuo <[email protected]>
Reviewed-by: Michal Mocny <[email protected]>
Commit-Queue: Aoyuan Zuo <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1309995}
diff --git a/docs/speed/metrics_changelog/inp.md b/docs/speed/metrics_changelog/inp.md
index df1db68..b1cdbfc 100644
--- a/docs/speed/metrics_changelog/inp.md
+++ b/docs/speed/metrics_changelog/inp.md
@@ -2,17 +2,19 @@
This is a list of changes to [Interaction to Next Paint](https://web.dev/inp).
+* Chrome [Future version placeholder]
+ * Launch feature: [Enable EventTimingKeypressAndCompositionInteractionId by default](2024_07_inp.md)
+ * Launch feature: [Enable EventTimingFallbackToModalDialogStart by default](2024_07_inp.md)
* Chrome 122
- * Launch feature: [Enable EventTimingMatchPresentationIndex by default](https://chromium.googlesource.com/chromium/src/+/50dfc1969242c9566d35763c96caddc5694299c9)
- * Note: this experiment was first landed in Chrome 114: [Event Timing Presentation Promise Handling Redesign](https://chromium.googlesource.com/chromium/src/+/ce150839f2930a7d59b3850ca8e7d02210101f08), but was rolled out slowly.
+ * Launch feature: [Enable EventTimingMatchPresentationIndex by default](2024_02_inp.md)
* Chrome 121
- * Metric bug fix: [Event Timing flush pointerdown & keydown on contextmenu](https://chromium.googlesource.com/chromium/src/+/7ed67e1b59cfe5cb1c4674dc7db59c2c5ae90cbd)
+ * Metric bug fix: [Event Timing flush pointerdown & keydown on contextmenu](2024_01_inp.md)
* Chrome 116
- * Metric bug fix: [Event Timing - Fallback artificial events ending time to processingEnd](https://chromium.googlesource.com/chromium/src/+/851b8bd317b3af1a678b72e48dbd791954e373ed)
+ * Metric bug fix: [Event Timing - Fallback artificial events ending time to processingEnd](2023_08_inp.md)
* Chrome 112
- * Metric bug fix: [Event Timing Pointer Map Flush Timer Bug Fixes](https://chromium.googlesource.com/chromium/src/+/086f954a9d2daaeb4eec9077afcaf410c9c3fa24)
+ * Metric bug fix: [Event Timing Pointer Map Flush Timer Bug Fixes](2023_04_inp.md)
* Chrome 111
- * Metric bug fix: [Event Timing API no longer reports very long durations when interaction leads to "open in new tab"](2023_04_inp.md)
+ * Metric bug fix: [Event Timing API no longer reports very long durations when interaction leads to "open in new tab"](2023_03_inp.md)
* Chrome 109
* Implementation optimizations: [A change in Chrome to prioritize compositing after input events caused a significant improvement to INP](2023_01_inp.md)
* Chrome 96