| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate sending NOTIFICATION_TOP_SITES_* from TopSites | naiem.shaik | 2014-09-18 | 8 | -27/+157 |
* | Fix WeakPtrFactory member ordering in chrome/browser | mohan.reddy | 2014-09-17 | 4 | -15/+15 |
* | Move TestBookmarkClient into bookmarks namespace. | tfarina | 2014-09-11 | 1 | -3/+0 |
* | Refactor HistoryService to not send NOTIFICATION_FAVICON_CHANGED | sdefresne | 2014-09-09 | 11 | -155/+192 |
* | Move encoding SkBitmaps to PNG out of FaviconService::SetFavicons() and onto | pkotwicz | 2014-09-04 | 6 | -444/+225 |
* | Fix SelectFaviconFramesTest on Nexus 5 | pkotwicz | 2014-09-02 | 1 | -0/+12 |
* | HistoryService fixups for scoped_refptr operator T* removal. | dcheng | 2014-08-28 | 1 | -4/+6 |
* | Minor history tweaks that I came across while looking at crashes. | sky | 2014-08-28 | 3 | -73/+74 |
* | Finish converting chrome_strings target to use qualified paths. | thestig | 2014-08-27 | 1 | -1/+1 |
* | Remove implicit conversions from scoped_refptr to T* in chrome/ | dcheng | 2014-08-26 | 2 | -2/+2 |
* | Change base/file_utils.h includes to base/files/file_utils.h in chrome/ | thestig | 2014-08-26 | 16 | -16/+16 |
* | Add LOCAL_ prefix to non-UMA histogram macros. | asvitkine | 2014-08-26 | 1 | -4/+3 |
* | Use a qualified path for chromium_strings, google_chrome_strings, and generat... | thestig@chromium.org | 2014-08-22 | 2 | -4/+4 |
* | Cleanup: Another round of removing unneeded grit #includes in chrome. | thestig@chromium.org | 2014-08-16 | 1 | -2/+0 |
* | Componentize AutocompleteResult | hashimoto@chromium.org | 2014-08-14 | 1 | -1/+1 |
* | Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..." | brettw@chromium.org | 2014-08-13 | 1 | -1/+1 |
* | Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespace | brettw@chromium.org | 2014-08-13 | 1 | -1/+1 |
* | Partially move history_types.{cc,h} to //components/history | sdefresne@chromium.org | 2014-08-12 | 9 | -744/+6 |
* | Omnibox: Clobber HQP Cache File when user mucks with history | mpearson@chromium.org | 2014-08-09 | 2 | -2/+19 |
* | Cleanup: Remove unneeded #includes for grit/, ui/base/l10n/l10n_util.h and ui... | thestig@chromium.org | 2014-08-08 | 1 | -2/+0 |
* | Move OmniboxFieldTrial to components/omnibox | hashimoto@chromium.org | 2014-08-08 | 1 | -1/+1 |
* | Rename components/autocomplete to components/omnibox | hashimoto@chromium.org | 2014-08-07 | 4 | -5/+5 |
* | [Most Visited] Removing Most Visited Tiles experiment code, which is obsolete. | mathp@chromium.org | 2014-08-05 | 3 | -549/+0 |
* | Move non-API code out of sync/api/attachments/. | maniscalco@chromium.org | 2014-08-05 | 1 | -1/+1 |
* | Revert of Partially move history_types.{cc,h} to //components/history (https:... | sdefresne@chromium.org | 2014-08-05 | 9 | -6/+744 |
* | Remove temporary OWNERS for sdefresne | sdefresne@chromium.org | 2014-08-04 | 1 | -3/+0 |
* | Partially move history_types.{cc,h} to //components/history | sdefresne@chromium.org | 2014-08-04 | 9 | -744/+6 |
* | Componentize AutocompleteMatch and AutocompleteProvider | hashimoto@chromium.org | 2014-07-30 | 1 | -1/+1 |
* | Reland r284958: Make HistoryDBTask not refcounted, and ensure it's destroyed ... | bauerb@chromium.org | 2014-07-29 | 12 | -100/+133 |
* | Refactoring isUrlReportable to isDistilledPage | smaslo@chromium.org | 2014-07-28 | 1 | -1/+2 |
* | Disable InMemoryURLIndexTest.RebuildFromHistoryIfCacheOld since it's flaking ... | jam@chromium.org | 2014-07-28 | 1 | -1/+7 |
* | Added SERVER_UNAUTHORIZED download interrupt reason. | ljagielski@opera.com | 2014-07-24 | 1 | -0/+2 |
* | Code cleanup | sdefresne@chromium.org | 2014-07-24 | 5 | -34/+3 |
* | Remove dead code | sdefresne@chromium.org | 2014-07-24 | 10 | -171/+67 |
* | Revert 284958 "Make HistoryDBTask not refcounted, and ensure it'..." | stgao@chromium.org | 2014-07-23 | 11 | -84/+61 |
* | Make HistoryDBTask not refcounted, and ensure it's destroyed on its origin th... | bauerb@chromium.org | 2014-07-23 | 11 | -61/+84 |
* | Change AndroidHistoryProviderService to use CancelableTaskTracker (6/6) | sdefresne@chromium.org | 2014-07-18 | 5 | -96/+105 |
* | Revert of Bypass the favicon_service when importing favicons. (https://codere... | jif@chromium.org | 2014-07-18 | 2 | -17/+13 |
* | Change AndroidHistoryProviderService to use CancelableTaskTracker (5/6) | sdefresne@chromium.org | 2014-07-18 | 5 | -69/+79 |
* | Bypass the favicon_service when importing favicons. | jif@chromium.org | 2014-07-18 | 2 | -13/+17 |
* | Change AndroidHistoryProviderService to use CancelableTaskTracker (4/6) | sdefresne@chromium.org | 2014-07-17 | 6 | -65/+69 |
* | Change AndroidHistoryProviderService to use CancelableTaskTracker (3/6) | sdefresne@chromium.org | 2014-07-17 | 7 | -46/+55 |
* | Change AndroidHistoryProviderService to use CancelableTaskTracker (2/6) | sdefresne@chromium.org | 2014-07-16 | 6 | -71/+100 |
* | Fix 'except' and 'prefer' spelling. | tnagel@chromium.org | 2014-07-16 | 1 | -1/+1 |
* | Fixes for re-enabling more MSVC level 4 warnings: chrome/browser/ edition | pkasting@chromium.org | 2014-07-16 | 1 | -3/+6 |
* | Move bookmark_utils into bookmarks namespace. | tfarina@chromium.org | 2014-07-15 | 3 | -9/+9 |
* | Componentize autocomplete_match_type. | mukai@chromium.org | 2014-07-10 | 2 | -2/+2 |
* | Change HistoryService::ScheduleAutocomplete interface | naiem.shaik@gmail.com | 2014-07-09 | 4 | -19/+15 |
* | Componentize HistoryMatch | hashimoto@chromium.org | 2014-07-09 | 2 | -2/+1 |
* | Add compiling chrome/browser to GN build on Linux. | brettw@chromium.org | 2014-07-08 | 1 | -0/+10 |