Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Chromium data for webNavigation Web Extensions interface #24355

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 6, 2024

  1. Update Chromium data for webNavigation Web Extensions interface

    This PR updates and corrects version values for Chromium (Chrome, Opera, Samsung Internet, WebView Android) for the `webNavigation` Web Extensions interface. The data comes from a commit in the browser's source code, mapped to a version number using available tooling or via the commit timestamp.
    
    Commit:
    webextensions.api.webNavigation - https://source.chromium.org/chromium/chromium/src/+/4ea86195ed973835a5078b8a31498b056977c3d2 - 17
    webextensions.api.webNavigation.getAllFrames - https://source.chromium.org/chromium/chromium/src/+/4ea86195ed973835a5078b8a31498b056977c3d2 - 17
    webextensions.api.webNavigation.getFrame - https://source.chromium.org/chromium/chromium/src/+/4ea86195ed973835a5078b8a31498b056977c3d2 - 17
    webextensions.api.webNavigation.onBeforeNavigate - https://source.chromium.org/chromium/chromium/src/+/4ea86195ed973835a5078b8a31498b056977c3d2 - 17
    webextensions.api.webNavigation.onCommitted - https://source.chromium.org/chromium/chromium/src/+/4ea86195ed973835a5078b8a31498b056977c3d2 - 17
    webextensions.api.webNavigation.onCommitted.transitionQualifiers - https://source.chromium.org/chromium/chromium/src/+/4ea86195ed973835a5078b8a31498b056977c3d2 - 17
    webextensions.api.webNavigation.onCommitted.transitionType - https://source.chromium.org/chromium/chromium/src/+/4ea86195ed973835a5078b8a31498b056977c3d2 - 17
    webextensions.api.webNavigation.onCompleted - https://source.chromium.org/chromium/chromium/src/+/4ea86195ed973835a5078b8a31498b056977c3d2 - 17
    webextensions.api.webNavigation.onCreatedNavigationTarget - https://source.chromium.org/chromium/chromium/src/+/4ea86195ed973835a5078b8a31498b056977c3d2 - 17
    webextensions.api.webNavigation.onDOMContentLoaded - https://source.chromium.org/chromium/chromium/src/+/4ea86195ed973835a5078b8a31498b056977c3d2 - 17
    webextensions.api.webNavigation.onErrorOccurred - https://source.chromium.org/chromium/chromium/src/+/4ea86195ed973835a5078b8a31498b056977c3d2 - 17
    webextensions.api.webNavigation.onErrorOccurred.error - https://source.chromium.org/chromium/chromium/src/+/4ea86195ed973835a5078b8a31498b056977c3d2 - 17
    webextensions.api.webNavigation.onReferenceFragmentUpdated - https://source.chromium.org/chromium/chromium/src/+/4ea86195ed973835a5078b8a31498b056977c3d2 - 17
    webextensions.api.webNavigation.onReferenceFragmentUpdated.transitionQualifiers - https://source.chromium.org/chromium/chromium/src/+/4ea86195ed973835a5078b8a31498b056977c3d2 - 17
    webextensions.api.webNavigation.onReferenceFragmentUpdated.transitionType - https://source.chromium.org/chromium/chromium/src/+/4ea86195ed973835a5078b8a31498b056977c3d2 - 17
    
    webextensions.api.webNavigation.onCreatedNavigationTarget.sourceProcessId - https://source.chromium.org/chromium/chromium/src/+/271b2a8f23087882623b480843970e1eb0804bc8 - 22
    
    webextensions.api.webNavigation.onTabReplaced - https://source.chromium.org/chromium/chromium/src/+/b856ad87db6210ebccdbc7365a358ea0de6a44e0 - 22
    
    webextensions.api.webNavigation.onHistoryStateUpdated - https://source.chromium.org/chromium/chromium/src/+/fb2a5673c45ffbe71263c6c7cb50fdc57b7dc4aa - 22
    webextensions.api.webNavigation.onHistoryStateUpdated.transitionQualifiers - https://source.chromium.org/chromium/chromium/src/+/fb2a5673c45ffbe71263c6c7cb50fdc57b7dc4aa - 22
    webextensions.api.webNavigation.onHistoryStateUpdated.transitionType - https://source.chromium.org/chromium/chromium/src/+/fb2a5673c45ffbe71263c6c7cb50fdc57b7dc4aa - 22
    
    webextensions.api.webNavigation.TransitionQualifier - https://source.chromium.org/chromium/chromium/src/+/00f1fc22bfcc653b47d62778170af3eee9855720 - 44
    webextensions.api.webNavigation.TransitionQualifier.from_address_bar - https://source.chromium.org/chromium/chromium/src/+/00f1fc22bfcc653b47d62778170af3eee9855720 - 44
    webextensions.api.webNavigation.TransitionType - https://source.chromium.org/chromium/chromium/src/+/00f1fc22bfcc653b47d62778170af3eee9855720 - 44
    webextensions.api.webNavigation.TransitionType.auto_bookmark - https://source.chromium.org/chromium/chromium/src/+/00f1fc22bfcc653b47d62778170af3eee9855720 - 44
    webextensions.api.webNavigation.TransitionType.auto_subframe - https://source.chromium.org/chromium/chromium/src/+/00f1fc22bfcc653b47d62778170af3eee9855720 - 44
    webextensions.api.webNavigation.TransitionType.form_submit - https://source.chromium.org/chromium/chromium/src/+/00f1fc22bfcc653b47d62778170af3eee9855720 - 44
    webextensions.api.webNavigation.TransitionType.generated - https://source.chromium.org/chromium/chromium/src/+/00f1fc22bfcc653b47d62778170af3eee9855720 - 44
    webextensions.api.webNavigation.TransitionType.keyword - https://source.chromium.org/chromium/chromium/src/+/00f1fc22bfcc653b47d62778170af3eee9855720 - 44
    webextensions.api.webNavigation.TransitionType.keyword_generated - https://source.chromium.org/chromium/chromium/src/+/00f1fc22bfcc653b47d62778170af3eee9855720 - 44
    webextensions.api.webNavigation.TransitionType.link - https://source.chromium.org/chromium/chromium/src/+/00f1fc22bfcc653b47d62778170af3eee9855720 - 44
    webextensions.api.webNavigation.TransitionType.manual_subframe - https://source.chromium.org/chromium/chromium/src/+/00f1fc22bfcc653b47d62778170af3eee9855720 - 44
    webextensions.api.webNavigation.TransitionType.reload - https://source.chromium.org/chromium/chromium/src/+/00f1fc22bfcc653b47d62778170af3eee9855720 - 44
    webextensions.api.webNavigation.TransitionType.start_page - https://source.chromium.org/chromium/chromium/src/+/00f1fc22bfcc653b47d62778170af3eee9855720 - 44
    webextensions.api.webNavigation.TransitionType.typed - https://source.chromium.org/chromium/chromium/src/+/00f1fc22bfcc653b47d62778170af3eee9855720 - 44
    queengooborg committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    49b98d5 View commit details
    Browse the repository at this point in the history