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

Issue 10575037: Include RE2 library (Closed)

Created:
8 years, 6 months ago by battre
Modified:
7 years, 11 months ago
CC:
chromium-reviews, glider+watch_chromium.org, timurrrr+watch_chromium.org, bruening+watch_chromium.org
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Fixed windows include dirs #

Total comments: 2

Patch Set 3 : Removed valgrind specific code that is in Chromium already #

Total comments: 6

Patch Set 4 : Merged with ToT #

Patch Set 5 : Addressed comments #

Patch Set 6 : Fixed an implicit conversion from NULL to false #

Patch Set 7 : Merged with ToT #

Patch Set 8 : Don't use tr1::unordered_set on Android because it is unavailable #

Patch Set 9 : Fix Android #

Patch Set 10 : Fix Android #

Patch Set 11 : Fix Android #

Patch Set 12 : New patch file #

Patch Set 13 : Nits #

Patch Set 14 : Less intrusive fix for Android #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50951 lines, --2 lines) Patch
M build/all.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -0 lines 0 comments Download
A third_party/re2/.gitignore View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -0 lines 0 comments Download
A third_party/re2/AUTHORS View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/re2/CONTRIBUTORS View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +34 lines, -0 lines 0 comments Download
A third_party/re2/LICENSE View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +27 lines, -0 lines 0 comments Download
A third_party/re2/Makefile View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +288 lines, -0 lines 0 comments Download
A third_party/re2/README View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/re2/README.chromium View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +22 lines, -0 lines 0 comments Download
A third_party/re2/benchlog/benchlog.c2 View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2211 lines, -0 lines 0 comments Download
A third_party/re2/benchlog/benchlog.mini View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +582 lines, -0 lines 0 comments Download
A third_party/re2/benchlog/benchlog.r70 View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1475 lines, -0 lines 0 comments Download
A third_party/re2/benchlog/benchlog.wreck View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1058 lines, -0 lines 0 comments Download
A third_party/re2/benchlog/mktable View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +155 lines, -0 lines 0 comments Download
A third_party/re2/doc/README.xkcd View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -0 lines 0 comments Download
A third_party/re2/doc/mksyntaxhtml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +42 lines, -0 lines 0 comments Download
A third_party/re2/doc/mksyntaxwiki View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +36 lines, -0 lines 0 comments Download
A third_party/re2/doc/syntax.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +388 lines, -0 lines 0 comments Download
A third_party/re2/doc/syntax.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +373 lines, -0 lines 0 comments Download
A third_party/re2/doc/xkcd.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/re2/lib/codereview/codereview.cfg View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -0 lines 0 comments Download
A third_party/re2/lib/codereview/codereview.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3562 lines, -0 lines 0 comments Download
A third_party/re2/libre2.symbols View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +15 lines, -0 lines 0 comments Download
A third_party/re2/libre2.symbols.darwin View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +11 lines, -0 lines 0 comments Download
A third_party/re2/mswin/stdint.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +247 lines, -0 lines 0 comments Download
A third_party/re2/patches/fix-implicit-conversion.patch View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +12 lines, -0 lines 0 comments Download
A third_party/re2/patches/re2-android.patch View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +53 lines, -0 lines 0 comments Download
A third_party/re2/patches/re2-msvc9-chrome.patch View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1496 lines, -0 lines 0 comments Download
A third_party/re2/patches/remove-posix-option.patch View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +24 lines, -0 lines 0 comments Download
A third_party/re2/patches/remove-valgrind-code.patch View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +50 lines, -0 lines 0 comments Download
A third_party/re2/re2.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +85 lines, -0 lines 0 comments Download
A + third_party/re2/re2/Makefile View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/re2/re2/bitstate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +378 lines, -0 lines 0 comments Download
A third_party/re2/re2/compile.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1138 lines, -0 lines 0 comments Download
A third_party/re2/re2/dfa.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2088 lines, -0 lines 0 comments Download
A third_party/re2/re2/filtered_re2.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +101 lines, -0 lines 0 comments Download
A third_party/re2/re2/filtered_re2.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +100 lines, -0 lines 0 comments Download
A third_party/re2/re2/make_perl_groups.pl View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +110 lines, -0 lines 0 comments Download
A third_party/re2/re2/make_unicode_casefold.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +146 lines, -0 lines 0 comments Download
A third_party/re2/re2/make_unicode_groups.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +111 lines, -0 lines 0 comments Download
A third_party/re2/re2/mimics_pcre.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +185 lines, -0 lines 0 comments Download
A third_party/re2/re2/nfa.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +709 lines, -0 lines 0 comments Download
A third_party/re2/re2/onepass.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +614 lines, -0 lines 0 comments Download
A third_party/re2/re2/parse.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2204 lines, -0 lines 0 comments Download
A third_party/re2/re2/perl_groups.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +119 lines, -0 lines 0 comments Download
A third_party/re2/re2/prefilter.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +105 lines, -0 lines 0 comments Download
A third_party/re2/re2/prefilter.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +671 lines, -0 lines 0 comments Download
A third_party/re2/re2/prefilter_tree.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +130 lines, -0 lines 0 comments Download
A third_party/re2/re2/prefilter_tree.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +403 lines, -0 lines 0 comments Download
A third_party/re2/re2/prog.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +376 lines, -0 lines 0 comments Download
A third_party/re2/re2/prog.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +341 lines, -0 lines 0 comments Download
A third_party/re2/re2/re2.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +836 lines, -0 lines 0 comments Download
A third_party/re2/re2/re2.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1186 lines, -0 lines 0 comments Download
A third_party/re2/re2/regexp.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +632 lines, -0 lines 0 comments Download
A third_party/re2/re2/regexp.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +920 lines, -0 lines 0 comments Download
A third_party/re2/re2/set.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +55 lines, -0 lines 0 comments Download
A third_party/re2/re2/set.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +113 lines, -0 lines 0 comments Download
A third_party/re2/re2/simplify.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +393 lines, -0 lines 0 comments Download
A third_party/re2/re2/stringpiece.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +185 lines, -0 lines 0 comments Download
A third_party/re2/re2/testing/backtrack.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +254 lines, -0 lines 0 comments Download
A third_party/re2/re2/testing/charclass_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +223 lines, -0 lines 0 comments Download
A third_party/re2/re2/testing/compile_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +171 lines, -0 lines 0 comments Download
A third_party/re2/re2/testing/dfa_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +344 lines, -0 lines 0 comments Download
A third_party/re2/re2/testing/dump.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +164 lines, -0 lines 0 comments Download
A third_party/re2/re2/testing/exhaustive1_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +42 lines, -0 lines 0 comments Download
A third_party/re2/re2/testing/exhaustive2_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +70 lines, -0 lines 0 comments Download
A third_party/re2/re2/testing/exhaustive3_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +94 lines, -0 lines 0 comments Download
A third_party/re2/re2/testing/exhaustive_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +38 lines, -0 lines 0 comments Download
A third_party/re2/re2/testing/exhaustive_tester.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +85 lines, -0 lines 0 comments Download
A third_party/re2/re2/testing/exhaustive_tester.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +188 lines, -0 lines 0 comments Download
A third_party/re2/re2/testing/filtered_re2_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +258 lines, -0 lines 0 comments Download
A third_party/re2/re2/testing/mimics_pcre_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +76 lines, -0 lines 0 comments Download
A third_party/re2/re2/testing/null_walker.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +44 lines, -0 lines 0 comments Download
A third_party/re2/re2/testing/parse_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +376 lines, -0 lines 0 comments Download
A third_party/re2/re2/testing/possible_match_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +240 lines, -0 lines 0 comments Download
A third_party/re2/re2/testing/random_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +95 lines, -0 lines 0 comments Download
A third_party/re2/re2/testing/re2_arg_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +132 lines, -0 lines 0 comments Download
A third_party/re2/re2/testing/re2_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1372 lines, -0 lines 0 comments Download
A third_party/re2/re2/testing/regexp_benchmark.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1461 lines, -0 lines 0 comments Download
A third_party/re2/re2/testing/regexp_generator.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +70 lines, -0 lines 0 comments Download
A third_party/re2/re2/testing/regexp_generator.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +264 lines, -0 lines 0 comments Download
A third_party/re2/re2/testing/regexp_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +81 lines, -0 lines 0 comments Download
A third_party/re2/re2/testing/required_prefix_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +67 lines, -0 lines 0 comments Download
A third_party/re2/re2/testing/search_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +325 lines, -0 lines 0 comments Download
A third_party/re2/re2/testing/set_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +102 lines, -0 lines 0 comments Download
A third_party/re2/re2/testing/simplify_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +167 lines, -0 lines 0 comments Download
A third_party/re2/re2/testing/string_generator.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +58 lines, -0 lines 0 comments Download
A third_party/re2/re2/testing/string_generator.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +113 lines, -0 lines 0 comments Download
A third_party/re2/re2/testing/string_generator_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +109 lines, -0 lines 0 comments Download
A third_party/re2/re2/testing/tester.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +121 lines, -0 lines 0 comments Download
A third_party/re2/re2/testing/tester.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +640 lines, -0 lines 0 comments Download
A third_party/re2/re2/testing/unicode_test.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +207 lines, -0 lines 0 comments Download
A third_party/re2/re2/tostring.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +341 lines, -0 lines 0 comments Download
A third_party/re2/re2/unicode.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +297 lines, -0 lines 0 comments Download
A third_party/re2/re2/unicode_casefold.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +75 lines, -0 lines 0 comments Download
A third_party/re2/re2/unicode_casefold.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +469 lines, -0 lines 0 comments Download
A third_party/re2/re2/unicode_groups.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +64 lines, -0 lines 0 comments Download
A third_party/re2/re2/unicode_groups.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +4851 lines, -0 lines 0 comments Download
A third_party/re2/re2/variadic_function.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +346 lines, -0 lines 0 comments Download
A third_party/re2/re2/walker-inl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +244 lines, -0 lines 0 comments Download
A third_party/re2/runtests View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +21 lines, -0 lines 0 comments Download
A third_party/re2/testinstall.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/re2/ucs2.diff View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +567 lines, -0 lines 0 comments Download
A third_party/re2/util/arena.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +103 lines, -0 lines 0 comments Download
A third_party/re2/util/arena.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +168 lines, -0 lines 0 comments Download
A third_party/re2/util/atomicops.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +79 lines, -0 lines 0 comments Download
A third_party/re2/util/benchmark.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +41 lines, -0 lines 0 comments Download
A third_party/re2/util/benchmark.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +153 lines, -0 lines 0 comments Download
A third_party/re2/util/flags.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +27 lines, -0 lines 0 comments Download
A third_party/re2/util/hash.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +231 lines, -0 lines 0 comments Download
A third_party/re2/util/logging.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +83 lines, -0 lines 0 comments Download
A third_party/re2/util/mutex.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +194 lines, -0 lines 0 comments Download
A third_party/re2/util/pcre.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +685 lines, -0 lines 0 comments Download
A third_party/re2/util/pcre.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +966 lines, -0 lines 0 comments Download
A third_party/re2/util/random.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/re2/util/random.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +34 lines, -0 lines 0 comments Download
A third_party/re2/util/rune.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +258 lines, -0 lines 0 comments Download
A third_party/re2/util/sparse_array.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +451 lines, -0 lines 0 comments Download
A third_party/re2/util/sparse_array_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +150 lines, -0 lines 0 comments Download
A third_party/re2/util/sparse_set.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +177 lines, -0 lines 0 comments Download
A third_party/re2/util/stringpiece.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +87 lines, -0 lines 0 comments Download
A third_party/re2/util/stringprintf.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +82 lines, -0 lines 0 comments Download
A third_party/re2/util/strutil.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +97 lines, -0 lines 0 comments Download
A third_party/re2/util/test.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +57 lines, -0 lines 0 comments Download
A third_party/re2/util/test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +45 lines, -0 lines 0 comments Download
A third_party/re2/util/thread.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +26 lines, -0 lines 0 comments Download
A third_party/re2/util/thread.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +44 lines, -0 lines 0 comments Download
A third_party/re2/util/utf.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +43 lines, -0 lines 0 comments Download
A third_party/re2/util/util.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +124 lines, -0 lines 0 comments Download
A third_party/re2/util/valgrind.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +4517 lines, -0 lines 0 comments Download
A third_party/re2/util/valgrind.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +24 lines, -0 lines 0 comments Download

Messages

Total messages: 28 (0 generated)
battre
Hi Aaron, what is the right way of landing this? These files are from me: ...
8 years, 6 months ago (2012-06-21 18:37:28 UTC) #1
battre
friendly ping
8 years, 5 months ago (2012-07-02 13:37:42 UTC) #2
Alexander Potapenko
http://codereview.chromium.org/10575037/diff/15001/third_party/re2/util/valgrind.cc File third_party/re2/util/valgrind.cc (right): http://codereview.chromium.org/10575037/diff/15001/third_party/re2/util/valgrind.cc#newcode20 third_party/re2/util/valgrind.cc:20: int RunningOnValgrind() { Note that Chromium is already using ...
8 years, 5 months ago (2012-07-02 13:45:35 UTC) #3
battre
The diff does not work reliably to show the differences between this and the previous ...
8 years, 5 months ago (2012-07-03 15:10:55 UTC) #4
battre
Aaron, do you know how we are moving this forward? Best regards, Dominic
8 years, 5 months ago (2012-07-19 07:56:00 UTC) #5
Mark Mentovai
http://codereview.chromium.org/10575037/diff/45001/third_party/re2/README.chromium File third_party/re2/README.chromium (right): http://codereview.chromium.org/10575037/diff/45001/third_party/re2/README.chromium#newcode3 third_party/re2/README.chromium:3: URL: http://code.google.com/p/re2/ Don’t we already have more than one ...
8 years, 5 months ago (2012-07-19 16:30:06 UTC) #6
battre
http://codereview.chromium.org/10575037/diff/45001/third_party/re2/README.chromium File third_party/re2/README.chromium (right): http://codereview.chromium.org/10575037/diff/45001/third_party/re2/README.chromium#newcode3 third_party/re2/README.chromium:3: URL: http://code.google.com/p/re2/ On 2012/07/19 16:30:06, Mark Mentovai wrote: > ...
8 years, 5 months ago (2012-07-19 16:39:06 UTC) #7
Mark Mentovai
What will this one be used for?
8 years, 5 months ago (2012-07-19 16:41:37 UTC) #8
battre
On 2012/07/19 16:41:37, Mark Mentovai wrote: > What will this one be used for? For ...
8 years, 5 months ago (2012-07-19 16:46:08 UTC) #9
Aaron Boodman
I'm not the right person to review this. Perhaps Mark knows who is? Mark, ftr, ...
8 years, 5 months ago (2012-07-24 00:16:43 UTC) #10
Aaron Boodman
On second thought, Mark seems like the right person, since the main thing here is ...
8 years, 5 months ago (2012-07-24 00:18:00 UTC) #11
Mark Mentovai
Yes, I can review this. http://codereview.chromium.org/10575037/diff/45001/chrome/chrome_browser.gypi File chrome/chrome_browser.gypi (right): http://codereview.chromium.org/10575037/diff/45001/chrome/chrome_browser.gypi#newcode61 chrome/chrome_browser.gypi:61: '../third_party/re2/re2.gyp:re2', Also list in ...
8 years, 5 months ago (2012-07-24 14:56:29 UTC) #12
battre
http://codereview.chromium.org/10575037/diff/45001/chrome/chrome_browser.gypi File chrome/chrome_browser.gypi (right): http://codereview.chromium.org/10575037/diff/45001/chrome/chrome_browser.gypi#newcode61 chrome/chrome_browser.gypi:61: '../third_party/re2/re2.gyp:re2', On 2012/07/24 14:56:29, Mark Mentovai wrote: > Also ...
8 years, 5 months ago (2012-07-24 16:24:07 UTC) #13
Mark Mentovai
LGTM
8 years, 5 months ago (2012-07-24 16:27:47 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/battre@chromium.org/10575037/70029
8 years, 5 months ago (2012-07-24 16:37:54 UTC) #15
commit-bot: I haz the power
Try job failure for 10575037-70029 (retry) on mac_rel for step "compile" (clobber build). It's a ...
8 years, 5 months ago (2012-07-24 16:51:21 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/battre@chromium.org/10575037/76001
8 years, 5 months ago (2012-07-25 13:21:15 UTC) #17
commit-bot: I haz the power
Try job failure for 10575037-76001 (retry) on android for steps "compile, build" (clobber build). It's ...
8 years, 5 months ago (2012-07-25 13:35:01 UTC) #18
battre
Mark, could you please have another look? I have added re2-android.patch to fix some compilation ...
8 years, 4 months ago (2012-07-30 17:29:21 UTC) #19
battre
TBRing ben for chrome/OWNERS approval
8 years, 4 months ago (2012-07-31 14:25:09 UTC) #20
Mark Mentovai
LGTM
8 years, 4 months ago (2012-07-31 23:01:49 UTC) #21
Ben Goodger (Google)
lgtm
8 years, 4 months ago (2012-08-01 15:41:02 UTC) #22
Nico
Why is this not pulled through DEPS? (CL description doesn't say, and I didn't find ...
8 years ago (2012-12-12 00:31:16 UTC) #23
battre
On 2012/12/12 00:31:16, Nico wrote: > Why is this not pulled through DEPS? (CL description ...
8 years ago (2012-12-12 15:14:28 UTC) #24
Nico
On Tue, Dec 11, 2012 at 4:31 PM, <thakis@chromium.org> wrote: > Why is this not ...
7 years, 11 months ago (2013-01-10 01:49:55 UTC) #25
battre
On 2013/01/10 01:49:55, Nico wrote: > On Tue, Dec 11, 2012 at 4:31 PM, <mailto:thakis@chromium.org> ...
7 years, 11 months ago (2013-01-10 09:09:29 UTC) #26
Nico
On Thu, Jan 10, 2013 at 1:09 AM, <battre@chromium.org> wrote: > On 2013/01/10 01:49:55, Nico ...
7 years, 11 months ago (2013-01-10 19:02:16 UTC) #27
battre
7 years, 11 months ago (2013-01-11 16:26:07 UTC) #28
Message was sent while issue was closed.
On 2013/01/10 19:02:16, Nico wrote:
> On Thu, Jan 10, 2013 at 1:09 AM,  <mailto:battre@chromium.org> wrote:
> > On 2013/01/10 01:49:55, Nico wrote:
> >
> >> On Tue, Dec 11, 2012 at 4:31 PM,  <mailto:thakis@chromium.org> wrote:
> >> > Why is this not pulled through DEPS? (CL description doesn't say, and I
> >> > didn't
> >> > find it in the review thread either.)
> >
> >
> >> Ping.
> >
> >
> >> >
> >> > https://chromiumcodereview.appspot.com/10575037/
> >
> >
> > See https://chromiumcodereview.appspot.com/10575037/#msg24
> >
> > https://chromiumcodereview.appspot.com/10575037/
> 
> Sorry, that didn't make it to my mailbox somehow.
> 
> I would think that the infra guys could set up an svn or git mirror of
> a hg repo.
> 
> Your changes mostly look like stuff that the upstream repo should
> accept, have you tried upstreaming them?
> 
> I understand that adding this stuff to the tree is a lot easier in the
> short term, but it makes it much much harder to update it in the
> future. (I speak from experience.)

I pinged Russ and CC'ed you.

Powered by Google App Engine
This is Rietveld 408576698