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

Issue 2119733003: Wrapping leaf nodes in non polymer elements (Closed)

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

Description

Wrapping leaf nodes in non polymer elements If plan is accepted I think a first CL should contain just the support classes while each control should live in its own CL.

Patch Set 1 #

Total comments: 1

Patch Set 2 : Refactoring and managing isolate update #

Patch Set 3 : Partially tested curly-block #

Patch Set 4 : Completed curly-block tests #

Patch Set 5 : Fixed CSS leak on firefox #

Total comments: 16

Patch Set 6 : Removed dead components #

Patch Set 7 : Converted error-ref tag #

Total comments: 21

Patch Set 8 : Moved to asynchronous rendering #

Patch Set 9 : Force rendering phase to be synchronized with the AnimationFrame #

Patch Set 10 : Refactoring and first Asynchronous rendering #

Patch Set 11 : Converted script-link #

Total comments: 2

Patch Set 12 : Batch rendering #

Patch Set 13 : Refactoring #

Patch Set 14 : Major Refactoring. Ported full nav-notify #

Patch Set 15 : Restored previous notification remove behavior #

Patch Set 16 : Converted Element streams to broadcast #

Patch Set 17 : Converted nav-refresh #

Patch Set 18 : Converted nav-menu-item #

Patch Set 19 : Converted nav-menu #

Patch Set 20 : Fixed initialization of static attributes #

Patch Set 21 : Converted top-nav-menu #

Patch Set 22 : Converted isolate-nav-menu #

Patch Set 23 : Converted library-nav-menu #

Patch Set 24 : Converted class-nav-menu #

Patch Set 25 : Converted vm-nam-menu #

Patch Set 26 : Optimized rendering queue management #

Patch Set 27 : Discarding awaiting rendering operations for components that are not attached to the dom #

Patch Set 28 : Converted nav-bar #

Patch Set 29 : Converted vm-connect #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5088 lines, -2043 lines) Patch
M runtime/observatory/lib/app.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 2 chunks +6 lines, -3 lines 0 comments Download
M runtime/observatory/lib/elements.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 4 chunks +103 lines, -7 lines 0 comments Download
M runtime/observatory/lib/elements.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 4 chunks +0 lines, -8 lines 0 comments Download
A runtime/observatory/lib/mocks.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +19 lines, -0 lines 0 comments Download
A runtime/observatory/lib/models.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +32 lines, -0 lines 0 comments Download
A runtime/observatory/lib/repositories.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +18 lines, -0 lines 0 comments Download
M runtime/observatory/lib/service.dart View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M runtime/observatory/lib/service_common.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 2 chunks +3 lines, -1 line 0 comments Download
M runtime/observatory/lib/src/app/application.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 9 chunks +38 lines, -38 lines 0 comments Download
M runtime/observatory/lib/src/app/location_manager.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +5 lines, -5 lines 0 comments Download
A runtime/observatory/lib/src/app/notification.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +115 lines, -0 lines 0 comments Download
M runtime/observatory/lib/src/app/page.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 2 chunks +6 lines, -2 lines 0 comments Download
D runtime/observatory/lib/src/app/settings.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +0 lines, -45 lines 0 comments Download
D runtime/observatory/lib/src/app/target_manager.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +0 lines, -130 lines 0 comments Download
A runtime/observatory/lib/src/elements/any_service_ref_wrapper.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +102 lines, -0 lines 0 comments Download
M runtime/observatory/lib/src/elements/class_ref.html View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/observatory/lib/src/elements/class_tree.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 chunks +1 line, -1 line 0 comments Download
M runtime/observatory/lib/src/elements/class_view.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 chunks +1 line, -4 lines 0 comments Download
M runtime/observatory/lib/src/elements/code_view.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 chunks +5 lines, -5 lines 0 comments Download
M runtime/observatory/lib/src/elements/context_ref.html View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/observatory/lib/src/elements/context_view.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 chunks +1 line, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/cpu_profile.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 chunks +3 lines, -4 lines 0 comments Download
M runtime/observatory/lib/src/elements/css/shared.css View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 3 chunks +163 lines, -0 lines 0 comments Download
M runtime/observatory/lib/src/elements/curly_block.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +105 lines, -34 lines 0 comments Download
D runtime/observatory/lib/src/elements/curly_block.html View 1 chunk +0 lines, -44 lines 0 comments Download
A runtime/observatory/lib/src/elements/curly_block_wrapper.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +109 lines, -0 lines 0 comments Download
M runtime/observatory/lib/src/elements/debugger.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 4 chunks +6 lines, -5 lines 0 comments Download
M runtime/observatory/lib/src/elements/debugger.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 chunks +6 lines, -5 lines 0 comments Download
M runtime/observatory/lib/src/elements/error_ref.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +36 lines, -4 lines 0 comments Download
M runtime/observatory/lib/src/elements/error_ref.html View 1 2 3 4 5 6 1 chunk +0 lines, -26 lines 0 comments Download
A runtime/observatory/lib/src/elements/error_ref_wrapper.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +57 lines, -0 lines 0 comments Download
M runtime/observatory/lib/src/elements/error_view.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 chunk +1 line, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/eval_box.html View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M runtime/observatory/lib/src/elements/eval_link.html View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M runtime/observatory/lib/src/elements/field_view.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 chunks +3 lines, -4 lines 0 comments Download
M runtime/observatory/lib/src/elements/flag_list.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/observatory/lib/src/elements/function_view.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 chunks +3 lines, -4 lines 0 comments Download
M runtime/observatory/lib/src/elements/general_error.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 chunks +1 line, -1 line 0 comments Download
M runtime/observatory/lib/src/elements/heap_map.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 chunks +1 line, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/heap_profile.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 chunks +1 line, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/heap_snapshot.dart View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M runtime/observatory/lib/src/elements/heap_snapshot.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 chunks +3 lines, -3 lines 0 comments Download
A runtime/observatory/lib/src/elements/helpers/rendering_queue.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +44 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/elements/helpers/rendering_scheduler.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +88 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/elements/helpers/tag.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +32 lines, -0 lines 0 comments Download
M runtime/observatory/lib/src/elements/icdata_view.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 4 chunks +3 lines, -3 lines 0 comments Download
M runtime/observatory/lib/src/elements/inbound_reference.html View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/observatory/lib/src/elements/instance_ref.html View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/observatory/lib/src/elements/instance_view.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 chunks +1 line, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/instructions_view.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 3 chunks +2 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/io_view.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 chunks +1 line, -1 line 0 comments Download
M runtime/observatory/lib/src/elements/isolate_reconnect.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 chunks +1 line, -1 line 0 comments Download
M runtime/observatory/lib/src/elements/isolate_ref.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +59 lines, -4 lines 0 comments Download
D runtime/observatory/lib/src/elements/isolate_ref.html View 1 chunk +0 lines, -9 lines 0 comments Download
A runtime/observatory/lib/src/elements/isolate_ref_wrapper.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +78 lines, -0 lines 0 comments Download
M runtime/observatory/lib/src/elements/isolate_summary.html View 1 2 3 4 5 6 7 1 chunk +0 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/isolate_view.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 chunks +3 lines, -5 lines 0 comments Download
M runtime/observatory/lib/src/elements/json_view.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 chunk +1 line, -1 line 0 comments Download
M runtime/observatory/lib/src/elements/library_ref.html View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/observatory/lib/src/elements/library_view.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 chunks +3 lines, -5 lines 0 comments Download
M runtime/observatory/lib/src/elements/logging.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 chunks +3 lines, -4 lines 0 comments Download
M runtime/observatory/lib/src/elements/megamorphiccache_view.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 4 chunks +5 lines, -4 lines 0 comments Download
M runtime/observatory/lib/src/elements/metrics.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 chunks +3 lines, -3 lines 0 comments Download
A runtime/observatory/lib/src/elements/nav/bar.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +83 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/elements/nav/class_menu.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +67 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/elements/nav/class_menu_wrapper.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +54 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/elements/nav/isolate_menu.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +109 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/elements/nav/isolate_menu_wrapper.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +79 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/elements/nav/library_menu.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +67 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/elements/nav/library_menu_wrapper.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +54 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/elements/nav/menu.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 chunk +131 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/elements/nav/menu_item.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +114 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/elements/nav/menu_item_wrapper.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +54 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/elements/nav/menu_wrapper.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +61 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/elements/nav/notify.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +83 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/elements/nav/notify_event.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +215 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/elements/nav/notify_exception.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +125 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/elements/nav/notify_wrapper.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +53 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/elements/nav/refresh.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +91 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/elements/nav/refresh_wrapper.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +63 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/elements/nav/top_menu.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +62 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/elements/nav/top_menu_wrapper.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +46 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/elements/nav/vm_menu.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +101 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/elements/nav/vm_menu_wrapper.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +53 lines, -0 lines 0 comments Download
M runtime/observatory/lib/src/elements/nav_bar.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 chunk +0 lines, -164 lines 0 comments Download
M runtime/observatory/lib/src/elements/nav_bar.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 chunk +0 lines, -486 lines 0 comments Download
M runtime/observatory/lib/src/elements/object_common.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 chunk +0 lines, -1 line 0 comments Download
M runtime/observatory/lib/src/elements/object_view.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 chunks +1 line, -1 line 0 comments Download
M runtime/observatory/lib/src/elements/objectpool_view.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 3 chunks +2 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/objectstore_view.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 chunks +1 line, -4 lines 0 comments Download
M runtime/observatory/lib/src/elements/persistent_handles.dart View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/persistent_handles.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 chunks +3 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/ports.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 chunks +3 lines, -2 lines 0 comments Download
M runtime/observatory/lib/src/elements/script_inset.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 3 chunks +4 lines, -4 lines 0 comments Download
M runtime/observatory/lib/src/elements/script_ref.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +37 lines, -54 lines 0 comments Download
D runtime/observatory/lib/src/elements/script_ref.html View 1 2 3 4 5 6 7 1 chunk +0 lines, -22 lines 0 comments Download
A runtime/observatory/lib/src/elements/script_ref_wrapper.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +48 lines, -0 lines 0 comments Download
M runtime/observatory/lib/src/elements/script_view.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/observatory/lib/src/elements/service_ref.dart View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +0 lines, -86 lines 0 comments Download
M runtime/observatory/lib/src/elements/service_ref.html View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -3 lines 0 comments Download
M runtime/observatory/lib/src/elements/service_view.html View 1 chunk +1 line, -1 line 0 comments Download
A runtime/observatory/lib/src/elements/shims/binding.dart View 1 2 3 4 5 6 7 8 9 10 1 chunk +60 lines, -0 lines 0 comments Download
D runtime/observatory/lib/src/elements/sliding_checkbox.dart View 1 2 3 4 5 1 chunk +0 lines, -21 lines 0 comments Download
D runtime/observatory/lib/src/elements/sliding_checkbox.html View 1 2 3 4 5 1 chunk +0 lines, -90 lines 0 comments Download
A runtime/observatory/lib/src/elements/source_link.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +76 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/elements/source_link_wrapper.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +50 lines, -0 lines 0 comments Download
M runtime/observatory/lib/src/elements/timeline_page.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 chunks +5 lines, -3 lines 0 comments Download
M runtime/observatory/lib/src/elements/view_footer.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +38 lines, -5 lines 0 comments Download
D runtime/observatory/lib/src/elements/view_footer.html View 1 chunk +0 lines, -23 lines 0 comments Download
M runtime/observatory/lib/src/elements/vm_connect.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +145 lines, -79 lines 0 comments Download
M runtime/observatory/lib/src/elements/vm_connect.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +0 lines, -87 lines 0 comments Download
A runtime/observatory/lib/src/elements/vm_connect_target.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +101 lines, -0 lines 0 comments Download
D runtime/observatory/lib/src/elements/vm_ref.dart View 1 2 3 4 5 1 chunk +0 lines, -13 lines 0 comments Download
D runtime/observatory/lib/src/elements/vm_ref.html View 1 2 3 4 5 1 chunk +0 lines, -10 lines 0 comments Download
M runtime/observatory/lib/src/elements/vm_view.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 chunks +1 line, -4 lines 0 comments Download
A runtime/observatory/lib/src/mocks/exceptions/connection_exception.dart View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +11 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/mocks/objects/error.dart View 1 2 3 4 5 6 7 8 9 1 chunk +20 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/mocks/objects/event.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +139 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/mocks/objects/isolate.dart View 1 2 3 4 5 6 7 8 9 1 chunk +24 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/mocks/objects/script.dart View 1 2 3 4 5 6 7 8 9 1 chunk +32 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/mocks/objects/source_location.dart View 1 2 3 4 5 6 7 8 9 10 1 chunk +13 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/mocks/repositories/dump.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +15 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/mocks/repositories/script.dart View 1 2 3 4 5 6 7 8 9 1 chunk +19 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/models/exceptions.dart View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +49 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/models/objects/breakpoint.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +13 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/models/objects/class.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +57 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/models/objects/error.dart View 1 2 3 4 5 6 7 8 9 1 chunk +27 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/models/objects/event.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +75 lines, -0 lines 0 comments Download
A + runtime/observatory/lib/src/models/objects/extension_data.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3 lines, -5 lines 0 comments Download
A + runtime/observatory/lib/src/models/objects/frame.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3 lines, -3 lines 0 comments Download
A + runtime/observatory/lib/src/models/objects/instance.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3 lines, -5 lines 0 comments Download
A runtime/observatory/lib/src/models/objects/isolate.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +16 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/models/objects/library.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +33 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/models/objects/notification.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +17 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/models/objects/object.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +12 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/models/objects/script.dart View 1 2 3 4 5 6 7 8 9 1 chunk +22 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/models/objects/source_location.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +14 lines, -0 lines 0 comments Download
A + runtime/observatory/lib/src/models/objects/target.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +4 lines, -4 lines 0 comments Download
A + runtime/observatory/lib/src/models/objects/timeline_event.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3 lines, -5 lines 0 comments Download
A runtime/observatory/lib/src/models/objects/vm.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +34 lines, -0 lines 0 comments Download
A + runtime/observatory/lib/src/models/repositories/dump.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +4 lines, -4 lines 0 comments Download
A runtime/observatory/lib/src/models/repositories/notification.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +16 lines, -0 lines 0 comments Download
A + runtime/observatory/lib/src/models/repositories/script.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -2 lines 0 comments Download
A runtime/observatory/lib/src/models/repositories/target.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +19 lines, -0 lines 0 comments Download
A + runtime/observatory/lib/src/models/repository.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +4 lines, -4 lines 0 comments Download
A runtime/observatory/lib/src/repositories/notification.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +43 lines, -0 lines 0 comments Download
A runtime/observatory/lib/src/repositories/script.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +15 lines, -0 lines 0 comments Download
A + runtime/observatory/lib/src/repositories/settings.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 3 chunks +6 lines, -6 lines 0 comments Download
A runtime/observatory/lib/src/repositories/target.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +102 lines, -0 lines 0 comments Download
M runtime/observatory/lib/src/service/object.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 14 chunks +20 lines, -12 lines 0 comments Download
A + runtime/observatory/tests/manual_ui/inspector.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/tests/manual_ui/inspector.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/tests/manual_ui/inspector_part.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/tests/manual_ui/log.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/tests/manual_ui/log.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/tests/manual_ui/retainingPath.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + runtime/observatory/tests/manual_ui/retainingPath.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A runtime/observatory/tests/observatory_ui/curly_block/element_test.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +179 lines, -0 lines 0 comments Download
A + runtime/observatory/tests/observatory_ui/curly_block/element_test.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +0 lines, -2 lines 0 comments Download
A runtime/observatory/tests/observatory_ui/error_ref/element_test.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +31 lines, -0 lines 0 comments Download
A + runtime/observatory/tests/observatory_ui/error_ref/element_test.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +0 lines, -2 lines 0 comments Download
A runtime/observatory/tests/observatory_ui/isolate_ref/element_test.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +69 lines, -0 lines 0 comments Download
A + runtime/observatory/tests/observatory_ui/isolate_ref/element_test.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +0 lines, -2 lines 0 comments Download
A runtime/observatory/tests/observatory_ui/nav/notify_exception/connection_exception_test.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +29 lines, -0 lines 0 comments Download
A + runtime/observatory/tests/observatory_ui/nav/notify_exception/connection_exception_test.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +0 lines, -2 lines 0 comments Download
A runtime/observatory/tests/observatory_ui/nav/notify_exception/exception_test.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +57 lines, -0 lines 0 comments Download
A + runtime/observatory/tests/observatory_ui/nav/notify_exception/exception_test.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +0 lines, -2 lines 0 comments Download
A runtime/observatory/tests/observatory_ui/script_ref/element_test.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +38 lines, -0 lines 0 comments Download
A + runtime/observatory/tests/observatory_ui/script_ref/element_test.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +0 lines, -2 lines 0 comments Download
A runtime/observatory/tests/observatory_ui/source_link/element_test.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +46 lines, -0 lines 0 comments Download
A + runtime/observatory/tests/observatory_ui/source_link/element_test.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +0 lines, -2 lines 0 comments Download
A runtime/observatory/tests/observatory_ui/view_footer/element_test.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +24 lines, -0 lines 0 comments Download
A + runtime/observatory/tests/observatory_ui/view_footer/element_test.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +0 lines, -2 lines 0 comments Download
A runtime/observatory/tests/observatory_ui/vm_connect_target/element_test.dart View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +94 lines, -0 lines 0 comments Download
A + runtime/observatory/tests/observatory_ui/vm_connect_target/element_test.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +0 lines, -2 lines 0 comments Download
D runtime/observatory/tests/ui/inspector.dart View 1 chunk +0 lines, -258 lines 0 comments Download
D runtime/observatory/tests/ui/inspector.txt View 1 chunk +0 lines, -5 lines 0 comments Download
D runtime/observatory/tests/ui/inspector_part.dart View 1 chunk +0 lines, -21 lines 0 comments Download
D runtime/observatory/tests/ui/log.dart View 1 chunk +0 lines, -28 lines 0 comments Download
D runtime/observatory/tests/ui/log.txt View 1 chunk +0 lines, -6 lines 0 comments Download
D runtime/observatory/tests/ui/retainingPath.dart View 1 chunk +0 lines, -17 lines 0 comments Download
D runtime/observatory/tests/ui/retainingPath.txt View 1 chunk +0 lines, -18 lines 0 comments Download
M runtime/observatory/web/index.html View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/observatory/web/main.dart View 1 2 3 4 5 6 7 2 chunks +7 lines, -9 lines 0 comments Download

Messages

Total messages: 30 (2 generated)
cbernaschina
4 years, 5 months ago (2016-06-30 23:53:06 UTC) #3
Cutch
little comment https://codereview.chromium.org/2119733003/diff/1/runtime/observatory/lib/src/elements/isolate_ref.dart File runtime/observatory/lib/src/elements/isolate_ref.dart (right): https://codereview.chromium.org/2119733003/diff/1/runtime/observatory/lib/src/elements/isolate_ref.dart#newcode51 runtime/observatory/lib/src/elements/isolate_ref.dart:51: '#/inspect?isolateId=${Uri.encodeComponent(isolate.id)}') We should probably delegate the href ...
4 years, 5 months ago (2016-07-01 17:33:36 UTC) #4
cbernaschina
4 years, 5 months ago (2016-07-07 00:42:14 UTC) #5
cbernaschina
4 years, 5 months ago (2016-07-07 01:36:49 UTC) #6
cbernaschina
Added curly-block tests
4 years, 5 months ago (2016-07-07 16:24:05 UTC) #7
Cutch
More comments https://codereview.chromium.org/2119733003/diff/80001/runtime/observatory/lib/elements.dart File runtime/observatory/lib/elements.dart (right): https://codereview.chromium.org/2119733003/diff/80001/runtime/observatory/lib/elements.dart#newcode63 runtime/observatory/lib/elements.dart:63: export 'package:observatory/src/elements/curly_block.dart'; Can we group the import ...
4 years, 5 months ago (2016-07-07 19:50:57 UTC) #8
cbernaschina
Making tests work on firefox https://codereview.chromium.org/2119733003/diff/80001/runtime/observatory/lib/elements.dart File runtime/observatory/lib/elements.dart (right): https://codereview.chromium.org/2119733003/diff/80001/runtime/observatory/lib/elements.dart#newcode63 runtime/observatory/lib/elements.dart:63: export 'package:observatory/src/elements/curly_block.dart'; On 2016/07/07 ...
4 years, 5 months ago (2016-07-07 22:08:13 UTC) #9
rmacnak
https://chromiumcodereview.appspot.com/2119733003/diff/120001/runtime/observatory/lib/elements.dart File runtime/observatory/lib/elements.dart (right): https://chromiumcodereview.appspot.com/2119733003/diff/120001/runtime/observatory/lib/elements.dart#newcode65 runtime/observatory/lib/elements.dart:65: // There is no view_footer_wrapper.dart because no binding it ...
4 years, 5 months ago (2016-07-11 17:54:02 UTC) #10
Cutch
https://chromiumcodereview.appspot.com/2119733003/diff/120001/runtime/observatory/lib/src/elements/error_ref_wrapper.dart File runtime/observatory/lib/src/elements/error_ref_wrapper.dart (right): https://chromiumcodereview.appspot.com/2119733003/diff/120001/runtime/observatory/lib/src/elements/error_ref_wrapper.dart#newcode36 runtime/observatory/lib/src/elements/error_ref_wrapper.dart:36: void render() { On 2016/07/11 17:54:01, rmacnak wrote: > ...
4 years, 5 months ago (2016-07-11 17:55:39 UTC) #11
cbernaschina
https://chromiumcodereview.appspot.com/2119733003/diff/120001/runtime/observatory/lib/elements.dart File runtime/observatory/lib/elements.dart (right): https://chromiumcodereview.appspot.com/2119733003/diff/120001/runtime/observatory/lib/elements.dart#newcode65 runtime/observatory/lib/elements.dart:65: // There is no view_footer_wrapper.dart because no binding it ...
4 years, 5 months ago (2016-07-11 18:14:12 UTC) #12
cbernaschina
4 years, 5 months ago (2016-07-11 19:26:51 UTC) #13
cbernaschina
Forcing rendering phase to be synchronized with the next AnimationFrame. If a component needs asynchronous ...
4 years, 5 months ago (2016-07-11 21:05:37 UTC) #14
cbernaschina
4 years, 5 months ago (2016-07-11 21:13:47 UTC) #15
cbernaschina
4 years, 5 months ago (2016-07-11 22:38:32 UTC) #16
cbernaschina
4 years, 5 months ago (2016-07-11 23:12:49 UTC) #17
Cutch
https://codereview.chromium.org/2119733003/diff/200001/runtime/observatory/lib/src/elements/helpers/rendering_scheduler.dart File runtime/observatory/lib/src/elements/helpers/rendering_scheduler.dart (right): https://codereview.chromium.org/2119733003/diff/200001/runtime/observatory/lib/src/elements/helpers/rendering_scheduler.dart#newcode58 runtime/observatory/lib/src/elements/helpers/rendering_scheduler.dart:58: render = await element.render(); just have one animationframe callback ...
4 years, 5 months ago (2016-07-12 16:24:36 UTC) #18
cbernaschina
4 years, 5 months ago (2016-07-12 21:38:33 UTC) #19
cbernaschina
Ported full nav-notify element to new rendering pipeline.
4 years, 5 months ago (2016-07-14 00:42:31 UTC) #20
cbernaschina
4 years, 5 months ago (2016-07-14 02:03:39 UTC) #21
cbernaschina
4 years, 5 months ago (2016-07-14 20:00:33 UTC) #22
cbernaschina
4 years, 5 months ago (2016-07-14 20:33:23 UTC) #23
cbernaschina
4 years, 5 months ago (2016-07-14 20:49:16 UTC) #24
cbernaschina
4 years, 5 months ago (2016-07-14 23:00:56 UTC) #25
cbernaschina
4 years, 5 months ago (2016-07-14 23:49:50 UTC) #26
cbernaschina
4 years, 5 months ago (2016-07-15 00:10:30 UTC) #27
cbernaschina
4 years, 5 months ago (2016-07-15 00:48:37 UTC) #28
cbernaschina
4 years, 5 months ago (2016-07-15 03:39:13 UTC) #29
cbernaschina
4 years, 5 months ago (2016-07-15 23:30:29 UTC) #30

          

Powered by Google App Engine
This is Rietveld 408576698