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

[deploy preview] flow stuff #5190

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Commits on Nov 7, 2024

  1. Profile format changes for flows and stack-based markers

    This changeset changes the type definition for marker schema
    field types and for the marker schema itself, to include the new
    field types 'flow-id' and 'terminating-flow-id'. It also has some
    minimal changes to treat the new field types as if they were unique-string
    fields.
    Somewhat unrelated to flows, it also adds an optional `isStackBased`
    field to the marker schema type, which is currently unused. This is
    for firefox-devtools#3141 .
    
    Additionally, it increments the version of the two profile formats,
    so that profiles with the new field types won't be loaded by
    older front-ends.
    mstange committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    a5b7c6c View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. Configuration menu
    Copy the full SHA
    fe24e53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04b386f View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Add a flow panel.

    mstange committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    f08b417 View commit details
    Browse the repository at this point in the history