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

Request source code for the Firefox-internal JS code #5112

Open
canova opened this issue Sep 4, 2024 · 0 comments
Open

Request source code for the Firefox-internal JS code #5112

canova opened this issue Sep 4, 2024 · 0 comments
Labels
feature Work that is user facing, and typically should be planned through https://airtable.com/shrRydo6UXheb JS Execution Tracing Related to the new JS tracer implementation needs gecko patch This issue is blocked by a patch that must land in the Gecko codebase first source view Related to the source view feature

Comments

@canova
Copy link
Member

canova commented Sep 4, 2024

For the source code view, we should have a way to request the source code for the Firefox-internal JS code (chrome:// etc.).

They can be hosted on hg.mozilla.org, or for local builds, they can be found locally.

Question:
How do we get the content for a resource:// or chrome:// file?

  • Local builds: access resources directly or through the Web Channel
  • Nightly / Beta / Release resources: need a mapping from resource:// and chrome:// to the source file

Backend side of this task: https://bugzilla.mozilla.org/show_bug.cgi?id=1916789

This is a part of #3741 as well.

@canova canova added feature Work that is user facing, and typically should be planned through https://airtable.com/shrRydo6UXheb needs gecko patch This issue is blocked by a patch that must land in the Gecko codebase first source view Related to the source view feature JS Execution Tracing Related to the new JS tracer implementation labels Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Work that is user facing, and typically should be planned through https://airtable.com/shrRydo6UXheb JS Execution Tracing Related to the new JS tracer implementation needs gecko patch This issue is blocked by a patch that must land in the Gecko codebase first source view Related to the source view feature
Projects
None yet
Development

No branches or pull requests

1 participant