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

Issue 6803005: Autofill phone number enhancements and integration of Phone Number Util Library: part 1 (Closed)

Created:
9 years, 8 months ago by GeorgeY
Modified:
9 years ago
CC:
chromium-reviews
Visibility:
Public.

Description

Autofill phone number enhancements and integration of Phone Number Util Library: part 1 Temporarily the whole library is included, until the patch is upstreamed. BUG=71443 TEST=Unit-tested Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=84000

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 26

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Total comments: 2

Patch Set 7 : '' #

Total comments: 19

Patch Set 8 : '' #

Total comments: 70

Patch Set 9 : '' #

Patch Set 10 : '' #

Patch Set 11 : '' #

Patch Set 12 : '' #

Total comments: 2

Patch Set 13 : '' #

Patch Set 14 : '' #

Patch Set 15 : '' #

Patch Set 16 : '' #

Patch Set 17 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+31861 lines, -0 lines) Patch
M build/all.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 9 chunks +9 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -0 lines 0 comments Download
A third_party/libphonenumber/README.chromium View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/libphonenumber/chrome/regexp_adapter_icuregexp.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +300 lines, -0 lines 1 comment Download
A third_party/libphonenumber/cpp/CMakeLists.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +242 lines, -0 lines 0 comments Download
A third_party/libphonenumber/cpp/LICENSE View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/libphonenumber/cpp/README View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +69 lines, -0 lines 0 comments Download
A third_party/libphonenumber/cpp/src/base/singleton.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +271 lines, -0 lines 0 comments Download
A third_party/libphonenumber/cpp/src/default_logger.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +56 lines, -0 lines 0 comments Download
A third_party/libphonenumber/cpp/src/default_logger.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +63 lines, -0 lines 0 comments Download
A third_party/libphonenumber/cpp/src/logger_adapter.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +48 lines, -0 lines 0 comments Download
A third_party/libphonenumber/cpp/src/logger_adapter.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +25 lines, -0 lines 0 comments Download
A third_party/libphonenumber/cpp/src/metadata.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +22 lines, -0 lines 0 comments Download
A third_party/libphonenumber/cpp/src/metadata.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +26 lines, -0 lines 0 comments Download
A third_party/libphonenumber/cpp/src/phonenumber.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +40 lines, -0 lines 0 comments Download
A third_party/libphonenumber/cpp/src/phonenumber.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +87 lines, -0 lines 0 comments Download
A third_party/libphonenumber/cpp/src/phonenumberutil.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +678 lines, -0 lines 0 comments Download
A third_party/libphonenumber/cpp/src/phonenumberutil.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +2266 lines, -0 lines 0 comments Download
A third_party/libphonenumber/cpp/src/phonenumberutil_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +2866 lines, -0 lines 0 comments Download
A third_party/libphonenumber/cpp/src/re2_cache.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +83 lines, -0 lines 0 comments Download
A third_party/libphonenumber/cpp/src/re2_cache.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +75 lines, -0 lines 0 comments Download
A third_party/libphonenumber/cpp/src/re2_cache_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +63 lines, -0 lines 0 comments Download
A third_party/libphonenumber/cpp/src/regexp_adapter.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +96 lines, -0 lines 0 comments Download
A third_party/libphonenumber/cpp/src/regexp_adapter_re2.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +192 lines, -0 lines 0 comments Download
A third_party/libphonenumber/cpp/src/regexp_adapter_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +142 lines, -0 lines 0 comments Download
A third_party/libphonenumber/cpp/src/run_tests.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +7 lines, -0 lines 0 comments Download
A third_party/libphonenumber/cpp/src/stringutil.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +125 lines, -0 lines 0 comments Download
A third_party/libphonenumber/cpp/src/stringutil.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +273 lines, -0 lines 0 comments Download
A third_party/libphonenumber/cpp/src/stringutil_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +208 lines, -0 lines 0 comments Download
A third_party/libphonenumber/cpp/src/test_metadata.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +22 lines, -0 lines 0 comments Download
A third_party/libphonenumber/cpp/src/test_metadata.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +26 lines, -0 lines 0 comments Download
A third_party/libphonenumber/cpp/src/utf/README View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -0 lines 0 comments Download
A third_party/libphonenumber/cpp/src/utf/rune.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +350 lines, -0 lines 0 comments Download
A third_party/libphonenumber/cpp/src/utf/stringpiece.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +24 lines, -0 lines 0 comments Download
A third_party/libphonenumber/cpp/src/utf/stringprintf.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +22 lines, -0 lines 0 comments Download
A third_party/libphonenumber/cpp/src/utf/unicodetext.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +456 lines, -0 lines 0 comments Download
A third_party/libphonenumber/cpp/src/utf/unicodetext.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +515 lines, -0 lines 0 comments Download
A third_party/libphonenumber/cpp/src/utf/unilib.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +95 lines, -0 lines 0 comments Download
A third_party/libphonenumber/cpp/src/utf/unilib.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +64 lines, -0 lines 0 comments Download
A third_party/libphonenumber/cpp/src/utf/utf.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +251 lines, -0 lines 0 comments Download
A third_party/libphonenumber/cpp/src/utf/utfdef.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +28 lines, -0 lines 0 comments Download
A third_party/libphonenumber/libphonenumber.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +133 lines, -0 lines 0 comments Download
A third_party/libphonenumber/patches/version186.patch View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1177 lines, -0 lines 0 comments Download
A third_party/libphonenumber/resources/PhoneNumberMetaData.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +19202 lines, -0 lines 0 comments Download
A third_party/libphonenumber/resources/PhoneNumberMetaDataForTesting.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +764 lines, -0 lines 0 comments Download
A third_party/libphonenumber/resources/phonemetadata.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +235 lines, -0 lines 0 comments Download
A third_party/libphonenumber/resources/phonenumber.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +121 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
dhollowa
George, the project as it appears here doesn't build. Did you forget to post the ...
9 years, 8 months ago (2011-04-06 15:02:55 UTC) #1
dhollowa
On 2011/04/06 15:02:55, dhollowa wrote: > George, the project as it appears here doesn't build. ...
9 years, 8 months ago (2011-04-06 15:49:22 UTC) #2
dhollowa
On 2011/04/06 15:49:22, dhollowa wrote: > On 2011/04/06 15:02:55, dhollowa wrote: > > George, the ...
9 years, 8 months ago (2011-04-06 15:52:21 UTC) #3
GeorgeY
done. To compile you need to apply upstream cl (attached to e-mail) to the library ...
9 years, 8 months ago (2011-04-07 00:00:38 UTC) #4
dhollowa
LGTM on Chrome side. Deferring libphonenumber patch to Shaopeng et. al.
9 years, 8 months ago (2011-04-07 16:05:50 UTC) #5
dhollowa
http://codereview.chromium.org/6803005/diff/16001/DEPS File DEPS (right): http://codereview.chromium.org/6803005/diff/16001/DEPS#newcode17 DEPS:17: "libphonenumber_revision": "r156", None of the other version numbers have ...
9 years, 8 months ago (2011-04-25 20:09:20 UTC) #6
dhollowa
http://codereview.chromium.org/6803005/diff/17008/third_party/libphonenumber/README.chromium File third_party/libphonenumber/README.chromium (right): http://codereview.chromium.org/6803005/diff/17008/third_party/libphonenumber/README.chromium#newcode8 third_party/libphonenumber/README.chromium:8: integration owner: georgey@chromium.org I don't see "integration owner" in ...
9 years, 8 months ago (2011-04-26 17:26:14 UTC) #7
dhollowa
+mark for libphonenumber.gyp Mark, gyp master, could you take a look at libphonenumber.gyp please?
9 years, 8 months ago (2011-04-26 17:27:38 UTC) #8
GeorgeY
http://codereview.chromium.org/6803005/diff/16001/DEPS File DEPS (right): http://codereview.chromium.org/6803005/diff/16001/DEPS#newcode17 DEPS:17: "libphonenumber_revision": "r156", On 2011/04/25 20:09:20, dhollowa wrote: > None ...
9 years, 8 months ago (2011-04-27 00:41:45 UTC) #9
dhollowa
http://codereview.chromium.org/6803005/diff/17008/build/all.gyp File build/all.gyp (right): http://codereview.chromium.org/6803005/diff/17008/build/all.gyp#newcode166 build/all.gyp:166: '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests', On second thought, we should take care of ...
9 years, 8 months ago (2011-04-27 16:11:57 UTC) #10
Mark Mentovai
http://codereview.chromium.org/6803005/diff/27001/DEPS File DEPS (right): http://codereview.chromium.org/6803005/diff/27001/DEPS#newcode17 DEPS:17: "libphonenumber_revision": "r156", Get rid of the r. I know ...
9 years, 8 months ago (2011-04-27 16:53:01 UTC) #11
GeorgeY
http://codereview.chromium.org/6803005/diff/17008/third_party/libphonenumber/libphonenumber.gyp File third_party/libphonenumber/libphonenumber.gyp (right): http://codereview.chromium.org/6803005/diff/17008/third_party/libphonenumber/libphonenumber.gyp#newcode16 third_party/libphonenumber/libphonenumber.gyp:16: '<(protoc_out_dir)/cpp/src', On 2011/04/27 16:11:57, dhollowa wrote: > phonenumberutil.h:32 has: ...
9 years, 8 months ago (2011-04-28 07:21:18 UTC) #12
Mark Mentovai
http://codereview.chromium.org/6803005/diff/27001/third_party/libphonenumber/chrome/regexp_adapter_icuregexp.cc File third_party/libphonenumber/chrome/regexp_adapter_icuregexp.cc (right): http://codereview.chromium.org/6803005/diff/27001/third_party/libphonenumber/chrome/regexp_adapter_icuregexp.cc#newcode294 third_party/libphonenumber/chrome/regexp_adapter_icuregexp.cc:294: GeorgeY wrote: > It is, otherwise Lint would report ...
9 years, 8 months ago (2011-04-28 14:27:03 UTC) #13
dhollowa
http://codereview.chromium.org/6803005/diff/23083/build/all.gyp File build/all.gyp (right): http://codereview.chromium.org/6803005/diff/23083/build/all.gyp#newcode165 build/all.gyp:165: '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests', Please don't forget to add libphonenumber_unittests to the ...
9 years, 7 months ago (2011-04-28 22:51:28 UTC) #14
GeorgeY
http://codereview.chromium.org/6803005/diff/27001/third_party/libphonenumber/chrome/regexp_adapter_icuregexp.cc File third_party/libphonenumber/chrome/regexp_adapter_icuregexp.cc (right): http://codereview.chromium.org/6803005/diff/27001/third_party/libphonenumber/chrome/regexp_adapter_icuregexp.cc#newcode294 third_party/libphonenumber/chrome/regexp_adapter_icuregexp.cc:294: On 2011/04/28 14:27:03, Mark Mentovai wrote: > GeorgeY wrote: ...
9 years, 7 months ago (2011-05-02 23:36:59 UTC) #15
GeorgeY
On 2011/04/28 22:51:28, dhollowa wrote: > http://codereview.chromium.org/6803005/diff/23083/build/all.gyp > File build/all.gyp (right): > > http://codereview.chromium.org/6803005/diff/23083/build/all.gyp#newcode165 > ...
9 years, 7 months ago (2011-05-03 19:40:44 UTC) #16
Mark Mentovai
LG otherwise http://codereview.chromium.org/6803005/diff/31038/third_party/libphonenumber/chrome/regexp_adapter_icuregexp.cc File third_party/libphonenumber/chrome/regexp_adapter_icuregexp.cc (right): http://codereview.chromium.org/6803005/diff/31038/third_party/libphonenumber/chrome/regexp_adapter_icuregexp.cc#newcode300 third_party/libphonenumber/chrome/regexp_adapter_icuregexp.cc:300: Blank line at the end of this ...
9 years, 7 months ago (2011-05-03 20:52:59 UTC) #17
dhollowa
LGTM. Thanks.
9 years, 7 months ago (2011-05-03 20:54:24 UTC) #18
Nico
9 years ago (2011-11-28 19:30:43 UTC) #19
For posterity, the bug to unfork libphonenumber is
http://code.google.com/p/chromium/issues/detail?id=105577

Powered by Google App Engine
This is Rietveld 408576698