Skip to content

Gutter line number colors #7647#2

Open
waqardm wants to merge 1100 commits intofuturefrom
revert-1-waqardm
Open

Gutter line number colors #7647#2
waqardm wants to merge 1100 commits intofuturefrom
revert-1-waqardm

Conversation

@waqardm
Copy link
Copy Markdown
Owner

@waqardm waqardm commented Jan 7, 2019

Fixes firefox-devtools#7647

Here's the Pull Request Doc
https://firefox-dev.tools/debugger.html/docs/pull-requests.html

Summary of Changes

  • Line numbers changes in light and dark themes
  • Empty line numbers changes in light and dark themes

jasonLaster and others added 30 commits November 5, 2018 15:35
This will allow easier styling for consumers outside
of the debugger, as well as handling user copy easier.
Tests are modified accordingly.
* Remove most usages of immutable.js from the breakpoints reducer
…7261)

* Add tab and new line character in Frame component;
This does not modify the layout of the component,
but includes those chars in the clipboard when
the user copy text.
Needed for console tests to pass.

* Update tests
…ols#7264)

* Simplify the getBreakpointsForSource selector function
* tweak tests
* fix breakpoint context menu logic for finding other breakpoints
…#7285)

Fixes firefox-devtools#7209.

This adds a title to the group component
that indicates it can be expanded/collapsed.
Two location entries are added to handle both
collapsed and expanded state.
bomsy and others added 30 commits January 2, 2019 10:43
Remove the `autoFocus` attribute from the "watch expression" and
"xhr breakpoint" input elements. These elements are both given
focus manually.

Raise the severity of the jsx-a11y/no-autofocus rule from "warn"
to "error" to avoid future warnings.
First, raise the severity of the rule to an error to prevent any
future warnings.

Next, change the 'show generated/original scopes' element to a use
a <button> element instead of an <a> element. The styling of this
element is updated such that it remains the same.
…ls#7580)

* Fix CallStack Group with anonymous function.

formatDisplayName was called without the l10n object, which caused an exception if the last frame of a stack was anonymous (because we then use l10n). The fix is simple, pass the l10n object to formatDisplayName.

A test is added to ensure we cover this case. The test do fails without the fix in Group.js
changed line number and empty line number to -
Dark Mode
Line number: Grey 40 #b1b1b3
Empty line number: Grey 50 #737373

Light Mode
Line number: Grey 50 #737373
Empty line number: Grey 40 #b1b1b3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.