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

Side by Side Diff: runtime/observatory/lib/src/elements/eval_box_wrapper.dart

Issue 2291233002: Converted Observatory instance-view element (Closed)
Patch Set: Addressed comments Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 import 'dart:html'; 5 import 'dart:html';
6 6
7 import 'package:observatory/app.dart'; 7 import 'package:observatory/app.dart';
8 import 'package:observatory/repositories.dart'; 8 import 'package:observatory/repositories.dart';
9 import 'package:observatory/service_html.dart' show HeapObject; 9 import 'package:observatory/service_html.dart' show HeapObject;
10 import 'package:observatory/src/elements/eval_box.dart'; 10 import 'package:observatory/src/elements/eval_box.dart';
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 text-decoration: underline; 62 text-decoration: underline;
63 } 63 }
64 eval-box-wrapped .quicks > button { 64 eval-box-wrapped .quicks > button {
65 background-color: transparent; 65 background-color: transparent;
66 border: none; 66 border: none;
67 color: #0489c3; 67 color: #0489c3;
68 padding: 0; 68 padding: 0;
69 margin-right: 1em; 69 margin-right: 1em;
70 text-decoration: none; 70 text-decoration: none;
71 } 71 }
72 eval-box-wrapped .empathize { 72 eval-box-wrapped .emphasize {
73 font-style: italic; 73 font-style: italic;
74 } 74 }
75 eval-box-wrapped .indent { 75 eval-box-wrapped .indent {
76 margin-left: 1.5em; 76 margin-left: 1.5em;
77 font: 400 14px 'Montserrat', sans-serif; 77 font: 400 14px 'Montserrat', sans-serif;
78 line-height: 150%; 78 line-height: 150%;
79 } 79 }
80 eval-box-wrapped .stackTraceBox { 80 eval-box-wrapped .stackTraceBox {
81 margin-left: 1.5em; 81 margin-left: 1.5em;
82 background-color: #f5f5f5; 82 background-color: #f5f5f5;
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 color: #BB3311; 134 color: #BB3311;
135 } 135 }
136 ''', 136 ''',
137 new EvalBoxElement(_context.isolate, _context, 137 new EvalBoxElement(_context.isolate, _context,
138 new InstanceRepository(), 138 new InstanceRepository(),
139 new EvalRepository(), 139 new EvalRepository(),
140 queue: ObservatoryApplication.app.queue) 140 queue: ObservatoryApplication.app.queue)
141 ]; 141 ];
142 } 142 }
143 } 143 }
OLDNEW
« no previous file with comments | « runtime/observatory/lib/src/elements/css/shared.css ('k') | runtime/observatory/lib/src/elements/icdata_ref.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698