summaryrefslogtreecommitdiffstats
path: root/chrome/browser/jumplist_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Update some uses of UTF conversions in chrome/browser to use the base:: names...avi@chromium.org2013-12-241-6/+7
* Move directory creation functions to base namespace.brettw@chromium.org2013-12-031-1/+1
* Move temp file functions to base namespace.brettw@chromium.org2013-12-031-1/+1
* Adding support for forced URLs to TopSites.beaudoin@chromium.org2013-11-121-1/+1
* Make FaviconService() use Profile as parametermichaelbai@chromium.org2013-11-051-2/+1
* 2nd try: Supporting high dpi favicons in Instant Extended.pedrosimonetti@chromium.org2013-07-171-1/+1
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-161-1/+1
* Updates some includes of chrome_notification_types.hjam@chromium.org2013-07-111-1/+1
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-1/+1
* Revert 211085 "Preparation for supporting high dpi favicons in I..."pauljensen@chromium.org2013-07-111-1/+1
* Preparation for supporting high dpi favicons in Instant Extended.pedrosimonetti@chromium.org2013-07-111-1/+1
* chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 1tfarina@chromium.org2013-07-021-1/+1
* Move DeleteAfterReboot, Move, and ReplaceFile to base namespacebrettw@chromium.org2013-07-011-1/+1
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-011-1/+1
* Use a direct include of strings headers in chrome/browser/j*-n*/.avi@chromium.org2013-06-101-1/+1
* Use a direct include of utf_string_conversions.h in chrome/browser/, part 2.avi@chromium.org2013-06-071-1/+1
* bookmarks: Get rid of the dependency on history_types.htfarina@chromium.org2013-05-161-2/+3
* chrome: Remove the remaining use of ALLOW_THIS_IN_INITIALIZER_LIST.tfarina@chromium.org2013-05-011-1/+1
* App shortcut icons on Windows are now 256x256 instead of 32x32.mgiuca@chromium.org2013-04-301-1/+4
* Moves TabNavigation into components/sessions and renamessky@chromium.org2013-04-291-1/+1
* Revert 184352brettw@chromium.org2013-02-241-7/+6
* Add utf_string_conversions to base namespace.brettw@chromium.org2013-02-241-6/+7
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-101-7/+7
* Replace all PROPVARIANTs by base::win::ScopedPropVariant across the entire co...gab@chromium.org2013-02-031-37/+10
* history: Rename history.h to history_service.htfarina@chromium.org2013-01-251-1/+1
* Add support for adding 256x256 pngs to Windows .ico files.asvitkine@chromium.org2013-01-081-1/+1
* Convert some FaviconService functions to use New CancelableTaskTrackerkaiwang@chromium.org2012-12-071-12/+13
* TopSites and TopSitesBackend stop depending on CancelabelRequestkaiwang@chromium.org2012-11-061-3/+3
* Introduce structures to reduce the number of arguments in the FaviconService ...leandrogracia@chromium.org2012-09-061-1/+2
* Chrome's Windows 7 jumplist wasn't updated after cleaning browsing history. T...vadimt@chromium.org2012-09-011-14/+11
* Change FaviconData to be able to return data for multiple bitmaps for same ic...pkotwicz@chromium.org2012-08-301-17/+12
* Revert 153695 - Change FaviconData to be able to return data for multiple bit...pkotwicz@chromium.org2012-08-281-12/+17
* Change FaviconData to be able to return data for multiple bitmaps for same ic...pkotwicz@chromium.org2012-08-281-17/+12
* Moving FaviconService to a ProfileKeyedService.rlp@chromium.org2012-08-231-4/+5
* Revert 152904 - Moving FaviconService to a ProfileKeyedService.ricow@chromium.org2012-08-231-5/+4
* Moving FaviconService to a ProfileKeyedService.rlp@chromium.org2012-08-231-4/+5
* Suffix Chrome's appid on user-level installsgrt@chromium.org2012-06-191-1/+1
* NotificationRegistrar dtor must be called on same thread as Add()joth@chromium.org2012-02-031-11/+7
* TabRestoreService improvementsestade@chromium.org2011-11-291-15/+6
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+1
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-1/+1
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-8/+10
* base::Bind: Final cleanup in jumplist_win.cc.jhawkins@chromium.org2011-10-101-1/+1
* base::Bind: Complete cleanup of history/.jhawkins@chromium.org2011-10-081-2/+1
* Revert 104597 - base::Bind: Complete cleanup of history/.acolwell@chromium.org2011-10-071-1/+2
* base::Bind: Complete cleanup of history/.jhawkins@chromium.org2011-10-071-2/+1
* base::Bind: Convert a few more instances.jhawkins@chromium.org2011-10-051-1/+4
* Exposed the Notification Observer interface in jumplist_win, so that it could...caitkp@chromium.org2011-08-221-195/+207
* Rename CommandLine::GetCommandLineString().msw@chromium.org2011-07-201-1/+1