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

Issue 275733002: Remove all external references to ContentView from Tab/Shell/etc. (Closed)

Created:
6 years, 7 months ago by Yaron
Modified:
6 years, 7 months ago
Reviewers:
Ted C
CC:
chromium-reviews, jam, David Trainor- moved to gerrit, avayvod+watch_chromium.org, jochen+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Remove all external references to ContentView from Tab/Shell/etc. Cleanups: - most places now directly use ContentViewCore instead of ContentView - ContentView.getContentViewCore is removed (as you should be using CVC directly and CVC.getContainerView()) - Tab.getContentView is removed. Use Tab.getView or Tab.getContentViewCore().getContainerView(), with the latter being for content rendered without android views. BUG=360664 NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=270762

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Total comments: 6

Patch Set 3 : rebase #

Messages

Total messages: 7 (0 generated)
Yaron
I think this ought to do it for turning the 2 mega classes into one. ...
6 years, 7 months ago (2014-05-09 02:43:04 UTC) #1
Yaron
red bots are sadly from broken tree
6 years, 7 months ago (2014-05-09 02:43:52 UTC) #2
Ted C
lgtm https://codereview.chromium.org/275733002/diff/20001/chrome/android/java/src/org/chromium/chrome/browser/Tab.java File chrome/android/java/src/org/chromium/chrome/browser/Tab.java (right): https://codereview.chromium.org/275733002/diff/20001/chrome/android/java/src/org/chromium/chrome/browser/Tab.java#newcode450 chrome/android/java/src/org/chromium/chrome/browser/Tab.java:450: return mNativePage != null ? mNativePage.getView() : ( ...
6 years, 7 months ago (2014-05-12 23:50:56 UTC) #3
Yaron
https://codereview.chromium.org/275733002/diff/20001/chrome/android/java/src/org/chromium/chrome/browser/Tab.java File chrome/android/java/src/org/chromium/chrome/browser/Tab.java (right): https://codereview.chromium.org/275733002/diff/20001/chrome/android/java/src/org/chromium/chrome/browser/Tab.java#newcode450 chrome/android/java/src/org/chromium/chrome/browser/Tab.java:450: return mNativePage != null ? mNativePage.getView() : ( On ...
6 years, 7 months ago (2014-05-15 16:53:24 UTC) #4
Yaron
The CQ bit was checked by yfriedman@chromium.org
6 years, 7 months ago (2014-05-15 18:20:24 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yfriedman@chromium.org/275733002/40001
6 years, 7 months ago (2014-05-15 18:22:43 UTC) #6
commit-bot: I haz the power
6 years, 7 months ago (2014-05-15 19:01:00 UTC) #7
Message was sent while issue was closed.
Change committed as 270762

Powered by Google App Engine
This is Rietveld 408576698