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

Issue 9430027: Add default query method to WebIntentsRegistry. (Closed)

Created:
8 years, 10 months ago by Greg Billock
Modified:
8 years, 9 months ago
Reviewers:
groby-ooo-7-16
CC:
chromium-reviews, dhollowa+watch_chromium.org
Visibility:
Public.

Description

Add default query method to WebIntentsRegistry. R=groby@chromium.org BUG=115214 TEST=WebIntentsRegistryTest.TestGetDefaults Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=124150

Patch Set 1 #

Total comments: 17

Patch Set 2 : Fix some issues, refactoring. #

Total comments: 2

Patch Set 3 : Switch method to just return extension. #

Patch Set 4 : Fix forward decl #

Unified diffs Side-by-side diffs Delta from patch set Stats (+246 lines, -14 lines) Patch
M chrome/browser/intents/web_intents_registry.h View 1 2 5 chunks +32 lines, -0 lines 0 comments Download
M chrome/browser/intents/web_intents_registry.cc View 1 2 8 chunks +121 lines, -13 lines 0 comments Download
M chrome/browser/intents/web_intents_registry_unittest.cc View 1 2 4 chunks +68 lines, -0 lines 0 comments Download
M chrome/browser/ui/intents/web_intent_picker_controller.h View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/ui/intents/web_intent_picker_controller.cc View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/ui/intents/web_intents_model.h View 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/ui/intents/web_intents_model.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/webdata/web_data_service.h View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 10 (0 generated)
Greg Billock
8 years, 10 months ago (2012-02-22 01:18:22 UTC) #1
groby-ooo-7-16
https://chromiumcodereview.appspot.com/9430027/diff/1/chrome/browser/intents/web_intents_registry.cc File chrome/browser/intents/web_intents_registry.cc (right): https://chromiumcodereview.appspot.com/9430027/diff/1/chrome/browser/intents/web_intents_registry.cc#newcode50 chrome/browser/intents/web_intents_registry.cc:50: GURL url_; IWYU: #include "googleurl/src/gurl.h" https://chromiumcodereview.appspot.com/9430027/diff/1/chrome/browser/intents/web_intents_registry.cc#newcode148 chrome/browser/intents/web_intents_registry.cc:148: if (default_service.user_date ...
8 years, 10 months ago (2012-02-22 01:40:18 UTC) #2
Greg Billock
https://chromiumcodereview.appspot.com/9430027/diff/1/chrome/browser/intents/web_intents_registry.cc File chrome/browser/intents/web_intents_registry.cc (right): https://chromiumcodereview.appspot.com/9430027/diff/1/chrome/browser/intents/web_intents_registry.cc#newcode50 chrome/browser/intents/web_intents_registry.cc:50: GURL url_; On 2012/02/22 01:40:18, groby wrote: > IWYU: ...
8 years, 10 months ago (2012-02-23 23:39:00 UTC) #3
groby-ooo-7-16
lgtm w/ nit http://codereview.chromium.org/9430027/diff/1/chrome/browser/intents/web_intents_registry.h File chrome/browser/intents/web_intents_registry.h (right): http://codereview.chromium.org/9430027/diff/1/chrome/browser/intents/web_intents_registry.h#newcode45 chrome/browser/intents/web_intents_registry.h:45: const DefaultWebIntentService& default_service) = 0; Probably ...
8 years, 10 months ago (2012-02-27 18:23:29 UTC) #4
Greg Billock
http://codereview.chromium.org/9430027/diff/5001/chrome/browser/intents/web_intents_registry.cc File chrome/browser/intents/web_intents_registry.cc (right): http://codereview.chromium.org/9430027/diff/5001/chrome/browser/intents/web_intents_registry.cc#newcode137 chrome/browser/intents/web_intents_registry.cc:137: bool WebIntentsRegistry::IsContainingExtensionDisabled(const std::string& url) { On 2012/02/27 18:23:29, groby ...
8 years, 9 months ago (2012-02-28 18:31:56 UTC) #5
groby-ooo-7-16
lgtm
8 years, 9 months ago (2012-02-28 18:35:07 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gbillock@chromium.org/9430027/8002
8 years, 9 months ago (2012-02-29 00:58:46 UTC) #7
commit-bot: I haz the power
Try job failure for 9430027-8002 (retry) on linux_clang for step "compile" (clobber build). It's a ...
8 years, 9 months ago (2012-02-29 04:06:01 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gbillock@chromium.org/9430027/21001
8 years, 9 months ago (2012-02-29 04:06:07 UTC) #9
commit-bot: I haz the power
8 years, 9 months ago (2012-02-29 07:54:36 UTC) #10
Change committed as 124150

Powered by Google App Engine
This is Rietveld 408576698