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

Issue 9706017: Remove Ordinals Setters and Getters from ExtensionService (Closed)

Created:
8 years, 9 months ago by csharp
Modified:
8 years, 9 months ago
Reviewers:
Aaron Boodman, akalin
CC:
chromium-reviews, ncarter (slow), Raghu Simha, mihaip+watch_chromium.org, Aaron Boodman, tim (not reviewing)
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Remove Ordinals Setters and Getters from ExtensionService Move the page and app launch setters and getters out of ExtensionService, moving their functionality into ExtensionSorting with the rest of the ordinal logic. BUG=109769 TEST=ExtensionService unit tests pass and TwoClientAppsSync sync_integreation tests pass. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=127953

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+120 lines, -119 lines) Patch
M chrome/browser/extensions/extension_service.h View 1 4 chunks +6 lines, -15 lines 0 comments Download
M chrome/browser/extensions/extension_service.cc View 7 chunks +40 lines, -74 lines 0 comments Download
M chrome/browser/extensions/extension_service_unittest.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/extension_sorting.h View 1 2 3 chunks +9 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_sorting.cc View 1 2 5 chunks +22 lines, -2 lines 0 comments Download
M chrome/browser/extensions/test_extension_service.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/extensions/test_extension_service.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/sync/test/integration/sync_app_helper.cc View 2 chunks +16 lines, -13 lines 0 comments Download
M chrome/browser/sync/test/integration/two_client_apps_sync_test.cc View 2 chunks +17 lines, -12 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
csharp
8 years, 9 months ago (2012-03-14 15:23:03 UTC) #1
Aaron Boodman
LGTM http://codereview.chromium.org/9706017/diff/1/chrome/browser/extensions/extension_sorting.cc File chrome/browser/extensions/extension_sorting.cc (right): http://codereview.chromium.org/9706017/diff/1/chrome/browser/extensions/extension_sorting.cc#newcode290 chrome/browser/extensions/extension_sorting.cc:290: DCHECK(!ext || ext->is_app()); The extension system prefers CHECK ...
8 years, 9 months ago (2012-03-14 18:54:27 UTC) #2
csharp
https://chromiumcodereview.appspot.com/9706017/diff/1/chrome/browser/extensions/extension_sorting.cc File chrome/browser/extensions/extension_sorting.cc (right): https://chromiumcodereview.appspot.com/9706017/diff/1/chrome/browser/extensions/extension_sorting.cc#newcode290 chrome/browser/extensions/extension_sorting.cc:290: DCHECK(!ext || ext->is_app()); On 2012/03/14 18:54:28, Aaron Boodman wrote: ...
8 years, 9 months ago (2012-03-15 17:21:19 UTC) #3
akalin
LGTM http://codereview.chromium.org/9706017/diff/4001/chrome/browser/extensions/extension_sorting.cc File chrome/browser/extensions/extension_sorting.cc (right): http://codereview.chromium.org/9706017/diff/4001/chrome/browser/extensions/extension_sorting.cc#newcode385 chrome/browser/extensions/extension_sorting.cc:385: DCHECK(!ext || ext->is_app()); CHECK also? Make this consistent ...
8 years, 9 months ago (2012-03-15 19:29:38 UTC) #4
csharp
https://chromiumcodereview.appspot.com/9706017/diff/4001/chrome/browser/extensions/extension_sorting.cc File chrome/browser/extensions/extension_sorting.cc (right): https://chromiumcodereview.appspot.com/9706017/diff/4001/chrome/browser/extensions/extension_sorting.cc#newcode385 chrome/browser/extensions/extension_sorting.cc:385: DCHECK(!ext || ext->is_app()); On 2012/03/15 19:29:39, akalin wrote: > ...
8 years, 9 months ago (2012-03-15 20:19:45 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/csharp@chromium.org/9706017/5002
8 years, 9 months ago (2012-03-15 20:30:21 UTC) #6
commit-bot: I haz the power
Commit queue had an internal error. Something went really wrong, probably a crash, a hickup ...
8 years, 9 months ago (2012-03-16 01:46:30 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/csharp@chromium.org/9706017/5002
8 years, 9 months ago (2012-03-16 01:47:36 UTC) #8
commit-bot: I haz the power
Try job failure for 9706017-5002 (retry) on mac_rel for steps "browser_tests, unit_tests". It's a second ...
8 years, 9 months ago (2012-03-16 04:24:35 UTC) #9
akalin
On 2012/03/16 04:24:35, I haz the power (commit-bot) wrote: > Try job failure for 9706017-5002 ...
8 years, 9 months ago (2012-03-21 00:14:29 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/csharp@chromium.org/9706017/5002
8 years, 9 months ago (2012-03-21 12:57:02 UTC) #11
csharp
On 2012/03/21 00:14:29, akalin wrote: > On 2012/03/16 04:24:35, I haz the power (commit-bot) wrote: ...
8 years, 9 months ago (2012-03-21 12:58:15 UTC) #12
commit-bot: I haz the power
8 years, 9 months ago (2012-03-21 14:15:49 UTC) #13
Change committed as 127953

Powered by Google App Engine
This is Rietveld 408576698