index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
autofill
/
autofill_download.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move remaining Autofill code to //components/autofill.
joi@chromium.org
2013-03-09
1
-340
/
+0
*
Move Autofill-specific switches and pref names into files within the component.
joi@chromium.org
2013-03-08
1
-1
/
+1
*
Introduce //components/user_prefs.
joi@chromium.org
2013-03-06
1
-6
/
+4
*
Log autofill query and response to assist testing.
benquan@chromium.org
2013-03-02
1
-4
/
+21
*
Remove PrefServiceBase, since everyone can now depend directly on PrefService.
joi@chromium.org
2013-02-16
1
-5
/
+5
*
Adding commandline switch and user pref for autofill server url.
ahutter@chromium.org
2012-10-29
1
-15
/
+5
*
Rate limiting code on autofill upload was interfering with debug logging of u...
abodenha@chromium.org
2012-10-23
1
-7
/
+7
*
Move the bits of Prefs where production code has only trivially easy
joi@chromium.org
2012-10-22
1
-1
/
+1
*
Add logging of autofill upload request.
abodenha@chromium.org
2012-10-20
1
-0
/
+11
*
Switching from ForXyz naming to FromXyz naming, for consistency.
joi@chromium.org
2012-09-22
1
-3
/
+6
*
Use BrowserContext as key in API. Switch Autofill to use BC in place of Profile.
joi@chromium.org
2012-09-13
1
-7
/
+10
*
Extract PrefServiceBase into chrome/browser/api. Use in api and autofill.
joi@chromium.org
2012-08-21
1
-4
/
+4
*
Move content::URLFetcher static functions to net::URLFetcher
akalin@chromium.org
2012-06-19
1
-2
/
+2
*
Change most content::URLFetcher references to net::URLFetcher
akalin@chromium.org
2012-05-23
1
-2
/
+2
*
Move URLFetcherDelegate to net/ and split URLFetcher between net/ and content/
akalin@chromium.org
2012-05-11
1
-3
/
+3
*
Added net::LOAD_DO_NOT_SEND_COOKIES to autofil_download to fix:
georgey@chromium.org
2012-03-20
1
-1
/
+2
*
Disable storing cookies from URLFetchers that run with a profile's cookie jar.
jochen@chromium.org
2012-02-29
1
-0
/
+2
*
Add "API keys" for the Autofill service, in the form of a query parameter ide...
isherman@chromium.org
2012-02-08
1
-2
/
+9
*
Update Autofill server URL to https://clients1.google.com
isherman@chromium.org
2012-01-10
1
-3
/
+3
*
Reduce visibility of methods in AutofillManager and AutofillDownload.
isherman@chromium.org
2011-10-28
1
-61
/
+24
*
Convert chrome callers of UrlFetcher to use the interface. I'll switch tests ...
jam@chromium.org
2011-10-26
1
-5
/
+4
*
Create a content::UrlFetcher interface that lives in content/public/common an...
jam@chromium.org
2011-10-25
1
-14
/
+15
*
Convert URLFetcher::Delegates to use an interface in content/public/common. A...
jam@chromium.org
2011-10-24
1
-1
/
+3
*
Don't pass around ScopedVectors(), prefer passing std::vector instead.
isherman@chromium.org
2011-10-21
1
-1
/
+1
*
Revert r106646 "Don't pass around ScopedVectors(), prefer passing std::vector...
maruel@chromium.org
2011-10-21
1
-1
/
+1
*
Don't pass around ScopedVectors(), prefer passing std::vector instead.
isherman@chromium.org
2011-10-21
1
-1
/
+1
*
Fix for 97741: AutofillDownloadManager should not use deprecated GetDefaultRe...
georgey@chromium.org
2011-10-17
1
-9
/
+2
*
Update OnURLFetchComplete() to use new params in AutofillDownloadManager.
skerner@chromium.org
2011-09-23
1
-14
/
+10
*
Update Autofill query and upload URLs to use https.
isherman@chromium.org
2011-08-11
1
-2
/
+2
*
Deprecate Profile::GetDefaultRequestContext().
willchan@chromium.org
2011-07-20
1
-1
/
+1
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
1
-1
/
+1
*
Clean up AutofillDownloadManager; don't use "heuristics" to refer to non-clie...
isherman@chromium.org
2011-06-15
1
-16
/
+16
*
Add support for the "uploadrequired" attribute for Autofill query responses
isherman@chromium.org
2011-06-02
1
-1
/
+3
*
Set datapresent string to contain precisely those field types available in st...
isherman@chromium.org
2011-05-06
1
-6
/
+11
*
net: Move ResponseCookies into the net namespace.
tfarina@chromium.org
2011-05-06
1
-1
/
+1
*
Address some style nits with Autofill metrics
isherman@chromium.org
2011-04-29
1
-1
/
+1
*
Moved URLRequestContextGetter to net/ so it can be used by projects such as j...
sanjeevr@chromium.org
2011-03-31
1
-1
/
+1
*
iwyu: Cleanup in the following files:
jhawkins@chromium.org
2011-03-30
1
-1
/
+6
*
autofill: Rename all the entries remaining with AutoFill to Autofill.
tfarina@chromium.org
2011-03-21
1
-5
/
+5
*
Fix for autofill DCHECK
georgey@chromium.org
2011-03-08
1
-1
/
+10
*
autofill: Rename AutoFillMetrics to AutofillMetrics.
tfarina@chromium.org
2011-03-01
1
-2
/
+2
*
autofill: Rename AutoFillDownloadManager to AutofillDownloadManager.
tfarina@chromium.org
2011-02-28
1
-34
/
+34
*
Enable AutoFill crowdsourcing for Chromium builds as well.
isherman@chromium.org
2011-02-05
1
-15
/
+1
*
Rename Real* to Double* in values.* and dependent files
arv@chromium.org
2011-02-01
1
-4
/
+4
*
Inline internal autofill header.
bauerb@chromium.org
2011-01-27
1
-1
/
+5
*
Fix for: Autofill should not ping the server again for the same form
georgey@chromium.org
2011-01-26
1
-1
/
+71
*
net: Add namespace net to the remaining files under url_request directory.
tfarina@chromium.org
2011-01-06
1
-6
/
+7
*
Add some basic success/failure UMA logging for autofill.
isherman@chromium.org
2010-12-15
1
-2
/
+3
*
Move:
ben@chromium.org
2010-12-02
1
-1
/
+1
*
Add UMA metrics to determine the utility of the server query responses.
isherman@chromium.org
2010-11-24
1
-0
/
+2
[next]