8000 devtools: Implement Debugger tab · Issue #36027 · servo/servo · GitHub
[go: up one dir, main page]

Skip to content

devtools: Implement Debugger tab #36027

@delan

Description

@delan

  • In Firefox, sources are seen in resources-available-array of type network-event, source
    • See also console-message, if there were any past console messages
  • We can send existing sources in resources-available-array for source (see watcher.js:531)
  • But client never requests them in watchResources for source despite firefox.js:84
    • Tried setting sources to true in RootActor traits
    • Tried setting source to true in SessionContext supported_resources
    • Maybe need to send empty resources-available-array for console-message and error-message? Servo currently just ignores those watchResources requests, the internal BrowsingContextActor::resource_available takes and sends exactly one resource

Other TODO's:

(cc @atbrakhi)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0