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

Issue 1842593002: [Blimp Engine] Adds a WindowTreeClient so that popup will have non-null paren… (Closed)

Created:
4 years, 8 months ago by haibinlu
Modified:
4 years, 8 months ago
Reviewers:
Wez
CC:
chromium-reviews, anandc+watch-blimp_chromium.org, maniscalco+watch-blimp_chromium.org, sriramsr+watch-blimp_chromium.org, nyquist+watch-blimp_chromium.org, marcinjb+watch-blimp_chromium.org, jessicag+watch-blimp_chromium.org, kmarshall+watch-blimp_chromium.org, dtrainor+watch-blimp_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Blimp Engine] Adds a WindowTreeClient so that popup such as select dropdown will have non-null parent. After this CL, Engine no longer crashes, but tapping select box does not show dropdown because of crbug/598764. BUG=597992 Committed: https://crrev.com/0539fc4bc55c129a632bc9b10dc36601b9fac8ad Cr-Commit-Position: refs/heads/master@{#384027}

Patch Set 1 #

Patch Set 2 : #

Total comments: 10

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -30 lines) Patch
M blimp/engine/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
D blimp/engine/app/ui/BUILD.gn View 1 chunk +0 lines, -29 lines 0 comments Download
A blimp/engine/app/ui/blimp_window_tree_client.h View 1 2 1 chunk +35 lines, -0 lines 0 comments Download
A blimp/engine/app/ui/blimp_window_tree_client.cc View 1 2 3 1 chunk +30 lines, -0 lines 0 comments Download
M blimp/engine/session/blimp_engine_session.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M blimp/engine/session/blimp_engine_session.cc View 1 3 chunks +4 lines, -1 line 0 comments Download

Messages

Total messages: 20 (10 generated)
haibinlu
4 years, 8 months ago (2016-03-29 21:06:41 UTC) #5
Wez
https://codereview.chromium.org/1842593002/diff/20001/blimp/engine/app/ui/blimp_window_tree_client.cc File blimp/engine/app/ui/blimp_window_tree_client.cc (right): https://codereview.chromium.org/1842593002/diff/20001/blimp/engine/app/ui/blimp_window_tree_client.cc#newcode18 blimp/engine/app/ui/blimp_window_tree_client.cc:18: aura::client::SetWindowTreeClient(root_window_, NULL); NULL->nullptr? https://codereview.chromium.org/1842593002/diff/20001/blimp/engine/app/ui/blimp_window_tree_client.cc#newcode24 blimp/engine/app/ui/blimp_window_tree_client.cc:24: return root_window_; Add a ...
4 years, 8 months ago (2016-03-29 21:20:06 UTC) #6
haibinlu
PTAL https://codereview.chromium.org/1842593002/diff/20001/blimp/engine/app/ui/blimp_window_tree_client.cc File blimp/engine/app/ui/blimp_window_tree_client.cc (right): https://codereview.chromium.org/1842593002/diff/20001/blimp/engine/app/ui/blimp_window_tree_client.cc#newcode18 blimp/engine/app/ui/blimp_window_tree_client.cc:18: aura::client::SetWindowTreeClient(root_window_, NULL); On 2016/03/29 21:20:06, Wez wrote: > ...
4 years, 8 months ago (2016-03-29 21:57:16 UTC) #7
Wez
lgtm https://codereview.chromium.org/1842593002/diff/40001/blimp/engine/app/ui/blimp_window_tree_client.cc File blimp/engine/app/ui/blimp_window_tree_client.cc (right): https://codereview.chromium.org/1842593002/diff/40001/blimp/engine/app/ui/blimp_window_tree_client.cc#newcode24 blimp/engine/app/ui/blimp_window_tree_client.cc:24: // Blimp has one root window. a null-parent ...
4 years, 8 months ago (2016-03-30 00:07:56 UTC) #8
haibinlu
https://codereview.chromium.org/1842593002/diff/40001/blimp/engine/app/ui/blimp_window_tree_client.cc File blimp/engine/app/ui/blimp_window_tree_client.cc (right): https://codereview.chromium.org/1842593002/diff/40001/blimp/engine/app/ui/blimp_window_tree_client.cc#newcode24 blimp/engine/app/ui/blimp_window_tree_client.cc:24: // Blimp has one root window. a null-parent window ...
4 years, 8 months ago (2016-03-30 01:40:07 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1842593002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1842593002/60001
4 years, 8 months ago (2016-03-30 01:40:30 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: win8_chromium_ng on tryserver.chromium.win (JOB_TIMED_OUT, http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_ng/builds/124020)
4 years, 8 months ago (2016-03-30 07:49:56 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1842593002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1842593002/60001
4 years, 8 months ago (2016-03-30 17:17:07 UTC) #16
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 8 months ago (2016-03-30 18:25:42 UTC) #18
commit-bot: I haz the power
4 years, 8 months ago (2016-03-30 18:26:45 UTC) #20
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/0539fc4bc55c129a632bc9b10dc36601b9fac8ad
Cr-Commit-Position: refs/heads/master@{#384027}

Powered by Google App Engine
This is Rietveld 408576698