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

Issue 23868013: Refactor dependency on Profile to BrowserContext in spell check. (Closed)

Created:
7 years, 3 months ago by msmith.v3
Modified:
7 years, 3 months ago
CC:
chromium-reviews, tim+watch_chromium.org, extensions-reviews_chromium.org, Avi (use Gerrit), creis+watch_chromium.org, yusukes+watch_chromium.org, rpetterson, haitaol+watch_chromium.org, rouslan+spellwatch_chromium.org, nona+watch_chromium.org, dbeam+watch-options_chromium.org, ajwong+watch_chromium.org, groby+spellwatch_chromium.org, chromium-apps-reviews_chromium.org, rsimha+watch_chromium.org
Base URL:
http://src.chromium.org/chrome/trunk/src/
Visibility:
Public.

Description

Refactor dependency on Profile to BrowserContext in spell check. Continuation of issue 23639002. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=223699

Patch Set 1 #

Total comments: 11

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+120 lines, -107 lines) Patch
M AUTHORS View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/api/spellcheck/spellcheck_api.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc View 1 2 19 chunks +19 lines, -19 lines 0 comments Download
M chrome/browser/spellchecker/spellcheck_factory.h View 1 2 2 chunks +6 lines, -7 lines 0 comments Download
M chrome/browser/spellchecker/spellcheck_factory.cc View 1 2 3 chunks +12 lines, -18 lines 0 comments Download
M chrome/browser/spellchecker/spellcheck_hunspell_dictionary.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/spellchecker/spellcheck_message_filter.cc View 1 2 3 chunks +2 lines, -7 lines 0 comments Download
M chrome/browser/spellchecker/spellcheck_message_filter_mac.cc View 1 2 2 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/spellchecker/spellcheck_service.h View 1 2 5 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/spellchecker/spellcheck_service.cc View 1 2 7 chunks +19 lines, -15 lines 0 comments Download
M chrome/browser/spellchecker/spellcheck_service_browsertest.cc View 1 2 2 chunks +9 lines, -3 lines 0 comments Download
M chrome/browser/spellchecker/spelling_service_client.h View 1 2 3 chunks +9 lines, -6 lines 0 comments Download
M chrome/browser/spellchecker/spelling_service_client.cc View 1 2 4 chunks +17 lines, -9 lines 0 comments Download
M chrome/browser/sync/profile_sync_components_factory_impl.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/dictionary_helper.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/tab_contents/spelling_menu_observer.cc View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/webui/options/language_dictionary_overlay_handler.cc View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/options/language_options_handler_common.cc View 1 2 1 chunk +3 lines, -2 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
msmith.v3
New issue under a venture3systems.com email account. Continuation of issue 23639002.
7 years, 3 months ago (2013-09-10 18:52:40 UTC) #1
Lei Zhang
lgtm I removed the "contributed by ..." part of the CL description. The commit should ...
7 years, 3 months ago (2013-09-10 18:57:27 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/megan.smith@venture3systems.com/23868013/1
7 years, 3 months ago (2013-09-10 19:01:07 UTC) #3
groby-ooo-7-16
A few more nits - maybe with the next CL :) https://codereview.chromium.org/23868013/diff/1/chrome/browser/spellchecker/spellcheck_message_filter.cc File chrome/browser/spellchecker/spellcheck_message_filter.cc (right): ...
7 years, 3 months ago (2013-09-10 19:09:51 UTC) #4
msmith.v3
https://codereview.chromium.org/23868013/diff/1/chrome/browser/spellchecker/spellcheck_service_browsertest.cc File chrome/browser/spellchecker/spellcheck_service_browsertest.cc (right): https://codereview.chromium.org/23868013/diff/1/chrome/browser/spellchecker/spellcheck_service_browsertest.cc#newcode65 chrome/browser/spellchecker/spellcheck_service_browsertest.cc:65: GetInstance()->GetServiceForBrowserContext(context, false)); On 2013/09/10 19:09:51, groby wrote: > Does ...
7 years, 3 months ago (2013-09-10 19:27:49 UTC) #5
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 3 months ago (2013-09-10 19:33:15 UTC) #6
groby-ooo-7-16
https://codereview.chromium.org/23868013/diff/1/chrome/browser/spellchecker/spellcheck_service_browsertest.cc File chrome/browser/spellchecker/spellcheck_service_browsertest.cc (right): https://codereview.chromium.org/23868013/diff/1/chrome/browser/spellchecker/spellcheck_service_browsertest.cc#newcode72 chrome/browser/spellchecker/spellcheck_service_browsertest.cc:72: SpellcheckServiceFactory::GetForContext(GetProfile()); GetProfile() is fine - I was just assuming ...
7 years, 3 months ago (2013-09-10 20:48:06 UTC) #7
msmith.v3
On 2013/09/10 20:48:06, groby wrote: > https://codereview.chromium.org/23868013/diff/1/chrome/browser/spellchecker/spellcheck_service_browsertest.cc > File chrome/browser/spellchecker/spellcheck_service_browsertest.cc (right): > > https://codereview.chromium.org/23868013/diff/1/chrome/browser/spellchecker/spellcheck_service_browsertest.cc#newcode72 > ...
7 years, 3 months ago (2013-09-10 21:02:34 UTC) #8
groby-ooo-7-16
anything ending in browsertests.cc is in browser_tests, unit tests are in unit_tests. Alternatively, just use ...
7 years, 3 months ago (2013-09-10 21:10:09 UTC) #9
msmith.v3
https://codereview.chromium.org/23868013/diff/1/chrome/browser/spellchecker/spellcheck_service_browsertest.cc File chrome/browser/spellchecker/spellcheck_service_browsertest.cc (right): https://codereview.chromium.org/23868013/diff/1/chrome/browser/spellchecker/spellcheck_service_browsertest.cc#newcode65 chrome/browser/spellchecker/spellcheck_service_browsertest.cc:65: GetInstance()->GetServiceForBrowserContext(context, false)); On 2013/09/10 19:27:50, msmith.v3 wrote: > On ...
7 years, 3 months ago (2013-09-11 19:25:07 UTC) #10
groby-ooo-7-16
https://codereview.chromium.org/23868013/diff/1/chrome/browser/spellchecker/spellcheck_service_browsertest.cc File chrome/browser/spellchecker/spellcheck_service_browsertest.cc (right): https://codereview.chromium.org/23868013/diff/1/chrome/browser/spellchecker/spellcheck_service_browsertest.cc#newcode65 chrome/browser/spellchecker/spellcheck_service_browsertest.cc:65: GetInstance()->GetServiceForBrowserContext(context, false)); Expose it in spellcheck_factory.h via FRIEND_TEST_ALL_PREFIXED(SpellcheckServiceBrowserTest, DeleteCorruptedBDICT); ...
7 years, 3 months ago (2013-09-12 21:35:52 UTC) #11
msmith.v3
Think I covered all the issues. Thanks for your patience and feedback. Hopefully my next ...
7 years, 3 months ago (2013-09-13 17:02:14 UTC) #12
groby-ooo-7-16
LGTM! Thank you for your patience during the review (the first one is always the ...
7 years, 3 months ago (2013-09-13 17:50:46 UTC) #13
msmith.v3
On 2013/09/13 17:50:46, groby wrote: > LGTM! > > Thank you for your patience during ...
7 years, 3 months ago (2013-09-16 13:35:02 UTC) #14
please use gerrit instead
Yes, it's unrelated. Go ahead with a commit.
7 years, 3 months ago (2013-09-16 15:04:41 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/megan.smith@venture3systems.com/23868013/8001
7 years, 3 months ago (2013-09-16 19:29:30 UTC) #16
commit-bot: I haz the power
Failed to apply patch for AUTHORS: While running patch -p0 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 3 months ago (2013-09-16 23:19:31 UTC) #17
Lei Zhang
On 2013/09/16 23:19:31, I haz the power (commit-bot) wrote: > Failed to apply patch for ...
7 years, 3 months ago (2013-09-16 23:30:01 UTC) #18
msmith.v3
Rebased.
7 years, 3 months ago (2013-09-17 13:52:05 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/megan.smith@venture3systems.com/23868013/76001
7 years, 3 months ago (2013-09-17 18:27:24 UTC) #20
commit-bot: I haz the power
Change committed as 223699
7 years, 3 months ago (2013-09-17 21:29:17 UTC) #21
Lei Zhang
7 years, 3 months ago (2013-09-17 21:51:54 UTC) #22
Message was sent while issue was closed.
On 2013/09/17 21:29:17, I haz the power (commit-bot) wrote:
> Change committed as 223699

woohoo!

Powered by Google App Engine
This is Rietveld 408576698