summaryrefslogtreecommitdiffstats
path: root/components/wallpaper
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in components/, part 4 of 4.avi2015-12-253-0/+9
* Remove content and chromeos DEPS from components/wallpaper.msw2015-12-185-156/+59
* This CL replaces e-mail with AccountId in wallpaper manager code.alemate2015-12-082-136/+147
* Add Log information to some WallpaperManager functions.xdai2015-11-101-1/+4
* This CL replaces user_manager::UserID with AccountId.alemate2015-11-031-3/+3
* Revert of This CL replaces user_manager::UserID with AccountId. (patchset #12...rjkroege2015-10-301-3/+3
* This CL replaces user_manager::UserID with AccountId.alemate2015-10-301-3/+3
* This CL replaces chromeos::login::k*UserName constants with AccountId.alemate2015-10-233-1/+4
* Don't use base::MessageLoop::{Quit,QuitClosure} in components/ki.stfu2015-10-131-1/+1
* Cleanup: IWYU for base/gtest_prod_util.h.thestig2015-09-251-2/+1
* Add UMA stats to record the custom wallpaper layout in ChromeOS.xdai2015-09-042-1/+8
* Cleanup explicit base dependency from DEPS files of all components that had it.eranm2015-09-041-1/+0
* Sync remaining components_unittests with GNbrettw2015-08-261-5/+19
* Move GN obj files to target-specific dirsbrettw2015-07-111-0/+3
* Replace more ObserverList with base::ObserverList.brettw2015-06-032-2/+2
* favor DCHECK_CURRENTLY_ON for better logs in components/mostynb2015-03-251-5/+5
* Clean up ClearObsoleteWallpaperPrefs() function. It was used to migrate wallp...xdai2015-03-251-3/+0
* Make the lifetime of wallpaper manager more clear.xdai2015-03-231-4/+0
* Fixing problem where the internal wallpapercaching showed problems with multi...skuhne2015-02-252-27/+55
* New default wallpaper used for unicorns.merkulova2015-02-182-0/+7
* GN: Add -Wl,-z defs on linux and fix errorsjamesr2015-01-211-0/+1
* Enable find-missing-symbols-at-link-time for chromeos builds too.Nico Weber2015-01-201-0/+3
* Remove unnecessary wallpaper:: namespace prefix in wallpaper_manager_base.hbshe2015-01-131-9/+9
* Fix uninitialized read error in WallpaperManagerbshe2015-01-122-0/+25
* Cleanup: Update the path to gfx size headers.tfarina2015-01-031-1/+1
* Cleanup: Update the path to gfx rect headers.tfarina2014-12-311-1/+1
* Standardize usage of virtual/override/final specifiers in components/.dcheng2014-12-301-5/+4
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-221-4/+4
* Create base class wallpaper_manager_base and keep all common functions that n...ranj2014-12-194-1/+1651
* Create components/wallpaper directoryranj2014-12-089-0/+493