Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upfixes #5232, more console log levels sent to devtools #6193
Conversation
highfive
commented
May 27, 2015
|
Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @metajack (or someone else) soon. |
hoppipolla-critic-bot
commented
May 27, 2015
|
Critic review: https://critic.hoppipolla.co.uk/r/5107 This is an external review system which you may optionally use for the code review of your pull request. In order to help critic track your changes, please do not make in-place history rewrites (e.g. via |
|
I believe http://mxr.mozilla.org/mozilla-central/source/dom/base/Console.cpp#804 is the full set of levels. |
|
@jdm thanks! I'll switch to sending ( Is there a more idiomatic way to serialize the |
|
Not that I can think of. |
|
Looks ok to me, did you want to add something more or did something needs to be fixed, @j3parker? You can always implement the rest as a follow-up. -S-awaiting-review +S-needs-squash Review status:
Comments from the review on Reviewable.io |
|
Yep, a+ work. Thanks! |
|
I'm done as far as I know :) I squashed, thanks. |
|
@bors-servo: r=nox |
|
|
fixes #5232 The correct styling shows up in the Firefox devtools (e.g. a caution symbol beside warning messages.) I couldn't quickly find the corresponding Firefox code that handles log-levels so the values I'm sending are "guesses" (but they work seem to work.) I'll look today because I'm sending "log" for Debug-level, Error for failed asserts etc. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6193) <!-- Reviewable:end -->
|
|
|
Urg, I think I messed up while rebasing. Give me a second to see what happened. |
|
|
@nox yup, didn't mean to commit that :P build passes locally now. |
|
@bors-servo: r=nox |
|
|
fixes #5232 The correct styling shows up in the Firefox devtools (e.g. a caution symbol beside warning messages.) I couldn't quickly find the corresponding Firefox code that handles log-levels so the values I'm sending are "guesses" (but they work seem to work.) I'll look today because I'm sending "log" for Debug-level, Error for failed asserts etc. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6193) <!-- Reviewable:end -->
|
|
|
@bors-servo: retry |
j3parker commentedMay 27, 2015
fixes #5232
The correct styling shows up in the Firefox devtools (e.g. a caution symbol beside warning messages.)
I couldn't quickly find the corresponding Firefox code that handles log-levels so the values I'm sending are "guesses" (but they work seem to work.) I'll look today because I'm sending "log" for Debug-level, Error for failed asserts etc.