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

Issue 237683004: Disable applyAuthorStyles (Closed)

Created:
6 years, 8 months ago by Cutch
Modified:
6 years, 7 months ago
Reviewers:
turnidge
CC:
reviews_dartlang.org, vm-dev_dartlang.org, turnidge
Visibility:
Public.

Description

Disable applyAuthorStyles This allows us to remove the dependency on bootstrap.css (removal of bootstrap.css from third_party will happen in follow up CL). As a side effect of this, the following changes have occurred: - Removed Google Charts Table from allocation profile pane. - Add a SortedTable view-model (used in allocation profile). - Changes to CPU profile tree view. - Consolidate string formatting utility functions. There is some UI regression (font size is one size too small) that will have to be addressed in follow up CLs.

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Total comments: 34

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Total comments: 2

Patch Set 10 : #

Patch Set 11 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8978 lines, -8765 lines) Patch
M runtime/bin/resources_sources.gypi View 1 2 3 4 5 6 7 8 9 10 1 chunk +48 lines, -59 lines 0 comments Download
M runtime/bin/vmservice/client/deployed/web/favicon.ico View 1 2 3 4 5 6 7 8 9 10 Binary file 0 comments Download
D runtime/bin/vmservice/client/deployed/web/img/isolate_icon.png View 1 2 3 4 5 6 7 8 9 10 Binary file 0 comments Download
M runtime/bin/vmservice/client/deployed/web/index.html View 1 2 3 4 5 6 7 8 9 10 29 chunks +356 lines, -408 lines 0 comments Download
M runtime/bin/vmservice/client/deployed/web/index.html_bootstrap.dart.js View 1 2 3 4 5 6 7 8 9 10 599 chunks +3420 lines, -3405 lines 0 comments Download
D runtime/bin/vmservice/client/deployed/web/index.html_bootstrap.dart.js.map View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -7 lines 0 comments Download
M runtime/bin/vmservice/client/deployed/web/index_devtools.html View 1 2 3 4 5 6 7 8 9 10 29 chunks +356 lines, -407 lines 0 comments Download
M runtime/bin/vmservice/client/deployed/web/index_devtools.html_bootstrap.dart.js View 1 2 3 4 5 6 7 8 9 10 599 chunks +3305 lines, -3309 lines 0 comments Download
D runtime/bin/vmservice/client/deployed/web/index_devtools.html_bootstrap.dart.js.map View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -7 lines 0 comments Download
M runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/breakpoint_list.html View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -3 lines 0 comments Download
M runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/class_ref.html View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/class_view.html View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -22 lines 0 comments Download
M runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/code_ref.html View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/code_view.html View 1 2 3 4 5 6 7 8 9 10 2 chunks +11 lines, -37 lines 0 comments Download
A runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/css/shared.css View 1 2 3 4 5 6 7 8 9 10 1 chunk +168 lines, -0 lines 0 comments Download
runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/error_view.html View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -10 lines 0 comments Download
M runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/field_ref.html View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/field_view.html View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -21 lines 0 comments Download
M runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/function_ref.html View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -3 lines 0 comments Download
M runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/function_view.html View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -22 lines 0 comments Download
runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/heap_map.html View 1 2 3 4 5 6 7 8 9 10 1 chunk +11 lines, -2 lines 0 comments Download
M runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/heap_profile.html View 1 2 3 4 5 6 7 8 9 10 1 chunk +93 lines, -49 lines 0 comments Download
M runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/instance_ref.html View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -14 lines 0 comments Download
M runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/instance_view.html View 1 2 3 4 5 6 7 8 9 10 2 chunks +1 line, -22 lines 0 comments Download
M runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/isolate_profile.html View 1 2 3 4 5 6 7 8 9 10 3 chunks +148 lines, -53 lines 0 comments Download
M runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/isolate_ref.html View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/isolate_summary.html View 1 2 3 4 5 6 7 8 9 10 3 chunks +21 lines, -15 lines 0 comments Download
runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/isolate_view.html View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -19 lines 0 comments Download
M runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/library_ref.html View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/library_view.html View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -21 lines 0 comments Download
runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/nav_bar.html View 1 2 3 4 5 6 7 8 9 10 3 chunks +4 lines, -3 lines 0 comments Download
M runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/script_ref.html View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/service_error_view.html View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -10 lines 0 comments Download
M runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/service_exception_view.html View 1 2 3 4 5 6 7 8 9 10 1 chunk +5 lines, -13 lines 0 comments Download
M runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/stack_frame.html View 1 2 3 4 5 6 7 8 9 10 1 chunk +22 lines, -36 lines 0 comments Download
M runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/stack_trace.html View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -3 lines 0 comments Download
M runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/vm_ref.html View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/vm_view.html View 1 2 3 4 5 6 7 8 9 10 2 chunks +11 lines, -25 lines 0 comments Download
runtime/bin/vmservice/client/lib/app.dart View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
A runtime/bin/vmservice/client/lib/src/app/utils.dart View 1 2 3 4 5 6 7 8 9 1 chunk +125 lines, -0 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/app/view_model.dart View 1 2 3 4 5 6 7 1 chunk +87 lines, -0 lines 0 comments Download
runtime/bin/vmservice/client/lib/src/elements/breakpoint_list.html View 1 chunk +3 lines, -3 lines 0 comments Download
runtime/bin/vmservice/client/lib/src/elements/class_ref.html View 1 chunk +1 line, -1 line 0 comments Download
runtime/bin/vmservice/client/lib/src/elements/class_view.html View 1 2 3 4 5 6 1 chunk +1 line, -22 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/code_ref.html View 1 chunk +1 line, -0 lines 0 comments Download
runtime/bin/vmservice/client/lib/src/elements/code_view.html View 1 2 3 4 5 6 2 chunks +11 lines, -37 lines 0 comments Download
A runtime/bin/vmservice/client/lib/src/elements/css/shared.css View 1 2 3 4 5 6 1 chunk +168 lines, -0 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/error_view.html View 1 2 3 4 5 6 1 chunk +4 lines, -10 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/field_ref.html View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/field_view.html View 1 2 3 4 5 6 1 chunk +1 line, -21 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/function_ref.dart View 1 2 chunks +6 lines, -0 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/function_ref.html View 1 1 chunk +4 lines, -3 lines 0 comments Download
runtime/bin/vmservice/client/lib/src/elements/function_view.html View 1 2 3 4 5 6 1 chunk +1 line, -22 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/heap_map.dart View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/heap_map.html View 1 2 3 4 5 6 7 1 chunk +11 lines, -2 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/heap_profile.dart View 1 2 3 4 5 6 7 8 9 9 chunks +71 lines, -107 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/heap_profile.html View 1 2 3 4 5 6 7 1 chunk +93 lines, -49 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/instance_ref.html View 1 2 3 4 5 6 1 chunk +1 line, -14 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/instance_view.html View 1 2 3 4 5 6 2 chunks +1 line, -22 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/isolate_profile.dart View 1 2 3 4 5 6 7 7 chunks +50 lines, -101 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/isolate_profile.html View 1 2 3 4 5 6 7 8 9 10 3 chunks +148 lines, -53 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/isolate_ref.html View 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/isolate_summary.html View 3 chunks +21 lines, -15 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/isolate_view.html View 1 2 3 4 5 6 1 chunk +1 line, -19 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/library_ref.html View 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/library_view.html View 1 2 3 4 5 6 1 chunk +1 line, -21 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/nav_bar.html View 3 chunks +4 lines, -3 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/observatory_element.dart View 1 2 3 chunks +6 lines, -89 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/script_ref.html View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/service_error_view.html View 1 2 3 4 5 6 1 chunk +4 lines, -10 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/service_exception_view.html View 1 2 3 4 5 6 1 chunk +5 lines, -13 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/stack_frame.html View 1 2 3 4 5 6 1 chunk +22 lines, -36 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/stack_trace.html View 1 2 3 4 5 6 1 chunk +2 lines, -3 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/vm_ref.html View 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/vm_view.html View 1 2 3 4 5 6 2 chunks +3 lines, -25 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/service/object.dart View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/vmservice/client/web/favicon.ico View 1 2 3 4 5 6 7 8 9 10 Binary file 0 comments Download
D runtime/bin/vmservice/client/web/img/isolate_icon.png View 1 2 3 4 5 6 7 8 9 10 Binary file 0 comments Download
M runtime/bin/vmservice/client/web/index.html View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -3 lines 0 comments Download
M runtime/bin/vmservice/client/web/index_devtools.html View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -2 lines 0 comments Download
M runtime/vm/object.cc View 1 2 3 4 5 6 7 8 9 2 chunks +4 lines, -2 lines 0 comments Download
M runtime/vm/profiler.h View 1 2 3 4 5 6 7 2 chunks +9 lines, -1 line 0 comments Download
M runtime/vm/profiler.cc View 1 2 3 4 5 6 7 7 chunks +71 lines, -36 lines 0 comments Download
M runtime/vm/service.cc View 1 2 3 4 5 6 7 8 9 1 chunk +14 lines, -5 lines 0 comments Download
M runtime/vm/symbols.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Cutch
6 years, 8 months ago (2014-04-16 22:18:56 UTC) #1
turnidge
https://codereview.chromium.org/237683004/diff/100001/runtime/bin/vmservice/client/lib/src/app/view_model.dart File runtime/bin/vmservice/client/lib/src/app/view_model.dart (right): https://codereview.chromium.org/237683004/diff/100001/runtime/bin/vmservice/client/lib/src/app/view_model.dart#newcode106 runtime/bin/vmservice/client/lib/src/app/view_model.dart:106: static String toStringFormatter(dynamic v) => v != null ? ...
6 years, 8 months ago (2014-04-17 20:18:54 UTC) #2
Cutch
https://codereview.chromium.org/237683004/diff/100001/runtime/bin/vmservice/client/lib/src/app/view_model.dart File runtime/bin/vmservice/client/lib/src/app/view_model.dart (right): https://codereview.chromium.org/237683004/diff/100001/runtime/bin/vmservice/client/lib/src/app/view_model.dart#newcode106 runtime/bin/vmservice/client/lib/src/app/view_model.dart:106: static String toStringFormatter(dynamic v) => v != null ? ...
6 years, 8 months ago (2014-04-17 22:12:38 UTC) #3
turnidge
lgtm, 1 minor comment https://codereview.chromium.org/237683004/diff/150001/runtime/bin/vmservice/client/lib/src/app/utils.dart File runtime/bin/vmservice/client/lib/src/app/utils.dart (right): https://codereview.chromium.org/237683004/diff/150001/runtime/bin/vmservice/client/lib/src/app/utils.dart#newcode25 runtime/bin/vmservice/client/lib/src/app/utils.dart:25: static String formatCommaSeperated(int v) { ...
6 years, 8 months ago (2014-04-21 22:29:29 UTC) #4
Cutch
https://codereview.chromium.org/237683004/diff/150001/runtime/bin/vmservice/client/lib/src/app/utils.dart File runtime/bin/vmservice/client/lib/src/app/utils.dart (right): https://codereview.chromium.org/237683004/diff/150001/runtime/bin/vmservice/client/lib/src/app/utils.dart#newcode25 runtime/bin/vmservice/client/lib/src/app/utils.dart:25: static String formatCommaSeperated(int v) { On 2014/04/21 22:29:32, turnidge ...
6 years, 8 months ago (2014-04-22 15:03:24 UTC) #5
Cutch
6 years, 7 months ago (2014-05-06 17:08:58 UTC) #6
Message was sent while issue was closed.
This was committed but gclient didn't close this CL or mark the SVN revision of
the commit.

Powered by Google App Engine
This is Rietveld 408576698