summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/api/passwords_private
Commit message (Expand)AuthorAgeFilesLines
* CREDENTIAL: Convert federations from URLs to origins throughout.mkwst2016-02-261-3/+2
* MD Settings: remove previous team members from OWNERSmichaelpg2016-02-181-2/+1
* Update chrome for new prefs location.brettw2016-02-021-1/+1
* Convert some URL accessors to use StringPiecesbrettw2016-01-231-1/+1
* Cleanup: Remove double semicolons.thestig2016-01-041-1/+1
* Convert Pass()→std::move() in //chrome/browser/extensionsdcheng2015-12-261-4/+5
* Switch to standard integer types in chrome/browser/extensions/.avi2015-12-246-0/+10
* PasswordUIView: ScopedPtr<PasswordForm> -> std::vector<scoped_ptr<PasswordForm>>vabr2015-11-162-7/+9
* Remove passwordsPrivate.canPasswordAccountBeManagedvabr2015-10-223-33/+0
* Remove dependency on Finch experiment PasswordLinkInSettingsvabr2015-10-161-2/+1
* Move Singleton and related structs to namespace baseolli.raula2015-09-104-4/+5
* Avoid creating PasswordsPrivateDelegate when shutting down.mharanczyk2015-07-224-9/+17
* Fourth batch adding real histogram values for extension events.kalman2015-07-171-3/+3
* Set up the infrastructure for Extension event metrics.kalman2015-06-241-3/+6
* [Extensions OOPI] Update extension functions to use RFH pt 3rdevlin.cronin2015-06-165-40/+31
* Implement the chrome.passwordsPrivate API.khorimoto2015-06-1312-18/+1170
* Add the IDL and stub implementation for the chrome.passwordsPrivate API.khorimoto2015-05-113-0/+167