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
/
webdata
/
web_data_service.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make WebIntents table available via WebDataService
groby@chromium.org
2011-08-03
1
-0
/
+80
*
Include-what-you-use - web_database.h does not include headers for every sing...
groby@chromium.org
2011-07-29
1
-0
/
+5
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
1
-1
/
+1
*
Moving notification types which are chrome specific to a new header file chro...
ananta@chromium.org
2011-07-10
1
-17
/
+17
*
Converts WebDataService::GenericRequest to return objects by reference
sky@chromium.org
2011-06-28
1
-37
/
+34
*
Moves responsibility for showing profile error dialog out of Browser
sky@chromium.org
2011-04-14
1
-5
/
+4
*
Sync: Delete Autofill profiles through [Clear saved Autofill form data] does ...
dhollowa@chromium.org
2011-04-13
1
-1
/
+24
*
Split out the rest of the tables within WebDatabase.
andybons@chromium.org
2011-04-01
1
-18
/
+22
*
Split out Keywords and Autofill logic from WebDatabase.
andybons@chromium.org
2011-03-30
1
-29
/
+36
*
Autofill extend profiles to include multi-valued fields, part 3.
dhollowa@chromium.org
2011-03-28
1
-1
/
+1
*
autofill: Rename all the entries remaining with AutoFill to Autofill.
tfarina@chromium.org
2011-03-21
1
-2
/
+2
*
Autofill database migration to clean up bogus profiles.
dhollowa@chromium.org
2011-03-17
1
-0
/
+61
*
Some minor sync cleanup and aftermath. Mostly just removing unused headers an...
andybons@chromium.org
2011-03-15
1
-0
/
+1
*
autofill: Rename AutoFillProfile to AutofillProfile.
tfarina@chromium.org
2011-03-10
1
-39
/
+39
*
Update a bunch of files to the new location of notification files.
tfarina@chromium.org
2011-03-09
1
-4
/
+4
*
Change other usages of .size() to .empty() when applicable.
erg@google.com
2011-03-04
1
-1
/
+1
*
Autofill cleanup of labels
dhollowa@chromium.org
2011-02-15
1
-81
/
+42
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
1
-3
/
+3
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
1
-1
/
+1
*
Revert 65329 - Revert 65272 - Autofill heapcheck and valgrind leak in Persona...
jar@chromium.org
2010-11-07
1
-0
/
+2
*
Revert 65272 - Autofill heapcheck and valgrind leak in PersonalDataManager un...
jar@chromium.org
2010-11-07
1
-2
/
+0
*
Autofill heapcheck and valgrind leak in PersonalDataManager unit test fixed
dhollowa@chromium.org
2010-11-05
1
-0
/
+2
*
Autofill deprecate unique_ids in favor of guids for PersonalDataManager
dhollowa@chromium.org
2010-11-04
1
-227
/
+20
*
Autofill deprecate unique_ids in favor of guids for WebDataService
dhollowa@chromium.org
2010-10-29
1
-61
/
+255
*
FBTF: Even more deinlining.
erg@google.com
2010-10-20
1
-3
/
+8
*
This is stage 1 of transition to GUIDs as primary identifier for AutoFill pro...
dhollowa@chromium.org
2010-10-20
1
-7
/
+83
*
Clear AutoFill data along with Form Autocomplete data from Clear Browsing Dat...
isherman@chromium.org
2010-10-19
1
-0
/
+31
*
Rename ChromeThread to BrowserThread Part3:
tfarina@chromium.org
2010-10-07
1
-4
/
+4
*
Change NOTREACHED() to LOG(ERROR) when we cannot initialize
wtc@chromium.org
2010-09-24
1
-2
/
+2
*
Reduce the number of files that recompile when changing template_url.h or tem...
levin@chromium.org
2010-08-31
1
-10
/
+11
*
Address feedback regarding r57641.
levin@chromium.org
2010-08-27
1
-10
/
+4
*
Need to ensure that the autogenerated keyword is generated on the UI thread.
levin@chromium.org
2010-08-27
1
-0
/
+12
*
Spelling correction: "nonexistant" -> "nonexistent".
viettrungluu@chromium.org
2010-08-22
1
-2
/
+2
*
FBTF: Remove a few SkBitmap instances (and other headers that were next to th...
erg@google.com
2010-08-18
1
-0
/
+7
*
Add token serialization to token_service.
chron@chromium.org
2010-08-12
1
-0
/
+83
*
AutoFill Prefs dialog on Mac should list derived labels for profiles, not sum...
dhollowa@chromium.org
2010-07-19
1
-1
/
+3
*
Change autofill profile notifications to use WDS as source
skrul@chromium.org
2010-05-04
1
-7
/
+7
*
Adds TwoClientLiveAutofillSyncTest to test old school autofill. Includes som...
skrul@chromium.org
2010-04-30
1
-3
/
+4
*
Cleanup: Order the methods in WebDataService. Rename a method to match curren...
jhawkins@chromium.org
2010-04-26
1
-284
/
+296
*
Fix memory leak for autofil profiles and credit cards.
georgey@chromium.org
2010-04-22
1
-0
/
+20
*
Fix AutoFillProfile leaks in WebDataService.
tim@chromium.org
2010-04-02
1
-9
/
+14
*
Changes to web database and autofill components required
tim@chromium.org
2010-04-02
1
-25
/
+46
*
Hook autofill++ WebDatabase changes up to the NotificationService.
tim@chromium.org
2010-03-27
1
-0
/
+42
*
Add autofill Change Processor and Model Associator
zork@google.com
2010-03-01
1
-16
/
+33
*
Implement adding, updating and removing credit cards from the web database th...
jhawkins@chromium.org
2010-01-25
1
-18
/
+83
*
Add the ability to save and remove AutoFill profiles from the AutoFillDialog.
jhawkins@chromium.org
2010-01-24
1
-7
/
+42
*
Hook up AutoFill profile DB handling in WebDataService.
jhawkins@chromium.org
2010-01-20
1
-0
/
+93
*
Fix leak from cl 524003 (Change WDS to use the DB thread...)
skrul@chromium.org
2010-01-04
1
-37
/
+8
*
Revert 35339 - Change WDS to use the DB thread rather than its own thread.
michaeln@google.com
2009-12-29
1
-8
/
+37
*
Change WDS to use the DB thread rather than its own thread.
skrul@chromium.org
2009-12-29
1
-37
/
+8
[next]