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

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

Issue 2304463002: Converted Observatory vm-view && isolate-view elements (Closed)
Patch Set: Fixed typo 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 import 'dart:async'; 6 import 'dart:async';
7 7
8 import 'package:observatory/app.dart'; 8 import 'package:observatory/app.dart';
9 import 'package:observatory/repositories.dart'; 9 import 'package:observatory/repositories.dart';
10 import 'package:observatory/service_html.dart' show Script; 10 import 'package:observatory/service_html.dart' show Script;
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 script-inset-wrapped button.toggle-profile { 95 script-inset-wrapped button.toggle-profile {
96 background-color: transparent; 96 background-color: transparent;
97 padding: 0; 97 padding: 0;
98 margin: 0; 98 margin: 0;
99 border: none; 99 border: none;
100 position: absolute; 100 position: absolute;
101 display: inline-block; 101 display: inline-block;
102 top: 5px; 102 top: 5px;
103 color: #888888; 103 color: #888888;
104 line-height: 30px; 104 line-height: 30px;
105 font: 400 20px 'Montserrat', sans-serif;
105 } 106 }
106 script-inset-wrapped button.refresh { 107 script-inset-wrapped button.refresh {
107 right: 5px; 108 right: 5px;
108 font-size: 25px; 109 font-size: 25px;
109 } 110 }
110 script-inset-wrapped button.toggle-profile { 111 script-inset-wrapped button.toggle-profile {
111 right: 30px; 112 right: 30px;
112 font-size: 20px; 113 font-size: 20px;
113 } 114 }
114 script-inset-wrapped button.toggle-profile.enabled { 115 script-inset-wrapped button.toggle-profile.enabled {
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 ObservatoryApplication.app.events, 257 ObservatoryApplication.app.events,
257 startPos: _startPos, 258 startPos: _startPos,
258 endPos: _endPos, 259 endPos: _endPos,
259 currentPos: _currentPos, 260 currentPos: _currentPos,
260 inDebuggerContext: _inDebuggerContext ?? false, 261 inDebuggerContext: _inDebuggerContext ?? false,
261 variables: _variables ?? const [], 262 variables: _variables ?? const [],
262 queue: ObservatoryApplication.app.queue) 263 queue: ObservatoryApplication.app.queue)
263 ]; 264 ];
264 } 265 }
265 } 266 }
OLDNEW
« no previous file with comments | « runtime/observatory/lib/src/elements/isolate_view.html ('k') | runtime/observatory/lib/src/elements/service_view.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698