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

Issue 258623005: First step at synchronizing client model changes with service. (Closed)

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

Description

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : . #

Total comments: 29

Patch Set 5 : . #

Patch Set 6 : . #

Patch Set 7 : . #

Total comments: 5

Patch Set 8 : . #

Patch Set 9 : . #

Patch Set 10 : . #

Patch Set 11 : . #

Patch Set 12 : . #

Patch Set 13 : . #

Patch Set 14 : . #

Patch Set 15 : . #

Patch Set 16 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+509 lines, -85 lines) Patch
M mojo/examples/sample_view_manager_app/sample_view_manager_app.cc View 1 2 3 4 5 6 7 3 chunks +20 lines, -35 lines 0 comments Download
M mojo/mojo_examples.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +3 lines, -3 lines 0 comments Download
M mojo/mojo_services.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +23 lines, -17 lines 0 comments Download
M mojo/services/public/cpp/view_manager/lib/view_manager.cc View 1 2 3 4 5 6 7 8 9 1 chunk +20 lines, -0 lines 0 comments Download
A mojo/services/public/cpp/view_manager/lib/view_manager_private.h View 1 2 3 4 1 chunk +37 lines, -0 lines 0 comments Download
A + mojo/services/public/cpp/view_manager/lib/view_manager_private.cc View 1 2 1 chunk +4 lines, -7 lines 0 comments Download
A mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.h View 1 2 3 4 5 6 7 8 1 chunk +82 lines, -0 lines 0 comments Download
A mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +261 lines, -0 lines 0 comments Download
M mojo/services/public/cpp/view_manager/lib/view_tree_node.cc View 1 3 chunks +15 lines, -1 line 0 comments Download
M mojo/services/public/cpp/view_manager/view_manager.h View 1 2 3 4 1 chunk +17 lines, -0 lines 0 comments Download
M mojo/services/public/cpp/view_manager/view_tree_node.h View 1 2 3 4 2 chunks +6 lines, -1 line 0 comments Download
M mojo/services/public/interfaces/view_manager/view_manager.mojom View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +4 lines, -4 lines 0 comments Download
M mojo/services/view_manager/view_manager_connection.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +3 lines, -3 lines 0 comments Download
M mojo/services/view_manager/view_manager_connection.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/view_manager/view_manager_connection_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 12 chunks +13 lines, -13 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
Ben Goodger (Google)
6 years, 7 months ago (2014-04-28 21:42:38 UTC) #1
sky
https://codereview.chromium.org/258623005/diff/60001/mojo/examples/sample_view_manager_app/sample_view_manager_app.cc File mojo/examples/sample_view_manager_app/sample_view_manager_app.cc (right): https://codereview.chromium.org/258623005/diff/60001/mojo/examples/sample_view_manager_app/sample_view_manager_app.cc#newcode47 mojo/examples/sample_view_manager_app/sample_view_manager_app.cc:47: scoped_ptr<services::view_manager::ViewTreeNode> node_1_; Add descriptions for these. https://codereview.chromium.org/258623005/diff/60001/mojo/examples/sample_view_manager_app/sample_view_manager_app.cc#newcode58 mojo/examples/sample_view_manager_app/sample_view_manager_app.cc:58: // ...
6 years, 7 months ago (2014-04-28 23:04:18 UTC) #2
Ben Goodger (Google)
https://codereview.chromium.org/258623005/diff/60001/mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.cc File mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.cc (right): https://codereview.chromium.org/258623005/diff/60001/mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.cc#newcode219 mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.cc:219: if (RemovedFromPendingQueue(change_id)) On 2014/04/28 23:04:19, sky wrote: > One ...
6 years, 7 months ago (2014-04-29 00:00:54 UTC) #3
Ben Goodger (Google)
updated. On Mon, Apr 28, 2014 at 5:00 PM, <ben@chromium.org> wrote: > > https://codereview.chromium.org/258623005/diff/60001/mojo/ > ...
6 years, 7 months ago (2014-04-29 00:18:42 UTC) #4
sky
LGTM with types fixed https://codereview.chromium.org/258623005/diff/60001/mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.h File mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.h (right): https://codereview.chromium.org/258623005/diff/60001/mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.h#newcode29 mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.h:29: void AddChild(int child_id, int parent_id); ...
6 years, 7 months ago (2014-04-29 04:14:06 UTC) #5
Ben Goodger (Google)
Committed patchset #10 manually as r266940 (presubmit successful).
6 years, 7 months ago (2014-04-29 19:57:32 UTC) #6
Ben Goodger (Google)
The CQ bit was checked by ben@chromium.org
6 years, 7 months ago (2014-04-29 23:45:07 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ben@chromium.org/258623005/220001
6 years, 7 months ago (2014-04-29 23:46:19 UTC) #8
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-30 08:59:51 UTC) #9
commit-bot: I haz the power
Failed to apply patch for mojo/mojo_examples.gypi: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 7 months ago (2014-04-30 08:59:51 UTC) #10
Ben Goodger (Google)
Committed patchset #13 manually as r267293 (presubmit successful).
6 years, 7 months ago (2014-04-30 19:22:50 UTC) #11
Ben Goodger (Google)
Committed patchset #14 manually as r267311 (presubmit successful).
6 years, 7 months ago (2014-04-30 19:58:48 UTC) #12
Ben Goodger (Google)
6 years, 7 months ago (2014-05-01 04:24:04 UTC) #13
Message was sent while issue was closed.
Committed patchset #16 manually as r267424 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698