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

Issue 10384068: views: Have a more accurate name for View parent_owned accessors. (Closed)

Created:
8 years, 7 months ago by tfarina
Modified:
8 years, 7 months ago
CC:
chromium-reviews, mihaip-chromium-reviews_chromium.org, sadrul, nkostylev+watch_chromium.org, ben+watch_chromium.org, dcheng, Aaron Boodman, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, yusukes+watch_chromium.org
Visibility:
Public.

Description

views: Have a more accurate name for View parent_owned accessors. Remove the getter accessor of parent_owned() because it's used only internally by View. And change the setter accessor from set_parent_owned() to set_owned_by_client(). BUG=122384 R=ben@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=136766

Patch Set 1 #

Total comments: 2

Patch Set 2 : set_owned_by_client #

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -49 lines) Patch
M ash/drag_drop/drag_image_view.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/tooltips/tooltip_controller.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/input_method/candidate_window.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/view_screen.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_host.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/about_chrome_view.cc View 1 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/ui/views/autocomplete/autocomplete_popup_contents_view.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/autocomplete/autocomplete_result_view.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/frame/browser_view.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/importer/import_progress_dialog_view.cc View 1 1 chunk +10 lines, -10 lines 0 comments Download
M chrome/browser/ui/views/infobars/infobar_view.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/notifications/balloon_view.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/tabs/dragged_tab_view.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ui/oak/oak_window.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/controls/menu/submenu_view.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/controls/tabbed_pane/native_tabbed_pane_views.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/tabbed_pane/native_tabbed_pane_win.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ui/views/touchui/touch_selection_controller_impl.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/view.h View 1 2 2 chunks +4 lines, -5 lines 0 comments Download
M ui/views/view.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M ui/views/window/non_client_view.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
tfarina
Hi Ben, could you review this to me?
8 years, 7 months ago (2012-05-10 16:43:14 UTC) #1
Ben Goodger (Google)
http://codereview.chromium.org/10384068/diff/1/ui/views/view.h File ui/views/view.h (right): http://codereview.chromium.org/10384068/diff/1/ui/views/view.h#newcode121 ui/views/view.h:121: bool owned_by_parent() const { return owned_by_parent_; } is this ...
8 years, 7 months ago (2012-05-10 16:51:19 UTC) #2
tfarina
On Thu, May 10, 2012 at 1:51 PM, <ben@chromium.org> wrote: > > http://codereview.chromium.org/10384068/diff/1/ui/views/view.h > File ...
8 years, 7 months ago (2012-05-10 16:59:04 UTC) #3
Ben Goodger (Google)
sounds good. -Ben On Thu, May 10, 2012 at 9:59 AM, Thiago Farina <tfarina@chromium.org> wrote: ...
8 years, 7 months ago (2012-05-10 21:22:56 UTC) #4
tfarina
set_owned_by_client
8 years, 7 months ago (2012-05-10 22:02:27 UTC) #5
tfarina
On 2012/05/10 21:22:56, Ben Goodger (Google) wrote: > sounds good. > Done.
8 years, 7 months ago (2012-05-10 22:04:21 UTC) #6
Ben Goodger (Google)
lgtm
8 years, 7 months ago (2012-05-10 22:05:53 UTC) #7
tfarina
8 years, 7 months ago (2012-05-11 17:10:56 UTC) #8
rebase

Powered by Google App Engine
This is Rietveld 408576698