Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(511)

Issue 1250853006: Logging page (Closed)

Created:
5 years, 5 months ago by Cutch
Modified:
5 years, 5 months ago
Reviewers:
rmacnak
CC:
reviews_dartlang.org, turnidge, rmacnak, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Logging page - Per isolate logging page. - Drop down to control log level threshold. - Console area where messages are displayed. - UI test. R=rmacnak@google.com Committed: https://github.com/dart-lang/sdk/commit/d3154f4247220aae21551b0b9c406dd965722045

Patch Set 1 #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+347 lines, -0 lines) Patch
M runtime/observatory/lib/elements.dart View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/observatory/lib/elements.html View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/observatory/lib/src/app/application.dart View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/observatory/lib/src/app/page.dart View 1 chunk +16 lines, -0 lines 0 comments Download
M runtime/observatory/lib/src/elements/isolate_summary.html View 1 chunk +5 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/elements/logging.dart View 1 2 1 chunk +202 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/elements/logging.html View 1 2 1 chunk +77 lines, -0 lines 0 comments Download
M runtime/observatory/lib/utils.dart View 1 chunk +7 lines, -0 lines 0 comments Download
M runtime/observatory/observatory_sources.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
A runtime/observatory/tests/ui/log.dart View 1 chunk +29 lines, -0 lines 0 comments Download
A runtime/observatory/tests/ui/log.txt View 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
Cutch
5 years, 5 months ago (2015-07-21 23:18:14 UTC) #2
rmacnak
LGTM w/c For later we should also consider whether logging events should also appear in ...
5 years, 5 months ago (2015-07-22 00:29:27 UTC) #3
Cutch
Committed patchset #3 (id:40001) manually as d3154f4247220aae21551b0b9c406dd965722045 (presubmit successful).
5 years, 5 months ago (2015-07-22 21:33:19 UTC) #4
Cutch
5 years, 5 months ago (2015-07-22 21:33:32 UTC) #5
Message was sent while issue was closed.
https://codereview.chromium.org/1250853006/diff/20001/runtime/observatory/lib...
File runtime/observatory/lib/src/elements/logging.dart (right):

https://codereview.chromium.org/1250853006/diff/20001/runtime/observatory/lib...
runtime/observatory/lib/src/elements/logging.dart:141: if (lastElement != null)
{
On 2015/07/22 00:29:26, rmacnak wrote:
> Should only scroll if already positioned at the end so one can scroll up
without
> having to fight the new output.

Done.

https://codereview.chromium.org/1250853006/diff/20001/runtime/observatory/lib...
runtime/observatory/lib/src/elements/logging.dart:148: assert(event.kind ==
VM.kLoggingStream);
On 2015/07/22 00:29:26, rmacnak wrote:
> Isolate.kLoggingStream

Done.

https://codereview.chromium.org/1250853006/diff/20001/runtime/observatory/lib...
File runtime/observatory/lib/src/elements/logging.html (right):

https://codereview.chromium.org/1250853006/diff/20001/runtime/observatory/lib...
runtime/observatory/lib/src/elements/logging.html:64: <select
id="severityLevelSelector" value="{{ severityLevel }}"></select>
On 2015/07/22 00:29:26, rmacnak wrote:
> This results in a very-vertically-stretched box left of the messages.
> It would be better the put the select above the messages with a label.
> 
> <div>Log filter: <select ...></select></div>
> <div id=log></div>

Done.

Powered by Google App Engine
This is Rietveld 408576698