1. 23e152e9 Split out Keywords and Autofill logic from WebDatabase. by [email protected] · 14 years ago
  2. 791c8c7 Autofill extend profiles to include multi-valued fields, part 3. by [email protected] · 14 years ago
  3. 663bd9e autofill: Rename all the entries remaining with AutoFill to Autofill. by [email protected] · 14 years ago
  4. ca9bdeb Autofill database migration to clean up bogus profiles. by [email protected] · 14 years ago
  5. d2912a2 Some minor sync cleanup and aftermath. Mostly just removing unused headers and adding others into the proper impl files. by [email protected] · 14 years ago
  6. e90c225 autofill: Rename AutoFillProfile to AutofillProfile. by [email protected] · 14 years ago
  7. 7f070d4 Update a bunch of files to the new location of notification files. by [email protected] · 14 years ago
  8. 6775e40a Change other usages of .size() to .empty() when applicable. by [email protected] · 14 years ago
  9. 027dd44 Autofill cleanup of labels by [email protected] · 15 years ago
  10. 20305ec Remove obsolete base/lock.h and fix up callers to use the new header file and by [email protected] · 15 years ago
  11. 34b9963 Move base/thread.h to base/threading, fix up callers to use the new location. by [email protected] · 15 years ago
  12. 61f25cd0e Revert 65329 - Revert 65272 - Autofill heapcheck and valgrind leak in PersonalDataManager unit test fixed by [email protected] · 15 years ago
  13. e2ce1e0 Revert 65272 - Autofill heapcheck and valgrind leak in PersonalDataManager unit test fixed by [email protected] · 15 years ago
  14. 27bc9e8a Autofill heapcheck and valgrind leak in PersonalDataManager unit test fixed by [email protected] · 15 years ago
  15. e4378340 Autofill deprecate unique_ids in favor of guids for PersonalDataManager by [email protected] · 15 years ago
  16. aa9018c Autofill deprecate unique_ids in favor of guids for WebDataService by [email protected] · 15 years ago
  17. 93aa89c7 FBTF: Even more deinlining. by [email protected] · 15 years ago
  18. d3d728e9 This is stage 1 of transition to GUIDs as primary identifier for AutoFill profiles and credit cards. by [email protected] · 15 years ago
  19. 18f92d4f Clear AutoFill data along with Form Autocomplete data from Clear Browsing Data dialog by [email protected] · 15 years ago
  20. 67e59fc Rename ChromeThread to BrowserThread Part3: by [email protected] · 15 years ago
  21. 5f96bf3a Change NOTREACHED() to LOG(ERROR) when we cannot initialize by [email protected] · 15 years ago
  22. 8b62334b Reduce the number of files that recompile when changing template_url.h or template_url_model.h. by [email protected] · 15 years ago
  23. 774ef48 Address feedback regarding r57641. by [email protected] · 15 years ago
  24. 6506f2ae Need to ensure that the autogenerated keyword is generated on the UI thread. by [email protected] · 15 years ago
  25. e7afe245 Spelling correction: "nonexistant" -> "nonexistent". by [email protected] · 15 years ago
  26. c3a4bd99 FBTF: Remove a few SkBitmap instances (and other headers that were next to them). by [email protected] · 15 years ago
  27. ab23dbe Add token serialization to token_service. by [email protected] · 15 years ago
  28. c600333 AutoFill Prefs dialog on Mac should list derived labels for profiles, not summaries. by [email protected] · 15 years ago
  29. eb4f603 Change autofill profile notifications to use WDS as source by [email protected] · 15 years ago
  30. de326e1 Adds TwoClientLiveAutofillSyncTest to test old school autofill. Includes some refactoring of the WebDataServiceTest to allow some code sharing between the two. by [email protected] · 15 years ago
  31. 42866d9 Cleanup: Order the methods in WebDataService. Rename a method to match current style. by [email protected] · 15 years ago
  32. 42f80df Fix memory leak for autofil profiles and credit cards. by [email protected] · 15 years ago
  33. 655051d Fix AutoFillProfile leaks in WebDataService. TBR=akalin by [email protected] · 15 years ago
  34. e0976a7 Changes to web database and autofill components required by [email protected] · 15 years ago
  35. 11fb1b2 Hook autofill++ WebDatabase changes up to the NotificationService. by [email protected] · 15 years ago
  36. 8b3b23a Add autofill Change Processor and Model Associator by [email protected] · 15 years ago
  37. f11f621 Implement adding, updating and removing credit cards from the web database through the gtk AutoFill dialog. by [email protected] · 16 years ago
  38. 2609bc1 Add the ability to save and remove AutoFill profiles from the AutoFillDialog. by [email protected] · 16 years ago
  39. 693d828 Hook up AutoFill profile DB handling in WebDataService. by [email protected] · 16 years ago
  40. 6018bec Fix leak from cl 524003 (Change WDS to use the DB thread...) by [email protected] · 16 years ago
  41. f12f7b7 Revert 35339 - Change WDS to use the DB thread rather than its own thread. by [email protected] · 16 years ago
  42. f0185941 Change WDS to use the DB thread rather than its own thread. by [email protected] · 16 years ago
  43. c916426 Differentiate between ADD and CHANGED when adding new autofill entries. by [email protected] · 16 years ago
  44. 14579802 Bring the remove notifications up from the WebDatabase to the WebDataService. by [email protected] · 16 years ago
  45. b3b2d6e Fixes two related bugs: by [email protected] · 16 years ago
  46. e52bc1e0 Return a list of changed from WebDatabase::RemoveFormElementsAddedBetween() by [email protected] · 16 years ago
  47. 6053575 Send notifications when single items are removed from autofill. by [email protected] · 16 years ago
  48. 5db3af5 Add details to autofill add notification by [email protected] · 16 years ago
  49. 83cb9e0 Add notification for autofill changes. by [email protected] · 16 years ago
  50. 9cddbe37 Add functions to purge the Web Database memory and get the service without creating it, for the memory purger. by [email protected] · 16 years ago
  51. 4d022ff Remove some #includes where possible. by [email protected] · 16 years ago
  52. 4c79e3e Break out FormFieldValues::Element into FormField, which will eventually hold more autofill data about each form field. by [email protected] · 16 years ago
  53. 51bd3661 Rename AutoFillForm to FormFieldValues to better reflect the purpose of the data structure. by [email protected] · 16 years ago
  54. acca2a1f Move autofill related WebView{Delegate} methods into the WebKit API. by [email protected] · 16 years ago
  55. 1ed78a3 Convert the sqlite cookie database and web database to use the new sqlite by [email protected] · 16 years ago
  56. 631f0d40 Change GetAllLogins to GetAllBlacklistLogins. by [email protected] · 16 years ago
  57. ed3fb03 Extract load times from WebDataSource. Move them to NavigationState. by [email protected] · 16 years ago
  58. daa8c58e Extract form related classes from the guts of WebFrameImpl. by [email protected] · 16 years ago
  59. d043c2cc Cleanup in chrome/browser by [email protected] · 16 years ago
  60. 4d2b6fb Pressing the Del key while a item is selected in the autocomplete popup deletes that suggestion from the DB. by [email protected] · 16 years ago
  61. b6f87899 NO CODE CHANGE by [email protected] · 16 years ago
  62. f7011fcb Porting profiles to the Mac. by [email protected] · 17 years ago
  63. f32c7f0 Porting in chrome/browser/ by [email protected] · 17 years ago
  64. d54e03a5 Move search code to a subdir by [email protected] · 17 years ago
  65. d82443b Fie. by [email protected] · 17 years ago
  66. 9442bda Move search engines files into subdir by [email protected] · 17 years ago
  67. d330185b Move password manager files into a subdir by [email protected] · 17 years ago
  68. 603c1d0 New functions in WebDatabase and WebDataService for the removal of form entries made between two given times. BrowserDataRemover::Remove now clears autofill data. by [email protected] · 17 years ago
  69. 6f2ff85 Added functions to WebDatabase and WebDataService for recording frequent entries in text input elements in forms. Also added the class AutofillManager which gets instantiated once per WebContents and provides an API from which the database can be easily accessed to provide a list of possible desired values to be entered in a text field given what the user has already typed there. by [email protected] · 17 years ago
  70. e1acf6f Move Time, TimeDelta and TimeTicks into namespace base. by [email protected] · 17 years ago
  71. ab820df Chrome changes corresponding to my message_loop_type CL. by [email protected] · 17 years ago
  72. bf09a50 Use a more compact license header in source files. by license.bot · 17 years ago
  73. 09911bf Add chrome to the repository. by initial.commit · 17 years ago