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

Issue 317163002: Moving compositor_bindings from webkit to content (Closed)

Created:
6 years, 6 months ago by amogh.bihani
Modified:
6 years, 6 months ago
Reviewers:
tfarina, jam, enne (OOO)
CC:
chromium-reviews, fischman+watch_chromium.org, avayvod+watch_chromium.org, mcasas+watch_chromium.org, feature-media-reviews_chromium.org, darin-cc_chromium.org, piman+watch_chromium.org, cc-bugs_chromium.org, wjia+watch_chromium.org, jochen+watch_chromium.org, tfarina
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Moving compositor_bindings from webkit to content - All files from webkit/renderer/compositor_bindings have been moved to content/renderer/compositor_bindings - Webkit_compositor_support is moved in content_renderer - Webkit_compositor_bindings_unittests is moved in content_unittests - A dummy target has been left for webkit_compositor_bindings_unittests so as to not break the build. TBR=nduca BUG=265753 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=277988

Patch Set 1 #

Total comments: 6

Patch Set 2 : moving sources in content_renderer.gypi and content_tests.gypi #

Patch Set 3 : moving assert_matching_enum from content/publi/common to content/common #

Total comments: 3

Patch Set 4 : Adding dummy webkit_compositor_bindings_unittests so as to not to break the build #

Patch Set 5 : Using layouttest_support to instantiate WebLayer #

Total comments: 10

Patch Set 6 : Undoing wrong formatting #

Patch Set 7 : removing nit #

Total comments: 1

Patch Set 8 : adding new line at the end of files #

Patch Set 9 : #

Patch Set 10 : #

Patch Set 11 : #

Patch Set 12 : Correcting Spelling #

Patch Set 13 : Rebase #

Patch Set 14 : Adding CONTENT_EXPORT and NON_EXPORTED_BASE #

Patch Set 15 : Rebasing after r277386 modified assert_matching_enums #

Patch Set 16 : Rebasing after 277422 modifed pepper_plugin_instance_impl.cc #

Patch Set 17 : Adding dummy unittest for android #

Patch Set 18 : Changing dependencies due to failing ios bots #

Unified diffs Side-by-side diffs Delta from patch set Stats (+626 lines, -4143 lines) Patch
M build/all.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +1 line, -2 lines 0 comments Download
A + content/child/assert_matching_enums.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +14 lines, -0 lines 0 comments Download
M content/content_child.gypi View 1 2 3 4 5 13 14 15 1 chunk +1 line, -0 lines 0 comments Download
M content/content_common.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -1 line 0 comments Download
M content/content_renderer.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 3 chunks +46 lines, -2 lines 0 comments Download
M content/content_shell.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -1 line 0 comments Download
M content/content_tests.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 5 chunks +6 lines, -3 lines 0 comments Download
D content/public/common/assert_matching_enums.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +0 lines, -45 lines 0 comments Download
M content/public/test/layouttest_support.h View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +5 lines, -0 lines 0 comments Download
M content/renderer/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -2 lines 0 comments Download
M content/renderer/child_frame_compositing_helper.cc View 3 chunks +2 lines, -2 lines 0 comments Download
A + content/renderer/compositor_bindings/OWNERS View 0 chunks +-1 lines, --1 lines 0 comments Download
A + content/renderer/compositor_bindings/PRESUBMIT.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + content/renderer/compositor_bindings/scrollbar_impl.h View 1 2 3 4 5 6 7 9 3 chunks +6 lines, -5 lines 0 comments Download
A + content/renderer/compositor_bindings/scrollbar_impl.cc View 1 2 3 4 5 6 7 9 6 chunks +12 lines, -10 lines 0 comments Download
A + content/renderer/compositor_bindings/web_animation_curve_common.h View 1 2 3 4 5 6 7 9 1 chunk +9 lines, -6 lines 0 comments Download
A + content/renderer/compositor_bindings/web_animation_curve_common.cc View 1 2 3 4 5 6 7 9 2 chunks +4 lines, -3 lines 0 comments Download
A + content/renderer/compositor_bindings/web_animation_impl.h View 1 2 3 4 5 6 7 9 2 chunks +14 lines, -9 lines 0 comments Download
A + content/renderer/compositor_bindings/web_animation_impl.cc View 1 2 3 4 5 6 7 9 4 chunks +18 lines, -25 lines 0 comments Download
A + content/renderer/compositor_bindings/web_animation_unittest.cc View 1 2 3 4 5 6 7 9 2 chunks +5 lines, -4 lines 0 comments Download
A + content/renderer/compositor_bindings/web_blend_mode.h View 1 2 3 4 5 6 7 9 2 chunks +6 lines, -5 lines 0 comments Download
A + content/renderer/compositor_bindings/web_compositor_support_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +9 lines, -6 lines 0 comments Download
A + content/renderer/compositor_bindings/web_compositor_support_impl.cc View 1 2 3 4 5 6 7 9 3 chunks +22 lines, -19 lines 0 comments Download
A + content/renderer/compositor_bindings/web_content_layer_impl.h View 1 2 3 4 5 6 7 9 2 chunks +12 lines, -9 lines 0 comments Download
A + content/renderer/compositor_bindings/web_content_layer_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +11 lines, -7 lines 0 comments Download
A + content/renderer/compositor_bindings/web_external_bitmap_impl.h View 1 2 3 4 5 6 7 9 2 chunks +10 lines, -10 lines 0 comments Download
A + content/renderer/compositor_bindings/web_external_bitmap_impl.cc View 1 2 3 4 5 6 7 9 3 chunks +8 lines, -5 lines 0 comments Download
A + content/renderer/compositor_bindings/web_external_texture_layer_impl.h View 1 2 3 4 5 6 7 9 4 chunks +8 lines, -7 lines 0 comments Download
A + content/renderer/compositor_bindings/web_external_texture_layer_impl.cc View 1 2 3 4 5 6 7 9 4 chunks +15 lines, -12 lines 0 comments Download
A + content/renderer/compositor_bindings/web_filter_animation_curve_impl.h View 1 2 3 4 5 6 7 9 2 chunks +12 lines, -10 lines 0 comments Download
A + content/renderer/compositor_bindings/web_filter_animation_curve_impl.cc View 1 2 3 4 5 6 7 9 3 chunks +16 lines, -13 lines 0 comments Download
A + content/renderer/compositor_bindings/web_filter_operations_impl.h View 1 2 3 4 5 6 7 9 2 chunks +8 lines, -7 lines 0 comments Download
A + content/renderer/compositor_bindings/web_filter_operations_impl.cc View 1 2 3 4 5 6 7 8 9 3 chunks +8 lines, -5 lines 0 comments Download
A + content/renderer/compositor_bindings/web_float_animation_curve_impl.h View 1 2 3 4 5 6 7 9 2 chunks +11 lines, -8 lines 0 comments Download
A + content/renderer/compositor_bindings/web_float_animation_curve_impl.cc View 1 2 3 4 5 6 7 8 9 2 chunks +10 lines, -7 lines 0 comments Download
A + content/renderer/compositor_bindings/web_float_animation_curve_unittest.cc View 1 2 3 4 5 6 7 9 2 chunks +4 lines, -3 lines 0 comments Download
A + content/renderer/compositor_bindings/web_image_layer_impl.h View 1 2 3 4 5 6 7 9 2 chunks +8 lines, -7 lines 0 comments Download
A + content/renderer/compositor_bindings/web_image_layer_impl.cc View 1 2 3 4 5 6 7 9 3 chunks +11 lines, -7 lines 0 comments Download
A + content/renderer/compositor_bindings/web_layer_impl.h View 1 2 3 4 5 6 7 9 4 chunks +14 lines, -11 lines 0 comments Download
A + content/renderer/compositor_bindings/web_layer_impl.cc View 1 2 3 4 5 6 7 9 17 chunks +63 lines, -32 lines 0 comments Download
A + content/renderer/compositor_bindings/web_layer_impl_fixed_bounds.h View 1 2 3 4 5 6 7 9 4 chunks +10 lines, -9 lines 0 comments Download
A + content/renderer/compositor_bindings/web_layer_impl_fixed_bounds.cc View 1 2 3 4 5 6 7 9 5 chunks +6 lines, -6 lines 0 comments Download
A + content/renderer/compositor_bindings/web_layer_impl_fixed_bounds_unittest.cc View 8 5 chunks +9 lines, -10 lines 0 comments Download
A + content/renderer/compositor_bindings/web_nine_patch_layer_impl.h View 1 2 3 4 5 6 7 9 2 chunks +8 lines, -7 lines 0 comments Download
A + content/renderer/compositor_bindings/web_nine_patch_layer_impl.cc View 1 2 3 4 5 6 7 9 2 chunks +15 lines, -10 lines 0 comments Download
A + content/renderer/compositor_bindings/web_scroll_offset_animation_curve_impl.h View 1 2 3 4 5 6 7 9 2 chunks +8 lines, -7 lines 0 comments Download
A + content/renderer/compositor_bindings/web_scroll_offset_animation_curve_impl.cc View 1 2 3 4 5 6 7 9 2 chunks +9 lines, -6 lines 0 comments Download
A + content/renderer/compositor_bindings/web_scrollbar_layer_impl.h View 1 8 2 chunks +8 lines, -8 lines 0 comments Download
A + content/renderer/compositor_bindings/web_scrollbar_layer_impl.cc View 1 2 3 4 5 6 7 9 4 chunks +20 lines, -13 lines 0 comments Download
A + content/renderer/compositor_bindings/web_solid_color_layer_impl.h View 1 2 3 4 5 6 7 9 2 chunks +7 lines, -7 lines 0 comments Download
A + content/renderer/compositor_bindings/web_solid_color_layer_impl.cc View 1 2 3 4 5 6 7 9 1 chunk +10 lines, -6 lines 0 comments Download
A + content/renderer/compositor_bindings/web_to_cc_animation_delegate_adapter.h View 1 2 3 4 5 6 7 9 2 chunks +9 lines, -6 lines 0 comments Download
A + content/renderer/compositor_bindings/web_to_cc_animation_delegate_adapter.cc View 1 2 3 4 5 6 7 9 2 chunks +6 lines, -4 lines 0 comments Download
A + content/renderer/compositor_bindings/web_transform_animation_curve_impl.h View 1 2 3 4 5 6 7 9 2 chunks +11 lines, -8 lines 0 comments Download
A + content/renderer/compositor_bindings/web_transform_animation_curve_impl.cc View 1 2 3 4 5 6 7 9 4 chunks +14 lines, -11 lines 0 comments Download
A + content/renderer/compositor_bindings/web_transform_operations_impl.h View 1 2 3 4 5 6 7 9 2 chunks +8 lines, -7 lines 0 comments Download
A + content/renderer/compositor_bindings/web_transform_operations_impl.cc View 1 2 3 4 5 6 7 9 2 chunks +8 lines, -5 lines 0 comments Download
M content/renderer/gpu/render_widget_compositor.cc View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +8 lines, -9 lines 0 comments Download
M content/renderer/media/android/webmediaplayer_android.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -5 lines 0 comments Download
M content/renderer/media/android/webmediaplayer_android.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +2 lines, -3 lines 0 comments Download
M content/renderer/media/webmediaplayer_impl.h View 2 chunks +2 lines, -4 lines 0 comments Download
M content/renderer/media/webmediaplayer_impl.cc View 1 2 3 4 5 3 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/media/webmediaplayer_ms.h View 1 2 3 4 5 2 chunks +2 lines, -4 lines 0 comments Download
M content/renderer/media/webmediaplayer_ms.cc View 1 2 3 4 5 3 chunks +2 lines, -3 lines 0 comments Download
M content/renderer/npapi/webplugin_impl.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/pepper/pepper_plugin_instance_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +3 lines, -3 lines 0 comments Download
M content/renderer/render_thread_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +4 lines, -5 lines 0 comments Download
M content/renderer/renderer_webkitplatformsupport_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M content/shell/renderer/test_runner/TestPlugin.h View 1 2 3 4 2 chunks +4 lines, -2 lines 0 comments Download
M content/shell/renderer/test_runner/TestPlugin.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/test/layouttest_support.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +5 lines, -0 lines 0 comments Download
M content/test/test_webkit_platform_support.h View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M content/test/test_webkit_platform_support.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -1 line 0 comments Download
M content/test/web_layer_tree_view_impl_for_testing.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +1 line, -2 lines 0 comments Download
D webkit/renderer/compositor_bindings/DEPS View 1 chunk +0 lines, -3 lines 0 comments Download
D webkit/renderer/compositor_bindings/OWNERS View 1 chunk +0 lines, -2 lines 0 comments Download
D webkit/renderer/compositor_bindings/PRESUBMIT.py View 1 chunk +0 lines, -33 lines 0 comments Download
D webkit/renderer/compositor_bindings/compositor_bindings.gyp View 1 chunk +0 lines, -87 lines 0 comments Download
A + webkit/renderer/compositor_bindings/compositor_bindings_dummy_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +4 lines, -3 lines 0 comments Download
D webkit/renderer/compositor_bindings/compositor_bindings_tests.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +5 lines, -15 lines 0 comments Download
D webkit/renderer/compositor_bindings/scrollbar_impl.h View 1 chunk +0 lines, -50 lines 0 comments Download
D webkit/renderer/compositor_bindings/scrollbar_impl.cc View 1 chunk +0 lines, -107 lines 0 comments Download
D webkit/renderer/compositor_bindings/web_animation_curve_common.h View 1 chunk +0 lines, -18 lines 0 comments Download
D webkit/renderer/compositor_bindings/web_animation_curve_common.cc View 1 chunk +0 lines, -28 lines 0 comments Download
D webkit/renderer/compositor_bindings/web_animation_impl.h View 1 chunk +0 lines, -54 lines 0 comments Download
D webkit/renderer/compositor_bindings/web_animation_impl.cc View 1 chunk +0 lines, -167 lines 0 comments Download
D webkit/renderer/compositor_bindings/web_animation_unittest.cc View 1 chunk +0 lines, -59 lines 0 comments Download
D webkit/renderer/compositor_bindings/web_blend_mode.h View 1 chunk +0 lines, -106 lines 0 comments Download
D webkit/renderer/compositor_bindings/web_compositor_support_impl.h View 1 chunk +0 lines, -65 lines 0 comments Download
D webkit/renderer/compositor_bindings/web_compositor_support_impl.cc View 1 chunk +0 lines, -138 lines 0 comments Download
D webkit/renderer/compositor_bindings/web_content_layer_impl.h View 1 2 3 4 5 1 chunk +0 lines, -59 lines 0 comments Download
D webkit/renderer/compositor_bindings/web_content_layer_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -86 lines 0 comments Download
D webkit/renderer/compositor_bindings/web_external_bitmap_impl.h View 1 chunk +0 lines, -47 lines 0 comments Download
D webkit/renderer/compositor_bindings/web_external_bitmap_impl.cc View 1 chunk +0 lines, -44 lines 0 comments Download
D webkit/renderer/compositor_bindings/web_external_texture_layer_impl.h View 1 chunk +0 lines, -72 lines 0 comments Download
D webkit/renderer/compositor_bindings/web_external_texture_layer_impl.cc View 1 chunk +0 lines, -127 lines 0 comments Download
D webkit/renderer/compositor_bindings/web_filter_animation_curve_impl.h View 1 chunk +0 lines, -49 lines 0 comments Download
D webkit/renderer/compositor_bindings/web_filter_animation_curve_impl.cc View 1 chunk +0 lines, -56 lines 0 comments Download
D webkit/renderer/compositor_bindings/web_filter_operations_impl.h View 1 chunk +0 lines, -49 lines 0 comments Download
D webkit/renderer/compositor_bindings/web_filter_operations_impl.cc View 1 chunk +0 lines, -93 lines 0 comments Download
D webkit/renderer/compositor_bindings/web_float_animation_curve_impl.h View 1 chunk +0 lines, -51 lines 0 comments Download
D webkit/renderer/compositor_bindings/web_float_animation_curve_impl.cc View 1 chunk +0 lines, -57 lines 0 comments Download
D webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc View 1 chunk +0 lines, -233 lines 0 comments Download
D webkit/renderer/compositor_bindings/web_image_layer_impl.h View 1 chunk +0 lines, -34 lines 0 comments Download
D webkit/renderer/compositor_bindings/web_image_layer_impl.cc View 1 chunk +0 lines, -35 lines 0 comments Download
D webkit/renderer/compositor_bindings/web_layer_impl.h View 1 2 3 4 5 1 chunk +0 lines, -158 lines 0 comments Download
D webkit/renderer/compositor_bindings/web_layer_impl.cc View 1 2 3 4 5 1 chunk +0 lines, -458 lines 0 comments Download
D webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.h View 1 2 3 4 5 1 chunk +0 lines, -51 lines 0 comments Download
D webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.cc View 1 2 3 4 5 1 chunk +0 lines, -101 lines 0 comments Download
D webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds_unittest.cc View 1 chunk +0 lines, -169 lines 0 comments Download
D webkit/renderer/compositor_bindings/web_nine_patch_layer_impl.h View 1 chunk +0 lines, -41 lines 0 comments Download
D webkit/renderer/compositor_bindings/web_nine_patch_layer_impl.cc View 1 chunk +0 lines, -57 lines 0 comments Download
D webkit/renderer/compositor_bindings/web_scroll_offset_animation_curve_impl.h View 1 chunk +0 lines, -51 lines 0 comments Download
D webkit/renderer/compositor_bindings/web_scroll_offset_animation_curve_impl.cc View 1 chunk +0 lines, -52 lines 0 comments Download
D webkit/renderer/compositor_bindings/web_scrollbar_layer_impl.h View 1 chunk +0 lines, -48 lines 0 comments Download
D webkit/renderer/compositor_bindings/web_scrollbar_layer_impl.cc View 1 chunk +0 lines, -67 lines 0 comments Download
D webkit/renderer/compositor_bindings/web_solid_color_layer_impl.h View 1 chunk +0 lines, -34 lines 0 comments Download
D webkit/renderer/compositor_bindings/web_solid_color_layer_impl.cc View 1 chunk +0 lines, -27 lines 0 comments Download
D webkit/renderer/compositor_bindings/web_to_cc_animation_delegate_adapter.h View 1 chunk +0 lines, -36 lines 0 comments Download
D webkit/renderer/compositor_bindings/web_to_cc_animation_delegate_adapter.cc View 1 chunk +0 lines, -31 lines 0 comments Download
D webkit/renderer/compositor_bindings/web_transform_animation_curve_impl.h View 1 chunk +0 lines, -50 lines 0 comments Download
D webkit/renderer/compositor_bindings/web_transform_animation_curve_impl.cc View 1 chunk +0 lines, -60 lines 0 comments Download
D webkit/renderer/compositor_bindings/web_transform_operations_impl.h View 1 chunk +0 lines, -41 lines 0 comments Download
D webkit/renderer/compositor_bindings/web_transform_operations_impl.cc View 1 chunk +0 lines, -66 lines 0 comments Download
D webkit/renderer/compositor_bindings/webkit_compositor_bindings_export.h View 1 chunk +0 lines, -30 lines 0 comments Download

Messages

Total messages: 44 (0 generated)
amogh.bihani
PTAL.
6 years, 6 months ago (2014-06-05 13:11:52 UTC) #1
jam
https://codereview.chromium.org/317163002/diff/1/content/public/common/assert_matching_enums.cc File content/public/common/assert_matching_enums.cc (right): https://codereview.chromium.org/317163002/diff/1/content/public/common/assert_matching_enums.cc#newcode1 content/public/common/assert_matching_enums.cc:1: // Copyright 2014 The Chromium Authors. All rights reserved. ...
6 years, 6 months ago (2014-06-05 15:24:07 UTC) #2
tfarina
I was planning to do this myself someday, but I never get around and always ...
6 years, 6 months ago (2014-06-06 03:59:41 UTC) #3
tfarina
Btw, I think one of the reasons I never get around is that it has ...
6 years, 6 months ago (2014-06-06 04:15:16 UTC) #4
amogh.bihani
On 2014/06/06 04:15:16, tfarina wrote: > Btw, I think one of the reasons I never ...
6 years, 6 months ago (2014-06-06 05:03:04 UTC) #5
amogh.bihani
Thanks for the review :) I have made most of the changes. Moved the sources ...
6 years, 6 months ago (2014-06-06 13:43:38 UTC) #6
enne (OOO)
https://codereview.chromium.org/317163002/diff/40001/content/content_tests.gypi File content/content_tests.gypi (right): https://codereview.chromium.org/317163002/diff/40001/content/content_tests.gypi#newcode355 content/content_tests.gypi:355: #'content.gyp:content_renderer', ?
6 years, 6 months ago (2014-06-06 17:25:13 UTC) #7
amogh.bihani
https://codereview.chromium.org/317163002/diff/40001/content/content_tests.gypi File content/content_tests.gypi (right): https://codereview.chromium.org/317163002/diff/40001/content/content_tests.gypi#newcode355 content/content_tests.gypi:355: #'content.gyp:content_renderer', On 2014/06/06 17:25:13, enne wrote: > ? Oops! ...
6 years, 6 months ago (2014-06-06 18:07:33 UTC) #8
amogh.bihani
As suggested by tfarina@, I have added a dummy webkit_compositor_bindings_unittest in PS#4 so as to ...
6 years, 6 months ago (2014-06-09 11:29:00 UTC) #9
enne (OOO)
lgtm
6 years, 6 months ago (2014-06-09 17:08:04 UTC) #10
tfarina
Rietveld has a bug somethere, because it is showing D for compositor_bindings_tests.gyp, while it is ...
6 years, 6 months ago (2014-06-09 18:40:19 UTC) #11
jam
sorry i missed your cl until now. for a change this big, it would also ...
6 years, 6 months ago (2014-06-11 00:27:04 UTC) #12
amogh.bihani
Thanks for the review. :) I have addressed the comments in PS#7. PS#8 is to ...
6 years, 6 months ago (2014-06-11 15:04:21 UTC) #13
jam
lgtm https://codereview.chromium.org/317163002/diff/120001/content/public/test/layouttest_support.h File content/public/test/layouttest_support.h (right): https://codereview.chromium.org/317163002/diff/120001/content/public/test/layouttest_support.h#newcode115 content/public/test/layouttest_support.h:115: // Instantiates WebLayerImpl for TestPluggin. nit: spelling
6 years, 6 months ago (2014-06-12 15:54:57 UTC) #14
amogh.bihani
Oops! Had been testing only with 'rel' bots. All debug bots are going red :( ...
6 years, 6 months ago (2014-06-13 15:20:06 UTC) #15
jam
On 2014/06/13 15:20:06, amogh.bihani wrote: > Oops! Had been testing only with 'rel' bots. All ...
6 years, 6 months ago (2014-06-16 03:23:25 UTC) #16
amogh.bihani
The CQ bit was checked by amogh.bihani@samsung.com
6 years, 6 months ago (2014-06-16 12:36:38 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/amogh.bihani@samsung.com/317163002/280001
6 years, 6 months ago (2014-06-16 12:37:44 UTC) #18
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-16 14:59:59 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/ios_dbg_simulator/builds/161575) ios_rel_device on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/ios_rel_device/builds/150946) ios_rel_device_ninja ...
6 years, 6 months ago (2014-06-16 15:00:01 UTC) #20
amogh.bihani
The CQ bit was checked by amogh.bihani@samsung.com
6 years, 6 months ago (2014-06-17 03:07:46 UTC) #21
amogh.bihani
The CQ bit was unchecked by amogh.bihani@samsung.com
6 years, 6 months ago (2014-06-17 03:08:59 UTC) #22
amogh.bihani
The CQ bit was checked by amogh.bihani@samsung.com
6 years, 6 months ago (2014-06-17 03:20:19 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/amogh.bihani@samsung.com/317163002/300001
6 years, 6 months ago (2014-06-17 03:22:49 UTC) #24
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-17 10:45:15 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/ios_dbg_simulator/builds/161931) ios_rel_device on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/ios_rel_device/builds/151298) ios_rel_device_ninja ...
6 years, 6 months ago (2014-06-17 10:45:16 UTC) #26
amogh.bihani
The CQ bit was checked by amogh.bihani@samsung.com
6 years, 6 months ago (2014-06-17 12:26:29 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/amogh.bihani@samsung.com/317163002/310001
6 years, 6 months ago (2014-06-17 12:28:15 UTC) #28
amogh.bihani
The CQ bit was unchecked by amogh.bihani@samsung.com
6 years, 6 months ago (2014-06-17 12:29:46 UTC) #29
amogh.bihani
The CQ bit was checked by amogh.bihani@samsung.com
6 years, 6 months ago (2014-06-17 13:45:35 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/amogh.bihani@samsung.com/317163002/330001
6 years, 6 months ago (2014-06-17 13:46:04 UTC) #31
amogh.bihani
The CQ bit was unchecked by amogh.bihani@samsung.com
6 years, 6 months ago (2014-06-17 13:46:43 UTC) #32
amogh.bihani
android_dbg_triggered_tests were failing for webkit_compositor_support_unittests because it was running no tests. This target is left ...
6 years, 6 months ago (2014-06-17 13:52:23 UTC) #33
jam
On 2014/06/17 13:52:23, amogh.bihani wrote: > android_dbg_triggered_tests were failing for webkit_compositor_support_unittests > because it was ...
6 years, 6 months ago (2014-06-18 00:38:13 UTC) #34
amogh.bihani
> I don't see the file. webkit/renderer/compositor_bindings/compositor_bindings_dummy_unittest.cc It is in between the deleted files. (Else ...
6 years, 6 months ago (2014-06-18 03:28:06 UTC) #35
jam
On 2014/06/18 03:28:06, amogh.bihani wrote: > > I don't see the file. > > webkit/renderer/compositor_bindings/compositor_bindings_dummy_unittest.cc ...
6 years, 6 months ago (2014-06-18 04:32:15 UTC) #36
jam
On 2014/06/18 03:28:06, amogh.bihani wrote: > > I don't see the file. > > webkit/renderer/compositor_bindings/compositor_bindings_dummy_unittest.cc ...
6 years, 6 months ago (2014-06-18 04:32:17 UTC) #37
amogh.bihani
The CQ bit was checked by amogh.bihani@samsung.com
6 years, 6 months ago (2014-06-18 04:33:25 UTC) #38
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/amogh.bihani@samsung.com/317163002/330001
6 years, 6 months ago (2014-06-18 04:35:21 UTC) #39
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-18 07:15:48 UTC) #40
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/chromium_presubmit/builds/74467)
6 years, 6 months ago (2014-06-18 07:15:50 UTC) #41
amogh.bihani
The CQ bit was checked by amogh.bihani@samsung.com
6 years, 6 months ago (2014-06-18 08:24:26 UTC) #42
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/amogh.bihani@samsung.com/317163002/330001
6 years, 6 months ago (2014-06-18 08:26:47 UTC) #43
commit-bot: I haz the power
6 years, 6 months ago (2014-06-18 08:35:47 UTC) #44
Message was sent while issue was closed.
Change committed as 277988

Powered by Google App Engine
This is Rietveld 408576698