forked from sanyaade-mobiledev/chromium.src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert 282408 "Use upstream libaddressinput in Chrome."
Introduced static initializers into chrome binary: preload_supplier.cc _GLOBAL__sub_I_preload_supplier.cc+0xa preload_supplier.cc i18n::addressinput::StringCompare::StringCompare() preload_supplier.cc __cxa_atexit@plt [registers a dtor to run at exit] Run ./tools/linux/dump-static-initializers.py before re-landing to verify they're no longer present. > Use upstream libaddressinput in Chrome. > > Most of the changes are mechanical switches from chromium/ to src/ > directory in third_party/libadressinput/. > > To simplify the switch, autofill::AddressValidator is a shim between > Chromium and i18n::addressinput::AddressValidator. The shim behaves the > same way as Chromium's version of libaddressinput. The goal is to > gradually remove the shim and make Chromium work directly with > libaddressinupt. > > Upstream libaddressinput does not include suggestions, which now can be > found in third_party/libadressinput/chromium/input_suggester.{h,cc}. > > A follow up patch will remove Chromium's version of libaddressinput. > > BUG=327046 > > Review URL: https://codereview.chromium.org/298863012 TBR=rouslan@chromium.org Review URL: https://codereview.chromium.org/388613002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282426 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information
scherkus@chromium.org
committed
Jul 10, 2014
1 parent
07d6ba2
commit 2c6651d
Showing
56 changed files
with
898 additions
and
2,647 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
include_rules = [ | ||
'+third_party/libaddressinput/chromium/addressinput_util.h', | ||
'+third_party/libaddressinput/chromium/chrome_address_validator.h', | ||
'+third_party/libaddressinput/chromium/chrome_downloader_impl.h', | ||
'+third_party/libaddressinput/chromium/chrome_storage_impl.h', | ||
'+third_party/libaddressinput/messages.h', | ||
'+third_party/libaddressinput/src/cpp/include/libaddressinput', | ||
'+third_party/libaddressinput/chromium/cpp/include/libaddressinput', | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.