summaryrefslogtreecommitdiffstats
path: root/components
Commit message (Expand)AuthorAgeFilesLines
* Adds OWNERS for components/sessions. I missed them in the move.sky@chromium.org2013-05-011-0/+2
* CHOOSE_ANOTHER_INSTRUMENT_OR_ADDRESS is a valid required action on GetWalletI...ahutter@chromium.org2013-05-012-0/+3
* base: Remove ALLOW_THIS_IN_INITIALIZER_LIST macro.tfarina@chromium.org2013-05-011-1/+1
* [Autofill] Add a notion of "verified" profiles.isherman@chromium.org2013-05-0114-50/+434
* Requery the autofill server when forms and input fields are dynamically added.dgwallinga@chromium.org2013-04-308-21/+170
* fix automerger issue for android_webview.sgurun@chromium.org2013-04-302-3/+17
* Changes Autocheckout Bubble messaging based on Google logged in status.ahutter@chromium.org2013-04-306-13/+120
* Move SupportsUserData code into AutofillWebData, so base class can live compl...caitkp@chromium.org2013-04-294-42/+51
* Moves TabNavigation into components/sessions and renamessky@chromium.org2013-04-2911-2/+1124
* Use Observer to notify of WebDB load instead of callbacks. We were already pa...caitkp@chromium.org2013-04-2912-227/+351
* Swap Autofill owners: dhollowa -> estadeisherman@chromium.org2013-04-271-1/+1
* Use credit card name for full name when adding new autofill profiles with req...estade@chromium.org2013-04-262-0/+20
* components: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-267-10/+8
* [components] Switch {RefCounted}ProfileKeyedService to use BrowserContextphajdan.jr@chromium.org2013-04-263-2/+3
* Log DialogLatencyToShow to UMA.ahutter@chromium.org2013-04-262-0/+13
* [Android] Add renderer responsiveness to the WebContentsDelegateAndroid.tedchoc@chromium.org2013-04-253-0/+35
* Don't offer to save Autofill info in incognito.dbeam@chromium.org2013-04-252-0/+17
* Allowing PersonalDataManagerFactory to create a service while incognito.dbeam@chromium.org2013-04-252-11/+79
* Hiding email and filling from fetched username if using Wallet.dbeam@chromium.org2013-04-253-1/+18
* fix EncodeFieldForFieldAssignments to use "<fields ...>" instead of "<field ....benquan@chromium.org2013-04-252-1/+127
* Move ie7_password namespace to //components, so it can be used by components.joi@chromium.org2013-04-243-0/+197
* [Autofill] Add domain of origin column to the Autofill WebDB tables.isherman@chromium.org2013-04-244-2/+63
* Pull password generation code out of AutofillManager.gcasto@chromium.org2013-04-248-338/+0
* improved testing for AutofillDialogView.estade@chromium.org2013-04-232-0/+68
* Update LoginDatabase to handle possible_usernames and password typegcasto@chromium.org2013-04-233-68/+76
* Add DVLOG to track sending Autocheckout Status. Add also add form signatures ...benquan@chromium.org2013-04-223-3/+6
* [Autofill] Fix use-after-freecsharp@chromium.org2013-04-226-21/+33
* There are race conditions between IPC messages which causes autocheckout bubb...benquan@chromium.org2013-04-224-21/+40
* Category group support/Renamings.rubentopo@gmail.com2013-04-193-12/+8
* [Autofill] Split off AutofillDataModel as a subclass of FormData.isherman@chromium.org2013-04-1917-276/+288
* Disabling Autocheckout on non-Views builds.ahutter@chromium.org2013-04-191-0/+4
* Fix for forms with more than three address lines getting partially Autofilledjimblackler@chromium.org2013-04-184-7/+48
* Removed unused thread checker.mad@chromium.org2013-04-181-4/+0
* Add UMA stats to track whitelist download latency.benquan@chromium.org2013-04-185-0/+83
* Autofill:Autocheckout: In addition to "Enable Experimental Form filling" flag...ramankk@chromium.org2013-04-183-5/+13
* Remove explicit thread manipulation from WebDB migration test.isherman@chromium.org2013-04-181-11/+1
* Generate autofill messages inside the componentkaiwang@chromium.org2013-04-174-0/+43
* [Autofill] Move IsValidState() into validation.hisherman@chromium.org2013-04-178-111/+147
* Use content::MessageLoopRunner in a couple of Autofill tests.isherman@chromium.org2013-04-172-39/+20
* Remove a stale TODOisherman@chromium.org2013-04-161-1/+0
* Revert 193992 "Lets try this again."jochen@chromium.org2013-04-152-3/+3
* Add an OWNERS file for //components/webdataisherman@chromium.org2013-04-131-0/+5
* [Autofill] Make AutofillAgent the only PageClickListenerisherman@chromium.org2013-04-137-78/+26
* [Autofill] Metrics for dialog UI user interactions.isherman@chromium.org2013-04-132-8/+92
* Lets try this again.michaeln@google.com2013-04-122-3/+3
* Revert 193968 "Roll the DEPS for google-url."michaeln@google.com2013-04-122-3/+3
* Put autofill code into namepspace autofill Step 2kaiwang@chromium.org2013-04-12154-898/+1244
* Roll the DEPS for google-url.tfarina@chromium.org2013-04-122-3/+3
* Add histograms for missing autocheckout metrics.ramankk@chromium.org2013-04-121-14/+14
* Build WebData as shared-lib component.caitkp@chromium.org2013-04-119-8/+83