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

Issue 327073003: Reorder (Closed)

Created:
6 years, 6 months ago by Ben Goodger (Google)
Modified:
6 years, 6 months ago
Reviewers:
sky
CC:
chromium-reviews, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin (slow to review), ben+mojo_chromium.org
Visibility:
Public.

Description

Implement reordering of nodes. Note that this doesn't apply to roots. If an app is embedded and its root node is reordered, there is no notification to the app. I figure this is up to the window manager to expose an API for this type of thing. R=sky@chromium.org http://crbug.com/365012 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=276768

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : . #

Patch Set 5 : . #

Patch Set 6 : . #

Total comments: 3

Patch Set 7 : . #

Patch Set 8 : . #

Patch Set 9 : . #

Patch Set 10 : . #

Patch Set 11 : . #

Patch Set 12 : . #

Patch Set 13 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+685 lines, -43 lines) Patch
M mojo/examples/aura_demo/aura_demo.cc View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M mojo/mojo_services.gypi View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.h View 1 2 3 chunks +7 lines, -0 lines 0 comments Download
M mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.cc View 1 2 4 chunks +94 lines, -39 lines 0 comments Download
M mojo/services/public/cpp/view_manager/lib/view_tree_node.cc View 1 2 3 4 5 6 7 3 chunks +89 lines, -0 lines 0 comments Download
M mojo/services/public/cpp/view_manager/lib/view_tree_node_private.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M mojo/services/public/cpp/view_manager/tests/view_manager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +67 lines, -0 lines 0 comments Download
M mojo/services/public/cpp/view_manager/tests/view_tree_node_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +147 lines, -0 lines 0 comments Download
M mojo/services/public/cpp/view_manager/view_tree_node.h View 1 2 3 3 chunks +7 lines, -0 lines 0 comments Download
M mojo/services/public/cpp/view_manager/view_tree_node_observer.h View 1 2 2 chunks +7 lines, -0 lines 0 comments Download
M mojo/services/public/interfaces/view_manager/view_manager.mojom View 1 2 3 chunks +16 lines, -0 lines 0 comments Download
A + mojo/services/public/interfaces/view_manager/view_manager_constants.mojom View 1 2 3 4 5 6 1 chunk +4 lines, -3 lines 0 comments Download
M mojo/services/view_manager/node.h View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
M mojo/services/view_manager/node.cc View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M mojo/services/view_manager/root_node_manager.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M mojo/services/view_manager/root_node_manager.cc View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
M mojo/services/view_manager/test_change_tracker.h View 1 2 3 chunks +6 lines, -0 lines 0 comments Download
M mojo/services/view_manager/test_change_tracker.cc View 1 2 4 chunks +27 lines, -1 line 0 comments Download
M mojo/services/view_manager/view_manager_connection.h View 1 2 3 4 5 6 7 3 chunks +13 lines, -0 lines 0 comments Download
M mojo/services/view_manager/view_manager_connection.cc View 1 2 3 4 5 6 7 8 9 3 chunks +68 lines, -0 lines 0 comments Download
M mojo/services/view_manager/view_manager_connection_unittest.cc View 1 2 3 4 5 6 7 8 9 4 chunks +99 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Ben Goodger (Google)
6 years, 6 months ago (2014-06-11 18:27:57 UTC) #1
sky
https://codereview.chromium.org/327073003/diff/100001/mojo/services/public/cpp/view_manager/lib/view_tree_node.cc File mojo/services/public/cpp/view_manager/lib/view_tree_node.cc (right): https://codereview.chromium.org/327073003/diff/100001/mojo/services/public/cpp/view_manager/lib/view_tree_node.cc#newcode133 mojo/services/public/cpp/view_manager/lib/view_tree_node.cc:133: (direction == ORDER_BELOW && child_i +1 == target_i)) { ...
6 years, 6 months ago (2014-06-11 19:36:45 UTC) #2
Ben Goodger (Google)
Updated & added some more tests. On Wed, Jun 11, 2014 at 12:36 PM, <sky@chromium.org> ...
6 years, 6 months ago (2014-06-11 20:31:40 UTC) #3
sky
LGTM
6 years, 6 months ago (2014-06-11 20:39:06 UTC) #4
Ben Goodger (Google)
The CQ bit was checked by ben@chromium.org
6 years, 6 months ago (2014-06-11 20:47:55 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ben@chromium.org/327073003/190001
6 years, 6 months ago (2014-06-11 20:53:08 UTC) #6
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: ios_dbg_simulator on tryserver.chromium ...
6 years, 6 months ago (2014-06-11 22:13:34 UTC) #7
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-11 22:20:44 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: ios_rel_device on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/ios_rel_device/builds/149806) mac_chromium_compile_dbg on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/mac_chromium_compile_dbg/builds/31407)
6 years, 6 months ago (2014-06-11 22:20:45 UTC) #9
Ben Goodger (Google)
The CQ bit was checked by ben@chromium.org
6 years, 6 months ago (2014-06-12 16:15:09 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ben@chromium.org/327073003/230001
6 years, 6 months ago (2014-06-12 16:17:59 UTC) #11
commit-bot: I haz the power
6 years, 6 months ago (2014-06-12 19:29:43 UTC) #12
Message was sent while issue was closed.
Change committed as 276768

Powered by Google App Engine
This is Rietveld 408576698