Skip to content

ABI: implement exact remote inspector process controls #232

Description

@chrisbbreuer

Parent: #134
Related: #140, #163, #164

Goal

Implement the five shared process-wide JavaScriptCore remote-inspector controls:

  • JSRemoteInspectorDisableAutoStart
  • JSRemoteInspectorStart
  • JSRemoteInspectorSetLogToSystemConsole
  • JSRemoteInspectorGetInspectionEnabledByDefault
  • JSRemoteInspectorSetInspectionEnabledByDefault

Acceptance

  • Preserve independent process-wide auto-start, explicit-start, system-console logging, and inspection-enabled-default state.
  • Make all state transitions race-free and idempotent; disabling auto-start must not prevent explicit start.
  • Keep the default-enabled getter coherent with concurrent setters.
  • Add focused transition/concurrency coverage and compile-link-runtime fixture calls for all five symbols.
  • Refresh Home/Bun inventories and public/private classification with zero unclassified symbols.
  • Update README and compatibility docs, publish small implementation/docs commits on origin/main, and close only after evidence is live.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions