Sign in
chromium
/
chromium
/
src
/
23e152e917c70e0399770433d564fe2f54c5ea95
/
chrome
/
browser
/
webdata
/
web_data_service.cc
23e152e9
Split out Keywords and Autofill logic from WebDatabase.
by
[email protected]
· 14 years ago
791c8c7
Autofill extend profiles to include multi-valued fields, part 3.
by
[email protected]
· 14 years ago
663bd9e
autofill: Rename all the entries remaining with AutoFill to Autofill.
by
[email protected]
· 14 years ago
ca9bdeb
Autofill database migration to clean up bogus profiles.
by
[email protected]
· 14 years ago
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
e90c225
autofill: Rename AutoFillProfile to AutofillProfile.
by
[email protected]
· 14 years ago
7f070d4
Update a bunch of files to the new location of notification files.
by
[email protected]
· 14 years ago
6775e40a
Change other usages of .size() to .empty() when applicable.
by
[email protected]
· 14 years ago
027dd44
Autofill cleanup of labels
by
[email protected]
· 15 years ago
20305ec
Remove obsolete base/lock.h and fix up callers to use the new header file and
by
[email protected]
· 15 years ago
34b9963
Move base/thread.h to base/threading, fix up callers to use the new location.
by
[email protected]
· 15 years ago
61f25cd0e
Revert 65329 - Revert 65272 - Autofill heapcheck and valgrind leak in PersonalDataManager unit test fixed
by
[email protected]
· 15 years ago
e2ce1e0
Revert 65272 - Autofill heapcheck and valgrind leak in PersonalDataManager unit test fixed
by
[email protected]
· 15 years ago
27bc9e8a
Autofill heapcheck and valgrind leak in PersonalDataManager unit test fixed
by
[email protected]
· 15 years ago
e4378340
Autofill deprecate unique_ids in favor of guids for PersonalDataManager
by
[email protected]
· 15 years ago
aa9018c
Autofill deprecate unique_ids in favor of guids for WebDataService
by
[email protected]
· 15 years ago
93aa89c7
FBTF: Even more deinlining.
by
[email protected]
· 15 years ago
d3d728e9
This is stage 1 of transition to GUIDs as primary identifier for AutoFill profiles and credit cards.
by
[email protected]
· 15 years ago
18f92d4f
Clear AutoFill data along with Form Autocomplete data from Clear Browsing Data dialog
by
[email protected]
· 15 years ago
67e59fc
Rename ChromeThread to BrowserThread Part3:
by
[email protected]
· 15 years ago
5f96bf3a
Change NOTREACHED() to LOG(ERROR) when we cannot initialize
by
[email protected]
· 15 years ago
8b62334b
Reduce the number of files that recompile when changing template_url.h or template_url_model.h.
by
[email protected]
· 15 years ago
774ef48
Address feedback regarding r57641.
by
[email protected]
· 15 years ago
6506f2ae
Need to ensure that the autogenerated keyword is generated on the UI thread.
by
[email protected]
· 15 years ago
e7afe245
Spelling correction: "nonexistant" -> "nonexistent".
by
[email protected]
· 15 years ago
c3a4bd99
FBTF: Remove a few SkBitmap instances (and other headers that were next to them).
by
[email protected]
· 15 years ago
ab23dbe
Add token serialization to token_service.
by
[email protected]
· 15 years ago
c600333
AutoFill Prefs dialog on Mac should list derived labels for profiles, not summaries.
by
[email protected]
· 15 years ago
eb4f603
Change autofill profile notifications to use WDS as source
by
[email protected]
· 15 years ago
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
42866d9
Cleanup: Order the methods in WebDataService. Rename a method to match current style.
by
[email protected]
· 15 years ago
42f80df
Fix memory leak for autofil profiles and credit cards.
by
[email protected]
· 15 years ago
655051d
Fix AutoFillProfile leaks in WebDataService. TBR=akalin
by
[email protected]
· 15 years ago
e0976a7
Changes to web database and autofill components required
by
[email protected]
· 15 years ago
11fb1b2
Hook autofill++ WebDatabase changes up to the NotificationService.
by
[email protected]
· 15 years ago
8b3b23a
Add autofill Change Processor and Model Associator
by
[email protected]
· 15 years ago
f11f621
Implement adding, updating and removing credit cards from the web database through the gtk AutoFill dialog.
by
[email protected]
· 16 years ago
2609bc1
Add the ability to save and remove AutoFill profiles from the AutoFillDialog.
by
[email protected]
· 16 years ago
693d828
Hook up AutoFill profile DB handling in WebDataService.
by
[email protected]
· 16 years ago
6018bec
Fix leak from cl 524003 (Change WDS to use the DB thread...)
by
[email protected]
· 16 years ago
f12f7b7
Revert 35339 - Change WDS to use the DB thread rather than its own thread.
by
[email protected]
· 16 years ago
f0185941
Change WDS to use the DB thread rather than its own thread.
by
[email protected]
· 16 years ago
c916426
Differentiate between ADD and CHANGED when adding new autofill entries.
by
[email protected]
· 16 years ago
14579802
Bring the remove notifications up from the WebDatabase to the WebDataService.
by
[email protected]
· 16 years ago
b3b2d6e
Fixes two related bugs:
by
[email protected]
· 16 years ago
e52bc1e0
Return a list of changed from WebDatabase::RemoveFormElementsAddedBetween()
by
[email protected]
· 16 years ago
6053575
Send notifications when single items are removed from autofill.
by
[email protected]
· 16 years ago
5db3af5
Add details to autofill add notification
by
[email protected]
· 16 years ago
83cb9e0
Add notification for autofill changes.
by
[email protected]
· 16 years ago
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
4d022ff
Remove some #includes where possible.
by
[email protected]
· 16 years ago
4c79e3e
Break out FormFieldValues::Element into FormField, which will eventually hold more autofill data about each form field.
by
[email protected]
· 16 years ago
51bd3661
Rename AutoFillForm to FormFieldValues to better reflect the purpose of the data structure.
by
[email protected]
· 16 years ago
acca2a1f
Move autofill related WebView{Delegate} methods into the WebKit API.
by
[email protected]
· 16 years ago
1ed78a3
Convert the sqlite cookie database and web database to use the new sqlite
by
[email protected]
· 16 years ago
631f0d40
Change GetAllLogins to GetAllBlacklistLogins.
by
[email protected]
· 16 years ago
ed3fb03
Extract load times from WebDataSource. Move them to NavigationState.
by
[email protected]
· 16 years ago
daa8c58e
Extract form related classes from the guts of WebFrameImpl.
by
[email protected]
· 16 years ago
d043c2cc
Cleanup in chrome/browser
by
[email protected]
· 16 years ago
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
b6f87899
NO CODE CHANGE
by
[email protected]
· 16 years ago
f7011fcb
Porting profiles to the Mac.
by
[email protected]
· 17 years ago
f32c7f0
Porting in chrome/browser/
by
[email protected]
· 17 years ago
d54e03a5
Move search code to a subdir
by
[email protected]
· 17 years ago
d82443b
Fie.
by
[email protected]
· 17 years ago
9442bda
Move search engines files into subdir
by
[email protected]
· 17 years ago
d330185b
Move password manager files into a subdir
by
[email protected]
· 17 years ago
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
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
e1acf6f
Move Time, TimeDelta and TimeTicks into namespace base.
by
[email protected]
· 17 years ago
ab820df
Chrome changes corresponding to my message_loop_type CL.
by
[email protected]
· 17 years ago
bf09a50
Use a more compact license header in source files.
by license.bot
· 17 years ago
09911bf
Add chrome to the repository.
by initial.commit
· 17 years ago