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

Issue 1140873002: Change queryId of launcherSearchProvider API to integer. (Closed)

Created:
5 years, 7 months ago by yawano
Modified:
5 years, 7 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, rginda+watch_chromium.org, mtomasz+watch_chromium.org, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, satorux1
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Change queryId of launcherSearchProvider API to integer. BUG=487505 TEST=GYP_GENERATORS=ninja tools/gyp/gyp --depth . ui/file_manager/file_manager/background/js/compiled_resources.gyp && ninja -C out/Default Committed: https://crrev.com/fd9ae3c13f352699de3e5573988eac1d6f8e13ce Cr-Commit-Position: refs/heads/master@{#329806}

Patch Set 1 #

Total comments: 7

Patch Set 2 : Remove old TODO. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -17 lines) Patch
M chrome/browser/chromeos/launcher_search_provider/service.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/launcher_search_provider/service.cc View 1 3 chunks +4 lines, -6 lines 0 comments Download
M chrome/common/extensions/api/launcher_search_provider.idl View 1 chunk +3 lines, -3 lines 0 comments Download
M ui/file_manager/externs/launcher_search_provider.js View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/file_manager/background/js/launcher_search.js View 4 chunks +5 lines, -5 lines 0 comments Download

Messages

Total messages: 22 (6 generated)
yawano
PTAL @oshima: files under chrome/browser/chromeos. @benwells: chrome/common/extensions/api/launcher_search_provider.idl. @fukino: files under ui/file_manager. Thank you! https://codereview.chromium.org/1140873002/diff/1/chrome/browser/chromeos/launcher_search_provider/service.h File ...
5 years, 7 months ago (2015-05-13 07:33:42 UTC) #2
benwells
idl lgtm
5 years, 7 months ago (2015-05-13 07:51:29 UTC) #3
yawano
On 2015/05/13 07:51:29, benwells wrote: > idl lgtm Thanks.
5 years, 7 months ago (2015-05-13 07:52:42 UTC) #4
fukino
ui/file_manager lgtm
5 years, 7 months ago (2015-05-13 08:25:07 UTC) #5
yawano
On 2015/05/13 08:25:07, fukino wrote: > ui/file_manager lgtm Thanks.
5 years, 7 months ago (2015-05-13 08:30:41 UTC) #6
oshima
https://codereview.chromium.org/1140873002/diff/1/chrome/browser/chromeos/launcher_search_provider/service.h File chrome/browser/chromeos/launcher_search_provider/service.h (right): https://codereview.chromium.org/1140873002/diff/1/chrome/browser/chromeos/launcher_search_provider/service.h#newcode56 chrome/browser/chromeos/launcher_search_provider/service.h:56: const int query_id, shouldn't this be int64?
5 years, 7 months ago (2015-05-13 16:02:01 UTC) #7
yawano
https://codereview.chromium.org/1140873002/diff/1/chrome/browser/chromeos/launcher_search_provider/service.h File chrome/browser/chromeos/launcher_search_provider/service.h (right): https://codereview.chromium.org/1140873002/diff/1/chrome/browser/chromeos/launcher_search_provider/service.h#newcode56 chrome/browser/chromeos/launcher_search_provider/service.h:56: const int query_id, Sorry, why? Type in the generated ...
5 years, 7 months ago (2015-05-14 00:44:45 UTC) #8
Matt Giuca
What's with the TEST= line in the CL description? I don't know what that command ...
5 years, 7 months ago (2015-05-14 00:56:07 UTC) #10
mtomasz
On 2015/05/14 00:56:07, Matt Giuca wrote: > What's with the TEST= line in the CL ...
5 years, 7 months ago (2015-05-14 01:05:20 UTC) #11
oshima
lgtm https://codereview.chromium.org/1140873002/diff/1/chrome/browser/chromeos/launcher_search_provider/service.h File chrome/browser/chromeos/launcher_search_provider/service.h (right): https://codereview.chromium.org/1140873002/diff/1/chrome/browser/chromeos/launcher_search_provider/service.h#newcode56 chrome/browser/chromeos/launcher_search_provider/service.h:56: const int query_id, On 2015/05/14 00:44:44, yawano wrote: ...
5 years, 7 months ago (2015-05-14 01:26:11 UTC) #12
yawano
Thank you for the review! https://codereview.chromium.org/1140873002/diff/1/chrome/browser/chromeos/launcher_search_provider/service.h File chrome/browser/chromeos/launcher_search_provider/service.h (right): https://codereview.chromium.org/1140873002/diff/1/chrome/browser/chromeos/launcher_search_provider/service.h#newcode56 chrome/browser/chromeos/launcher_search_provider/service.h:56: const int query_id, On ...
5 years, 7 months ago (2015-05-14 03:19:25 UTC) #13
yawano
@mgiuca: As @mtomasz pointed out, the TEST= is a command to run closure compiler type ...
5 years, 7 months ago (2015-05-14 04:08:45 UTC) #16
Matt Giuca
Acknowledged.
5 years, 7 months ago (2015-05-14 04:47:51 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1140873002/20001
5 years, 7 months ago (2015-05-14 04:49:24 UTC) #20
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 7 months ago (2015-05-14 05:20:30 UTC) #21
commit-bot: I haz the power
5 years, 7 months ago (2015-05-14 05:21:17 UTC) #22
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/fd9ae3c13f352699de3e5573988eac1d6f8e13ce
Cr-Commit-Position: refs/heads/master@{#329806}

Powered by Google App Engine
This is Rietveld 408576698