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

Issue 10381097: Move content settings extension API to content_settings dir. (Closed)

Created:
8 years, 7 months ago by chebert
Modified:
8 years, 7 months ago
CC:
chromium-reviews, mihaip-chromium-reviews_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Move content settings extension API to content_settings dir. We're moving all the extension api implementations out of browser/extensions into the directory with the code they are automating. BUG=101244 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=137574

Patch Set 1 #

Total comments: 4

Patch Set 2 : Fixed nits. #

Patch Set 3 : Moved to c/b/e/api/content_settings #

Total comments: 2

Patch Set 4 : renamed to ContentSettingsStore and moved to extensions namespace #

Total comments: 1

Patch Set 5 : quick fixes for unittest mostly #

Patch Set 6 : update to match master #

Patch Set 7 : fixed conflict #

Unified diffs Side-by-side diffs Delta from patch set Stats (+155 lines, -1681 lines) Patch
M chrome/browser/content_settings/content_settings_extension_provider.h View 1 2 3 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/content_settings/content_settings_extension_provider.cc View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/content_settings/host_content_settings_map.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A + chrome/browser/extensions/api/content_settings/content_settings_api.h View 1 2 3 3 chunks +7 lines, -3 lines 0 comments Download
A + chrome/browser/extensions/api/content_settings/content_settings_api.cc View 1 2 3 4 5 6 chunks +15 lines, -10 lines 0 comments Download
A + chrome/browser/extensions/api/content_settings/content_settings_api_constants.h View 1 2 3 5 2 chunks +6 lines, -4 lines 0 comments Download
A + chrome/browser/extensions/api/content_settings/content_settings_api_constants.cc View 1 2 3 2 chunks +5 lines, -3 lines 0 comments Download
A + chrome/browser/extensions/api/content_settings/content_settings_apitest.cc View 1 2 3 4 5 3 chunks +5 lines, -1 line 0 comments Download
A + chrome/browser/extensions/api/content_settings/content_settings_helpers.h View 1 2 3 3 chunks +7 lines, -5 lines 0 comments Download
A + chrome/browser/extensions/api/content_settings/content_settings_helpers.cc View 1 2 3 3 chunks +5 lines, -3 lines 0 comments Download
A + chrome/browser/extensions/api/content_settings/content_settings_store.h View 1 2 3 4 5 5 chunks +15 lines, -11 lines 0 comments Download
A + chrome/browser/extensions/api/content_settings/content_settings_store.cc View 1 2 3 4 5 16 chunks +32 lines, -28 lines 0 comments Download
A + chrome/browser/extensions/api/content_settings/content_settings_store_unittest.cc View 1 2 3 4 5 8 chunks +17 lines, -13 lines 0 comments Download
A + chrome/browser/extensions/api/content_settings/content_settings_unittest.cc View 1 2 3 4 5 2 chunks +5 lines, -3 lines 0 comments Download
D chrome/browser/extensions/extension_content_settings_api.h View 1 chunk +0 lines, -71 lines 0 comments Download
D chrome/browser/extensions/extension_content_settings_api.cc View 1 chunk +0 lines, -308 lines 0 comments Download
D chrome/browser/extensions/extension_content_settings_api_constants.h View 1 chunk +0 lines, -33 lines 0 comments Download
D chrome/browser/extensions/extension_content_settings_api_constants.cc View 1 chunk +0 lines, -30 lines 0 comments Download
D chrome/browser/extensions/extension_content_settings_apitest.cc View 1 chunk +0 lines, -131 lines 0 comments Download
D chrome/browser/extensions/extension_content_settings_helpers.h View 1 chunk +0 lines, -42 lines 0 comments Download
D chrome/browser/extensions/extension_content_settings_helpers.cc View 1 chunk +0 lines, -147 lines 0 comments Download
D chrome/browser/extensions/extension_content_settings_store.h View 1 chunk +0 lines, -142 lines 0 comments Download
D chrome/browser/extensions/extension_content_settings_store.cc View 1 chunk +0 lines, -354 lines 0 comments Download
D chrome/browser/extensions/extension_content_settings_store_unittest.cc View 1 chunk +0 lines, -251 lines 0 comments Download
D chrome/browser/extensions/extension_content_settings_unittest.cc View 1 chunk +0 lines, -51 lines 0 comments Download
M chrome/browser/extensions/extension_function_registry.cc View 1 2 3 4 5 6 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/extensions/extension_prefs.h View 1 2 3 5 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/extensions/extension_prefs.cc View 1 2 3 4 5 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/extension_prefs_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_service.h View 1 2 3 4 5 6 3 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_service.cc View 1 2 3 4 5 6 1 chunk +1 line, -2 lines 0 comments Download
M chrome/chrome_browser_extensions.gypi View 1 2 3 4 5 6 3 chunks +8 lines, -8 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 6 4 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
chebert
Just a refactor. No change in functionality. https://chromiumcodereview.appspot.com/10381097/diff/1/chrome/browser/content_settings/extension_content_settings_api_constants.cc File chrome/browser/content_settings/extension_content_settings_api_constants.cc (right): https://chromiumcodereview.appspot.com/10381097/diff/1/chrome/browser/content_settings/extension_content_settings_api_constants.cc#newcode31 chrome/browser/content_settings/extension_content_settings_api_constants.cc:31: Remove newline ...
8 years, 7 months ago (2012-05-10 22:57:41 UTC) #1
Matt Perry
lgtm
8 years, 7 months ago (2012-05-11 20:44:11 UTC) #2
Aaron Boodman
https://chromiumcodereview.appspot.com/10381097/diff/2002/chrome/browser/extensions/api/content_settings/content_settings_api.h File chrome/browser/extensions/api/content_settings/content_settings_api.h (right): https://chromiumcodereview.appspot.com/10381097/diff/2002/chrome/browser/extensions/api/content_settings/content_settings_api.h#newcode17 chrome/browser/extensions/api/content_settings/content_settings_api.h:17: class ClearContentSettingsFunction : public SyncExtensionFunction { If you do ...
8 years, 7 months ago (2012-05-11 21:18:26 UTC) #3
chebert
Like so? I changed everything in the c/b/e/api/content_settings/ folder to be in the extensions namespace. ...
8 years, 7 months ago (2012-05-12 01:22:07 UTC) #4
chebert
https://chromiumcodereview.appspot.com/10381097/diff/2002/chrome/browser/extensions/api/content_settings/content_settings_api.h File chrome/browser/extensions/api/content_settings/content_settings_api.h (right): https://chromiumcodereview.appspot.com/10381097/diff/2002/chrome/browser/extensions/api/content_settings/content_settings_api.h#newcode17 chrome/browser/extensions/api/content_settings/content_settings_api.h:17: class ClearContentSettingsFunction : public SyncExtensionFunction { On 2012/05/11 21:18:26, ...
8 years, 7 months ago (2012-05-12 01:24:41 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hebert.christopherj@chromium.org/10381097/8001
8 years, 7 months ago (2012-05-12 17:44:50 UTC) #6
commit-bot: I haz the power
Can't apply patch for file chrome/browser/extensions/extension_function_registry.cc. While running patch -p1 --forward --force; patching file chrome/browser/extensions/extension_function_registry.cc ...
8 years, 7 months ago (2012-05-12 19:06:34 UTC) #7
Aaron Boodman
On 2012/05/12 01:22:07, chebert wrote: > Like so? > > I changed everything in the ...
8 years, 7 months ago (2012-05-14 23:15:22 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hebert.christopherj@chromium.org/10381097/7034
8 years, 7 months ago (2012-05-16 00:05:12 UTC) #9
commit-bot: I haz the power
Can't apply patch for file chrome/browser/extensions/extension_function_registry.cc. While running patch -p1 --forward --force; patching file chrome/browser/extensions/extension_function_registry.cc ...
8 years, 7 months ago (2012-05-16 03:46:13 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hebert.christopherj@chromium.org/10381097/1064
8 years, 7 months ago (2012-05-16 22:29:09 UTC) #11
commit-bot: I haz the power
8 years, 7 months ago (2012-05-17 00:11:40 UTC) #12
Change committed as 137574

Powered by Google App Engine
This is Rietveld 408576698