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

Issue 800023004: app_list: OnExtensionLoaded calls UpdateResults asynchronously rather than directly. (Closed)

Created:
5 years, 11 months ago by xiyuan
Modified:
5 years, 11 months ago
Reviewers:
tapted, Matt Giuca
CC:
chromium-reviews, chrome-apps-syd-reviews_chromium.org, tfarina, calamity
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

app_list: OnExtensionLoaded calls UpdateResults asynchronously rather than directly. This fixes a crash where clicking on a search result causes an extension to be re-enabled, and UpdateResults clears the results while one is being opened. This change delays the call to UpdateResults until after the app has been opened. BUG=442453 Committed: https://crrev.com/37eb085caf32580522238d12f9d906401f1f00c9 Cr-Commit-Position: refs/heads/master@{#310236}

Patch Set 1 #

Patch Set 2 : fix test #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -3 lines) Patch
M chrome/browser/ui/app_list/app_list_controller_browsertest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/app_list/search/app_search_provider.h View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/app_list/search/app_search_provider.cc View 5 chunks +18 lines, -3 lines 2 comments Download
M chrome/browser/ui/app_list/search/app_search_provider_unittest.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (3 generated)
xiyuan
5 years, 11 months ago (2015-01-06 18:22:40 UTC) #2
Matt Giuca
Seems good. Thanks for tracking this down and fixing it! Just some issue with the ...
5 years, 11 months ago (2015-01-07 03:04:00 UTC) #4
xiyuan
CL description updated and fixed a unit test (only tested with AppList* and the broken ...
5 years, 11 months ago (2015-01-07 03:29:51 UTC) #5
tapted
looks good - just one obscure corner case - which might not actually be a ...
5 years, 11 months ago (2015-01-07 04:12:31 UTC) #6
xiyuan
Thanks for chiming in. :) https://codereview.chromium.org/800023004/diff/20001/chrome/browser/ui/app_list/search/app_search_provider.cc File chrome/browser/ui/app_list/search/app_search_provider.cc (right): https://codereview.chromium.org/800023004/diff/20001/chrome/browser/ui/app_list/search/app_search_provider.cc#newcode108 chrome/browser/ui/app_list/search/app_search_provider.cc:108: update_results_factory_.InvalidateWeakPtrs(); On 2015/01/07 04:12:30, ...
5 years, 11 months ago (2015-01-07 04:51:57 UTC) #7
tapted
sweeet! lgtm On 2015/01/07 04:51:57, xiyuan wrote: > Thanks for chiming in. :) > > ...
5 years, 11 months ago (2015-01-07 05:03:34 UTC) #8
Matt Giuca
Cool, looks good!
5 years, 11 months ago (2015-01-07 05:09:05 UTC) #9
xiyuan
Thanks, guys.
5 years, 11 months ago (2015-01-07 05:25:03 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/800023004/20001
5 years, 11 months ago (2015-01-07 05:26:17 UTC) #12
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 11 months ago (2015-01-07 05:36:38 UTC) #13
commit-bot: I haz the power
5 years, 11 months ago (2015-01-07 05:37:39 UTC) #14
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/37eb085caf32580522238d12f9d906401f1f00c9
Cr-Commit-Position: refs/heads/master@{#310236}

Powered by Google App Engine
This is Rietveld 408576698