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

Issue 1922193002: [polymer] Replaces this.appendChild with Polymer.dom(this).appendChild (Closed)

Created:
4 years, 8 months ago by charliea (OOO until 10-5)
Modified:
4 years, 8 months ago
CC:
catapult-reviews_chromium.org, tracing-review_chromium.org
Base URL:
git@github.com:catapult-project/catapult.git@polymer10-migration
Target Ref:
refs/heads/polymer10-migration
Project:
catapult
Visibility:
Public.

Description

[polymer] Replaces this.appendChild with Polymer.dom(this).appendChild BUG=catapult:#2285 NOTRY=true NOPRESUBMIT=true Committed: https://chromium.googlesource.com/external/github.com/catapult-project/catapult/+/6a7b1d2ee5fa17052ed755e34624b307d1d2ee7e

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+90 lines, -90 lines) Patch
M tracing/tracing/base/unittest/html_test_results.html View 2 chunks +2 lines, -2 lines 0 comments Download
M tracing/tracing/base/unittest/interactive_test_runner.html View 1 chunk +1 line, -1 line 0 comments Download
M tracing/tracing/ui/analysis/analysis_view.html View 1 chunk +1 line, -1 line 0 comments Download
M tracing/tracing/ui/analysis/multi_frame_sub_view.html View 1 chunk +1 line, -1 line 0 comments Download
M tracing/tracing/ui/analysis/single_alert_sub_view.html View 1 chunk +1 line, -1 line 0 comments Download
M tracing/tracing/ui/analysis/single_object_snapshot_sub_view.html View 3 chunks +3 lines, -3 lines 0 comments Download
M tracing/tracing/ui/base/chart_base.html View 1 chunk +1 line, -1 line 0 comments Download
M tracing/tracing/ui/base/list_and_associated_view.html View 1 chunk +2 lines, -2 lines 0 comments Download
M tracing/tracing/ui/base/list_view.html View 1 chunk +1 line, -1 line 0 comments Download
M tracing/tracing/ui/base/quad_stack_view.html View 2 chunks +2 lines, -2 lines 0 comments Download
M tracing/tracing/ui/base/ui_test.html View 2 chunks +2 lines, -2 lines 0 comments Download
M tracing/tracing/ui/extras/about_tracing/profiling_view.html View 1 chunk +1 line, -1 line 0 comments Download
M tracing/tracing/ui/extras/about_tracing/record_selection_dialog.html View 1 chunk +1 line, -1 line 0 comments Download
M tracing/tracing/ui/extras/chrome/cc/display_item_debugger.html View 1 chunk +1 line, -1 line 0 comments Download
M tracing/tracing/ui/extras/chrome/cc/display_item_list_view.html View 1 chunk +1 line, -1 line 0 comments Download
M tracing/tracing/ui/extras/chrome/cc/layer_picker.html View 1 chunk +2 lines, -2 lines 0 comments Download
M tracing/tracing/ui/extras/chrome/cc/layer_tree_host_impl_view.html View 1 chunk +3 lines, -3 lines 0 comments Download
M tracing/tracing/ui/extras/chrome/cc/layer_tree_quad_stack_view.html View 2 chunks +5 lines, -5 lines 0 comments Download
M tracing/tracing/ui/extras/chrome/cc/layer_view.html View 1 chunk +3 lines, -3 lines 0 comments Download
M tracing/tracing/ui/extras/chrome/cc/picture_debugger.html View 2 chunks +2 lines, -2 lines 0 comments Download
M tracing/tracing/ui/extras/chrome/cc/picture_ops_chart_summary_view.html View 1 chunk +1 line, -1 line 0 comments Download
M tracing/tracing/ui/extras/chrome/cc/picture_ops_chart_view.html View 2 chunks +2 lines, -2 lines 0 comments Download
M tracing/tracing/ui/extras/chrome/cc/picture_ops_list_view.html View 1 chunk +1 line, -1 line 0 comments Download
M tracing/tracing/ui/extras/chrome/cc/picture_view.html View 1 chunk +1 line, -1 line 0 comments Download
M tracing/tracing/ui/extras/chrome/cc/tile_view.html View 1 chunk +1 line, -1 line 0 comments Download
M tracing/tracing/ui/extras/chrome/gpu/state_view.html View 1 chunk +1 line, -1 line 0 comments Download
M tracing/tracing/ui/extras/system_stats/system_stats_snapshot_view.html View 1 chunk +1 line, -1 line 0 comments Download
M tracing/tracing/ui/timeline_track_view.html View 3 chunks +3 lines, -3 lines 0 comments Download
M tracing/tracing/ui/tracks/async_slice_group_track.html View 1 chunk +1 line, -1 line 0 comments Download
M tracing/tracing/ui/tracks/chart_track.html View 1 chunk +1 line, -1 line 0 comments Download
M tracing/tracing/ui/tracks/cpu_track.html View 3 chunks +3 lines, -3 lines 0 comments Download
M tracing/tracing/ui/tracks/device_track.html View 1 chunk +2 lines, -2 lines 0 comments Download
M tracing/tracing/ui/tracks/drawing_container.html View 1 chunk +1 line, -1 line 0 comments Download
M tracing/tracing/ui/tracks/global_memory_dump_track.html View 3 chunks +3 lines, -3 lines 0 comments Download
M tracing/tracing/ui/tracks/interaction_track.html View 1 chunk +1 line, -1 line 0 comments Download
M tracing/tracing/ui/tracks/kernel_track.html View 1 chunk +2 lines, -2 lines 0 comments Download
M tracing/tracing/ui/tracks/letter_dot_track.html View 1 chunk +1 line, -1 line 0 comments Download
M tracing/tracing/ui/tracks/model_track.html View 4 chunks +6 lines, -6 lines 0 comments Download
M tracing/tracing/ui/tracks/object_instance_group_track.html View 1 chunk +1 line, -1 line 0 comments Download
M tracing/tracing/ui/tracks/object_instance_track.html View 1 chunk +1 line, -1 line 0 comments Download
M tracing/tracing/ui/tracks/process_memory_dump_track.html View 1 chunk +1 line, -1 line 0 comments Download
M tracing/tracing/ui/tracks/process_track.html View 1 chunk +1 line, -1 line 0 comments Download
M tracing/tracing/ui/tracks/process_track_base.html View 6 chunks +9 lines, -9 lines 0 comments Download
M tracing/tracing/ui/tracks/rect_track.html View 1 chunk +1 line, -1 line 0 comments Download
M tracing/tracing/ui/tracks/ruler_track.html View 1 chunk +1 line, -1 line 0 comments Download
M tracing/tracing/ui/tracks/slice_group_track.html View 1 chunk +1 line, -1 line 0 comments Download
M tracing/tracing/ui/tracks/spacing_track.html View 1 chunk +1 line, -1 line 0 comments Download
M tracing/tracing/ui/tracks/stacked_bars_track.html View 1 chunk +1 line, -1 line 0 comments Download
M tracing/tracing/ui/tracks/thread_track.html View 4 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 8 (4 generated)
charliea (OOO until 10-5)
4 years, 8 months ago (2016-04-26 19:55:39 UTC) #2
aiolos (Not reviewing)
lgtm
4 years, 8 months ago (2016-04-26 19:58:53 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1922193002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1922193002/1
4 years, 8 months ago (2016-04-26 20:00:31 UTC) #6
commit-bot: I haz the power
4 years, 8 months ago (2016-04-26 20:00:54 UTC) #8
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/external/github.com/catapult-project/catapu...

Powered by Google App Engine
This is Rietveld 408576698