summaryrefslogtreecommitdiffstats
path: root/WebKit/android/WebCoreSupport/autofill
Commit message (Expand)AuthorAgeFilesLines
* Merge WebKit at r75993: Move WebKit/android files to SourceBen Murdoch2011-05-1611-1966/+0
* Merge WebKit at r74534: Fix WebCoreFrameBridge.cpp andBen Murdoch2011-05-101-5/+17
* Fix occasional AutoFill crashBen Murdoch2011-01-181-12/+13
* Fix warningKristian Monsen2011-01-141-1/+1
* Merge Chromium at 9.0.597.55: Move formsSeen call to IO thread.Ben Murdoch2011-01-112-1/+28
* Merge Chromium at 9.0.597.55: Merge 67599. (2/2)Ben Murdoch2011-01-112-11/+38
* Merge Chromium at 9.0.597.55: Merge r67599 (1/2)Ben Murdoch2011-01-113-5/+14
* Merge Chromium at 9.0.597.55: Merge r67192Ben Murdoch2011-01-112-5/+8
* Merge Chromium at 9.0.597.55: Autofill: Merge r66860Ben Murdoch2011-01-111-2/+1
* Merge Chromium at 9.0.597.55: Autofill: Merge r66850Ben Murdoch2011-01-113-13/+13
* Fix crash in AutoFillBen Murdoch2010-12-171-2/+1
* Refactor AutoFill so it runs lazily.Ben Murdoch2010-12-062-13/+41
* Merge Chromium at r66597: Merge in AutoFill changes in r66310Ben Murdoch2010-12-032-3/+16
* Merge Chromium at r66597: Merge in AutoFill changes from r66237Ben Murdoch2010-12-031-8/+8
* Merge Chromium at r66597: AutoFill: no more queryIdBen Murdoch2010-12-034-8/+8
* Use one WebRequestContext per WebViewSteve Block2010-12-011-1/+3
* Do more AutoFill steup lazilySteve Block2010-12-012-5/+11
* Provide a URLRequestContext directly to AutoFill, rather than a factory functionSteve Block2010-11-301-6/+1
* Revert "Merge Chromium at r65505: Work around regression introduced by 64761"Ben Murdoch2010-11-231-6/+0
* By default, provide native AutoFill with an empty profile.Ben Murdoch2010-11-232-1/+25
* Merge Chromium at r65505: Work around regression introduced by 64761Ben Murdoch2010-11-221-1/+7
* Merge Chromium at r65505: Merge AutoFill change 64761Ben Murdoch2010-11-221-13/+11
* Merge Chromium at r65505: Update AutoFill files.Ben Murdoch2010-11-223-83/+154
* Merge Chromium at r65505: Update use of AutoFillProfile.Ben Murdoch2010-11-222-9/+16
* Merge autofill files after last Chromium mergeBen Murdoch2010-11-167-505/+786
* Fix browser crash.Patrick Scott2010-11-051-7/+9
* Send the AutoFill Preview string java side.Ben Murdoch2010-11-052-25/+21
* Clear chromium side autofill profiles when java syncs a null profile.Ben Murdoch2010-10-292-0/+18
* Fixes style in WebRequestContextSteve Block2010-10-271-3/+3
* Hide details of private browsing for URLRequestContext from Chromium AutoFill...Steve Block2010-10-251-1/+6
* Fix debug statements.Patrick Scott2010-10-211-1/+1
* Fix Chromium HTTP request context getters to use raw pointersSteve Block2010-10-211-1/+1
* Fix AutoFill after merge to Chromium merge to 7.0.540.0Ben Murdoch2010-10-202-6/+7
* Fixing WebKit APIs affected by Chromium 7.0.540.0 mergeIain Merrick2010-10-194-21/+12
* Support the complete AutoFill profile.Ben Murdoch2010-10-142-2/+14
* Sync autofill profile data from java.Ben Murdoch2010-10-132-20/+19
* Update AndroidURLRequestContextGetter to take a pointer to the getter functionSteve Block2010-10-011-1/+1
* Turn autofill on by default at compile time and make it a browser setting.Ben Murdoch2010-09-282-0/+30
* Integrate AutoFill with WebTextView in Java.Ben Murdoch2010-09-233-7/+48
* Fix a bug that would cause the AutoFill server to return an error.Ben Murdoch2010-09-231-1/+4
* Add more profile data to the canned profile.Ben Murdoch2010-09-231-0/+5
* Initial autofill changes in libwebcore.Ben Murdoch2010-09-1310-0/+1361