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

Issue 15736030: Add JSON.pm to third_party (Closed)

Created:
7 years, 6 months ago by Nils Barth (inactive)
Modified:
7 years, 6 months ago
CC:
chromium-reviews, kojih
Visibility:
Public.

Description

Add JSON.pm to third_party We're using JSON as an exchange format both: 1. To make the existing Perl more modular (so we can connect the parser and code generator via intermediate files), 2. To ease porting to Python, so we can connect existing Perl scripts to new Python scripts. This is build-only: the module is used during the build, but not included in the distributed binary, and thus should not pose licensing problems. Source: http://www.cpan.org/authors/id/M/MA/MAKAMAKA/JSON-2.59.tar.gz SHA-1: 8a82c442088ffa0d605747fd5e65f51e037aad94 License is same as Perl, meaning GPL v1+ or Artistic license: http://search.cpan.org/~makamaka/JSON-2.58/lib/JSON.pm#COPYRIGHT_AND_LICENSE http://dev.perl.org/licenses/ BUG=239771 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=205057 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=205157

Patch Set 1 #

Total comments: 1

Patch Set 2 : Update description, owners #

Patch Set 3 : LICENSE + other owner #

Patch Set 4 : Handle license check #

Patch Set 5 : Check SHA-1 hash #

Total comments: 4

Patch Set 6 : Update to v2.59, proper override #

Total comments: 6

Patch Set 7 : Final (updated per comments) #

Patch Set 8 : Rename to remove :: #

Patch Set 9 : Fix permissions and shebangs #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30650 lines, --9 lines) Patch
A third_party/JSON/JSON-2.59.tar.gz.sha1 View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/Changes View 1 2 3 4 5 6 7 8 1 chunk +372 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/MANIFEST View 1 2 3 4 5 6 7 8 1 chunk +71 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/META.json View 1 2 3 4 5 6 7 8 1 chunk +49 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/META.yml View 1 2 3 4 5 6 7 8 1 chunk +26 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/MYMETA.yml View 1 2 3 4 5 6 7 8 1 chunk +27 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/Makefile View 1 2 3 4 5 6 7 8 1 chunk +823 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/Makefile.PL View 1 2 3 4 5 6 7 8 1 chunk +77 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/README View 1 2 3 4 5 6 7 8 1 chunk +1566 lines, -0 lines 0 comments Download
A + third_party/JSON/JSON-2.59/blib/arch/.exists View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/JSON/JSON-2.59/blib/arch/auto/JSON/.exists View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/JSON/JSON-2.59/blib/bin/.exists View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/JSON/JSON-2.59/blib/lib/.exists View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/JSON/JSON-2.59/blib/lib/JSON.pm View 1 2 3 4 5 6 7 8 1 chunk +2292 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/blib/lib/JSON/backportPP.pm View 1 2 3 4 5 6 7 8 1 chunk +2803 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/blib/lib/JSON/backportPP/Boolean.pm View 1 2 3 4 5 6 7 8 1 chunk +27 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/blib/lib/JSON/backportPP/Compat5005.pm View 1 2 3 4 5 6 7 8 1 chunk +131 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/blib/lib/JSON/backportPP/Compat5006.pm View 1 2 3 4 5 6 7 8 1 chunk +173 lines, -0 lines 0 comments Download
A + third_party/JSON/JSON-2.59/blib/lib/auto/JSON/.exists View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/JSON/JSON-2.59/blib/man1/.exists View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/JSON/JSON-2.59/blib/man3/.exists View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/JSON/JSON-2.59/blib/man3/JSON.3pm View 1 2 3 4 5 6 7 8 1 chunk +1876 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/blib/man3/JSON__backportPP.3pm View 1 2 3 4 5 6 7 8 1 chunk +1379 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/blib/man3/JSON__backportPP__Boolean.3pm View 1 2 3 4 5 6 7 8 1 chunk +146 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/blib/man3/JSON__backportPP__Compat5005.3pm View 1 2 3 4 5 6 7 8 1 chunk +145 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/blib/man3/JSON__backportPP__Compat5006.3pm View 1 2 3 4 5 6 7 8 1 chunk +145 lines, -0 lines 0 comments Download
A + third_party/JSON/JSON-2.59/blib/script/.exists View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/JSON/JSON-2.59/eg/bench_decode.pl View 1 2 3 4 5 6 7 8 1 chunk +70 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/eg/bench_encode.pl View 1 2 3 4 5 6 7 8 1 chunk +86 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/lib/JSON.pm View 1 2 3 4 5 6 7 8 1 chunk +2292 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/lib/JSON/backportPP.pm View 1 2 3 4 5 6 7 8 1 chunk +2803 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/lib/JSON/backportPP/Boolean.pm View 1 2 3 4 5 6 7 8 1 chunk +27 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/lib/JSON/backportPP/Compat5005.pm View 1 2 3 4 5 6 7 8 1 chunk +131 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/lib/JSON/backportPP/Compat5006.pm View 1 2 3 4 5 6 7 8 1 chunk +173 lines, -0 lines 0 comments Download
A + third_party/JSON/JSON-2.59/pm_to_blib View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/00_load.t View 1 2 3 4 5 6 7 8 1 chunk +15 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/00_pod.t View 1 2 3 4 5 6 7 8 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/01_utf8.t View 1 2 3 4 5 6 7 8 1 chunk +36 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/02_error.t View 1 2 3 4 5 6 7 8 1 chunk +51 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/03_types.t View 1 2 3 4 5 6 7 8 1 chunk +60 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/06_pc_pretty.t View 1 2 3 4 5 6 7 8 1 chunk +68 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/07_pc_esc.t View 1 2 3 4 5 6 7 8 1 chunk +93 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/08_pc_base.t View 1 2 3 4 5 6 7 8 1 chunk +99 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/09_pc_extra_number.t View 1 2 3 4 5 6 7 8 1 chunk +39 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/10_pc_keysort.t View 1 2 3 4 5 6 7 8 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/11_pc_expo.t View 1 2 3 4 5 6 7 8 1 chunk +47 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/12_blessed.t View 1 2 3 4 5 6 7 8 1 chunk +53 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/13_limit.t View 1 2 3 4 5 6 7 8 1 chunk +34 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/14_latin1.t View 1 2 3 4 5 6 7 8 1 chunk +27 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/15_prefix.t View 1 2 3 4 5 6 7 8 1 chunk +16 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/16_tied.t View 1 2 3 4 5 6 7 8 1 chunk +23 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/17_relaxed.t View 1 2 3 4 5 6 7 8 1 chunk +30 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/18_json_checker.t View 1 2 3 4 5 6 7 8 1 chunk +174 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/19_incr.t View 1 2 3 4 5 6 7 8 1 chunk +182 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/20_unknown.t View 1 2 3 4 5 6 7 8 1 chunk +54 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/21_evans_bugrep.t View 1 2 3 4 5 6 7 8 1 chunk +50 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/22_comment_at_eof.t View 1 2 3 4 5 6 7 8 1 chunk +47 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/99_binary.t View 1 2 3 4 5 6 7 8 1 chunk +53 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/_unicode_handling.pm View 1 2 3 4 5 6 7 8 1 chunk +28 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/e00_func.t View 1 2 3 4 5 6 7 8 1 chunk +17 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/e01_property.t View 1 2 3 4 5 6 7 8 1 chunk +67 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/e02_bool.t View 1 2 3 4 5 6 7 8 1 chunk +32 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/e03_bool2.t View 1 2 3 4 5 6 7 8 1 chunk +43 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/e04_sortby.t View 1 2 3 4 5 6 7 8 1 chunk +24 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/e05_esc_slash.t View 1 2 3 4 5 6 7 8 1 chunk +15 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/e06_allow_barekey.t View 1 2 3 4 5 6 7 8 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/e07_allow_singlequote.t View 1 2 3 4 5 6 7 8 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/e08_decode.t View 1 2 3 4 5 6 7 8 1 chunk +41 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/e09_encode.t View 1 2 3 4 5 6 7 8 1 chunk +39 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/e10_bignum.t View 1 2 3 4 5 6 7 8 1 chunk +41 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/e11_conv_blessed_univ.t View 1 2 3 4 5 6 7 8 1 chunk +45 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/e12_upgrade.t View 1 2 3 4 5 6 7 8 1 chunk +32 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/e13_overloaded_eq.t View 1 2 3 4 5 6 7 8 1 chunk +65 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/e14_decode_prefix.t View 1 2 3 4 5 6 7 8 1 chunk +28 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/e15_tie_ixhash.t View 1 2 3 4 5 6 7 8 1 chunk +44 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/e16_incr_parse_fixed.t View 1 2 3 4 5 6 7 8 1 chunk +28 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/e90_misc.t View 1 2 3 4 5 6 7 8 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/x00_load.t View 1 2 3 4 5 6 7 8 1 chunk +14 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/x02_error.t View 1 2 3 4 5 6 7 8 1 chunk +61 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/x12_blessed.t View 1 2 3 4 5 6 7 8 1 chunk +54 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/x16_tied.t View 1 2 3 4 5 6 7 8 1 chunk +26 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/x17_strange_overload.t View 1 2 3 4 5 6 7 8 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/xe01_property.t View 1 2 3 4 5 6 7 8 1 chunk +56 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/xe02_bool.t View 1 2 3 4 5 6 7 8 1 chunk +33 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/xe03_bool2.t View 1 2 3 4 5 6 7 8 1 chunk +47 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/xe04support_by_pp.t View 1 2 3 4 5 6 7 8 1 chunk +22 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/xe05_indent_length.t View 1 2 3 4 5 6 7 8 1 chunk +76 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/xe08_decode.t View 1 2 3 4 5 6 7 8 1 chunk +45 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/xe10_bignum.t View 1 2 3 4 5 6 7 8 1 chunk +36 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/xe11_conv_blessed_univ.t View 1 2 3 4 5 6 7 8 1 chunk +48 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/xe12_boolean.t View 1 2 3 4 5 6 7 8 1 chunk +35 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/xe19_xs_and_suportbypp.t View 1 2 3 4 5 6 7 8 1 chunk +33 lines, -0 lines 0 comments Download
A third_party/JSON/JSON-2.59/t/xe20_croak_message.t View 1 2 3 4 5 6 7 8 1 chunk +21 lines, -0 lines 0 comments Download
A third_party/JSON/LICENSE View 1 2 3 4 5 6 7 8 1 chunk +1092 lines, -0 lines 0 comments Download
A third_party/JSON/OWNERS View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/JSON/README.chromium View 1 2 3 4 5 6 7 8 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/JSON/get_and_build_json_pm.sh View 1 2 3 4 5 6 7 8 1 chunk +80 lines, -0 lines 0 comments Download
A third_party/JSON/out/lib/perl5/JSON.pm View 1 2 3 4 5 6 7 8 1 chunk +2292 lines, -0 lines 0 comments Download
A third_party/JSON/out/lib/perl5/JSON/backportPP.pm View 1 2 3 4 5 6 7 8 1 chunk +2803 lines, -0 lines 0 comments Download
A third_party/JSON/out/lib/perl5/JSON/backportPP/Boolean.pm View 1 2 3 4 5 6 7 8 1 chunk +27 lines, -0 lines 0 comments Download
A third_party/JSON/out/lib/perl5/JSON/backportPP/Compat5005.pm View 1 2 3 4 5 6 7 8 1 chunk +131 lines, -0 lines 0 comments Download
A third_party/JSON/out/lib/perl5/JSON/backportPP/Compat5006.pm View 1 2 3 4 5 6 7 8 1 chunk +173 lines, -0 lines 0 comments Download
A third_party/JSON/out/lib/perl5/x86_64-linux-gnu-thread-multi/auto/JSON/.packlist View 1 2 3 4 5 6 7 8 1 chunk +14 lines, -0 lines 0 comments Download
A third_party/JSON/out/lib/perl5/x86_64-linux-gnu-thread-multi/perllocal.pod View 1 2 3 4 5 6 7 8 1 chunk +66 lines, -0 lines 0 comments Download
A third_party/JSON/out/man/man3/JSON.3pm View 1 2 3 4 5 6 7 8 1 chunk +1876 lines, -0 lines 0 comments Download
A third_party/JSON/out/man/man3/JSON__backportPP.3pm View 1 2 3 4 5 6 7 8 1 chunk +1379 lines, -0 lines 0 comments Download
A third_party/JSON/out/man/man3/JSON__backportPP__Boolean.3pm View 1 2 3 4 5 6 7 8 1 chunk +146 lines, -0 lines 0 comments Download
A third_party/JSON/out/man/man3/JSON__backportPP__Compat5005.3pm View 1 2 3 4 5 6 7 8 1 chunk +145 lines, -0 lines 0 comments Download
A third_party/JSON/out/man/man3/JSON__backportPP__Compat5006.3pm View 1 2 3 4 5 6 7 8 1 chunk +145 lines, -0 lines 0 comments Download
M tools/checklicenses/checklicenses.py View 1 2 3 4 5 6 7 8 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 46 (0 generated)
Nils Barth (inactive)
Hi haraken, Here's the JSON Perl Module! (Adam: per description, this is part of modularization ...
7 years, 6 months ago (2013-06-03 02:15:13 UTC) #1
abarth-chromium
I'd prefer to avoid creating a third_party directory if at all possible. Is there some ...
7 years, 6 months ago (2013-06-03 02:50:49 UTC) #2
abarth-chromium
Oh, this is in the Chromium repo. Please ignore me. :)
7 years, 6 months ago (2013-06-03 02:51:10 UTC) #3
haraken
LGTM. We discussed offline. We're planning to connect the IDL parser and the code generator ...
7 years, 6 months ago (2013-06-03 06:41:25 UTC) #4
Nils Barth (inactive)
Hi Brett, Carlos, and Darin, We're adding a Perl module to third_party, so we need ...
7 years, 6 months ago (2013-06-03 07:05:39 UTC) #5
darin (slow to review)
There's a new convention brewing to have owners listed for each third party module. Please ...
7 years, 6 months ago (2013-06-03 16:59:09 UTC) #6
cpu_(ooo_6.6-7.5)
what Darin said. Also stills need approval from the license person, I think it can ...
7 years, 6 months ago (2013-06-03 19:46:28 UTC) #7
Nils Barth (inactive)
On 2013/06/03 16:59:09, darin wrote: > There's a new convention brewing to have owners listed ...
7 years, 6 months ago (2013-06-04 02:27:02 UTC) #8
Nils Barth (inactive)
On 2013/06/03 19:46:28, cpu wrote: > Also stills need approval from the license person, I ...
7 years, 6 months ago (2013-06-04 02:27:38 UTC) #9
Nils Barth (inactive)
Daniel Berlin advised regarding proper procedure, adding as OSPO reviewer. For reference, procedure is at ...
7 years, 6 months ago (2013-06-04 03:43:25 UTC) #10
darin (slow to review)
LGTM
7 years, 6 months ago (2013-06-04 03:47:52 UTC) #11
Nils Barth (inactive)
Hi Daniel, Adding you as reviewer and updated patch to handle update checklicenses.py (handle missing ...
7 years, 6 months ago (2013-06-04 03:50:57 UTC) #12
jln (very slow on Chromium)
Hey, since this is for building only, I don't think we (security) will want to ...
7 years, 6 months ago (2013-06-04 04:43:23 UTC) #13
Nils Barth (inactive)
On 2013/06/04 04:43:23, Julien Tinnes wrote: > since this is for building only, I don't ...
7 years, 6 months ago (2013-06-04 05:02:14 UTC) #14
Nils Barth (inactive)
Hi Julien, I've added source information, SHA-1 hash, and security checks; look ok to you? ...
7 years, 6 months ago (2013-06-04 05:53:41 UTC) #15
Daniel Berlin
lgtm
7 years, 6 months ago (2013-06-04 06:09:28 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nbarth@chromium.org/15736030/54001
7 years, 6 months ago (2013-06-05 02:23:28 UTC) #17
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=6818
7 years, 6 months ago (2013-06-05 02:35:31 UTC) #18
Nils Barth (inactive)
Hi Paweł and Lei, I need an OWNERS approval due to change in checklicenses.py I've ...
7 years, 6 months ago (2013-06-05 02:48:06 UTC) #19
Paweł Hajdan Jr.
NAK in current shape. I can help with the necessary modification, but the suppression list ...
7 years, 6 months ago (2013-06-05 03:04:23 UTC) #20
Lei Zhang
https://codereview.chromium.org/15736030/diff/54001/tools/checklicenses/checklicenses.py File tools/checklicenses/checklicenses.py (right): https://codereview.chromium.org/15736030/diff/54001/tools/checklicenses/checklicenses.py#newcode242 tools/checklicenses/checklicenses.py:242: 'UNKNOWN', On 2013/06/05 03:04:23, Paweł Hajdan Jr. wrote: > ...
7 years, 6 months ago (2013-06-05 03:08:57 UTC) #21
Nils Barth (inactive)
On 2013/06/05 03:04:23, Paweł Hajdan Jr. wrote: > I can help with the necessary modification, ...
7 years, 6 months ago (2013-06-05 03:22:56 UTC) #22
Lei Zhang
On 2013/06/05 03:22:56, Nils Barth wrote: > On 2013/06/05 03:04:23, Paweł Hajdan Jr. wrote: > ...
7 years, 6 months ago (2013-06-05 03:29:40 UTC) #23
Nils Barth (inactive)
Hi Paweł, Thanks for the swift feedback! Concretely, shall I: 1. Post a CL so ...
7 years, 6 months ago (2013-06-05 03:31:37 UTC) #24
Nils Barth (inactive)
On 2013/06/05 03:29:40, Lei Zhang wrote: > I have third_party/WebKit/Tools/Scripts/webkitpy/thirdparty, but not the > autoinstalled ...
7 years, 6 months ago (2013-06-05 03:37:20 UTC) #25
Nils Barth (inactive)
On 2013/06/05 03:08:57, Lei Zhang wrote: > Not all files being checked in have the ...
7 years, 6 months ago (2013-06-05 04:42:39 UTC) #26
Daniel Berlin
FWIW: Given the files do not contain *anything* real (they are completely functional and exist ...
7 years, 6 months ago (2013-06-05 18:03:06 UTC) #27
Paweł Hajdan Jr.
On 2013/06/05 04:42:39, Nils Barth wrote: > On 2013/06/05 03:08:57, Lei Zhang wrote: > > ...
7 years, 6 months ago (2013-06-05 19:07:15 UTC) #28
Nils Barth (inactive)
> On 2013/06/05 04:42:39, Nils Barth wrote: > > per Lei's comment, the following very ...
7 years, 6 months ago (2013-06-06 07:32:45 UTC) #29
Nils Barth (inactive)
On 2013/06/05 18:03:06, Daniel Berlin wrote: > FWIW: Given the files do not contain *anything* ...
7 years, 6 months ago (2013-06-06 07:35:12 UTC) #30
Paweł Hajdan Jr.
Just minor comments, feel free to check in if you remove the .tar.gz file. https://chromiumcodereview.appspot.com/15736030/diff/84001/third_party/JSON/JSON-2.59.tar.gz.sha1 ...
7 years, 6 months ago (2013-06-06 18:16:02 UTC) #31
cpu_(ooo_6.6-7.5)
lgtm
7 years, 6 months ago (2013-06-06 19:35:35 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nbarth@chromium.org/15736030/97001
7 years, 6 months ago (2013-06-07 09:09:10 UTC) #33
Nils Barth (inactive)
Thanks Paweł, Comments addressed (removed tarball and licensecheck.pl changes), committing. https://codereview.chromium.org/15736030/diff/54001/tools/checklicenses/checklicenses.py File tools/checklicenses/checklicenses.py (right): https://codereview.chromium.org/15736030/diff/54001/tools/checklicenses/checklicenses.py#newcode242 ...
7 years, 6 months ago (2013-06-07 09:10:13 UTC) #34
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=7557
7 years, 6 months ago (2013-06-07 09:23:24 UTC) #35
Nils Barth (inactive)
Paweł, I need at LGTM from you for the tools/checklicenses/checklicenses.py changes, if you please. ("Feel ...
7 years, 6 months ago (2013-06-07 09:36:54 UTC) #36
Lei Zhang
lgtm
7 years, 6 months ago (2013-06-07 17:36:02 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nbarth@chromium.org/15736030/97001
7 years, 6 months ago (2013-06-07 17:36:12 UTC) #38
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) base_unittests, browser_tests, cacheinvalidation_unittests, cc_unittests, check_deps, chrome_frame_net_tests, ...
7 years, 6 months ago (2013-06-07 18:24:02 UTC) #39
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nbarth@chromium.org/15736030/97001
7 years, 6 months ago (2013-06-08 10:46:09 UTC) #40
commit-bot: I haz the power
Retried try job too often on win_x64_rel for step(s) compile http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_x64_rel&number=16686
7 years, 6 months ago (2013-06-08 11:10:11 UTC) #41
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nbarth@chromium.org/15736030/166002
7 years, 6 months ago (2013-06-08 11:33:02 UTC) #42
commit-bot: I haz the power
Change committed as 205057
7 years, 6 months ago (2013-06-08 13:47:21 UTC) #43
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nbarth@chromium.org/15736030/174001
7 years, 6 months ago (2013-06-10 03:47:31 UTC) #44
Nils Barth (inactive)
FYI, this was reverted; I've fixed the issue and am resubmitting. Details: This was reverted ...
7 years, 6 months ago (2013-06-10 03:51:05 UTC) #45
commit-bot: I haz the power
7 years, 6 months ago (2013-06-10 08:19:12 UTC) #46
Message was sent while issue was closed.
Change committed as 205157

Powered by Google App Engine
This is Rietveld 408576698