| Commit message (Expand) | Author | Age | Files | Lines |
* | Reorganize chrome/test, part #9 | phajdan.jr@chromium.org | 2011-08-11 | 3 | -3/+3 |
* | Web Intents: Hook up the register intent InfoBar with the WebIntentsRegistry. | jhawkins@chromium.org | 2011-08-11 | 9 | -77/+88 |
* | Refactor webkit_glue::FormField to remove hacky methods: Remove webkit_glue:... | isherman@chromium.org | 2011-08-09 | 2 | -240/+115 |
* | Cleanup of code in WebDataService unittests | groby@chromium.org | 2011-08-08 | 1 | -9/+4 |
* | Initial version of web intents registry | groby@chromium.org | 2011-08-06 | 1 | -9/+2 |
* | GTTF: Use a fresh TestingBrowserProcess for each test, part #4 | phajdan.jr@chromium.org | 2011-08-03 | 3 | -3/+6 |
* | Make WebIntents table available via WebDataService | groby@chromium.org | 2011-08-03 | 3 | -1/+181 |
* | Move more files from chrome/test to chrome/test/base, part #2 | phajdan.jr@chromium.org | 2011-07-29 | 1 | -1/+1 |
* | Move in_process_browser_test and ui_test_utils to chrome/test/base | phajdan.jr@chromium.org | 2011-07-29 | 1 | -1/+1 |
* | Include-what-you-use - web_database.h does not include headers for every sing... | groby@chromium.org | 2011-07-29 | 9 | -6/+24 |
* | First implementation of web intents table. | groby@chromium.org | 2011-07-27 | 5 | -1/+269 |
* | Remove explicit keyword from multi-argument (w/o default values) constructors | dilmah@chromium.org | 2011-07-26 | 1 | -1/+1 |
* | Consolidate Autofill possible type detection code, and enforce greater match ... | isherman@chromium.org | 2011-07-22 | 1 | -4/+2 |
* | some cleanup for base/stl_util | dilmah@chromium.org | 2011-07-19 | 3 | -3/+3 |
* | Move app/sql/* files to sql/ directory. | tfarina@chromium.org | 2011-07-19 | 12 | -18/+18 |
* | Adding a sync_guid field to TemplateURL. Adding appropriate database migratio... | stevet@chromium.org | 2011-07-19 | 4 | -10/+69 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 2 | -32/+32 |
* | Modify TemplateURLRef to remove unknown URL parameters, but only when it repr... | stevet@chromium.org | 2011-06-28 | 2 | -2/+2 |
* | Converts WebDataService::GenericRequest to return objects by reference | sky@chromium.org | 2011-06-28 | 3 | -49/+40 |
* | Added last_modified field to TemplateURL and database. Updated unit tests, in... | stevet@chromium.org | 2011-06-28 | 5 | -20/+86 |
* | Coverity fixes for CHECKED_RETURN | groby@chromium.org | 2011-06-22 | 1 | -1/+2 |
* | Changes TemplateURLModel into TemplateURLService. Changes all access points t... | erg@google.com | 2011-06-07 | 1 | -3/+3 |
* | Virtual destructors should have virtual keyword. | hans@chromium.org | 2011-05-25 | 2 | -4/+11 |
* | Move scoped_temp_dir and scoped_native_library back from base/memory to base. | thakis@chromium.org | 2011-05-19 | 1 | -1/+1 |
* | Culls the list of timestamps to most recent 50 before saving it to the db. | lipalani@chromium.org | 2011-05-19 | 3 | -4/+108 |
* | FTP: split the directory listing parser test and re-enable it on TSan bots | phajdan.jr@chromium.org | 2011-05-06 | 1 | -3/+4 |
* | Delete a few unused functions. | thakis@chromium.org | 2011-04-25 | 1 | -26/+0 |
* | 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 | 5 | -8/+175 |
* | Revert 81421 - Looks to have broken unittest, see http://chromegw.corp.google... | dhollowa@chromium.org | 2011-04-13 | 4 | -32/+26 |
* | Looks to have broken unittest, see http://chromegw.corp.google.com/i/chromium... | siggi@chromium.org | 2011-04-13 | 4 | -26/+32 |
* | Autofill extend profiles to include multi-valued fields, part 6 (Aggregation) | dhollowa@chromium.org | 2011-04-13 | 4 | -32/+26 |
* | Move migration code out of WebDatabase and into table-specific classes. | andybons@chromium.org | 2011-04-05 | 7 | -1325/+1150 |
* | Split out the rest of the tables within WebDatabase. | andybons@chromium.org | 2011-04-01 | 16 | -1133/+1343 |
* | Fix clang warnings/errors by un-inlining virtual methods. | andybons@chromium.org | 2011-03-30 | 4 | -2/+10 |
* | Split out Keywords and Autofill logic from WebDatabase. | andybons@chromium.org | 2011-03-30 | 13 | -3791/+4154 |
* | Autofill extend profiles to include multi-valued fields, part 3. | dhollowa@chromium.org | 2011-03-28 | 4 | -177/+438 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 4 | -6/+6 |
* | autofill: Rename all the entries remaining with AutoFill to Autofill. | tfarina@chromium.org | 2011-03-21 | 5 | -33/+33 |
* | Autofill rename GetFieldText to GetInfo | dhollowa@chromium.org | 2011-03-17 | 2 | -51/+48 |
* | Autofill database migration to clean up bogus profiles. | dhollowa@chromium.org | 2011-03-17 | 5 | -91/+579 |
* | Reduce boxing and unboxing of AutofillFieldType | isherman@chromium.org | 2011-03-17 | 3 | -194/+180 |
* | fav icon -> favicon. Pass 6: GetFavIcon* -> GetFavicon* | avi@chromium.org | 2011-03-15 | 2 | -5/+5 |
* | Some minor sync cleanup and aftermath. Mostly just removing unused headers an... | andybons@chromium.org | 2011-03-15 | 2 | -1/+2 |
* | fav icon -> favicon. Pass 4: SetFavIcon* -> SetFavicon* | avi@chromium.org | 2011-03-15 | 2 | -3/+3 |
* | autofill: Rename AutoFillProfile to AutofillProfile. | tfarina@chromium.org | 2011-03-10 | 8 | -193/+193 |
* | Update a bunch of files to the new location of notification files. | tfarina@chromium.org | 2011-03-09 | 3 | -8/+8 |
* | Make FormField be a struct rather than a class per c++ standards. | tsepez@chromium.org | 2011-03-08 | 2 | -9/+9 |
* | Revert 77296 - | zea@chromium.org | 2011-03-08 | 2 | -9/+9 |
* | Convert autofill messages to use the new IPC macros. This requires | tsepez@chromium.org | 2011-03-08 | 2 | -9/+9 |