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 upImplemented `GetCachedMessages` #6168
Conversation
highfive
commented
May 23, 2015
|
Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @larsbergstrom (or someone else) soon. |
hoppipolla-critic-bot
commented
May 23, 2015
|
Critic review: https://critic.hoppipolla.co.uk/r/5087 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 |
|
Ooh, thanks! I'll take a look through this on Monday! |
|
|
|
-S-awaiting-review +S-needs-code-changes +S-needs-rebase Review status: all files reviewed, 4 unresolved discussions, all commit checks successful.
components/devtools/actors/console.rs, line 90 [r1] (raw file): components/devtools_traits/lib.rs, line 159 [r1] (raw file): components/devtools_traits/lib.rs, line 182 [r1] (raw file): components/script/devtools.rs, line 144 [r1] (raw file): Comments from the review on Reviewable.io |
|
Review status: all files reviewed, 4 unresolved discussions, all commit checks successful. components/devtools/actors/console.rs, line 90 [r1] (raw file): components/devtools_traits/lib.rs, line 159 [r1] (raw file): How do you decide where to move these types? I moved them because it saved me an import statement and they aren't currently used. The ConsoleMessage type above doesn't conform to what we need here (there seems to be a bit of a mess here, since there is also ConsoleMsg, yet another type). components/script/devtools.rs, line 144 [r1] (raw file): Comments from the review on Reviewable.io |
|
Review status: all files reviewed, 4 unresolved discussions, all commit checks successful. components/devtools_traits/lib.rs, line 182 [r1] (raw file): Comments from the review on Reviewable.io |
|
Review status: all files reviewed, 3 unresolved discussions, all commit checks successful. components/devtools_traits/lib.rs, line 159 [r1] (raw file): components/devtools_traits/lib.rs, line 182 [r1] (raw file): Comments from the review on Reviewable.io |
|
Review status: 1 of 6 files reviewed, 1 unresolved discussion, all commit checks successful. components/devtools/actors/console.rs, line 90 [r1] (raw file): Comments from the review on Reviewable.io |
|
-S-awaiting-review +S-needs-code-changes Review status: all files reviewed, 1 unresolved discussion, all commit checks successful.
components/devtools/actors/console.rs, line 91 [r2] (raw file): Comments from the review on Reviewable.io |
|
Review status: all files reviewed, 1 unresolved discussion, all commit checks successful. components/devtools/actors/console.rs, line 91 [r2] (raw file): Comments from the review on Reviewable.io |
|
Go ahead and squash these together! Review status:
Comments from the review on Reviewable.io |
|
Done! Review status: all files reviewed, all discussions resolved, some commit checks pending. Comments from the review on Reviewable.io |
|
@bors-servo: r+ |
|
|
Rebase of #4175, closes #4175. r? @jdm <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6168) <!-- Reviewable:end -->
tamird commentedMay 23, 2015
Rebase of #4175, closes #4175. r? @jdm