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

Issue 1373073003: Implement chrome.languageSettingsPrivate custom spell check functions (Closed)

Created:
5 years, 2 months ago by michaelpg
Modified:
5 years, 2 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, asvitkine+watch_chromium.org, extensions-reviews_chromium.org, Ilya Sherman
Base URL:
https://chromium.googlesource.com/chromium/src.git@LanguagePage1EditIndividual
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Implement chrome.languageSettingsPrivate custom spell check functions Implement functions relating to the custom spell check dictionary. These functions will be used by the Material Design Settings page. BUG=479043 Committed: https://crrev.com/3c03efbea3549d485ace8ef14859833163ec3972 Cr-Commit-Position: refs/heads/master@{#355910}

Patch Set 1 #

Total comments: 2

Patch Set 2 : update externs #

Patch Set 3 : add notreached #

Patch Set 4 : rebase #

Patch Set 5 : branch off master #

Patch Set 6 : rebase?? #

Total comments: 6

Patch Set 7 : rebase on histogram fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+153 lines, -15 lines) Patch
M chrome/browser/extensions/api/language_settings_private/language_settings_private_api.h View 2 chunks +46 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/language_settings_private/language_settings_private_api.cc View 1 2 3 4 5 3 chunks +81 lines, -12 lines 0 comments Download
M chrome/common/extensions/api/language_settings_private.idl View 1 chunk +7 lines, -1 line 0 comments Download
M extensions/browser/extension_function_histogram_value.h View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/closure_compiler/externs/language_settings_private.js View 1 1 chunk +15 lines, -1 line 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 43 (19 generated)
michaelpg
PTAL, thanks. finnur@ for extensions asvkitkine@ for metrics
5 years, 2 months ago (2015-09-28 22:35:17 UTC) #4
michaelpg
+dbeam for externs
5 years, 2 months ago (2015-09-28 23:57:05 UTC) #9
stevenjb
lgtm https://codereview.chromium.org/1373073003/diff/1/chrome/browser/extensions/api/language_settings_private/language_settings_private_api.cc File chrome/browser/extensions/api/language_settings_private/language_settings_private_api.cc (right): https://codereview.chromium.org/1373073003/diff/1/chrome/browser/extensions/api/language_settings_private/language_settings_private_api.cc#newcode205 chrome/browser/extensions/api/language_settings_private/language_settings_private_api.cc:205: const SpellcheckCustomDictionary::Change& dictionary_change) { nit: NOTREACHED() << "SpellcheckCustomDictionary ...
5 years, 2 months ago (2015-09-28 23:58:11 UTC) #10
Dan Beam
lgtm
5 years, 2 months ago (2015-09-29 00:04:24 UTC) #11
michaelpg
https://codereview.chromium.org/1373073003/diff/1/chrome/browser/extensions/api/language_settings_private/language_settings_private_api.cc File chrome/browser/extensions/api/language_settings_private/language_settings_private_api.cc (right): https://codereview.chromium.org/1373073003/diff/1/chrome/browser/extensions/api/language_settings_private/language_settings_private_api.cc#newcode205 chrome/browser/extensions/api/language_settings_private/language_settings_private_api.cc:205: const SpellcheckCustomDictionary::Change& dictionary_change) { On 2015/09/28 23:58:10, stevenjb wrote: ...
5 years, 2 months ago (2015-09-29 00:27:24 UTC) #12
Finnur
General comment before I dive in... BUG= seems to point to wrong bug, no?
5 years, 2 months ago (2015-09-29 11:00:25 UTC) #13
Finnur
Apart from my general comment, this LGTM.
5 years, 2 months ago (2015-09-29 11:04:47 UTC) #14
Alexei Svitkine (slow)
lgtm
5 years, 2 months ago (2015-09-29 14:24:20 UTC) #15
michaelpg
On 2015/09/29 11:00:25, Finnur wrote: > General comment before I dive in... > BUG= seems ...
5 years, 2 months ago (2015-09-29 20:51:32 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1373073003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1373073003/60001
5 years, 2 months ago (2015-09-29 20:54:06 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_compile_dbg_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/103936) mac_chromium_gn_rel on tryserver.chromium.mac (JOB_FAILED, ...
5 years, 2 months ago (2015-09-29 20:57:14 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1373073003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1373073003/120001
5 years, 2 months ago (2015-09-30 23:20:15 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_android_rel_ng/builds/76103)
5 years, 2 months ago (2015-10-01 02:07:44 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1373073003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1373073003/120001
5 years, 2 months ago (2015-10-01 17:29:10 UTC) #29
michaelpg
isherman/asvitkine: PTAL at the histograms.xml question. https://codereview.chromium.org/1373073003/diff/160001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/1373073003/diff/160001/tools/metrics/histograms/histograms.xml#newcode59072 tools/metrics/histograms/histograms.xml:59072: + <int value="1073" ...
5 years, 2 months ago (2015-10-21 04:00:00 UTC) #31
Alexei Svitkine (slow)
https://codereview.chromium.org/1373073003/diff/160001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/1373073003/diff/160001/tools/metrics/histograms/histograms.xml#newcode59058 tools/metrics/histograms/histograms.xml:59058: + <int value="1060" label="FILEMANAGERPRIVATEINTERNAL_GETENTRYACTIONS"/> So the issue was that ...
5 years, 2 months ago (2015-10-21 15:45:30 UTC) #32
stevenjb
https://codereview.chromium.org/1373073003/diff/160001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/1373073003/diff/160001/tools/metrics/histograms/histograms.xml#newcode59058 tools/metrics/histograms/histograms.xml:59058: + <int value="1060" label="FILEMANAGERPRIVATEINTERNAL_GETENTRYACTIONS"/> On 2015/10/21 15:45:30, Alexei Svitkine ...
5 years, 2 months ago (2015-10-21 16:58:29 UTC) #33
Alexei Svitkine (slow)
https://codereview.chromium.org/1373073003/diff/160001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/1373073003/diff/160001/tools/metrics/histograms/histograms.xml#newcode59058 tools/metrics/histograms/histograms.xml:59058: + <int value="1060" label="FILEMANAGERPRIVATEINTERNAL_GETENTRYACTIONS"/> On 2015/10/21 16:58:29, stevenjb wrote: ...
5 years, 2 months ago (2015-10-21 17:09:57 UTC) #34
stevenjb
https://codereview.chromium.org/1373073003/diff/160001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/1373073003/diff/160001/tools/metrics/histograms/histograms.xml#newcode59058 tools/metrics/histograms/histograms.xml:59058: + <int value="1060" label="FILEMANAGERPRIVATEINTERNAL_GETENTRYACTIONS"/> On 2015/10/21 17:09:57, Alexei Svitkine ...
5 years, 2 months ago (2015-10-21 17:21:29 UTC) #35
Alexei Svitkine (slow)
Separate CL SGTM too. Whatever it is, please do it ASAP before more people run ...
5 years, 2 months ago (2015-10-21 17:30:35 UTC) #36
michaelpg
https://codereview.chromium.org/1373073003/diff/160001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/1373073003/diff/160001/tools/metrics/histograms/histograms.xml#newcode59058 tools/metrics/histograms/histograms.xml:59058: + <int value="1060" label="FILEMANAGERPRIVATEINTERNAL_GETENTRYACTIONS"/> On 2015/10/21 17:21:28, stevenjb wrote: ...
5 years, 2 months ago (2015-10-21 18:06:30 UTC) #38
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1373073003/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1373073003/200001
5 years, 2 months ago (2015-10-23 20:49:39 UTC) #41
commit-bot: I haz the power
Committed patchset #7 (id:200001)
5 years, 2 months ago (2015-10-23 22:39:19 UTC) #42
commit-bot: I haz the power
5 years, 2 months ago (2015-10-23 22:40:07 UTC) #43
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/3c03efbea3549d485ace8ef14859833163ec3972
Cr-Commit-Position: refs/heads/master@{#355910}

Powered by Google App Engine
This is Rietveld 408576698