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

Issue 10824212: Add support for unregistering web intents default by service_url. (Closed)

Created:
8 years, 4 months ago by Steve McKay
Modified:
8 years, 4 months ago
Reviewers:
James Hawkins
CC:
chromium-reviews, gbillock+watch_chromium.org, smckay+watch_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Add support for unregistering defaults by service_url. BUG=137907 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=150669

Patch Set 1 #

Patch Set 2 : Do test setup verification prior to verifying remove/unregister support. #

Total comments: 13

Patch Set 3 : Respond to review comments. Primarily use shorter form method names. #

Total comments: 1

Patch Set 4 : Rename to use "ServiceDefaults" as the method subject. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+185 lines, -13 lines) Patch
M chrome/browser/intents/web_intents_registry.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/intents/web_intents_registry.cc View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/intents/web_intents_registry_unittest.cc View 1 2 3 2 chunks +46 lines, -1 line 0 comments Download
M chrome/browser/webdata/web_data_service.h View 1 2 3 3 chunks +6 lines, -2 lines 0 comments Download
M chrome/browser/webdata/web_data_service.cc View 1 2 3 2 chunks +22 lines, -0 lines 0 comments Download
M chrome/browser/webdata/web_data_service_unittest.cc View 1 2 3 1 chunk +35 lines, -0 lines 0 comments Download
M chrome/browser/webdata/web_intents_table.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/webdata/web_intents_table.cc View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/webdata/web_intents_table_unittest.cc View 1 2 3 2 chunks +57 lines, -10 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Steve McKay
Calling the new method stack will remove ALL web intents defaults associated with the supplied ...
8 years, 4 months ago (2012-08-07 23:45:29 UTC) #1
James Hawkins
https://chromiumcodereview.appspot.com/10824212/diff/3001/chrome/browser/intents/web_intents_registry.h File chrome/browser/intents/web_intents_registry.h (right): https://chromiumcodereview.appspot.com/10824212/diff/3001/chrome/browser/intents/web_intents_registry.h#newcode99 chrome/browser/intents/web_intents_registry.h:99: virtual void UnregisterDefaultIntentServicesForServiceURL( nit: This name is a bit ...
8 years, 4 months ago (2012-08-08 16:22:37 UTC) #2
Steve McKay
PTAL. http://codereview.chromium.org/10824212/diff/3001/chrome/browser/intents/web_intents_registry.h File chrome/browser/intents/web_intents_registry.h (right): http://codereview.chromium.org/10824212/diff/3001/chrome/browser/intents/web_intents_registry.h#newcode99 chrome/browser/intents/web_intents_registry.h:99: virtual void UnregisterDefaultIntentServicesForServiceURL( On 2012/08/08 16:22:37, James Hawkins ...
8 years, 4 months ago (2012-08-08 17:54:42 UTC) #3
Steve McKay
FYI, dropped Greg, since James has taken up the review (beyonding lending his OWNERship approval).
8 years, 4 months ago (2012-08-08 17:55:24 UTC) #4
Steve McKay
PTAL.
8 years, 4 months ago (2012-08-08 20:28:22 UTC) #5
James Hawkins
http://codereview.chromium.org/10824212/diff/8001/chrome/browser/intents/web_intents_registry.h File chrome/browser/intents/web_intents_registry.h (right): http://codereview.chromium.org/10824212/diff/8001/chrome/browser/intents/web_intents_registry.h#newcode99 chrome/browser/intents/web_intents_registry.h:99: virtual void UnregisterDefaultServices(const GURL& service_url); 'Services' here is a ...
8 years, 4 months ago (2012-08-08 20:30:11 UTC) #6
James Hawkins
LGTM with UnregisterServiceDefaults().
8 years, 4 months ago (2012-08-08 20:51:58 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/smckay@chromium.org/10824212/2013
8 years, 4 months ago (2012-08-08 21:07:30 UTC) #8
commit-bot: I haz the power
Try job failure for 10824212-2013 (retry) (retry) on mac_rel for step "browser_tests". It's a second ...
8 years, 4 months ago (2012-08-08 23:22:42 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/smckay@chromium.org/10824212/2013
8 years, 4 months ago (2012-08-08 23:54:58 UTC) #10
commit-bot: I haz the power
8 years, 4 months ago (2012-08-09 01:22:56 UTC) #11
Change committed as 150669

Powered by Google App Engine
This is Rietveld 408576698