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

Issue 338093008: Client side name cleanup (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
Project:
chromium
Visibility:
Public.

Description

Client side name cleanup ViewTreeNode*->Node* ViewManagerSynchcronizer->ViewManagerClientImpl R=sky@chromium.org TBR=sky@chromium.org http://crbug.com/384443 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=277775

Patch Set 1 #

Patch Set 2 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+613 lines, -2982 lines) Patch
M mojo/examples/browser/browser.cc View 6 chunks +7 lines, -7 lines 0 comments Download
M mojo/examples/embedded_app/embedded_app.cc View 6 chunks +13 lines, -16 lines 0 comments Download
M mojo/examples/html_viewer/html_viewer.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M mojo/examples/image_viewer/image_viewer.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M mojo/examples/nesting_app/nesting_app.cc View 4 chunks +8 lines, -10 lines 0 comments Download
M mojo/examples/window_manager/window_manager.cc View 6 chunks +8 lines, -9 lines 0 comments Download
M mojo/mojo_services.gypi View 1 3 chunks +10 lines, -14 lines 0 comments Download
M mojo/services/launcher/launcher.cc View 1 chunk +1 line, -1 line 0 comments Download
A + mojo/services/public/cpp/view_manager/lib/node.cc View 8 chunks +110 lines, -116 lines 0 comments Download
A + mojo/services/public/cpp/view_manager/lib/node_observer.cc View 2 chunks +4 lines, -4 lines 0 comments Download
A + mojo/services/public/cpp/view_manager/lib/node_private.h View 3 chunks +14 lines, -14 lines 0 comments Download
A + mojo/services/public/cpp/view_manager/lib/node_private.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M mojo/services/public/cpp/view_manager/lib/view.cc View 5 chunks +9 lines, -9 lines 0 comments Download
A + mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.h View 1 6 chunks +19 lines, -21 lines 0 comments Download
A + mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.cc View 1 30 chunks +138 lines, -143 lines 0 comments Download
D mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.h View 1 1 chunk +0 lines, -163 lines 0 comments Download
D mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.cc View 1 1 chunk +0 lines, -839 lines 0 comments Download
M mojo/services/public/cpp/view_manager/lib/view_private.h View 1 chunk +1 line, -1 line 0 comments Download
D mojo/services/public/cpp/view_manager/lib/view_tree_host.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
D mojo/services/public/cpp/view_manager/lib/view_tree_node.cc View 1 chunk +0 lines, -438 lines 0 comments Download
D mojo/services/public/cpp/view_manager/lib/view_tree_node_observer.cc View 1 chunk +0 lines, -23 lines 0 comments Download
D mojo/services/public/cpp/view_manager/lib/view_tree_node_private.h View 1 chunk +0 lines, -62 lines 0 comments Download
D mojo/services/public/cpp/view_manager/lib/view_tree_node_private.cc View 1 chunk +0 lines, -23 lines 0 comments Download
A + mojo/services/public/cpp/view_manager/node.h View 4 chunks +30 lines, -30 lines 0 comments Download
A + mojo/services/public/cpp/view_manager/node_observer.h View 3 chunks +16 lines, -17 lines 0 comments Download
A + mojo/services/public/cpp/view_manager/tests/node_unittest.cc View 24 chunks +105 lines, -105 lines 0 comments Download
M mojo/services/public/cpp/view_manager/tests/view_manager_unittest.cc View 1 30 chunks +93 lines, -95 lines 0 comments Download
D mojo/services/public/cpp/view_manager/tests/view_tree_host_unittest.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
D mojo/services/public/cpp/view_manager/tests/view_tree_node_unittest.cc View 1 chunk +0 lines, -571 lines 0 comments Download
A + mojo/services/public/cpp/view_manager/types.h View 2 chunks +3 lines, -3 lines 0 comments Download
M mojo/services/public/cpp/view_manager/util.h View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/public/cpp/view_manager/view.h View 4 chunks +4 lines, -4 lines 0 comments Download
M mojo/services/public/cpp/view_manager/view_manager.h View 2 chunks +4 lines, -4 lines 0 comments Download
M mojo/services/public/cpp/view_manager/view_manager_delegate.h View 1 chunk +3 lines, -3 lines 0 comments Download
D mojo/services/public/cpp/view_manager/view_manager_types.h View 1 chunk +0 lines, -27 lines 0 comments Download
D mojo/services/public/cpp/view_manager/view_tree_host.h View 1 chunk +0 lines, -22 lines 0 comments Download
D mojo/services/public/cpp/view_manager/view_tree_node.h View 1 chunk +0 lines, -108 lines 0 comments Download
D mojo/services/public/cpp/view_manager/view_tree_node_observer.h View 1 chunk +0 lines, -67 lines 0 comments Download
M mojo/services/view_manager/ids.h View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/view_manager/test_change_tracker.h View 1 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/view_manager/view_manager_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
Ben Goodger (Google)
6 years, 6 months ago (2014-06-16 19:37:38 UTC) #1
Ben Goodger (Google)
The CQ bit was checked by ben@chromium.org
6 years, 6 months ago (2014-06-16 19:37:43 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ben@chromium.org/338093008/1
6 years, 6 months ago (2014-06-16 19:39:49 UTC) #3
sky
LGTM
6 years, 6 months ago (2014-06-16 19:42:22 UTC) #4
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-17 02:29:44 UTC) #5
commit-bot: I haz the power
Failed to apply patch for mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; A mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.cc ...
6 years, 6 months ago (2014-06-17 02:29:45 UTC) #6
Ben Goodger (Google)
6 years, 6 months ago (2014-06-17 16:09:54 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 manually as r277775 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698