|
|
DescriptionFix NPE when favicon is updated.
BUG=567299
Committed: https://crrev.com/1353bd527c32e7686c7a238cc5ddffec87afb959
Cr-Commit-Position: refs/heads/master@{#364494}
Patch Set 1 #Patch Set 2 : Add another check. #Patch Set 3 : Rebase. #Messages
Total messages: 20 (6 generated)
wnwen@chromium.org changed reviewers: + yusufo@chromium.org
Thanks for looking into this! I think the null check should be in Tab.java where the observer method is called from though. There is another icon. reference there and looks like this avoided it because of the way the conditional is built. So onFaviconAvailable should have an early return for icon==null.
Added. PTAL. :)
https://codereview.chromium.org/1504183003/ also addresses this and looks like we also need an updateTaskDescription call in DocumentActivity
On 2015/12/08 00:14:58, Yusuf wrote: > https://codereview.chromium.org/1504183003/ also addresses this and looks like > we also need an updateTaskDescription call in DocumentActivity Seems this CL is now just a one-line guard. :)
Friendly ping. PTAL. :)
lgtm
The CQ bit was checked by wnwen@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1508813002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1508813002/40001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...)
wnwen@chromium.org changed reviewers: + dfalcantara@chromium.org
+dfalcantara@ for OWNERs.
lgtm
The CQ bit was checked by wnwen@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1508813002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1508813002/40001
Message was sent while issue was closed.
Committed patchset #3 (id:40001)
Message was sent while issue was closed.
Description was changed from ========== Fix NPE when favicon is updated. BUG=567299 ========== to ========== Fix NPE when favicon is updated. BUG=567299 Committed: https://crrev.com/1353bd527c32e7686c7a238cc5ddffec87afb959 Cr-Commit-Position: refs/heads/master@{#364494} ==========
Message was sent while issue was closed.
Patchset 3 (id:??) landed as https://crrev.com/1353bd527c32e7686c7a238cc5ddffec87afb959 Cr-Commit-Position: refs/heads/master@{#364494} |