Closed Bug 1136253 Opened 9 years ago Closed 9 years ago

Request URL in inspector pane needs lighter text in dark mode

Categories

(DevTools :: Netmonitor, defect)

37 Branch
x86
macOS
defect
Not set
normal

Tracking

(firefox39 fixed)

RESOLVED FIXED
Firefox 39
Tracking Status
firefox39 --- fixed

People

(Reporter: jsantell, Assigned: Robocrypt, Mentored)

Details

(Whiteboard: [good first bug][lang=css])

Attachments

(2 files)

Mentor: jsantell
Whiteboard: [good first bug][lang=css]
I would like to work on this bug. But am new to this. Some guidance would be appreciated.
Thanks for joining Bugzilla and the initiative to fix this bug. First visit the Hacking Devtools page [1], it will guide you to get a copy of the source code and prepare your environment to start working. After you are done with the first step, check this line [2] on you source code. First, thats the file you need to modify and second just add a CSS new rule for the dark theme after [2] rule.

.theme-dark .tabpanel-summary-value {
  color: var(--theme-selection-color);
}

Be sure to check before submit a patch, the color has changed as requested. In Hacking Devtools page [1] there's some guidance about how to submit a patch. If you have questions or need more info to fix this bug feel free to ask on irc #devtools (irc.mozilla.org) or commenting here (use the 'request more information' feature, so you will get a soon answer).

[1] https://wiki.mozilla.org/DevTools/Hacking
[2] https://dxr.mozilla.org/mozilla-central/source/browser/themes/shared/devtools/netmonitor.inc.css#497

P.S Jordan, I hope not to have a problem for respond before you. If yes, sorry about it
Hey,
I am interested to work on this bug. I have pulled the latest repository.
And also made the changed you mentioned above. But how do I know if the color has actually changed.
Thank You!

Regards,
Vaibhav
Thanks Giovanny, sounds good! And thanks Wickie for offering to check this out! Let me or Giovanny know if you have any other questions.

Vaibhav, looks like Wickie got it first, sorry!
Assignee: nobody → wickie.leejr
Attached patch theme_dark.patchSplinter Review
I added the code to correct the dark theme.
Attachment #8569649 - Flags: review?(jsantell)
Thank you for all of your help guys! I went ahead and added the code and made a patch file. Relatively confident that I did it right. Only thing is that I was not quite sure how to check if it was fixed after I built it with the change. Sorry if that seems extremely noob-like...
Hi Wickie,

Thanks for the patch! The changes you made were for NetMonitor [0], and the specific part of the change is here [1]. First be sure to change the theme to dark in Devtools [2], and compare what you see on [1] section in your build with the screenshot that Jordan attached at the beginning of this bug.

The text next to "Request URL" should be lighter.

If you need help, let let us know.

[0] https://developer.mozilla.org/en-US/docs/Tools/Network_Monitor
[1] https://developer.mozilla.org/en-US/docs/Tools/Network_Monitor#Network_request_details
[2] https://developer.mozilla.org/en-US/docs/Tools/Tools_Toolbox#Choose_DevTools_theme
Comment on attachment 8569649 [details] [diff] [review]
theme_dark.patch

Review of attachment 8569649 [details] [diff] [review]:
-----------------------------------------------------------------

Just applied the patch and seems to have done the trick!
Attachment #8569649 - Flags: review?(jsantell) → review+
Thanks Giovanny and Wickie for all the help! Marking this as ready to be checked in.
Keywords: checkin-needed
Wickie congratulations for your first patch! :)
https://hg.mozilla.org/integration/fx-team/rev/6a4698e03d5e

Thanks for the patch, Wickie! One request, please try to include a commit message in your patch when requesting checkin. The link below includes some guidance:
https://developer.mozilla.org/en-US/docs/Developer_Guide/Committing_Rules_and_Responsibilities#Checkin_comment
Keywords: checkin-needed
Whiteboard: [good first bug][lang=css] → [good first bug][lang=css][fixed-in-fx-team]
Sorry about that! Still getting used to the whole process. Thanks for the help guys and I will make sure to do commit messages from here on out.
https://hg.mozilla.org/mozilla-central/rev/6a4698e03d5e
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Whiteboard: [good first bug][lang=css][fixed-in-fx-team] → [good first bug][lang=css]
Target Milestone: --- → Firefox 39
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: