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

Unified Diff: third_party/libphonenumber/README.chromium

Issue 6803005: Autofill phone number enhancements and integration of Phone Number Util Library: part 1 (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/libphonenumber/README.chromium
===================================================================
--- third_party/libphonenumber/README.chromium (revision 0)
+++ third_party/libphonenumber/README.chromium (revision 0)
@@ -0,0 +1,22 @@
+Name: International Phone Number Library
+Short Name: libphonenumber
+URL: http://libphonenumber.googlecode.com/svn/trunk/
+Version: unknown
+Revision: r170
+Security Critical: yes
+
+This directory contains the source code of international phone number library
Mark Mentovai 2011/04/27 16:53:01 Is “international phone number library” a proper n
GeorgeY 2011/04/28 07:21:18 Done.
+for C/C++.
+
+This library depends on
dhollowa 2011/04/27 16:11:57 Let's add a directory called "patches" and add the
GeorgeY 2011/04/28 07:21:18 Done.
+1. base/ for types, scoped_ptr's, etc.
+2. third_party/icu for internationalisation, UTF8-16-32 conversion and regular
+ expressions.
Mark Mentovai 2011/04/27 16:53:01 This line could use a little line-up-with-the-one-
GeorgeY 2011/04/28 07:21:18 Done.
+3. third_party/protobuf Lite version.
+
+Additional files, not in the original library:
+ libphonenumber.gyp
+ README.chromium
+ chrome\regexp_adapter_icuregexp.cc
Mark Mentovai 2011/04/27 16:53:01 You used slashes in the text above but a backslash
GeorgeY 2011/04/28 07:21:18 Done.
+
Mark Mentovai 2011/04/27 16:53:01 Get rid of the blank lines at the end of this file
GeorgeY 2011/04/28 07:21:18 Done.
+

Powered by Google App Engine
This is Rietveld 408576698