summaryrefslogtreecommitdiffstats
path: root/third_party/libphonenumber
Commit message (Collapse)AuthorAgeFilesLines
* [libphonenumber] snprintf isn't generally in the std:: namespacecmasone@chromium.org2011-07-033-3/+26
| | | | | | | | | | | | | | | Due to some relatively common gnu-isms, one can often use snprintf by calling std::snprintf. It's not necessarily proper to do so, though, and the ARM toolchain used on Chromium OS does not support it. BUG=None TEST=unit tests R=georgey Review URL: http://codereview.chromium.org/7277083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91437 0039d316-1c4b-4281-b951-d872f2087c98
* Update phone library to version 277.georgey@chromium.org2011-07-0159-2707/+31973
| | | | | | | | BUG=none TEST=multiple built in and chrome unit-tests. Review URL: http://codereview.chromium.org/7277030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91323 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 3)thestig@chromium.org2011-06-224-5/+4
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/7111046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89958 0039d316-1c4b-4281-b951-d872f2087c98
* Improved performance on some phone-related functions by 8x (1251ms on ↵georgey@chromium.org2011-06-143-41/+70
| | | | | | | | | | | | average against 9773.4ms on average on AutofillManagerTest.DeterminePossibleFieldTypesForUpload with 100 profiles). Real life performance improvement should be even bigger as most phones will be parsed once. TEST=The caching object is tested by multiple AutofillManager, PersonalDataManager, etc. unittests + new unit-test to test performance. BUG=85152 Review URL: http://codereview.chromium.org/7134032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89016 0039d316-1c4b-4281-b951-d872f2087c98
* Remove extra settings of depending modules from libphonenumber.gyp.wangxianzhu@chromium.org2011-06-141-13/+0
| | | | | | | | | | | | They would conflict with system icu include dirs if use_system_icu=1. Should automatically use direct_dependent_settings in icu.gyp. Also removed explicit include_dirs for protobuf. BUG=85509 Review URL: http://codereview.chromium.org/7003081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88975 0039d316-1c4b-4281-b951-d872f2087c98
* Separated this file to allow trybots to run successfully on the rest of the ↵georgey@chromium.org2011-06-131-1/+6
| | | | | | | | | | original changelist TEST=none BUG=85152 Review URL: http://codereview.chromium.org/7044138 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88893 0039d316-1c4b-4281-b951-d872f2087c98
* Change UTF-8 charcters in constants into escape sequencesgeorgey@chromium.org2011-05-274-41/+293
| | | | | | | | BUG=none TEST=unit-tested Review URL: http://codereview.chromium.org/7077021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86950 0039d316-1c4b-4281-b951-d872f2087c98
* Globally replace <(library) with static_libraryevan@chromium.org2011-05-191-1/+1
| | | | | | | | | | | We provided <(library) as a variable to support a peculiar build configuration on Linux. We no longer support that build configuration, so we can simplify this code to no longer use a variable. Review URL: http://codereview.chromium.org/7051014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86004 0039d316-1c4b-4281-b951-d872f2087c98
* Re-committing http://codereview.chromium.org/6803005/ after fixing multi-dll ↵georgey@chromium.org2011-05-0545-0/+31856
| | | | | | | | | | | | | build: 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 Review URL: http://codereview.chromium.org/6930013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84174 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 84000 - Autofill phone number enhancements and integration of Phone ↵georgey@chromium.org2011-05-0445-31850/+0
| | | | | | | | | | | | | | | Number Util Library: part 1 Temporarily the whole library is included, until the patch is upstreamed. BUG=71443 TEST=Unit-tested Review URL: http://codereview.chromium.org/6803005 TBR=georgey@chromium.org Review URL: http://codereview.chromium.org/6920006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84009 0039d316-1c4b-4281-b951-d872f2087c98
* Autofill phone number enhancements and integration of Phone Number Util ↵georgey@chromium.org2011-05-0345-0/+31850
Library: part 1 Temporarily the whole library is included, until the patch is upstreamed. BUG=71443 TEST=Unit-tested Review URL: http://codereview.chromium.org/6803005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84000 0039d316-1c4b-4281-b951-d872f2087c98