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

Issue 810623005: Build Observatory with runtime (Closed)

Created:
6 years ago by Cutch
Modified:
5 years, 11 months ago
Reviewers:
ricow1, turnidge, Ivan Posva
CC:
reviews_dartlang.org, ricow1, turnidge, vm-dev_dartlang.org
Target Ref:
refs/remotes/git-svn
Visibility:
Public.

Description

1) Remove prebuilt Observatory sources 2) Move observatory from runtime/bin/vmservice/observatory to runtime/observatory 3) Add two tools scripts: - tools/run_pub.py (runs pub before SDK is built) - tools/obs_tool.py (helper for get, build, and deploy stages) 4) Build Observatory with runtime: - pub get --offline - pub build - deploy 5) Build artifacts are now in standard output directory, for example, out/DebugIA32/observatory. 6) Add a new 'dart_boostrap' host target (no snapshot, no observatory) that can be used as the Dart executable to run pub when building Observatory. This is behind a build.py flag --use-bootstrap-for-observatory because: - It is only necessary on older Linux distributions that are incompatible with the prebuilt Dart testing executable. - running pub build with the boostrap Debug build is significantly slower. 7) Detect if the prebuilt executable doesn't work and automatically switch to the 'dart_bootstrap' executable. Also, warn the user and provide a Wiki link with more information. R=turnidge@google.com Committed: https://code.google.com/p/dart/source/detail?r=42614

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 6

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+514 lines, -109946 lines) Patch
M WATCHLISTS View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M pkg/pkg.gyp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/bin.gypi View 1 2 3 4 7 chunks +96 lines, -3 lines 0 comments Download
D runtime/bin/vmservice/observatory/.gitignore View 1 2 3 4 1 chunk +0 lines, -3 lines 0 comments Download
D runtime/bin/vmservice/observatory/HACKING.txt View 1 2 3 4 1 chunk +0 lines, -39 lines 0 comments Download
D runtime/bin/vmservice/observatory/README_android View 1 2 3 4 1 chunk +0 lines, -20 lines 0 comments Download
D runtime/bin/vmservice/observatory/bin/server.dart View 1 2 3 4 1 chunk +0 lines, -159 lines 0 comments Download
D runtime/bin/vmservice/observatory/bin/shell.dart View 1 2 3 4 1 chunk +0 lines, -35 lines 0 comments Download
D runtime/bin/vmservice/observatory/deploy.sh View 1 2 3 4 1 chunk +0 lines, -34 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/.gitignore View 1 2 3 4 1 chunk +0 lines, -4 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/favicon.ico View 1 2 3 4 Binary file 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/index.html View 1 2 3 4 1 chunk +0 lines, -4897 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/index.html._data View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/index.html_bootstrap.dart.js View 1 2 3 4 1 chunk +0 lines, -23937 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/index_devtools.html View 1 2 3 4 1 chunk +0 lines, -4897 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/index_devtools.html._data View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/index_devtools.html_bootstrap.dart.js View 1 2 3 4 1 chunk +0 lines, -23937 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/browser/dart.js View 1 2 3 4 1 chunk +0 lines, -32 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/browser/interop.js View 1 2 3 4 1 chunk +0 lines, -9 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/custom_element/custom-elements.debug.js View 1 2 3 4 1 chunk +0 lines, -984 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/custom_element/custom-elements.min.js View 1 2 3 4 1 chunk +0 lines, -28 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/html_import/html_import.debug.js View 1 2 3 4 1 chunk +0 lines, -36 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/html_import/html_import.min.js View 1 2 3 4 1 chunk +0 lines, -28 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/html_import/src/HTMLImports.js View 1 2 3 4 1 chunk +0 lines, -423 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/html_import/src/Parser.js View 1 2 3 4 1 chunk +0 lines, -107 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/html_import/src/boot.js View 1 2 3 4 1 chunk +0 lines, -37 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/html_import/tools/loader/loader.js View 1 2 3 4 1 chunk +0 lines, -101 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/mutation_observer/mutation_observer.js View 1 2 3 4 1 chunk +0 lines, -588 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/mutation_observer/mutation_observer.min.js View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/elements.html View 1 2 3 4 1 chunk +0 lines, -43 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/action_link.html View 1 2 3 4 1 chunk +0 lines, -36 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/breakpoint_list.html View 1 2 3 4 1 chunk +0 lines, -32 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/class_ref.html View 1 2 3 4 1 chunk +0 lines, -8 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/class_tree.html View 1 2 3 4 1 chunk +0 lines, -120 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/class_view.html View 1 2 3 4 1 chunk +0 lines, -201 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/code_ref.html View 1 2 3 4 1 chunk +0 lines, -21 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/code_view.html View 1 2 3 4 1 chunk +0 lines, -170 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/collapsible_content.html View 1 2 3 4 1 chunk +0 lines, -17 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/context_ref.html View 1 2 3 4 1 chunk +0 lines, -33 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/context_view.html View 1 2 3 4 1 chunk +0 lines, -69 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/css/shared.css View 1 2 3 4 1 chunk +0 lines, -253 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/curly_block.html View 1 2 3 4 1 chunk +0 lines, -43 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/debugger.html View 1 2 3 4 1 chunk +0 lines, -226 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/error_ref.html View 1 2 3 4 1 chunk +0 lines, -26 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/error_view.html View 1 2 3 4 1 chunk +0 lines, -20 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/eval_box.html View 1 2 3 4 1 chunk +0 lines, -90 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/eval_link.html View 1 2 3 4 1 chunk +0 lines, -30 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/field_ref.html View 1 2 3 4 1 chunk +0 lines, -25 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/field_view.html View 1 2 3 4 1 chunk +0 lines, -96 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/flag_list.html View 1 2 3 4 1 chunk +0 lines, -54 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/function_ref.html View 1 2 3 4 1 chunk +0 lines, -17 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/function_view.html View 1 2 3 4 1 chunk +0 lines, -124 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/heap_map.html View 1 2 3 4 1 chunk +0 lines, -41 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/heap_profile.html View 1 2 3 4 1 chunk +0 lines, -186 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/img/chromium_icon.png View 1 2 3 4 Binary file 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/img/dart_icon.png View 1 2 3 4 Binary file 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/img/isolate_icon.png View 1 2 3 4 Binary file 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/inbound_reference.html View 1 2 3 4 1 chunk +0 lines, -30 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/instance_ref.html View 1 2 3 4 1 chunk +0 lines, -117 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/instance_view.html View 1 2 3 4 1 chunk +0 lines, -190 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/io_view.html View 1 2 3 4 1 chunk +0 lines, -590 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/isolate_profile.html View 1 2 3 4 1 chunk +0 lines, -192 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/isolate_ref.html View 1 2 3 4 1 chunk +0 lines, -9 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/isolate_summary.html View 1 2 3 4 1 chunk +0 lines, -205 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/isolate_view.html View 1 2 3 4 1 chunk +0 lines, -145 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/json_view.html View 1 2 3 4 1 chunk +0 lines, -13 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/library_ref.html View 1 2 3 4 1 chunk +0 lines, -15 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/library_view.html View 1 2 3 4 1 chunk +0 lines, -144 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/metrics.html View 1 2 3 4 1 chunk +0 lines, -137 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/nav_bar.html View 1 2 3 4 1 chunk +0 lines, -357 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/object_common.html View 1 2 3 4 1 chunk +0 lines, -109 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/object_view.html View 1 2 3 4 1 chunk +0 lines, -32 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/observatory_application.html View 1 2 3 4 1 chunk +0 lines, -8 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/observatory_element.html View 1 2 3 4 1 chunk +0 lines, -6 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/response_viewer.html View 1 2 3 4 1 chunk +0 lines, -10 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/script_inset.html View 1 2 3 4 1 chunk +0 lines, -149 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/script_ref.html View 1 2 3 4 1 chunk +0 lines, -12 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/script_view.html View 1 2 3 4 1 chunk +0 lines, -36 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/service_error_view.html View 1 2 3 4 1 chunk +0 lines, -20 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/service_exception_view.html View 1 2 3 4 1 chunk +0 lines, -23 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/service_ref.html View 1 2 3 4 1 chunk +0 lines, -21 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/service_view.html View 1 2 3 4 1 chunk +0 lines, -112 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/sliding_checkbox.html View 1 2 3 4 1 chunk +0 lines, -90 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/stack_frame.html View 1 2 3 4 1 chunk +0 lines, -42 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/stack_trace.html View 1 2 3 4 1 chunk +0 lines, -33 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/vm_connect.html View 1 2 3 4 1 chunk +0 lines, -96 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/vm_ref.html View 1 2 3 4 1 chunk +0 lines, -10 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/observatory/src/elements/vm_view.html View 1 2 3 4 1 chunk +0 lines, -71 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/polymer/boot.js View 1 2 3 4 1 chunk +0 lines, -133 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/polymer/polymer.html View 1 2 3 4 1 chunk +0 lines, -21 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/polymer/polymer_experimental.html View 1 2 3 4 1 chunk +0 lines, -9 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/polymer/src/build/generated/messages.html View 1 2 3 4 1 chunk +0 lines, -545 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/polymer/src/js/polymer/AUTHORS View 1 2 3 4 1 chunk +0 lines, -9 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/polymer/src/js/polymer/CONTRIBUTING.md View 1 2 3 4 1 chunk +0 lines, -73 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/polymer/src/js/polymer/LICENSE View 1 2 3 4 1 chunk +0 lines, -27 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/polymer/src/js/polymer/PATENTS View 1 2 3 4 1 chunk +0 lines, -23 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/polymer/src/js/polymer/README.md View 1 2 3 4 1 chunk +0 lines, -17 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/polymer/src/js/polymer/bower.json View 1 2 3 4 1 chunk +0 lines, -8 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/polymer/src/js/polymer/build.log View 1 2 3 4 1 chunk +0 lines, -38 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/polymer/src/js/polymer/layout.html View 1 2 3 4 1 chunk +0 lines, -286 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/polymer/src/js/polymer/polymer.html View 1 2 3 4 1 chunk +0 lines, -12 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/polymer/src/js/polymer/polymer.js View 1 2 3 4 1 chunk +0 lines, -11829 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/polymer/src/js/polymer/polymer-body.html View 1 2 3 4 1 chunk +0 lines, -33 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/polymer/src/js/polymer/polymer.min.js View 1 2 3 4 1 chunk +0 lines, -14 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/polymer/src/js/use_native_dartium_shadowdom.js View 1 2 3 4 1 chunk +0 lines, -29 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/shadow_dom/shadow_dom.debug.js View 1 2 3 4 1 chunk +0 lines, -7551 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/shadow_dom/shadow_dom.min.js View 1 2 3 4 1 chunk +0 lines, -3 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/shadow_dom/src/platform/patches-shadowdom-polyfill.js View 1 2 3 4 1 chunk +0 lines, -73 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/shadow_dom/src/platform/patches-shadowdom-polyfill-before.js View 1 2 3 4 1 chunk +0 lines, -13 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/shadow_dom/src/platform/platform-init.js View 1 2 3 4 1 chunk +0 lines, -5 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/template_binding/js/flush.js View 1 2 3 4 1 chunk +0 lines, -97 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/template_binding/js/microtask.js View 1 2 3 4 1 chunk +0 lines, -37 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/template_binding/js/node_bind.js View 1 2 3 4 1 chunk +0 lines, -343 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/template_binding/js/observe.js View 1 2 3 4 1 chunk +0 lines, -1711 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/template_binding/js/patches_mdv.js View 1 2 3 4 1 chunk +0 lines, -58 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/unittest/coverage_controller.js View 1 2 3 4 1 chunk +0 lines, -31 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/unittest/test_controller.js View 1 2 3 4 1 chunk +0 lines, -233 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/web_components/build.log View 1 2 3 4 1 chunk +0 lines, -47 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/web_components/dart_support.js View 1 2 3 4 1 chunk +0 lines, -68 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/web_components/interop_support.html View 1 2 3 4 1 chunk +0 lines, -6 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/web_components/interop_support.js View 1 2 3 4 1 chunk +0 lines, -126 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/web_components/platform.js View 1 2 3 4 1 chunk +0 lines, -16 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/web_components/webcomponents.js View 1 2 3 4 1 chunk +0 lines, -6373 lines 0 comments Download
D runtime/bin/vmservice/observatory/deployed/web/packages/web_components/webcomponents.min.js View 1 2 3 4 1 chunk +0 lines, -14 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/app.dart View 1 2 3 4 1 chunk +0 lines, -26 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/dominator_tree.dart View 1 2 3 4 1 chunk +0 lines, -121 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/elements.dart View 1 2 3 4 1 chunk +0 lines, -51 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/elements.html View 1 2 3 4 1 chunk +0 lines, -43 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/object_graph.dart View 1 2 3 4 1 chunk +0 lines, -120 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/service.dart View 1 2 3 4 1 chunk +0 lines, -15 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/service_common.dart View 1 2 3 4 1 chunk +0 lines, -290 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/service_html.dart View 1 2 3 4 1 chunk +0 lines, -103 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/service_io.dart View 1 2 3 4 1 chunk +0 lines, -66 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/app/application.dart View 1 2 3 4 1 chunk +0 lines, -227 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/app/chart.dart View 1 2 3 4 1 chunk +0 lines, -128 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/app/location_manager.dart View 1 2 3 4 1 chunk +0 lines, -137 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/app/page.dart View 1 2 3 4 1 chunk +0 lines, -245 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/app/settings.dart View 1 2 3 4 1 chunk +0 lines, -45 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/app/target_manager.dart View 1 2 3 4 1 chunk +0 lines, -130 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/app/utils.dart View 1 2 3 4 1 chunk +0 lines, -128 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/app/view_model.dart View 1 2 3 4 1 chunk +0 lines, -213 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/action_link.dart View 1 2 3 4 1 chunk +0 lines, -31 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/action_link.html View 1 2 3 4 1 chunk +0 lines, -36 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/breakpoint_list.dart View 1 2 3 4 1 chunk +0 lines, -21 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/breakpoint_list.html View 1 2 3 4 1 chunk +0 lines, -32 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/class_ref.dart View 1 2 3 4 1 chunk +0 lines, -13 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/class_ref.html View 1 2 3 4 1 chunk +0 lines, -8 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/class_tree.dart View 1 2 3 4 1 chunk +0 lines, -115 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/class_tree.html View 1 2 3 4 1 chunk +0 lines, -120 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/class_view.dart View 1 2 3 4 1 chunk +0 lines, -46 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/class_view.html View 1 2 3 4 1 chunk +0 lines, -201 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/code_ref.dart View 1 2 3 4 1 chunk +0 lines, -21 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/code_ref.html View 1 2 3 4 1 chunk +0 lines, -21 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/code_view.dart View 1 2 3 4 1 chunk +0 lines, -60 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/code_view.html View 1 2 3 4 1 chunk +0 lines, -170 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/context_ref.dart View 1 2 3 4 1 chunk +0 lines, -33 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/context_ref.html View 1 2 3 4 1 chunk +0 lines, -33 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/context_view.dart View 1 2 3 4 1 chunk +0 lines, -21 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/context_view.html View 1 2 3 4 1 chunk +0 lines, -69 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/css/shared.css View 1 2 3 4 1 chunk +0 lines, -253 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/curly_block.dart View 1 2 3 4 1 chunk +0 lines, -39 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/curly_block.html View 1 2 3 4 1 chunk +0 lines, -43 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/debugger.dart View 1 2 3 4 1 chunk +0 lines, -135 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/debugger.html View 1 2 3 4 1 chunk +0 lines, -226 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/error_ref.dart View 1 2 3 4 1 chunk +0 lines, -14 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/error_ref.html View 1 2 3 4 1 chunk +0 lines, -26 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/error_view.dart View 1 2 3 4 1 chunk +0 lines, -17 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/error_view.html View 1 2 3 4 1 chunk +0 lines, -20 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/eval_box.dart View 1 2 3 4 1 chunk +0 lines, -57 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/eval_box.html View 1 2 3 4 1 chunk +0 lines, -90 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/eval_link.dart View 1 2 3 4 1 chunk +0 lines, -34 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/eval_link.html View 1 2 3 4 1 chunk +0 lines, -30 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/field_ref.dart View 1 2 3 4 1 chunk +0 lines, -13 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/field_ref.html View 1 2 3 4 1 chunk +0 lines, -25 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/field_view.dart View 1 2 3 4 1 chunk +0 lines, -19 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/field_view.html View 1 2 3 4 1 chunk +0 lines, -96 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/flag_list.dart View 1 2 3 4 1 chunk +0 lines, -27 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/flag_list.html View 1 2 3 4 1 chunk +0 lines, -54 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/function_ref.dart View 1 2 3 4 1 chunk +0 lines, -15 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/function_ref.html View 1 2 3 4 1 chunk +0 lines, -17 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/function_view.dart View 1 2 3 4 1 chunk +0 lines, -24 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/function_view.html View 1 2 3 4 1 chunk +0 lines, -124 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/heap_map.dart View 1 2 3 4 1 chunk +0 lines, -232 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/heap_map.html View 1 2 3 4 1 chunk +0 lines, -41 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/heap_profile.dart View 1 2 3 4 1 chunk +0 lines, -341 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/heap_profile.html View 1 2 3 4 1 chunk +0 lines, -186 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/img/chromium_icon.png View 1 2 3 4 Binary file 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/img/dart_icon.png View 1 2 3 4 Binary file 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/img/isolate_icon.png View 1 2 3 4 Binary file 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/inbound_reference.dart View 1 2 3 4 1 chunk +0 lines, -47 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/inbound_reference.html View 1 2 3 4 1 chunk +0 lines, -30 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/instance_ref.dart View 1 2 3 4 1 chunk +0 lines, -57 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/instance_ref.html View 1 2 3 4 1 chunk +0 lines, -117 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/instance_view.dart View 1 2 3 4 1 chunk +0 lines, -26 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/instance_view.html View 1 2 3 4 1 chunk +0 lines, -190 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/io_view.dart View 1 2 3 4 1 chunk +0 lines, -283 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/io_view.html View 1 2 3 4 1 chunk +0 lines, -590 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/isolate_profile.dart View 1 2 3 4 1 chunk +0 lines, -210 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/isolate_profile.html View 1 2 3 4 1 chunk +0 lines, -192 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/isolate_ref.dart View 1 2 3 4 1 chunk +0 lines, -13 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/isolate_ref.html View 1 2 3 4 1 chunk +0 lines, -9 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/isolate_summary.dart View 1 2 3 4 1 chunk +0 lines, -114 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/isolate_summary.html View 1 2 3 4 1 chunk +0 lines, -205 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/isolate_view.dart View 1 2 3 4 1 chunk +0 lines, -150 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/isolate_view.html View 1 2 3 4 1 chunk +0 lines, -145 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/json_view.dart View 1 2 3 4 1 chunk +0 lines, -95 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/json_view.html View 1 2 3 4 1 chunk +0 lines, -13 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/library_ref.dart View 1 2 3 4 1 chunk +0 lines, -13 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/library_ref.html View 1 2 3 4 1 chunk +0 lines, -15 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/library_view.dart View 1 2 3 4 1 chunk +0 lines, -31 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/library_view.html View 1 2 3 4 1 chunk +0 lines, -144 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/metrics.dart View 1 2 3 4 1 chunk +0 lines, -199 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/metrics.html View 1 2 3 4 1 chunk +0 lines, -137 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/nav_bar.dart View 1 2 3 4 1 chunk +0 lines, -154 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/nav_bar.html View 1 2 3 4 1 chunk +0 lines, -357 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/object_common.dart View 1 2 3 4 1 chunk +0 lines, -46 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/object_common.html View 1 2 3 4 1 chunk +0 lines, -109 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/object_view.dart View 1 2 3 4 1 chunk +0 lines, -16 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/object_view.html View 1 2 3 4 1 chunk +0 lines, -32 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/observatory_application.dart View 1 2 3 4 1 chunk +0 lines, -30 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/observatory_application.html View 1 2 3 4 1 chunk +0 lines, -8 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/observatory_element.dart View 1 2 3 4 1 chunk +0 lines, -140 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/observatory_element.html View 1 2 3 4 1 chunk +0 lines, -6 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/script_inset.dart View 1 2 3 4 1 chunk +0 lines, -148 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/script_inset.html View 1 2 3 4 1 chunk +0 lines, -149 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/script_ref.dart View 1 2 3 4 1 chunk +0 lines, -66 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/script_ref.html View 1 2 3 4 1 chunk +0 lines, -12 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/script_view.dart View 1 2 3 4 1 chunk +0 lines, -35 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/script_view.html View 1 2 3 4 1 chunk +0 lines, -36 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/service_error_view.dart View 1 2 3 4 1 chunk +0 lines, -17 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/service_error_view.html View 1 2 3 4 1 chunk +0 lines, -20 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/service_exception_view.dart View 1 2 3 4 1 chunk +0 lines, -17 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/service_exception_view.html View 1 2 3 4 1 chunk +0 lines, -23 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/service_ref.dart View 1 2 3 4 1 chunk +0 lines, -140 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/service_ref.html View 1 2 3 4 1 chunk +0 lines, -21 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/service_view.dart View 1 2 3 4 1 chunk +0 lines, -239 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/service_view.html View 1 2 3 4 1 chunk +0 lines, -112 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/sliding_checkbox.dart View 1 2 3 4 1 chunk +0 lines, -21 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/sliding_checkbox.html View 1 2 3 4 1 chunk +0 lines, -90 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/vm_connect.dart View 1 2 3 4 1 chunk +0 lines, -117 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/vm_connect.html View 1 2 3 4 1 chunk +0 lines, -96 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/vm_ref.dart View 1 2 3 4 1 chunk +0 lines, -13 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/vm_ref.html View 1 2 3 4 1 chunk +0 lines, -10 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/vm_view.dart View 1 2 3 4 1 chunk +0 lines, -21 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/elements/vm_view.html View 1 2 3 4 1 chunk +0 lines, -71 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/src/service/object.dart View 1 2 3 4 1 chunk +0 lines, -2744 lines 0 comments Download
D runtime/bin/vmservice/observatory/lib/tracer.dart View 1 2 3 4 1 chunk +0 lines, -97 lines 0 comments Download
D runtime/bin/vmservice/observatory/pubspec.yaml View 1 2 3 4 1 chunk +0 lines, -16 lines 0 comments Download
D runtime/bin/vmservice/observatory/run.sh View 1 2 3 4 1 chunk +0 lines, -25 lines 0 comments Download
D runtime/bin/vmservice/observatory/test/allocations_test.dart View 1 2 3 4 1 chunk +0 lines, -34 lines 0 comments Download
D runtime/bin/vmservice/observatory/test/bad_web_socket_address_test.dart View 1 2 3 4 1 chunk +0 lines, -18 lines 0 comments Download
D runtime/bin/vmservice/observatory/test/classes_test.dart View 1 2 3 4 1 chunk +0 lines, -19 lines 0 comments Download
D runtime/bin/vmservice/observatory/test/contexts_test.dart View 1 2 3 4 1 chunk +0 lines, -119 lines 0 comments Download
D runtime/bin/vmservice/observatory/test/dominator_tree_test.dart View 1 2 3 4 1 chunk +0 lines, -54 lines 0 comments Download
D runtime/bin/vmservice/observatory/test/echo_test.dart View 1 2 3 4 1 chunk +0 lines, -43 lines 0 comments Download
D runtime/bin/vmservice/observatory/test/functions_test.dart View 1 2 3 4 1 chunk +0 lines, -35 lines 0 comments Download
D runtime/bin/vmservice/observatory/test/gc_test.dart View 1 2 3 4 1 chunk +0 lines, -39 lines 0 comments Download
D runtime/bin/vmservice/observatory/test/graph_test.dart View 1 2 3 4 1 chunk +0 lines, -98 lines 0 comments Download
D runtime/bin/vmservice/observatory/test/inbound_references_test.dart View 1 2 3 4 1 chunk +0 lines, -57 lines 0 comments Download
D runtime/bin/vmservice/observatory/test/metrics_test.dart View 1 2 3 4 1 chunk +0 lines, -43 lines 0 comments Download
D runtime/bin/vmservice/observatory/test/mirror_references_test.dart View 1 2 3 4 1 chunk +0 lines, -47 lines 0 comments Download
D runtime/bin/vmservice/observatory/test/string_escaping_test.dart View 1 2 3 4 1 chunk +0 lines, -88 lines 0 comments Download
D runtime/bin/vmservice/observatory/test/test_helper.dart View 1 2 3 4 1 chunk +0 lines, -104 lines 0 comments Download
D runtime/bin/vmservice/observatory/test/vm_metrics_test.dart View 1 2 3 4 1 chunk +0 lines, -39 lines 0 comments Download
D runtime/bin/vmservice/observatory/test/vm_test.dart View 1 2 3 4 1 chunk +0 lines, -16 lines 0 comments Download
D runtime/bin/vmservice/observatory/test/weak_properties_test.dart View 1 2 3 4 1 chunk +0 lines, -64 lines 0 comments Download
D runtime/bin/vmservice/observatory/tests/ui/inspector.dart View 1 2 3 4 1 chunk +0 lines, -163 lines 0 comments Download
D runtime/bin/vmservice/observatory/tests/ui/inspector.txt View 1 2 3 4 1 chunk +0 lines, -5 lines 0 comments Download
D runtime/bin/vmservice/observatory/tests/ui/retainingPath.dart View 1 2 3 4 1 chunk +0 lines, -17 lines 0 comments Download
D runtime/bin/vmservice/observatory/tests/ui/retainingPath.txt View 1 2 3 4 1 chunk +0 lines, -18 lines 0 comments Download
D runtime/bin/vmservice/observatory/web/favicon.ico View 1 2 3 4 Binary file 0 comments Download
D runtime/bin/vmservice/observatory/web/index.html View 1 2 3 4 1 chunk +0 lines, -17 lines 0 comments Download
D runtime/bin/vmservice/observatory/web/index_devtools.html View 1 2 3 4 1 chunk +0 lines, -17 lines 0 comments Download
D runtime/bin/vmservice/observatory/web/main.dart View 1 2 3 4 1 chunk +0 lines, -31 lines 0 comments Download
D runtime/bin/vmservice/vmservice.status View 1 2 3 4 1 chunk +0 lines, -11 lines 0 comments Download
M runtime/bin/vmservice_impl.h View 1 2 3 4 1 chunk +1 line, -2 lines 0 comments Download
M runtime/bin/vmservice_impl.cc View 1 2 3 4 3 chunks +8 lines, -9 lines 0 comments Download
M runtime/dart-runtime.gyp View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A + runtime/observatory/.gitignore View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A + runtime/observatory/README_android View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/bin/server.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/bin/shell.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/app.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/dominator_tree.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/elements.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/elements.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/object_graph.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/service.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/service_common.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/service_html.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/service_io.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/app/application.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/app/chart.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/app/location_manager.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/app/page.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/app/settings.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/app/target_manager.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/app/utils.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/app/view_model.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/action_link.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/action_link.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/breakpoint_list.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/breakpoint_list.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/class_ref.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/class_ref.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/class_tree.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/class_tree.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/class_view.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/class_view.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/code_ref.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/code_ref.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/code_view.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/code_view.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/context_ref.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/context_ref.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/context_view.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/context_view.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/css/shared.css View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/curly_block.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/curly_block.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/debugger.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/debugger.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/error_ref.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/error_ref.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/error_view.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/error_view.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/eval_box.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/eval_box.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/eval_link.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/eval_link.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/field_ref.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/field_ref.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/field_view.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/field_view.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/flag_list.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/flag_list.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/function_ref.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/function_ref.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/function_view.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/function_view.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/heap_map.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/heap_map.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/heap_profile.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/heap_profile.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/img/chromium_icon.png View 1 2 3 4 Binary file 0 comments Download
A + runtime/observatory/lib/src/elements/img/dart_icon.png View 1 2 3 4 Binary file 0 comments Download
A + runtime/observatory/lib/src/elements/img/isolate_icon.png View 1 2 3 4 Binary file 0 comments Download
A + runtime/observatory/lib/src/elements/inbound_reference.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/inbound_reference.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/instance_ref.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/instance_ref.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/instance_view.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/instance_view.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/io_view.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/io_view.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/isolate_profile.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/isolate_profile.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/isolate_ref.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/isolate_ref.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/isolate_summary.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/isolate_summary.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/isolate_view.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/isolate_view.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/json_view.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/json_view.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/library_ref.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/library_ref.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/library_view.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/library_view.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/metrics.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/metrics.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/nav_bar.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/nav_bar.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/object_common.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/object_common.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/object_view.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/object_view.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/observatory_application.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/observatory_application.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/observatory_element.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/observatory_element.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/script_inset.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/script_inset.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/script_ref.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/script_ref.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/script_view.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/script_view.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/service_error_view.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/service_error_view.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/service_exception_view.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/service_exception_view.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/service_ref.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/service_ref.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/service_view.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/service_view.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/sliding_checkbox.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/sliding_checkbox.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/vm_connect.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/vm_connect.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/vm_ref.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/vm_ref.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/vm_view.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/elements/vm_view.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/src/service/object.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/lib/tracer.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A runtime/observatory/maintainers/.gitignore View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
A + runtime/observatory/maintainers/pubspec.template View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A runtime/observatory/maintainers/snapshot_dependencies.sh View 1 2 3 4 1 chunk +62 lines, -0 lines 0 comments Download
A runtime/observatory/observatory.gypi View 1 2 3 4 1 chunk +225 lines, -0 lines 0 comments Download
A + runtime/observatory/observatory.status View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A runtime/observatory/pubspec.yaml View 1 2 3 4 1 chunk +69 lines, -0 lines 0 comments Download
A + runtime/observatory/run.sh View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/test/allocations_test.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/test/bad_web_socket_address_test.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/test/classes_test.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/test/contexts_test.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/test/dominator_tree_test.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/test/echo_test.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/test/functions_test.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/test/gc_test.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/test/graph_test.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/test/inbound_references_test.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/test/metrics_test.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/test/mirror_references_test.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/test/string_escaping_test.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/test/test_helper.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/test/vm_metrics_test.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/test/vm_test.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/test/weak_properties_test.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/tests/ui/inspector.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/tests/ui/inspector.txt View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/tests/ui/retainingPath.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/tests/ui/retainingPath.txt View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/web/favicon.ico View 1 2 3 4 Binary file 0 comments Download
A + runtime/observatory/web/index.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/web/index_devtools.html View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/web/main.dart View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
M runtime/tools/create_resources.py View 1 2 3 4 5 chunks +7 lines, -5 lines 0 comments Download
M tools/build.py View 1 2 3 4 3 chunks +8 lines, -1 line 0 comments Download
A + tools/canary.dart View 1 2 3 4 1 chunk +4 lines, -4 lines 0 comments Download
A tools/observatory_tool.py View 1 2 3 4 1 chunk +91 lines, -0 lines 0 comments Download
A tools/run_pub.py View 1 2 3 4 1 chunk +82 lines, -0 lines 0 comments Download
M tools/testing/dart/test_configurations.dart View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M tools/testing/dart/test_suite.dart View 1 2 3 4 2 chunks +2 lines, -3 lines 0 comments Download

Messages

Total messages: 12 (3 generated)
Cutch
6 years ago (2014-12-16 19:25:41 UTC) #2
Cutch
PTAL
6 years ago (2014-12-19 19:42:38 UTC) #3
ricow1
One question: Will this actually give a meaningful error if you are on a platform ...
6 years ago (2014-12-21 18:38:32 UTC) #5
Cutch
On 2014/12/21 18:38:32, ricow1 wrote: > One question: > Will this actually give a meaningful ...
5 years, 11 months ago (2015-01-05 19:03:40 UTC) #6
turnidge
DBC https://codereview.chromium.org/810623005/diff/30001/runtime/observatory/maintainers/snapshot_dependencies.sh File runtime/observatory/maintainers/snapshot_dependencies.sh (right): https://codereview.chromium.org/810623005/diff/30001/runtime/observatory/maintainers/snapshot_dependencies.sh#newcode44 runtime/observatory/maintainers/snapshot_dependencies.sh:44: #grep "^name\|^version" $ACTUAL_PATH/../pubspec.yaml > $OUTPUT_BASE/$i/pubspec.yaml Commented line (you ...
5 years, 11 months ago (2015-01-05 21:05:55 UTC) #8
turnidge
LGTM w/ comments
5 years, 11 months ago (2015-01-05 21:06:17 UTC) #9
Cutch
https://codereview.chromium.org/810623005/diff/30001/runtime/observatory/maintainers/snapshot_dependencies.sh File runtime/observatory/maintainers/snapshot_dependencies.sh (right): https://codereview.chromium.org/810623005/diff/30001/runtime/observatory/maintainers/snapshot_dependencies.sh#newcode44 runtime/observatory/maintainers/snapshot_dependencies.sh:44: #grep "^name\|^version" $ACTUAL_PATH/../pubspec.yaml > $OUTPUT_BASE/$i/pubspec.yaml On 2015/01/05 21:05:55, turnidge ...
5 years, 11 months ago (2015-01-05 21:20:19 UTC) #10
Cutch
5 years, 11 months ago (2015-01-05 21:20:28 UTC) #11
Cutch
5 years, 11 months ago (2015-01-05 21:29:13 UTC) #12
Message was sent while issue was closed.
Committed patchset #5 (id:40001) manually as 42614 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698