This repository was archived by the owner on Jan 11, 2023. It is now read-only.
[Workers] polish the ui#7622
Merged
jasonLaster merged 1 commit intofirefox-devtools:masterfrom Jan 3, 2019
Merged
Conversation
7ca26ef to
6855c57
Compare
5372e12 to
091b5ff
Compare
bhackett1024
reviewed
Jan 1, 2019
Contributor
bhackett1024
left a comment
There was a problem hiding this comment.
This looks good, in the future do you think we'll need a way to distinguish tabs/breakpoints from different threads that have the same URL, or is this just an obscure enough use case that it doesn't need handling in the UI?
| # header. | ||
| workersHeader=Workers | ||
|
|
||
| # LOCALIZATION NOTE (mainThread): The text to describe the main thred of the |
Contributor
Author
My guess is yes, but waiting for some design help there |
091b5ff to
1eecc2f
Compare
jasonLaster
commented
Jan 2, 2019
| thread: string | ||
| ): SourcesMap { | ||
| return getRelativeSources(state)[thread]; | ||
| return getRelativeSources(state)[thread] || {}; |
Contributor
Author
7c9f3a1 to
896164e
Compare
e9760a6 to
8fd54c3
Compare
bhackett1024
approved these changes
Jan 3, 2019
afbdb13 to
2eeabf6
Compare
darkwing
reviewed
Jan 3, 2019
| > | ||
| <AccessibleImage className="domain" /> | ||
| {basename(worker.url)} | ||
| <div clasName="icon"> |
Contributor
|
It's amazing to see this working! Wow! Could we have the headings be part of the tree widget itself, so that entire threads could be opened and closed? That could reduce visual clutter when there are many threads. |
3e2acce to
9b0af9f
Compare
9b0af9f to
87a7a88
Compare
jasonLaster
added a commit
to jasonLaster/debugger.html
that referenced
this pull request
Jan 7, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary of Changes