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

Issue 1227553002: Removed and replaced outdated mac-specific files and references. (Closed)

Created:
5 years, 5 months ago by dylanking
Modified:
5 years, 4 months ago
CC:
chromium-reviews, groby+spellwatch_chromium.org, rlp+watch_chromium.org, rouslan+spellwatch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@android_platform_skeleton
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Removed and replaced outdated mac-specific files and references that weren't caught in previous patches. BUG=415302 Committed: https://crrev.com/9240727ec7f769727e99cff42539976f3c6c1f43 Cr-Commit-Position: refs/heads/master@{#342269}

Patch Set 1 #

Patch Set 2 : More replacing/removing, reverting #if-else-endif style changes. #

Patch Set 3 : Replaced some more mac #ifdefs with platform #ifdefs #

Patch Set 4 : Fixed a crash when Android tried to fall back on Hunspell. #

Patch Set 5 : Replaced comments saying "native" with "operating system"/"platform"/"built-in" to avoid confusion. #

Patch Set 6 : Small typo fix #

Patch Set 7 : Update to reflect minor name change of the AndroidSpellChecker Chrome switch #

Patch Set 8 : Removed duplicate line in chrome_browser.gypi #

Patch Set 9 : Deleted platform_engine files #

Patch Set 10 : Rebase. #

Patch Set 11 : Remove outdated spellcheck_message_filter_android #

Patch Set 12 : Rebase and revert changes to spellcheck_unittest because not included in build anymore #

Patch Set 13 : Reverted change in spellcheck_service for linking #

Patch Set 14 : Rebase. #

Patch Set 15 : Comment fix #

Total comments: 3

Patch Set 16 : Updated to reflect change in preprocessor name from a dependency-patch #

Total comments: 6

Patch Set 17 : Comment updates for line length #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -10 lines) Patch
M chrome/browser/spellchecker/spellcheck_message_filter.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/spellchecker/spellcheck.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/renderer/spellchecker/spellcheck.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 6 chunks +10 lines, -7 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 25 (6 generated)
dylanking
Depends on https://codereview.chromium.org/1204293003 It's (hopefully) not as big as it looks. Most of it is ...
5 years, 5 months ago (2015-07-07 02:30:55 UTC) #2
groby-ooo-7-16
NOT LGTM - misses platform_engine.[cc|h] Also, what platform is platform_engine supposed to be for? (rouslan, ...
5 years, 5 months ago (2015-07-07 21:41:28 UTC) #3
dylanking
On 2015/07/07 at 21:41:28, groby wrote: > NOT LGTM - misses platform_engine.[cc|h] > > Also, ...
5 years, 5 months ago (2015-07-07 21:55:03 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1227553002/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1227553002/240001
5 years, 5 months ago (2015-07-23 09:12:38 UTC) #7
commit-bot: I haz the power
Dry run: A disapproval has been posted by following reviewers: groby@chromium.org. Please make sure to ...
5 years, 5 months ago (2015-07-23 09:12:41 UTC) #9
dylanking
5 years, 5 months ago (2015-07-25 00:19:57 UTC) #10
groby-ooo-7-16
I'm missing the rename in the .gypi/.gn that defines this? https://codereview.chromium.org/1227553002/diff/280001/chrome/browser/spellchecker/spellcheck_message_filter.h File chrome/browser/spellchecker/spellcheck_message_filter.h (right): https://codereview.chromium.org/1227553002/diff/280001/chrome/browser/spellchecker/spellcheck_message_filter.h#newcode36 ...
5 years, 5 months ago (2015-07-25 00:22:45 UTC) #11
dylanking
Here's the patch that added the preprocessor flag: https://codereview.chromium.org/1210943008 Let me know if that isn't ...
5 years, 5 months ago (2015-07-25 00:28:14 UTC) #12
dylanking
https://codereview.chromium.org/1227553002/diff/280001/chrome/browser/spellchecker/spellcheck_message_filter.h File chrome/browser/spellchecker/spellcheck_message_filter.h (right): https://codereview.chromium.org/1227553002/diff/280001/chrome/browser/spellchecker/spellcheck_message_filter.h#newcode36 chrome/browser/spellchecker/spellcheck_message_filter.h:36: #if !defined(USE_PLATFORM_SPELLCHECKER) Sorry, I'm not sure, is this a ...
5 years, 5 months ago (2015-07-25 00:37:55 UTC) #13
groby-ooo-7-16
Sorry for the delay - slipped through my filter. Feel free to ping me on ...
5 years, 4 months ago (2015-07-31 17:29:58 UTC) #14
dylanking
Renamed the preprocessor flag in https://codereview.chromium.org/1263423006
5 years, 4 months ago (2015-08-04 18:20:15 UTC) #16
dylanking
On 2015/08/04 at 18:20:15, dylanking wrote: > Renamed the preprocessor flag in https://codereview.chromium.org/1263423006 Actually just ...
5 years, 4 months ago (2015-08-04 18:21:38 UTC) #17
groby-ooo-7-16
https://codereview.chromium.org/1227553002/diff/300001/chrome/renderer/spellchecker/spellcheck.cc File chrome/renderer/spellchecker/spellcheck.cc (right): https://codereview.chromium.org/1227553002/diff/300001/chrome/renderer/spellchecker/spellcheck.cc#newcode363 chrome/renderer/spellchecker/spellcheck.cc:363: #if !defined(USE_BROWSER_SPELLCHECKER) // OSX and Android use their own ...
5 years, 4 months ago (2015-08-04 18:41:35 UTC) #18
dylanking
https://codereview.chromium.org/1227553002/diff/300001/chrome/renderer/spellchecker/spellcheck.cc File chrome/renderer/spellchecker/spellcheck.cc (right): https://codereview.chromium.org/1227553002/diff/300001/chrome/renderer/spellchecker/spellcheck.cc#newcode363 chrome/renderer/spellchecker/spellcheck.cc:363: #if !defined(USE_BROWSER_SPELLCHECKER) // OSX and Android use their own ...
5 years, 4 months ago (2015-08-04 18:49:10 UTC) #19
groby-ooo-7-16
LGTM
5 years, 4 months ago (2015-08-06 23:45:44 UTC) #20
please use gerrit instead
Patch Set 17 lgtm
5 years, 4 months ago (2015-08-06 23:47:32 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1227553002/320001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1227553002/320001
5 years, 4 months ago (2015-08-06 23:50:10 UTC) #23
commit-bot: I haz the power
Committed patchset #17 (id:320001)
5 years, 4 months ago (2015-08-07 02:27:28 UTC) #24
commit-bot: I haz the power
5 years, 4 months ago (2015-08-07 02:27:58 UTC) #25
Message was sent while issue was closed.
Patchset 17 (id:??) landed as
https://crrev.com/9240727ec7f769727e99cff42539976f3c6c1f43
Cr-Commit-Position: refs/heads/master@{#342269}

Powered by Google App Engine
This is Rietveld 408576698