1. 1e015df Autofill's "Clear Form" should clear only autofilled fields by [email protected] · 11 years ago
  2. 6a63c042 autocomplete: support filling address-line3, address-level{1,2,3} by [email protected] · 11 years ago
  3. 95154a6 NSSDecryptor::ReadAndParseSignons() - improved password form scheme detection, by [email protected] · 11 years ago
  4. 722bc27 Password manager internals page: Add logging for parsed forms by [email protected] · 11 years ago
  5. 8527a78f Revert "Revert 3 mac autofill CLs." by [email protected] · 11 years ago
  6. dbf4686 Revert 3 mac autofill CLs. by [email protected] · 11 years ago
  7. 6670bee Remove cdn from OWNERS for IPC security review. by [email protected] · 11 years ago
  8. b4db6d4 Rename AutofillManagerDelegate to AutofillClient. by [email protected] · 11 years ago
  9. 8474014d Do not autofill element when there is no autofill suggestion from profile. by [email protected] · 11 years ago
  10. b221bd6 requestAutocomplete: Actually log the console message instead of dropping it on the floor by [email protected] · 11 years ago
  11. 27cd8ff Mac: Autofill should not immediately request access to address book. by [email protected] · 11 years ago
  12. 426d676a Change all component_strings references to be to components_strings by [email protected] · 11 years ago
  13. 304130f remove transaction details from didRequestAutocomplete by [email protected] · 11 years ago
  14. d3340bf51 provide a build time flag to enable connecting to production wallet servers by default by [email protected] · 11 years ago
  15. c17ebd9 Replace WebElement::hasTagName with hasHTMLTagName in autofill by [email protected] · 11 years ago
  16. 126b1ad Add "previewing on hover" support for password field. by [email protected] · 11 years ago
  17. 0419708 Password manager internals page: Introduce logger in browser (readability review) by [email protected] · 11 years ago
  18. 5193ea5 Revert "Revert of [Autofill] Enable Autofill for dynamically created forms. (https://codereview.chromium.org/242613006/)" by [email protected] · 11 years ago
  19. f28ef9a3 Dispatch geolocation IPCs on the UI thread. Aside from simplifying the code to avoid a lot of thread hops, this sets things up for converting the code to work on RenderFrames instead of RenderViews. by [email protected] · 11 years ago
  20. fcdc564 Remove OrientationChangeEvent IPC and clean-up code around it. by [email protected] · 11 years ago
  21. e8ca69c Move some content url constants to /url. by [email protected] · 11 years ago
  22. 52796541 Move IsStringUTF8/ASCII to base namespace by [email protected] · 11 years ago
  23. ed7b1f1 Password autofill: No text should be selected after accepting suggestion by [email protected] · 11 years ago
  24. a2b886af [Password Autofill] Don't prompt to save passwords on out of page navigation. by [email protected] · 11 years ago
  25. 46240ac Revert of [Autofill] Enable Autofill for dynamically created forms. (https://codereview.chromium.org/242613006/) by [email protected] · 11 years ago
  26. 8475d20 [Autofill] Enable Autofill for dynamically created forms. by [email protected] · 11 years ago
  27. fc2b46b Hide WebContentsView from Chrome. This also removes WebContentsViewPort. by [email protected] · 11 years ago
  28. 47e365de Renamed namespaces of url lib and removed namespace aliases. by [email protected] · 11 years ago
  29. 7d0ea536 Filter out datalist values for textarea field from renderer side. by [email protected] · 11 years ago
  30. 9205af9 Password manager: introduce logging for the internals page by [email protected] · 11 years ago
  31. 3e742833 Rewrite functions from WebPasswordFormData and WebPasswordFormUtils in by [email protected] · 11 years ago
  32. a9e390c Fix style in PasswordManager and PasswordAutofillAgent .cc files by [email protected] · 11 years ago
  33. 57cd03c7 Remove AutocompleteResultErrorUnsupported, replace with AutocompleteResultErrorDisabled by [email protected] · 11 years ago
  34. c281d50 Refactor password autofill to make it possible to delay fetching passwords from the OS password store (e.g., Keychain) until after the user has selected a username from the dropdown. Note that delayed fetching is not yet implemented; this is just a first step to make it possible. by [email protected] · 11 years ago
  35. fc22ae5 Password autofill: Check for user gesture switches to new Blink backend by [email protected] · 11 years ago
  36. 3e86bbf Revert 265496 "Rewrite functions from WebPasswordFormData and We..." by [email protected] · 11 years ago
  37. 0f89d989 [Autofill] Unbreak autocomplete for forms with >512 <select> items. by [email protected] · 11 years ago
  38. ff71771 Rewrite functions from WebPasswordFormData and WebPasswordFormUtils in by [email protected] · 11 years ago
  39. 63303c86 Password manager internals page: Improve security by [email protected] · 11 years ago
  40. 8050465 Revert teporary include hacks for WebLocalFrame and use forward declares by [email protected] · 11 years ago
  41. 7e04827 [Password Generation] Make sure to dismiss UI after scrolling by [email protected] · 11 years ago
  42. 3bf260a rAc: allowing firing 'invalid' events on inputs while filling. by [email protected] · 11 years ago
  43. a3d81cf rAc: More console error logging by [email protected] · 11 years ago
  44. dbdd6027 Console logging for rAc developer errors. by [email protected] · 11 years ago
  45. 0d66b19 Add language code to Wallet address. by [email protected] · 11 years ago
  46. 1c6269a6 Remove deprecated WebAutofillClient function from AutofillAgent by [email protected] · 11 years ago
  47. ce24d87 Better error reasons for rAc by [email protected] · 11 years ago
  48. e74990c Clean-up in autofill_messages.h: IWYU by [email protected] · 11 years ago
  49. d357694 Update a few more references to WebFrame to use WebLocalFrame. by [email protected] · 11 years ago
  50. b62a4e0 Password manager internals page: Introduce logger in renderer by [email protected] · 11 years ago
  51. c5041c32 Convert Chrome usages of WebFrame to WebLocalFrame. by [email protected] · 11 years ago
  52. 1da03111 Prepare Chromium for requestAutocomplete API changes. by [email protected] · 11 years ago
  53. 706833b Move fingerprint_browsertest to components. by [email protected] · 11 years ago
  54. 9feaf5c Autofill/rAc: dispatch "input"/"change" on <input>, <textarea>, and <select> by [email protected] · 11 years ago
  55. b4dcc06b Add Autofill preview support for <select> input fields by [email protected] · 11 years ago
  56. 946db819 Remove textFieldDidChange(const blink::WebInputElement& element) by [email protected] · 11 years ago
  57. 0619840 Remove usage of WebFrame::uniqueName when using WebView::findFrameByName by [email protected] · 11 years ago
  58. e9d29d39 Add supports that allow Autofill to be initiated from textarea field by [email protected] · 11 years ago
  59. f47d302 Only hightlight the part of suggestion string that has not been typed into input field in by [email protected] · 11 years ago
  60. 6ae7c82 Don't attempt to query GPU info for blacklisted GPUs. by [email protected] · 11 years ago
  61. b03e2b2b Move (last?) 2 autofill unit tests to components_unittests. by [email protected] · 11 years ago
  62. 3ba2e25 Revert 258541 "Don't attempt to query GPU info for blacklisted G..." by [email protected] · 11 years ago
  63. a543c530 Don't attempt to query GPU info for blacklisted GPUs. by [email protected] · 11 years ago
  64. 5e7e861 rAc: cancel dialog if invoking frame (or an ancestor) is navigated. by [email protected] · 11 years ago
  65. 863563c remove dependency from a couple wallet unit tests to chrome/ by [email protected] · 11 years ago
  66. 5d9fc58 Revert 257476 "Add supports that allow Autofill to be initiated ..." by [email protected] · 11 years ago
  67. bd6fc2f Revert 257524 "Move IsStringASCII/UTF8 to base namespace." by [email protected] · 11 years ago
  68. b75d4ba Move IsStringASCII/UTF8 to base namespace. by [email protected] · 11 years ago
  69. adb30050 Add supports that allow Autofill to be initiated from textarea field by [email protected] · 11 years ago
  70. ac9b92f Add "previewing on hover" support for single-field autocomplete input by [email protected] · 11 years ago
  71. 74f778e Move UTF16ToASCII, remove WideToASCII. by [email protected] · 11 years ago
  72. 60f71b9 Remove a variety of defunct flags. by [email protected] · 11 years ago
  73. e13549e Rename AutofillDriverImpl to ContentAutofillDriver by [email protected] · 11 years ago
  74. c7e170c9 [Autofill] Don't attempt to dereference a NULL frame pointer in didAssociateFormControls(). by [email protected] · 11 years ago
  75. 1e1229a1 Remove ContainsOnlyWhitespace from string_util and CollapseWhitespace into to the base namespace by [email protected] · 11 years ago
  76. 90e1b30 rAc: don't reset reference to invoking form on frame load. by [email protected] · 11 years ago
  77. efd2c3f Move user_agent code from webkit/ to content/. by [email protected] · 11 years ago
  78. aa05127 Simplify the user agent code some more since after r255534 it's not affected by the site's URL. by [email protected] · 11 years ago
  79. 69078b8d Revert 255858 "Simplify the user agent code some more since afte..." by [email protected] · 11 years ago
  80. 74e50c0c Simplify the user agent code some more since after r255534 it's not affected by the site's URL. by [email protected] · 11 years ago
  81. 4fdfcfe9 Move Autofill Credit Card resources out of webkit. by [email protected] · 11 years ago
  82. 98984994 Cleanup SendAutofillTypePredictionsToRenderer by [email protected] · 11 years ago
  83. 63560b3 [Autofill] Cleanup: Remove deprecated IPC messages and clean up the code. by [email protected] · 11 years ago
  84. 2e26ca1 [Password Generation] Start removing old UI by [email protected] · 11 years ago
  85. 2c1196e8 rAc: remove handling of "supported_currencies" from wallet items response and related code. by [email protected] · 11 years ago
  86. 8af69c6c Move TrimWhitespace to the base namespace. by [email protected] · 11 years ago
  87. 6de6a696 Add autofill preview support for <month> input fields by [email protected] · 11 years ago
  88. bb85a6f1 Temporarily disable "gate password autofill on user gesture" on mobile. by [email protected] · 11 years ago
  89. 0bbc060 [Password Autofill] Don't prompt if the password value is default by [email protected] · 11 years ago
  90. c39f744 Replace WebDocument::focusedNode to focusedElement by [email protected] · 11 years ago
  91. 78c45478 Cleanup: remove unused PasswordAutofillAgent::user_gesture_occurred_ by [email protected] · 11 years ago
  92. c0336ce Add better error message for requestAutocomplete when API key is bad. by [email protected] · 11 years ago
  93. b648f24 [Autofill] Reduce Autofill-generated IPC spam. by [email protected] · 11 years ago
  94. 2ee19ec [Autofill] A bit of cleanup in autofill_agent.cc by [email protected] · 11 years ago
  95. 51fc5d1 rAc: change how enabling/disabling Autofill affects requestAutocomplete(). by [email protected] · 12 years ago
  96. 72aee84 Fix check for user gesture on password autofill by [email protected] · 12 years ago
  97. 9cf2127 Updates to wallet for i18n by [email protected] · 12 years ago
  98. b1400a4 [Password Generation] Update UI to match final mocks. by [email protected] · 12 years ago
  99. c2c3bae Add the database field to require additional auth for autofilling passwords. by [email protected] · 12 years ago
  100. de90345 Use validating form of IPC enum macros for autofill param traits. by [email protected] · 12 years ago