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
/
chromeos
/
power
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change Notification.replace_id() to be a std::string(), rename to tag().
peter
2015-03-06
1
-7
/
+3
*
Manage extension event ids from the EventRouter
chirantan
2015-03-05
3
-23
/
+23
*
UserManager stack refactoring.
merkulova
2015-02-04
2
-5
/
+5
*
Tracking push events for lucid sleep
chirantan
2015-02-02
5
-96
/
+727
*
Cleanup: Remove unused blink::WebTextDirection parameter from Notification ctor.
tfarina
2015-01-26
1
-1
/
+0
*
Add device policy to disallow shutdown - ash UI modifications
cschuet
2015-01-22
2
-8
/
+32
*
Don't freeze lock screen renderer
chirantan
2015-01-21
2
-0
/
+36
*
Update {virtual,override,final} to follow C++11 style in chrome/browser/chrom...
dcheng
2015-01-16
13
-55
/
+50
*
chromeos: Remove unused private fields
hashimoto
2015-01-13
2
-5
/
+1
*
chromeos: Add pref for automated brightness increases.
derat
2015-01-09
2
-0
/
+10
*
Cleanup: Update the path to gfx size headers.
tfarina
2015-01-03
1
-1
/
+1
*
Revert of Enable dark_resume_always workaround if the wake-on-packets flag is...
chirantan
2014-12-19
1
-17
/
+0
*
Remove retail mode.
rkc
2014-12-18
1
-10
/
+0
*
Add device policy to disallow shutdown
cschuet
2014-12-16
2
-0
/
+5
*
chromeos: Add separate screen dim/off delays for lock screen
derat
2014-12-12
3
-22
/
+81
*
Re-land "chromeos: Add non-extension renderers to the freezer cgroup"
chirantan
2014-12-03
5
-172
/
+572
*
Revert of Re-land chromeos: Add non-extension renderers to the freezer cgroup...
spang
2014-12-01
5
-430
/
+110
*
Re-land chromeos: Add non-extension renderers to the freezer cgroup
chirantan
2014-11-20
5
-110
/
+430
*
Remove PowerPolicyController from DBusThreadManager
hashimoto
2014-11-17
1
-10
/
+4
*
Revert of Re-land chromeos: Add non-extension renderers to the freezer cgroup...
chirantan
2014-11-06
5
-427
/
+40
*
Provide default implementations for NotificationDelegate methods.
peter
2014-10-30
1
-4
/
+0
*
Re-land chromeos: Add non-extension renderers to the freezer cgroup
chirantan
2014-10-29
5
-40
/
+427
*
Revert of chromeos: Add non-extension renderers to the freezer cgroup (patchs...
piman
2014-10-28
5
-425
/
+40
*
chromeos: Add non-extension renderers to the freezer cgroup
chirantan
2014-10-28
5
-40
/
+425
*
Remove unnecessary image downloading handler of notifications.
mukai
2014-10-17
1
-5
/
+0
*
Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.
dcheng
2014-10-16
1
-1
/
+1
*
Disambiguate message center manager’s notifications from diff profiles
juyik
2014-10-06
3
-11
/
+42
*
replace OVERRIDE and FINAL with override and final in chrome/browser/chromeos/
mostynb
2014-10-03
16
-41
/
+41
*
Enable dark_resume_always workaround if the wake-on-packets flag is set
chirantan
2014-09-22
1
-0
/
+17
*
Update chrome os light bar location
chirantan
2014-09-22
1
-1
/
+2
*
Cleanup: Remove base/file_util.h. Convert remaining references. (try 2)
thestig
2014-09-22
1
-1
/
+1
*
Merge two Notification constructors, increase priority of low-battery notific...
peter
2014-09-17
1
-3
/
+7
*
chromeos: power: Refactor RendererFreezer and add tests
chirantan
2014-09-16
5
-62
/
+407
*
Add lucid sleep flag and debugging helper
chirantan
2014-09-16
2
-0
/
+95
*
Ensure incognito TestingProfiles are incognito for their whole lifetime.
tapted
2014-09-15
1
-9
/
+2
*
Fix crash on suspend for chrome os
chirantan
2014-09-15
1
-6
/
+13
*
- Moved screenshot shortcut handling from MaximizeModeController to PowerButt...
bruthig
2014-09-12
1
-1
/
+6
*
chromeos: power: Make RendererFreezer asynchronous
chirantan
2014-09-05
2
-7
/
+34
*
Part 3: Merged FakedDBusThreadManager with DBusThreadManager.
zelidrag
2014-08-27
3
-17
/
+17
*
ProfileManager doesn't depend on "--login-profile" switch.
dzhioev
2014-08-26
1
-4
/
+16
*
Change base/file_utils.h includes to base/files/file_utils.h in chrome/
thestig
2014-08-26
2
-2
/
+2
*
In order to get power consumption low enough for lucid sleep to be
chirantan@chromium.org
2014-08-15
2
-0
/
+103
*
Cleanup: Remove unneeded #include from ui/base/l10n/l10n_util.h.
thestig@chromium.org
2014-08-12
1
-0
/
+1
*
Use a qualified path for grit includes in chrome/browser/chromeos.
thestig@chromium.org
2014-08-09
2
-3
/
+3
*
Move StringToLowerASCII to base namespace
brettw@chromium.org
2014-08-07
1
-2
/
+2
*
Relands "Removed InProcessBrowserTest::CleanUpOnMainThread()"
atwilson@chromium.org
2014-07-25
1
-1
/
+1
*
Revert 285173 "Removed InProcessBrowserTest::CleanUpOnMainThread()"
asvitkine@chromium.org
2014-07-24
1
-1
/
+1
*
Removed InProcessBrowserTest::CleanUpOnMainThread()
atwilson@chromium.org
2014-07-24
1
-1
/
+1
*
views: Make view::Views::GetPreferredSize() const.
erg@chromium.org
2014-05-20
1
-2
/
+2
*
[cros login] Split login related classes into subfolders.
nkostylev@chromium.org
2014-05-16
1
-1
/
+1
[next]