Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Issue 113073002: chrome.bookmark.search exact URL/title query support (Closed)

Created:
7 years ago by Mike Wittman
Modified:
7 years ago
CC:
chromium-reviews, tfarina, browser-components-watch_chromium.org, extensions-reviews_chromium.org, chromium-apps-reviews_chromium.org
Visibility:
Public.

Description

chrome.bookmark.search exact URL/title query support Allow queries for exact URL and title strings within chrome.bookmark.search by accepting an object for the query parameter, with the desired query predicates specified on the object. API proposal document: https://docs.google.com/a/chromium.org/document/d/1XZHmtCBQNqaGUZLJPbSL7TXkP3AMhqyxwJk6ez5pMMs/edit BUG=311282 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=241203

Patch Set 1 #

Total comments: 10

Patch Set 2 : Cleanup conditions #

Total comments: 2

Patch Set 3 : Update comment #

Patch Set 4 : Rebase #

Patch Set 5 : Rebase #

Patch Set 6 : Fix logic error #

Patch Set 7 : Make clang happy #

Patch Set 8 : Clang fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+244 lines, -37 lines) Patch
M chrome/browser/bookmarks/bookmark_utils.h View 1 2 3 4 5 6 7 2 chunks +19 lines, -8 lines 0 comments Download
M chrome/browser/bookmarks/bookmark_utils.cc View 1 2 3 4 5 6 7 2 chunks +32 lines, -13 lines 0 comments Download
M chrome/browser/bookmarks/bookmark_utils_unittest.cc View 1 2 3 4 5 6 2 chunks +136 lines, -7 lines 0 comments Download
M chrome/browser/extensions/api/bookmarks/bookmarks_api.cc View 1 2 3 1 chunk +28 lines, -6 lines 0 comments Download
M chrome/common/extensions/api/bookmarks.json View 1 chunk +29 lines, -3 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
Mike Wittman
PTAL sky for chrome/browser/bookmarks kalman for chrome/{browser,common}/extensions One question: to what extent should this change ...
7 years ago (2013-12-11 19:38:51 UTC) #1
sky
https://codereview.chromium.org/113073002/diff/1/chrome/browser/bookmarks/bookmark_utils.cc File chrome/browser/bookmarks/bookmark_utils.cc (right): https://codereview.chromium.org/113073002/diff/1/chrome/browser/bookmarks/bookmark_utils.cc#newcode231 chrome/browser/bookmarks/bookmark_utils.cc:231: bool node_matches = true; use continue rather than node_matches? ...
7 years ago (2013-12-11 21:06:02 UTC) #2
not at google - send to devlin
extensions lgtm
7 years ago (2013-12-11 21:10:41 UTC) #3
Mike Wittman
https://codereview.chromium.org/113073002/diff/1/chrome/browser/bookmarks/bookmark_utils.cc File chrome/browser/bookmarks/bookmark_utils.cc (right): https://codereview.chromium.org/113073002/diff/1/chrome/browser/bookmarks/bookmark_utils.cc#newcode231 chrome/browser/bookmarks/bookmark_utils.cc:231: bool node_matches = true; On 2013/12/11 21:06:02, sky wrote: ...
7 years ago (2013-12-11 22:24:15 UTC) #4
sky
LGTM https://codereview.chromium.org/113073002/diff/20001/chrome/browser/bookmarks/bookmark_utils.h File chrome/browser/bookmarks/bookmark_utils.h (right): https://codereview.chromium.org/113073002/diff/20001/chrome/browser/bookmarks/bookmark_utils.h#newcode73 chrome/browser/bookmarks/bookmark_utils.h:73: // Returns up to |max_count| bookmarks from |model| ...
7 years ago (2013-12-11 23:46:12 UTC) #5
Mike Wittman
https://codereview.chromium.org/113073002/diff/20001/chrome/browser/bookmarks/bookmark_utils.h File chrome/browser/bookmarks/bookmark_utils.h (right): https://codereview.chromium.org/113073002/diff/20001/chrome/browser/bookmarks/bookmark_utils.h#newcode73 chrome/browser/bookmarks/bookmark_utils.h:73: // Returns up to |max_count| bookmarks from |model| whose ...
7 years ago (2013-12-12 00:18:26 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/113073002/60001
7 years ago (2013-12-13 19:50:03 UTC) #7
commit-bot: I haz the power
Failed to apply patch for chrome/browser/bookmarks/bookmark_utils.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years ago (2013-12-13 19:50:07 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/113073002/80001
7 years ago (2013-12-13 23:54:37 UTC) #9
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) base_unittests, browser_tests, interactive_ui_tests, net_unittests, unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&number=202069
7 years ago (2013-12-14 00:26:46 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/113073002/100001
7 years ago (2013-12-16 20:30:20 UTC) #11
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) base_unittests, browser_tests, interactive_ui_tests, net_unittests, unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&number=203340
7 years ago (2013-12-16 21:13:12 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/113073002/160001
7 years ago (2013-12-16 21:26:27 UTC) #13
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) base_unittests, browser_tests, interactive_ui_tests, net_unittests, unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&number=203377
7 years ago (2013-12-16 21:54:43 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/113073002/180001
7 years ago (2013-12-16 22:27:33 UTC) #15
commit-bot: I haz the power
Retried try job too often on android_clang_dbg for step(s) slave_steps http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=android_clang_dbg&number=101665
7 years ago (2013-12-16 23:34:33 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/113073002/200001
7 years ago (2013-12-17 00:18:34 UTC) #17
commit-bot: I haz the power
7 years ago (2013-12-17 08:04:14 UTC) #18
Message was sent while issue was closed.
Change committed as 241203

Powered by Google App Engine
This is Rietveld 408576698