Files
browser/src
Trevin Chow 574264aaff fix: update page URL and location on pushState/replaceState
history.pushState() and replaceState() updated the navigation entry
but did not update page.url or reinitialize window.location. This
caused location.pathname to return the old value after pushState,
breaking SPA routing detection in automation scripts.

Both methods now set page.url and re-init the Location object after
updating the navigation history.

Fixes #2081
Ref #2043
2026-04-08 08:34:08 -07:00
..
2026-01-29 21:00:06 +08:00
2026-04-08 12:11:09 +02:00
2026-04-04 06:59:28 +08:00
2026-04-03 07:23:28 -07:00
2026-03-27 12:47:24 +08:00
2026-04-07 07:28:31 +08:00
2026-01-24 07:59:41 +08:00