-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
App history API to navigation API rename (1/n)
See WICG/navigation-api#83 and WICG/navigation-api#203 for context. This CL implements the following renames: * window.appHistory → window.navigation * appHistory.current → navigation.currentEntry * appHistory.updateCurrent() → navigation.updateCurrentEntry() * appHistory currentchange event → navigation currententrychange event * appHistory.goTo() → navigation.traverseTo() Notably, window.navigation has to be [Replaceable], as otherwise various internal tests that do `var navigation = ...` start failing. No files are renamed at this point (including test files). No classes/IDL interfaces are renamed either. Thus, the majority of this renaming is done in the web platform tests corpus, and to method names of the AppHistory C++ class. Bug: 1300246 Change-Id: I29a01c6992c06a5d5099d831273ca8041281d557 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3510372 Reviewed-by: Avi Drissman <avi@chromium.org> Reviewed-by: Nate Chapin <japhet@chromium.org> Commit-Queue: Domenic Denicola <domenic@chromium.org> Cr-Commit-Position: refs/heads/main@{#980648} NOKEYCHECK=True GitOrigin-RevId: 3ccf5749316b2bf4dc8105c176233ce5f1620cfd
- Loading branch information
1 parent
795f8ab
commit 59f96ec
Showing
314 changed files
with
1,735 additions
and
1,735 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.