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

Issue 1797663002: Fixes failing instrumentation tests on Nakasi (Closed)

Created:
4 years, 9 months ago by Jinsuk Kim
Modified:
4 years, 9 months ago
Reviewers:
no sievers
CC:
chromium-reviews, yusukes+watch_chromium.org, shuchen+watch_chromium.org, jam, nona+watch_chromium.org, darin-cc_chromium.org, James Su, aelias_OOO_until_Jul13, Ted C
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fixes failing instrumentation tests on Nakasi BUG=593958, 593918, 594407, 592408 Committed: https://crrev.com/83c640830c2f4df4b03ae18609a9dc7bd16b15c3 Cr-Commit-Position: refs/heads/master@{#382495}

Patch Set 1 #

Total comments: 2

Patch Set 2 : addressed the comment #

Total comments: 2

Patch Set 3 : #

Total comments: 2

Patch Set 4 : addressed a comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -3 lines) Patch
M content/browser/renderer_host/render_widget_host_view_android.cc View 1 2 3 3 chunks +7 lines, -3 lines 0 comments Download

Messages

Total messages: 24 (9 generated)
Jinsuk Kim
4 years, 9 months ago (2016-03-14 02:13:14 UTC) #2
Jinsuk Kim
4 years, 9 months ago (2016-03-14 22:54:23 UTC) #4
no sievers
see comments in bug https://codereview.chromium.org/1797663002/diff/1/content/browser/renderer_host/render_widget_host_view_android.cc File content/browser/renderer_host/render_widget_host_view_android.cc (right): https://codereview.chromium.org/1797663002/diff/1/content/browser/renderer_host/render_widget_host_view_android.cc#newcode906 content/browser/renderer_host/render_widget_host_view_android.cc:906: compositor->AttachLayerForReadback(layer_); Hmm that looks dangerous ...
4 years, 9 months ago (2016-03-16 00:16:12 UTC) #5
Jinsuk Kim
Calling RWH::ViewDestroyed() fixed BindingManagerIntegrationTest#testRestoreSharedRenderer(). Null-checking in RWVHA::UnlockCompositingSurface() was to fix the other test UndoTabModelTest#testOutOfOrder1(). https://codereview.chromium.org/1797663002/diff/1/content/browser/renderer_host/render_widget_host_view_android.cc ...
4 years, 9 months ago (2016-03-16 06:03:12 UTC) #8
no sievers
https://codereview.chromium.org/1797663002/diff/20001/content/browser/renderer_host/render_widget_host_view_android.cc File content/browser/renderer_host/render_widget_host_view_android.cc (right): https://codereview.chromium.org/1797663002/diff/20001/content/browser/renderer_host/render_widget_host_view_android.cc#newcode557 content/browser/renderer_host/render_widget_host_view_android.cc:557: !layer_.get()) I'm worried that this can mess up our ...
4 years, 9 months ago (2016-03-18 00:42:15 UTC) #9
Jinsuk Kim
On 2016/03/18 00:42:15, sievers wrote: > https://codereview.chromium.org/1797663002/diff/20001/content/browser/renderer_host/render_widget_host_view_android.cc > File content/browser/renderer_host/render_widget_host_view_android.cc (right): > > https://codereview.chromium.org/1797663002/diff/20001/content/browser/renderer_host/render_widget_host_view_android.cc#newcode557 > ...
4 years, 9 months ago (2016-03-21 00:13:16 UTC) #10
Jinsuk Kim
On 2016/03/21 00:13:16, Jinsuk wrote: > On 2016/03/18 00:42:15, sievers wrote: > > > https://codereview.chromium.org/1797663002/diff/20001/content/browser/renderer_host/render_widget_host_view_android.cc ...
4 years, 9 months ago (2016-03-21 00:40:47 UTC) #11
Jinsuk Kim
https://codereview.chromium.org/1797663002/diff/20001/content/browser/renderer_host/render_widget_host_view_android.cc File content/browser/renderer_host/render_widget_host_view_android.cc (right): https://codereview.chromium.org/1797663002/diff/20001/content/browser/renderer_host/render_widget_host_view_android.cc#newcode557 content/browser/renderer_host/render_widget_host_view_android.cc:557: !layer_.get()) On 2016/03/18 00:42:15, sievers wrote: > I'm worried ...
4 years, 9 months ago (2016-03-21 04:52:36 UTC) #12
no sievers
lgtm, that's good to fix the issues. I'm wondering now though - but maybe we ...
4 years, 9 months ago (2016-03-21 21:42:44 UTC) #13
Jinsuk Kim
Thanks for reviewing. Let me do that in the next patch. https://codereview.chromium.org/1797663002/diff/40001/content/browser/renderer_host/render_widget_host_view_android.cc File content/browser/renderer_host/render_widget_host_view_android.cc (right): ...
4 years, 9 months ago (2016-03-21 22:28:20 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1797663002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1797663002/60001
4 years, 9 months ago (2016-03-22 02:37:56 UTC) #18
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 9 months ago (2016-03-22 03:20:40 UTC) #20
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/83c640830c2f4df4b03ae18609a9dc7bd16b15c3 Cr-Commit-Position: refs/heads/master@{#382495}
4 years, 9 months ago (2016-03-22 03:25:55 UTC) #22
Jinsuk Kim
On 2016/03/22 03:25:55, commit-bot: I haz the power wrote: > Patchset 4 (id:??) landed as ...
4 years, 9 months ago (2016-03-23 02:00:44 UTC) #23
Jinsuk Kim
4 years, 9 months ago (2016-03-23 02:23:46 UTC) #24
Message was sent while issue was closed.
On 2016/03/23 02:00:44, Jinsuk wrote:
> On 2016/03/22 03:25:55, commit-bot: I haz the power wrote:
> > Patchset 4 (id:??) landed as
> > https://crrev.com/83c640830c2f4df4b03ae18609a9dc7bd16b15c3
> > Cr-Commit-Position: refs/heads/master@{#382495}
> 
> I suppose this needs to be cherry-picked to M50 branch. Daniel, could you do
me
> a favor of doing it? I don't have the permission for that. I think I can soon
> become a a committer and handle it myself but not now...

Set Merge-Request-50 on crbug.com/592408

Powered by Google App Engine
This is Rietveld 408576698