0
Files
src/content/browser
Kartar Singh a4f9be41fd Handle transfer state received from Browser and process input events.
In this change we are introducing logic to handle input events received
on Viz.
- Input events received on Viz before state transfer are queued.
- Upon receiving state transfer input events in queue for the given
  sequence are flushed and forwarded to "correct"
  RenderInputRouterSupportAndroid.
- Any out of order state transfer received are being ignored. This can
  happen since the states can come over different pipes from different
  web contents.

Bug: 370506271
Change-Id: I4c7aa7da0ccc17c4a9c52882e54686d491a743ed
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6073287
Reviewed-by: Peter Kasting <pkasting@chromium.org>
Reviewed-by: Aman Verma <amanvr@google.com>
Reviewed-by: Jinsuk Kim <jinsukkim@chromium.org>
Reviewed-by: Stephen Nusko <nuskos@chromium.org>
Reviewed-by: Jonathan Ross <jonross@chromium.org>
Commit-Queue: Kartar Singh <kartarsingh@google.com>
Cr-Commit-Position: refs/heads/main@{#1402336}
2025-01-06 05:43:49 -08:00
..
2025-01-03 11:57:12 -08:00
2025-01-03 19:39:02 -08:00
2025-01-02 12:15:15 -08:00

This directory contains the core code needed for the browser process of a multi-process sandboxed browser.