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

Issue 10701026: Use JSON schema compiler for i18n api (Closed)

Created:
8 years, 5 months ago by mitchellwrosen
Modified:
8 years, 4 months ago
CC:
chromium-reviews
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Use JSON schema compiler in i18n API code TBR=ben@chromium.org BUG=121174 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=149045

Patch Set 1 #

Total comments: 4

Patch Set 2 : Cleaned up code #

Total comments: 4

Patch Set 3 : Nits #

Patch Set 4 : Moved to c/b/e/api/i18n #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -111 lines) Patch
A + chrome/browser/extensions/api/i18n/i18n_api.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/browser/extensions/api/i18n/i18n_api.cc View 1 2 3 2 chunks +21 lines, -23 lines 0 comments Download
A + chrome/browser/extensions/api/i18n/i18n_apitest.cc View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/browser/extensions/extension_function_registry.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
D chrome/browser/extensions/extension_i18n_api.h View 1 2 3 1 chunk +0 lines, -16 lines 0 comments Download
M chrome/browser/extensions/extension_i18n_api.cc View 1 2 3 1 chunk +0 lines, -55 lines 0 comments Download
D chrome/browser/extensions/extension_i18n_apitest.cc View 1 2 3 1 chunk +0 lines, -10 lines 0 comments Download
M chrome/chrome_browser_extensions.gypi View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/api.gyp View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/api/i18n.json View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 9 (0 generated)
mitchellwrosen
8 years, 5 months ago (2012-06-28 21:58:42 UTC) #1
mitchellwrosen
8 years, 5 months ago (2012-06-29 01:32:01 UTC) #2
not at google - send to devlin
The TEST= line is for when a patch fixes a bug, and test people come ...
8 years, 5 months ago (2012-06-29 04:58:00 UTC) #3
mitchellwrosen
This fell off the radar, sorry! LGTM still stands I assume? Feel free to critique ...
8 years, 4 months ago (2012-07-27 23:51:41 UTC) #4
not at google - send to devlin
lgtm http://codereview.chromium.org/10701026/diff/5001/chrome/browser/extensions/extension_i18n_api.cc File chrome/browser/extensions/extension_i18n_api.cc (right): http://codereview.chromium.org/10701026/diff/5001/chrome/browser/extensions/extension_i18n_api.cc#newcode26 chrome/browser/extensions/extension_i18n_api.cc:26: UTF8ToUTF16(profile()->GetPrefs()->GetString(prefs::kAcceptLanguages)); This is weird that we convert from ...
8 years, 4 months ago (2012-07-30 11:35:47 UTC) #5
mitchellwrosen
+mpcomplete for chrome/ http://codereview.chromium.org/10701026/diff/5001/chrome/browser/extensions/extension_i18n_api.cc File chrome/browser/extensions/extension_i18n_api.cc (right): http://codereview.chromium.org/10701026/diff/5001/chrome/browser/extensions/extension_i18n_api.cc#newcode26 chrome/browser/extensions/extension_i18n_api.cc:26: UTF8ToUTF16(profile()->GetPrefs()->GetString(prefs::kAcceptLanguages)); On 2012/07/30 11:35:47, kalman wrote: ...
8 years, 4 months ago (2012-07-30 17:56:05 UTC) #6
not at google - send to devlin
mpcomplete isn't a chrome owner, but TBR one of the owners in chrome/OWNERS (whoever is ...
8 years, 4 months ago (2012-07-30 18:40:02 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mitchellwrosen@chromium.org/10701026/9001
8 years, 4 months ago (2012-07-30 18:42:40 UTC) #8
commit-bot: I haz the power
8 years, 4 months ago (2012-07-30 22:10:23 UTC) #9
Change committed as 149045

Powered by Google App Engine
This is Rietveld 408576698