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

Issue 538903003: Bring up of the server side full text search. (Closed)

Created:
6 years, 3 months ago by noyau (Ping after 24h)
Modified:
6 years, 3 months ago
CC:
chromium-reviews, Kibeom Kim (inactive)
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Bring up of the server side full text search. This class is used to perform a full text search on bookmarks, powered by the server side. The superclass will be used for other services in subsequent CLs. BUG=None Committed: https://crrev.com/f0e1e779e3acf7e18093550dc775e44b812a3286 Cr-Commit-Position: refs/heads/master@{#294571}

Patch Set 1 : Superclass. #

Patch Set 2 : Adding search service. #

Patch Set 3 : Move in proper namespace. #

Patch Set 4 : s/SigninManager/SigninManagerBase for ChromeOS. #

Total comments: 23

Patch Set 5 : Feedback. #

Patch Set 6 : Fixing linux build. #

Patch Set 7 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+609 lines, -0 lines) Patch
M components/enhanced_bookmarks.gypi View 1 2 3 4 5 6 3 chunks +7 lines, -0 lines 0 comments Download
M components/enhanced_bookmarks/DEPS View 1 chunk +2 lines, -0 lines 0 comments Download
A components/enhanced_bookmarks/bookmark_server_search_service.h View 1 2 3 4 1 chunk +63 lines, -0 lines 0 comments Download
A components/enhanced_bookmarks/bookmark_server_search_service.cc View 1 2 3 4 1 chunk +115 lines, -0 lines 0 comments Download
A components/enhanced_bookmarks/bookmark_server_service.h View 1 2 3 4 1 chunk +156 lines, -0 lines 0 comments Download
A components/enhanced_bookmarks/bookmark_server_service.cc View 1 2 3 4 5 1 chunk +235 lines, -0 lines 0 comments Download
M components/enhanced_bookmarks/proto/BUILD.gn View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A components/enhanced_bookmarks/proto/search.proto View 1 2 3 4 1 chunk +30 lines, -0 lines 0 comments Download

Messages

Total messages: 28 (11 generated)
noyau (Ping after 24h)
6 years, 3 months ago (2014-09-04 17:53:24 UTC) #3
Yaron
https://codereview.chromium.org/538903003/diff/80001/components/enhanced_bookmarks/bookmark_server_search_service.cc File components/enhanced_bookmarks/bookmark_server_search_service.cc (right): https://codereview.chromium.org/538903003/diff/80001/components/enhanced_bookmarks/bookmark_server_search_service.cc#newcode76 components/enhanced_bookmarks/bookmark_server_search_service.cc:76: DCHECK(*should_notify); this doesn't match the header. It can't actually ...
6 years, 3 months ago (2014-09-05 04:37:52 UTC) #5
Yaron
+mcolbert just for high-level verification that this matches expectations from server side.
6 years, 3 months ago (2014-09-05 04:40:29 UTC) #7
blundell
I defer to the others for the review here.
6 years, 3 months ago (2014-09-05 09:11:07 UTC) #8
Mark
https://codereview.chromium.org/538903003/diff/80001/components/enhanced_bookmarks/bookmark_server_search_service.cc File components/enhanced_bookmarks/bookmark_server_search_service.cc (right): https://codereview.chromium.org/538903003/diff/80001/components/enhanced_bookmarks/bookmark_server_search_service.cc#newcode63 components/enhanced_bookmarks/bookmark_server_search_service.cc:63: GURL url(kSearchUrl); I'm assuming the bearer is being set ...
6 years, 3 months ago (2014-09-05 18:23:14 UTC) #9
Yaron
https://codereview.chromium.org/538903003/diff/80001/components/enhanced_bookmarks/bookmark_server_search_service.cc File components/enhanced_bookmarks/bookmark_server_search_service.cc (right): https://codereview.chromium.org/538903003/diff/80001/components/enhanced_bookmarks/bookmark_server_search_service.cc#newcode63 components/enhanced_bookmarks/bookmark_server_search_service.cc:63: GURL url(kSearchUrl); On 2014/09/05 18:23:14, Mark wrote: > I'm ...
6 years, 3 months ago (2014-09-05 18:26:52 UTC) #10
noyau (Ping after 24h)
+tim@ for the DEPS inclusion of google_apis/gaia https://codereview.chromium.org/538903003/diff/80001/components/enhanced_bookmarks/bookmark_server_search_service.cc File components/enhanced_bookmarks/bookmark_server_search_service.cc (right): https://codereview.chromium.org/538903003/diff/80001/components/enhanced_bookmarks/bookmark_server_search_service.cc#newcode63 components/enhanced_bookmarks/bookmark_server_search_service.cc:63: GURL url(kSearchUrl); ...
6 years, 3 months ago (2014-09-08 09:46:49 UTC) #12
Yaron
lgtm
6 years, 3 months ago (2014-09-08 23:46:32 UTC) #13
Yaron
On 2014/09/08 23:46:32, Yaron wrote: > lgtm (please add tracking bug for these CLs)
6 years, 3 months ago (2014-09-08 23:46:55 UTC) #14
noyau (Ping after 24h)
6 years, 3 months ago (2014-09-09 08:46:26 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/noyau@chromium.org/538903003/140001
6 years, 3 months ago (2014-09-09 08:57:54 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/9588)
6 years, 3 months ago (2014-09-09 09:47:51 UTC) #22
noyau (Ping after 24h)
+tim@ for the DEPS additions of components/signin and google_apis/gaia
6 years, 3 months ago (2014-09-09 11:02:41 UTC) #23
tim (not reviewing)
On 2014/09/09 11:02:41, noyau wrote: > +tim@ for the DEPS additions of components/signin and google_apis/gaia ...
6 years, 3 months ago (2014-09-11 20:29:20 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/538903003/160001
6 years, 3 months ago (2014-09-12 09:06:24 UTC) #26
commit-bot: I haz the power
Committed patchset #7 (id:160001) as 67bd2d4cb7b7843b32a4f764afed882e95c5eb9e
6 years, 3 months ago (2014-09-12 10:20:29 UTC) #27
commit-bot: I haz the power
6 years, 3 months ago (2014-09-12 10:22:32 UTC) #28
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/f0e1e779e3acf7e18093550dc775e44b812a3286
Cr-Commit-Position: refs/heads/master@{#294571}

Powered by Google App Engine
This is Rietveld 408576698