From 22357f00690d85b0fcf8b569926e19eac48e5d05 Mon Sep 17 00:00:00 2001 From: Nate Chapin Date: Tue, 28 Mar 2023 09:21:17 -0700 Subject: [PATCH] Make NavigateReaction private to NavigateEvent, attempt #2 Most of the logic now lives on NaviagateEvent itself (in React() and ReactDone()), which the new NavigateEvent::Reaction is a minimal callback function wrapper. Change-Id: Id31152b048fc7166a8ac45bda7e136a2143fd56f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4369772 Reviewed-by: Domenic Denicola Commit-Queue: Nate Chapin Cr-Commit-Position: refs/heads/main@{#1123074} --- ...eplaceState-in-unload-then-remove-iframe.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 navigation-api/navigate-event/replaceState-in-unload-then-remove-iframe.html diff --git a/navigation-api/navigate-event/replaceState-in-unload-then-remove-iframe.html b/navigation-api/navigate-event/replaceState-in-unload-then-remove-iframe.html new file mode 100644 index 00000000000000..e97b72b1571732 --- /dev/null +++ b/navigation-api/navigate-event/replaceState-in-unload-then-remove-iframe.html @@ -0,0 +1,16 @@ + + + + +