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

Issue 2110083003: Creating a directory for the new language detector called CLD3 and (Closed)

Created:
4 years, 5 months ago by Anton Bakalov
Modified:
4 years, 5 months ago
CC:
chromium-reviews, riesa, djweiss
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Creating a directory for the new language detector called CLD3 and adding OWNERS, LICENSE, and README.chromium files. BUG= Committed: https://crrev.com/63af3b8deab2a1beaf35fa8c385208989145acb8 Cr-Commit-Position: refs/heads/master@{#406137}

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -3 lines) Patch
A + third_party/cld_3/LICENSE View 3 chunks +2 lines, -3 lines 2 comments Download
A + third_party/cld_3/OWNERS View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/cld_3/README.chromium View 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 25 (5 generated)
Anton Bakalov
Hi Nico, This CL sets up the directory for a language detector that will replace ...
4 years, 5 months ago (2016-06-30 02:22:46 UTC) #3
Andrew Hayden (chromium.org)
LGTM! https://codereview.chromium.org/2110083003/diff/1/third_party/cld_3/LICENSE File third_party/cld_3/LICENSE (right): https://codereview.chromium.org/2110083003/diff/1/third_party/cld_3/LICENSE#newcode1 third_party/cld_3/LICENSE:1: Copyright 2016 The CLD3 Authors. All rights reserved. ...
4 years, 5 months ago (2016-06-30 07:25:13 UTC) #4
Nico
If this code "designed to run in the Chrome browser", and even more importantly "it ...
4 years, 5 months ago (2016-06-30 15:18:28 UTC) #5
djweiss
On 2016/06/30 15:18:28, Nico wrote: > If this code "designed to run in the Chrome ...
4 years, 5 months ago (2016-06-30 15:39:53 UTC) #6
Nico
We have a bunch of libraries we use in chrome that are supposed to also ...
4 years, 5 months ago (2016-06-30 16:03:32 UTC) #7
Anton Bakalov
On 2016/06/30 16:03:32, Nico wrote: > We have a bunch of libraries we use in ...
4 years, 5 months ago (2016-06-30 17:55:22 UTC) #8
Nico
On 2016/06/30 17:55:22, Anton Bakalov wrote: > On 2016/06/30 16:03:32, Nico wrote: > > We ...
4 years, 5 months ago (2016-06-30 18:01:16 UTC) #9
Anton Bakalov
On 2016/06/30 18:01:16, Nico wrote: > On 2016/06/30 17:55:22, Anton Bakalov wrote: > > On ...
4 years, 5 months ago (2016-06-30 18:15:35 UTC) #10
Andrew Hayden (chromium.org)
On 2016/06/30 18:15:35, Anton Bakalov wrote: > On 2016/06/30 18:01:16, Nico wrote: > > On ...
4 years, 5 months ago (2016-07-01 10:48:35 UTC) #11
Nico
On 2016/07/01 10:48:35, Andrew Hayden (chromium.org) wrote: > On 2016/06/30 18:15:35, Anton Bakalov wrote: > ...
4 years, 5 months ago (2016-07-01 15:02:54 UTC) #12
Nico
Lgtm I'm assuming you have the 3 reviews mentioned at https://www.chromium.org/developers/adding-3rd-party-libraries#TOC-Get-a-Review
4 years, 5 months ago (2016-07-07 01:55:08 UTC) #13
Nico
On 2016/07/07 01:55:08, Nico wrote: > Lgtm > > I'm assuming you have the 3 ...
4 years, 5 months ago (2016-07-07 13:32:55 UTC) #14
Nico
On 2016/07/07 13:32:55, Nico wrote: > On 2016/07/07 01:55:08, Nico wrote: > > Lgtm > ...
4 years, 5 months ago (2016-07-07 17:26:05 UTC) #15
Nico
(i'm also happy to chat over vc, though by now it's probably no longer necessary. ...
4 years, 5 months ago (2016-07-07 17:26:46 UTC) #16
Anton Bakalov
On 2016/07/07 17:26:46, Nico wrote: > (i'm also happy to chat over vc, though by ...
4 years, 5 months ago (2016-07-07 18:26:09 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2110083003/1
4 years, 5 months ago (2016-07-18 22:16:01 UTC) #19
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 5 months ago (2016-07-18 23:37:31 UTC) #21
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-18 23:37:37 UTC) #22
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/63af3b8deab2a1beaf35fa8c385208989145acb8 Cr-Commit-Position: refs/heads/master@{#406137}
4 years, 5 months ago (2016-07-18 23:40:52 UTC) #24
Anton Bakalov
4 years, 5 months ago (2016-07-18 23:41:26 UTC) #25
Message was sent while issue was closed.
Thanks again for the reviews!

https://codereview.chromium.org/2110083003/diff/1/third_party/cld_3/LICENSE
File third_party/cld_3/LICENSE (right):

https://codereview.chromium.org/2110083003/diff/1/third_party/cld_3/LICENSE#n...
third_party/cld_3/LICENSE:1: Copyright 2016 The CLD3 Authors.  All rights
reserved.
On 2016/06/30 07:25:13, Andrew Hayden (chromium.org) wrote:
> I don't think you need this up here but I see you have this upstream as well,
so
> it's fine to copy here.

Acknowledged.

Powered by Google App Engine
This is Rietveld 408576698