4 Commits
Author SHA1 Message Date
Pavel Beloborodov 5b7a479719 Prevent blocked events from previous navigation showing up on new page (#33250)
* Replaced render_tree_node_id with render_frame_token.
* Check the blocking report only for active frames.
2026-01-22 16:13:59 +00:00
Pavel Beloborodov dcce38b856 Fixed crash. (#26110) 2024-10-21 18:14:06 +07:00
Claudio DeSouza e3a4f0322f Migrate to FrameTreeNodeId in the remaining places
Upstream seems to have completed the whole migration to an opaque
`FrameTreeNodeId`. This change converts all the places that were using
an `int` still.

Chromium change:
https://chromium.googlesource.com/chromium/src/+/e4de125f43660ff1f41e36fbff545c3bf2a7e401

commit e4de125f43660ff1f41e36fbff545c3bf2a7e401
Author: Avi Drissman <avi@chromium.org>
Date:   Thu Sep 5 00:15:45 2024 +0000

    Use an opaque type for FrameTreeNode IDs, part 15

    content/public

    Bug: 361344235
2024-10-03 17:06:28 +01:00
Pavel Beloborodov 09558152d8 Added adblock info tab. (#25490)
* Added adblock info tab.
2024-09-17 08:01:27 +02:00