-
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 (3/n)
See WICG/navigation-api#83 and WICG/navigation-api#203 for context. This CL is scoped mostly to the third_party/blink/renderer/core/app_history directory. That directory itself has been renamed from app_history to navigation_api. Its contents also follow the new naming. Notably, this includes changing all the IDL interface names and their backing classes, which has minor web-exposed implications. Code outside of that directory is mostly updated due to the change from blink::AppHistory to blink::NavigationApi. References to app history still exist in Blink outside of that directory, as well as within Chromium at large; those will be tackled in a future CL. This also finishes the process of updating the web platform tests, by both updating the actual test code for the interface renames, and updating various test descriptions and comments. Bug: 1300246 Change-Id: I244e5fbb5d7977e8d61edae1e59d7bbfb6bdc75c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3522964 Reviewed-by: Nate Chapin <[email protected]> Commit-Queue: Domenic Denicola <[email protected]> Cr-Commit-Position: refs/heads/main@{#981804} NOKEYCHECK=True GitOrigin-RevId: e65e212e00b19e814e56c697a7b67a5895916a10
- Loading branch information
1 parent
97a74d5
commit 4790573
Showing
155 changed files
with
812 additions
and
809 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 was deleted.
Oops, something went wrong.
30 changes: 0 additions & 30 deletions
30
blink/renderer/core/app_history/app_history_current_change_event.cc
This file was deleted.
Oops, something went wrong.
42 changes: 0 additions & 42 deletions
42
blink/renderer/core/app_history/app_history_current_change_event.h
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
blink/renderer/core/app_history/app_history_current_change_event.idl
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
blink/renderer/core/app_history/app_history_current_change_event_init.idl
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.