summaryrefslogtreecommitdiffstats
path: root/components/webdata.gypi
Commit message (Collapse)AuthorAgeFilesLines
* Rename WebDataServiceBackend to WebDatabaseBackendzhuoyu.qian2015-03-141-2/+2
| | | | | | | | | | | | | As the comment in web_data_service_backend.h by caitkp@, rename WebDataServiceBackend to WebDatabaseBackend and related class. Rename the files also. BUG= R=caitkp@chromium.org Review URL: https://codereview.chromium.org/962903003 Cr-Commit-Position: refs/heads/master@{#320638}
* Sort GYP files under componentssatorux2015-02-171-6/+6
| | | | | | | | | | | | For tools/sort_sources.py to be useful, existing GYP files should be sorted. BUG=456014 TEST=everything should build as before Review URL: https://codereview.chromium.org/929883002 Cr-Commit-Position: refs/heads/master@{#316519}
* Move encryptor API out of webdata.tfarina@chromium.org2014-02-211-36/+0
| | | | | | | | | | | | | | This justs moves encryptor out of components/webdata/encryptor one layer up to components/encryptor. BUG=341293 TEST=None R=thestig@chromium.org,joi@chromium.org,bcwhite@chromium.org TBR=rvargas Review URL: https://codereview.chromium.org/168993002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252563 0039d316-1c4b-4281-b951-d872f2087c98
* Eliminate ChromeEncryptor in favor of using webdata's Encryptor directly.tfarina@chromium.org2014-02-151-0/+8
| | | | | | | | | | | BUG=339731 TEST=chrome, unit_tests, sync_unit_tests R=zea@chromium.org TBR=thestig,joi Review URL: https://codereview.chromium.org/154753004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251551 0039d316-1c4b-4281-b951-d872f2087c98
* Functions that decoded ie7 structures to extract per-URL username and ↵mpawlowski@opera.com2013-10-111-7/+2
| | | | | | | | | | | password assumed there will only be one such pair for a URL. Changed to work with URLs for which there are several sets of credentials stored. BUG=305241 TEST=IE7PasswordTest.* Review URL: https://codereview.chromium.org/26465006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@228180 0039d316-1c4b-4281-b951-d872f2087c98
* Replace WebDatabaseObserver with callbackscaitkp@chromium.org2013-06-071-1/+0
| | | | | | | | | TBR=tim@chromium.org (sync/glue changes) BUG=230920 Review URL: https://chromiumcodereview.appspot.com/15927029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204894 0039d316-1c4b-4281-b951-d872f2087c98
* Use Observer to notify of WebDB load instead of callbacks. We were already ↵caitkp@chromium.org2013-04-291-0/+3
| | | | | | | | | | | | | | partially doing this for Autofill, this CL just makes it so that all WebDB clients can use an observer interface, instead of passing callbacks. Also: -Split WebDatabaseService and WebDataServiceBackend into separate files TBR=isherman@chromium.org,akalin@chromium.org (c/b/password_manager/, c/b/sync/) BUG=230920 Review URL: https://chromiumcodereview.appspot.com/14103021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197078 0039d316-1c4b-4281-b951-d872f2087c98
* Move ie7_password namespace to //components, so it can be used by components.joi@chromium.org2013-04-241-0/+7
| | | | | | | | | | | | This will soon be used by the log-in related bits of WebData, which will be extracted along with the sign-in logic to //components/signin. TBR=ben@chromium.org BUG=233552 Review URL: https://codereview.chromium.org/14348027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@196154 0039d316-1c4b-4281-b951-d872f2087c98
* Build WebData as shared-lib component.caitkp@chromium.org2013-04-111-0/+32
| | | | | | | | | | | TBR=ben@chromium.org (chrome_browser.gypi change) BUG=181277 Review URL: https://chromiumcodereview.appspot.com/14101004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193727 0039d316-1c4b-4281-b951-d872f2087c98
* Move Encryptor to //components/webdata/encryptor.joi@chromium.org2013-03-241-0/+34
Used by //components/autofill, //chrome/browser and (soon) //components/webdata itself. Looking at [ git blame ], dhollowa@ and thestig@ seemed like the most likely candidates for the OWNERS. Let me know if you disagree. This seems small enough not to warrant a dynamic lib, and it doesn't have any singletons or such that would require it to be one (since it is used by multiple other components in the components build), so I made it a static library. TBR=ben@chromium.org BUG=181277 Review URL: https://codereview.chromium.org/12902030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190292 0039d316-1c4b-4281-b951-d872f2087c98