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

Issue 1464743005: Remove DocumentTabObserver and merge task description updates (Closed)

Created:
5 years, 1 month ago by Yusuf
Modified:
5 years, 1 month ago
Reviewers:
gone
CC:
chromium-reviews, plundblad+watch_chromium.org, aboxhall+watch_chromium.org, nektar+watch_chromium.org, yuzo+watch_chromium.org, je_julie, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove DocumentTabObserver and merge task description updates This removes the DocumentTabObserver as a separate class inside DocumentTab. It also add the favicon image as a param to onFaviconUpdated inside TabObserver and uses that to update the icon used for task descriptions to largest size in both Document and WebAppActivities. BUG=546182 Committed: https://crrev.com/8d22d29bfd0c021dd3d12eeff1369f34f6f8dd15 Cr-Commit-Position: refs/heads/master@{#361176}

Patch Set 1 #

Total comments: 5

Patch Set 2 : Added comment for Webapps and removed needsUpdate in observer call #

Messages

Total messages: 14 (4 generated)
Yusuf
5 years, 1 month ago (2015-11-20 22:39:42 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1464743005/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1464743005/1
5 years, 1 month ago (2015-11-20 22:40:54 UTC) #4
gone
https://codereview.chromium.org/1464743005/diff/1/chrome/android/java/src/org/chromium/chrome/browser/tab/Tab.java File chrome/android/java/src/org/chromium/chrome/browser/tab/Tab.java (right): https://codereview.chromium.org/1464743005/diff/1/chrome/android/java/src/org/chromium/chrome/browser/tab/Tab.java#newcode2105 chrome/android/java/src/org/chromium/chrome/browser/tab/Tab.java:2105: if (!needUpdate && !FeatureUtilities.isDocumentMode(getApplicationContext())) return; This early-exit logic looks ...
5 years, 1 month ago (2015-11-20 23:37:13 UTC) #5
Yusuf
https://codereview.chromium.org/1464743005/diff/1/chrome/android/java/src/org/chromium/chrome/browser/webapps/WebappActivity.java File chrome/android/java/src/org/chromium/chrome/browser/webapps/WebappActivity.java (right): https://codereview.chromium.org/1464743005/diff/1/chrome/android/java/src/org/chromium/chrome/browser/webapps/WebappActivity.java#newcode321 chrome/android/java/src/org/chromium/chrome/browser/webapps/WebappActivity.java:321: if (mWebappInfo.icon() != null) return; On 2015/11/20 23:37:13, dfalcantara ...
5 years, 1 month ago (2015-11-20 23:38:54 UTC) #6
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 1 month ago (2015-11-20 23:40:45 UTC) #8
Yusuf
https://codereview.chromium.org/1464743005/diff/1/chrome/android/java/src/org/chromium/chrome/browser/tab/Tab.java File chrome/android/java/src/org/chromium/chrome/browser/tab/Tab.java (right): https://codereview.chromium.org/1464743005/diff/1/chrome/android/java/src/org/chromium/chrome/browser/tab/Tab.java#newcode2105 chrome/android/java/src/org/chromium/chrome/browser/tab/Tab.java:2105: if (!needUpdate && !FeatureUtilities.isDocumentMode(getApplicationContext())) return; On 2015/11/20 23:37:13, dfalcantara ...
5 years, 1 month ago (2015-11-20 23:47:34 UTC) #9
gone
lgtm
5 years, 1 month ago (2015-11-20 23:58:01 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1464743005/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1464743005/20001
5 years, 1 month ago (2015-11-23 19:35:20 UTC) #12
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 1 month ago (2015-11-23 20:40:01 UTC) #13
commit-bot: I haz the power
5 years, 1 month ago (2015-11-23 20:41:53 UTC) #14
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/8d22d29bfd0c021dd3d12eeff1369f34f6f8dd15
Cr-Commit-Position: refs/heads/master@{#361176}

Powered by Google App Engine
This is Rietveld 408576698