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 122007: [chromium-reviews] Add Compact Language Detection (CLD) library to Chrome. This works in Windows... (Closed)

Created:
11 years, 6 months ago by sidchat (Google)
Modified:
4 years, 2 months ago
Reviewers:
JohnGladue19, brettw, eestrella198, sgk
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Add Compact Language Detection (CLD) library to Chrome. This works in Windows only currently. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=18445

Patch Set 1 #

Total comments: 3

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25901 lines, -0 lines) Patch
M build/all.gyp View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome.gyp View 1 3 chunks +3 lines, -0 lines 0 comments Download
A third_party/cld/bar/common/scopedlibrary.h View 1 chunk +68 lines, -0 lines 0 comments Download
A third_party/cld/bar/common/scopedptr.h View 1 1 chunk +175 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/cldutil.h View 1 1 chunk +1206 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/cldutil.cc View 1 chunk +879 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/cldutil_dbg.h View 1 chunk +75 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/cldutil_dbg_empty.cc View 1 chunk +66 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/compact_lang_det.h View 1 chunk +199 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/compact_lang_det.cc View 1 chunk +258 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/compact_lang_det_generated_cjkbis_0.cc View 1 chunk +43 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/compact_lang_det_generated_ctjkvz.cc View 1 chunk +7113 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/compact_lang_det_generated_longwords8_0.cc View 1 chunk +49 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/compact_lang_det_generated_meanscore.h View 1 chunk +259 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/compact_lang_det_impl.h View 1 1 chunk +165 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/compact_lang_det_impl.cc View 1 chunk +2506 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/ext_lang_enc.h View 1 chunk +114 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/ext_lang_enc.cc View 1 chunk +540 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/getonescriptspan.h View 1 chunk +131 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/getonescriptspan.cc View 1 chunk +570 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/letterscript_enum.h View 1 chunk +99 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/letterscript_enum.cc View 1 chunk +117 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/subsetsequence.h View 1 chunk +44 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/subsetsequence.cc View 1 chunk +259 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/subsetsequence_unittest.cc View 1 chunk +99 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/tote.h View 1 chunk +89 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/tote.cc View 1 chunk +299 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/unittest_data.h View 1 chunk +193 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/utf8propjustletter.h View 1 chunk +1162 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/utf8propletterscriptnum.h View 1 chunk +1222 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/utf8scannotjustletterspecial.h View 1 chunk +1185 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/win/cld_basictypes.h View 1 chunk +10 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/win/cld_commandlineflags.h View 1 chunk +26 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/win/cld_google.h View 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/win/cld_htmlutils.h View 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/win/cld_htmlutils_google3.cc View 1 chunk +32 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/win/cld_htmlutils_windows.cc View 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/win/cld_logging.h View 1 chunk +21 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/win/cld_macros.h View 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/win/cld_scoped_ptr.h View 1 chunk +10 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/win/cld_scopedptr.h View 1 chunk +17 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/win/cld_strtoint.h View 1 chunk +26 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/win/cld_unicodetext.h View 1 chunk +34 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/win/cld_unicodetext.cc View 1 chunk +130 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/win/cld_unilib.h View 1 chunk +15 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/win/cld_unilib_google3.cc View 1 chunk +17 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/win/cld_unilib_windows.cc View 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/win/cld_utf.h View 1 chunk +24 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/win/cld_utf8statetable.h View 1 chunk +145 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/win/cld_utf8statetable.cc View 1 chunk +229 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/win/cld_utf8utils.h View 1 chunk +22 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/win/cld_utf8utils_google3.cc View 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/win/cld_utf8utils_windows.cc View 1 chunk +17 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/win/normalizedunicodetext.h View 1 chunk +67 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/win/normalizedunicodetext.cc View 1 chunk +172 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/internal/encodings.cc View 1 chunk +12 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/lang_enc.h View 1 1 chunk +255 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/proto/encodings.pb.h View 1 chunk +169 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/encodings/public/encodings.h View 1 chunk +304 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/languages/internal/languages.cc View 1 1 chunk +331 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/languages/proto/languages.pb.h View 1 chunk +179 lines, -0 lines 0 comments Download
A third_party/cld/bar/toolbar/cld/i18n/languages/public/languages.h View 1 1 chunk +373 lines, -0 lines 0 comments Download
A third_party/cld/base/casts.h View 1 1 chunk +156 lines, -0 lines 0 comments Download
A third_party/cld/base/commandlineflags.h View 1 1 chunk +443 lines, -0 lines 0 comments Download
A third_party/cld/base/crash.h View 1 chunk +41 lines, -0 lines 0 comments Download
A third_party/cld/base/dynamic_annotations.h View 1 1 chunk +358 lines, -0 lines 0 comments Download
A third_party/cld/base/global_strip_options.h View 1 chunk +59 lines, -0 lines 0 comments Download
A third_party/cld/base/log_severity.h View 1 1 chunk +46 lines, -0 lines 0 comments Download
A third_party/cld/base/logging.h View 1 1 chunk +1403 lines, -0 lines 0 comments Download
A third_party/cld/base/macros.h View 1 chunk +252 lines, -0 lines 0 comments Download
A third_party/cld/base/scoped_ptr.h View 1 chunk +428 lines, -0 lines 0 comments Download
A third_party/cld/base/stl_decl.h View 1 chunk +24 lines, -0 lines 0 comments Download
A third_party/cld/base/stl_decl_msvc.h View 1 1 chunk +107 lines, -0 lines 0 comments Download
A third_party/cld/base/strtoint.h View 1 chunk +93 lines, -0 lines 0 comments Download
A third_party/cld/base/template_util.h View 1 1 chunk +96 lines, -0 lines 0 comments Download
A third_party/cld/base/type_traits.h View 1 chunk +198 lines, -0 lines 0 comments Download
A third_party/cld/base/vlog_is_on.h View 1 1 chunk +141 lines, -0 lines 0 comments Download
A third_party/cld/cld.gyp View 1 1 chunk +105 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
sidchat (Google)
OK, so another brand new CL, scrubbed to make it acceptable for public, and moved ...
11 years, 6 months ago (2009-06-11 00:30:05 UTC) #1
sgk
lgtm, modulo keeping the dependencies lists sorted (where they already are) http://codereview.chromium.org/122007/diff/1/78 File build/all.gyp (right): ...
11 years, 6 months ago (2009-06-11 13:48:52 UTC) #2
sidchat (Google)
Did another round of cleaning. Sorted the entries in .gyp files. Removed some redundant files ...
11 years, 6 months ago (2009-06-11 23:06:24 UTC) #3
brettw
LGTM
11 years, 6 months ago (2009-06-11 23:37:45 UTC) #4
EEstrella198
God is love
4 years, 3 months ago (2016-09-10 10:34:28 UTC) #6
JohnGladue19
4 years, 2 months ago (2016-10-13 14:30:46 UTC) #8
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698